@import "https://fonts.googleapis.com/css2?family=IBM+Plex+Sans&family=Inter:wght@100;200;300;400;500;700;900&display=swap";:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74d3c;--toastify-color-transparent:#ffffffb3;--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 #0000001a;--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));width:var(--toastify-container-width);box-sizing:border-box;color:#fff;flex-direction:column;display:flex;position:fixed}.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);align-items:center;left:50%;transform:translate(-50%)}.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);align-items:center;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y:0;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;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;word-break:break-word;flex:auto;align-items:center;margin-bottom:1rem;display:flex;position:relative}@media only screen and (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%;border-radius:0;margin-bottom:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{width:100%;transform:translate3d(0, var(--y), 0) scale(var(--s));transition:transform .3s;position:absolute}.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:"";height:calc(var(--g) * 1px);position:absolute;bottom:100%;left:0;right:0}.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:"";z-index:-1;height:100%;position:absolute;bottom:0;left:0;right:0;transform:scaleY(3)}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{flex-shrink:0;width:22px;margin-inline-end:10px;display:flex}.Toastify--animate{animation-duration:.5s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}.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;cursor:pointer;opacity:.7;z-index:1;background:0 0;border:none;outline:none;padding:0;transition:all .3s;position:absolute;top:6px;right:6px}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;width:14px;height:16px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{z-index:1;opacity:.7;transform-origin:0;width:100%;height:100%;position:absolute;bottom:0;left:0}.Toastify__progress-bar--animated{animation:linear forwards Toastify__trackProgress}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:100%;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius);width:100%;height:5px;position:absolute;bottom:0;left:0;overflow:hidden}.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{box-sizing:border-box;border:2px solid;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);border-radius:100%;width:20px;height:20px;animation:.65s linear infinite Toastify__spin}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate(3000px)}60%{opacity:1;transform:translate(-25px)}75%{transform:translate(10px)}90%{transform:translate(-5px)}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:translate(-3000px)}60%{opacity:1;transform:translate(25px)}75%{transform:translate(-10px)}90%{transform:translate(5px)}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:translateY(3000px)}60%{opacity:1;transform:translateY(-20px)}75%{transform:translateY(10px)}90%{transform:translateY(-5px)}to{transform:translate(0,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:translateY(-2000px)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translateY(-3000px)}60%{opacity:1;transform:translateY(25px)}75%{transform:translateY(-10px)}90%{transform:translateY(5px)}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:translateY(2000px)}}.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%{opacity:0;animation-timing-function:ease-in;transform:perspective(400px)rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px)rotateX(-20deg)}60%{opacity:1;transform:perspective(400px)rotateX(10deg)}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) rotate3d(1, 0, 0, -20deg);opacity:1}to{transform:translate3d(0, var(--y), 0) perspective(400px) rotate3d(1, 0, 0, 90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{visibility:visible;transform:translate(110%)}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideInLeft{0%{visibility:visible;transform:translate(-110%)}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideInUp{0%{visibility:visible;transform:translateY(110%)}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideInDown{0%{visibility:visible;transform:translateY(-110%)}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:translateY(500px)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0, var(--y), 0)}to{visibility:hidden;transform:translateY(-500px)}}.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-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-duration:.3s;animation-timing-function:ease-in}@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{font-size:var(--text-xxs);background:0 0}.mdxeditor .cm-activeLine{background:0 0}.mdxeditor .cm-tooltip-autocomplete{background:var(--baseBgSubtle)}.mdxeditor hr.selected[data-lexical-decorator=true]{outline:2px solid highlight}._editorRoot_1e2ox_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_1e2ox_158{list-style:none}._toolbarRoot_1e2ox_162{z-index:2;gap:var(--spacing-1);border-radius:var(--radius-medium);padding:var(--spacing-1_5);background-color:var(--baseBg);width:inherit;flex-direction:row;align-items:center;display:flex;position:sticky;top:0;overflow-x:auto}._toolbarRoot_1e2ox_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_1e2ox_162 svg{color:var(--baseTextContrast);display:block}._readOnlyToolbarRoot_1e2ox_189{pointer-events:none;background:var(--baseBase)}._readOnlyToolbarRoot_1e2ox_189>div{opacity:.5}._toolbarModeSwitch_1e2ox_198{border:1px solid var(--baseBg);border-radius:var(--radius-medium);font-size:var(--text-xs);align-self:stretch;align-items:stretch;margin-left:auto;display:flex;opacity:1!important}._toolbarModeSwitch_1e2ox_198 ._toolbarToggleItem_1e2ox_208{padding-inline-start:var(--spacing-4);padding-inline-end:var(--spacing-4)}._toolbarModeSwitch_1e2ox_198 ._toolbarToggleItem_1e2ox_208:active,._toolbarModeSwitch_1e2ox_198 ._toolbarToggleItem_1e2ox_208[data-state=on]{background-color:var(--baseBorder)}._toolbarGroupOfGroups_1e2ox_219{margin:0 var(--spacing-1);display:flex}._toolbarToggleSingleGroup_1e2ox_224:first-of-type ._toolbarToggleItem_1e2ox_208:only-child,._toolbarToggleSingleGroup_1e2ox_224:only-child ._toolbarToggleItem_1e2ox_208:first-child,._toolbarModeSwitch_1e2ox_198 ._toolbarToggleItem_1e2ox_208:first-child{border-top-left-radius:var(--radius-base);border-bottom-left-radius:var(--radius-base)}._toolbarToggleSingleGroup_1e2ox_224:last-of-type ._toolbarToggleItem_1e2ox_208:only-child,._toolbarToggleSingleGroup_1e2ox_224:only-child ._toolbarToggleItem_1e2ox_208:last-child,._toolbarModeSwitch_1e2ox_198 ._toolbarToggleItem_1e2ox_208:last-child{border-top-right-radius:var(--radius-base);border-bottom-right-radius:var(--radius-base)}._toolbarToggleItem_1e2ox_208,._toolbarButton_1e2ox_239{all:unset;box-sizing:border-box;cursor:default;padding:var(--spacing-0_5)}@media (hover:hover){._toolbarToggleItem_1e2ox_208:hover,._toolbarButton_1e2ox_239:hover{background-color:var(--baseBgActive)}}._toolbarToggleItem_1e2ox_208:active svg,._toolbarButton_1e2ox_239:active svg{transform:translate(1px,1px)}._toolbarToggleItem_1e2ox_208[data-state=on],._toolbarButton_1e2ox_239[data-state=on],._toolbarToggleItem_1e2ox_208:active,._toolbarButton_1e2ox_239:active{color:var(--baseTextContrast);background-color:var(--baseBgActive)}._toolbarToggleItem_1e2ox_208[data-disabled],._toolbarButton_1e2ox_239[data-disabled]{pointer-events:none}._toolbarToggleItem_1e2ox_208[data-disabled] svg,._toolbarButton_1e2ox_239[data-disabled] svg{color:var(--baseBorderHover)}._toolbarButton_1e2ox_239{border-radius:var(--radius-base)}._toolbarButton_1e2ox_239+._toolbarButton_1e2ox_239{margin-left:var(--spacing-1)}._activeToolbarButton_1e2ox_275{color:var(--accentText)}._toolbarToggleSingleGroup_1e2ox_224{white-space:nowrap;align-items:center;display:flex}._toolbarNodeKindSelectContainer_1e2ox_285,._toolbarButtonDropdownContainer_1e2ox_286,._toolbarCodeBlockLanguageSelectContent_1e2ox_287,._selectContainer_1e2ox_288{filter:drop-shadow(0 2px 2px #0003);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_1e2ox_286,._toolbarButtonDropdownContainer_1e2ox_286 ._selectItem_1e2ox_301:first-child{border-top-right-radius:var(--radius-base)}._toolbarNodeKindSelectTrigger_1e2ox_306,._toolbarButtonSelectTrigger_1e2ox_307,._selectTrigger_1e2ox_308{color:inherit;width:var(--spacing-36);padding:var(--spacing-0_5) var(--spacing-1);border-radius:var(--radius-medium);white-space:nowrap;font-size:var(--text-sm);background-color:#0000;background-color:var(--basePageBg);margin:0 var(--spacing-1);border:0;flex-wrap:nowrap;align-items:center;padding-inline-start:var(--spacing-2);display:flex}._toolbarNodeKindSelectTrigger_1e2ox_306[data-state=open],._toolbarButtonSelectTrigger_1e2ox_307[data-state=open],._selectTrigger_1e2ox_308[data-state=open]{filter:drop-shadow(0 2px 2px #0003);border-bottom-right-radius:var(--radius-none);border-bottom-left-radius:var(--radius-none)}._selectTrigger_1e2ox_308[data-placeholder]>span:first-child{color:var(--baseBorderHover)}._toolbarButtonSelectTrigger_1e2ox_307{width:auto;padding-inline-start:var(--spacing-2);padding-inline-end:var(--spacing-1);padding-block:var(--spacing-0_5)}._toolbarCodeBlockLanguageSelectTrigger_1e2ox_343,._toolbarCodeBlockLanguageSelectContent_1e2ox_287{width:var(--spacing-48)}._toolbarNodeKindSelectItem_1e2ox_348,._selectItem_1e2ox_301{cursor:default;padding:var(--spacing-2);display:flex}._toolbarNodeKindSelectItem_1e2ox_348[data-highlighted],._selectItem_1e2ox_301[data-highlighted]{background-color:var(--baseBg)}._toolbarNodeKindSelectItem_1e2ox_348[data-state=checked],._selectItem_1e2ox_301[data-state=checked]{color:var(--baseTextContrast);background-color:var(--baseBg)}._toolbarNodeKindSelectItem_1e2ox_348[data-highlighted],._selectItem_1e2ox_301[data-highlighted]{outline:none}._toolbarNodeKindSelectItem_1e2ox_348:last-child,._selectItem_1e2ox_301:last-child{border-bottom-left-radius:var(--radius-base);border-bottom-right-radius:var(--radius-base)}._toolbarNodeKindSelectDropdownArrow_1e2ox_373,._selectDropdownArrow_1e2ox_374{align-items:center;margin-left:auto;display:flex}._contentEditable_1e2ox_380{box-sizing:border-box;width:100%;color:var(--baseTextContrast);padding:var(--spacing-3)}._contentEditable_1e2ox_380:focus{outline:none}._codeMirrorWrapper_1e2ox_392{margin-bottom:var(--spacing-5);border:1px solid var(--baseLine);border-radius:var(--radius-medium);padding:.8rem;position:relative;overflow:hidden}._sandPackWrapper_1e2ox_401{margin-bottom:var(--spacing-5);border:1px solid var(--baseLine);border-radius:var(--radius-medium);position:relative;overflow:hidden}._codeMirrorToolbar_1e2ox_409{gap:var(--spacing-1);padding:var(--spacing-1);z-index:1;background-color:var(--baseBase);border-bottom-left-radius:var(--radius-base);display:flex;position:absolute;top:0;right:0}._frontmatterWrapper_1e2ox_413{border-radius:var(--radius-medium);padding:var(--spacing-3);background-color:var(--baseBgSubtle)}._frontmatterWrapper_1e2ox_413[data-expanded=true]{margin-bottom:var(--spacing-10)}._frontmatterToggleButton_1e2ox_423{all:unset;box-sizing:border-box;cursor:default;align-items:center;gap:var(--spacing-1);font-size:var(--text-sm);display:flex}._propertyPanelTitle_1e2ox_431{font-size:var(--text-xs);padding-top:var(--spacing-2);padding-left:var(--spacing-2);margin:0;font-weight:400}._propertyEditorTable_1e2ox_439{table-layout:fixed;border-spacing:var(--spacing-2)}._propertyEditorTable_1e2ox_439 th{text-align:left;font-size:var(--text-sm);padding:var(--spacing-2) var(--spacing-3)}._propertyEditorTable_1e2ox_439 col:first-child{width:30%}._propertyEditorTable_1e2ox_439 col:nth-child(2){width:70%}._propertyEditorTable_1e2ox_439 td:last-child ._iconButton_1e2ox_457{margin-left:var(--spacing-4);margin-right:var(--spacing-4)}._propertyEditorTable_1e2ox_439 ._readOnlyColumnCell_1e2ox_462{padding-left:0}._propertyEditorLabelCell_1e2ox_467{font-weight:400}._readOnlyColumnCell_1e2ox_462{padding-left:0}._buttonsFooter_1e2ox_475{justify-content:flex-end;gap:var(--spacing-2);display:flex}._propertyEditorInput_1e2ox_481{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_1e2ox_457{all:unset;box-sizing:border-box;cursor:default;color:var(--baseText)}@media (hover:hover){._iconButton_1e2ox_457:hover{color:var(--baseTextContrast)}}._iconButton_1e2ox_457:disabled,._iconButton_1e2ox_457:disabled:hover{color:var(--baseLine)}._primaryButton_1e2ox_507,._secondaryButton_1e2ox_508{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_1e2ox_507:disabled,._secondaryButton_1e2ox_508:disabled{background:var(--accentLine);border-color:var(--accentBg)}._smallButton_1e2ox_523{font-size:var(--text-xs);padding:var(--spacing-1) var(--spacing-2);border-radius:var(--radius-base)}._secondaryButton_1e2ox_508{border:1px solid var(--baseBorder);background-color:var(--baseSolidHover);color:var(--baseBase)}._dialogForm_1e2ox_535{gap:var(--spacing-2);flex-direction:row;display:flex}._linkDialogEditForm_1e2ox_541{align-items:stretch;gap:var(--spacing-2);flex-direction:column;padding:0;display:flex}._linkDialogInputContainer_1e2ox_549{flex-direction:column;align-items:stretch;display:flex}._linkDialogInputWrapper_1e2ox_555{background-color:var(--baseBase);border-radius:var(--radius-base);border:1px solid var(--baseBorder);align-items:center;display:flex}._linkDialogInputWrapper_1e2ox_555[data-visible-dropdown=true]{border-bottom-left-radius:var(--radius-none);border-bottom-right-radius:var(--radius-none);border-bottom-width:0}._linkDialogInputWrapper_1e2ox_555>button{all:unset;box-sizing:border-box;cursor:default;padding-right:var(--spacing-2)}._linkDialogInput_1e2ox_549,._dialogInput_1e2ox_576{all:unset;box-sizing:border-box;cursor:default;width:20rem;padding:var(--spacing-2) var(--spacing-3);font-size:var(--text-sm)}._linkDialogInput_1e2ox_549::-moz-placeholder{color:var(--baseBorder)}._dialogInput_1e2ox_576::-moz-placeholder{color:var(--baseBorder)}._linkDialogInput_1e2ox_549::placeholder,._dialogInput_1e2ox_576::placeholder{color:var(--baseBorder)}._linkDialogAnchor_1e2ox_587{z-index:-1;background-color:highlight;position:fixed}._linkDialogAnchor_1e2ox_587[data-visible=true]{visibility:visible}._linkDialogAnchor_1e2ox_587[data-visible=false]{visibility:hidden}._linkDialogPopoverContent_1e2ox_601,._tableColumnEditorPopoverContent_1e2ox_602,._dialogContent_1e2ox_603{filter:drop-shadow(0 2px 2px #0003);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);display:flex}._largeDialogContent_1e2ox_615{filter:drop-shadow(0 2px 2px #0003);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_1e2ox_625{font-size:var(--text-base);padding-left:var(--spacing-2);font-weight:600}._dialogCloseButton_1e2ox_631{all:unset;box-sizing:border-box;cursor:default;position:absolute;top:10px;right:10px}._popoverContent_1e2ox_638{filter:drop-shadow(0 2px 2px #0003);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;display:flex}._popoverArrow_1e2ox_650{fill:var(--basePageBg)}._linkDialogPreviewAnchor_1e2ox_654{margin-right:var(--spacing-1);color:var(--accentText);border:1px solid #0000;align-items:center;text-decoration:none;display:flex}@media (hover:hover){._linkDialogPreviewAnchor_1e2ox_654:hover{color:var(--accentSolidHover)}}._linkDialogPreviewAnchor_1e2ox_654 span{text-overflow:ellipsis;white-space:nowrap;max-width:14rem;overflow-x:hidden}._tooltipTrigger_1e2ox_677{align-self:center}._tooltipContent_1e2ox_681{z-index:2;border-radius:var(--radius-medium);padding:var(--spacing-1) var(--spacing-2);font-size:var(--text-xs);background-color:var(--baseText);color:var(--baseBase);position:relative}._tooltipContent_1e2ox_681 svg{fill:var(--baseText)}._actionButton_1e2ox_695{all:unset;box-sizing:border-box;cursor:default;padding:var(--spacing-1);color:var(--baseTextContrast);padding:var(--spacing-1) var(--spacing-1);border-radius:var(--radius-medium)}._actionButton_1e2ox_695 svg{display:block}@media (hover:hover){._actionButton_1e2ox_695:hover{background-color:var(--baseBg)}}._actionButton_1e2ox_695:active svg{transform:translate(1px,1px)}._actionButton_1e2ox_695[data-state=on],._actionButton_1e2ox_695:active{background-color:var(--baseBg);color:var(--baseTextContrast)}._primaryActionButton_1e2ox_702{background-color:var(--accentSolid);color:var(--baseBase)}@media (hover:hover){._primaryActionButton_1e2ox_702:hover{background-color:var(--accentSolidHover);color:var(--baseBase)}}._tableEditor_1e2ox_714{table-layout:fixed;border-spacing:0;border-collapse:collapse;width:100%;height:100%}._tableEditor_1e2ox_714 thead>tr>th{text-align:right}._tableEditor_1e2ox_714>tbody>tr>td:not(._toolCell_1e2ox_725),._tableEditor_1e2ox_714>tbody>tr>th:not(._toolCell_1e2ox_725):not([data-tool-cell=true]){border:1px solid var(--baseBgActive);padding:var(--spacing-1) var(--spacing-2);white-space:normal}:is(._tableEditor_1e2ox_714>tbody>tr>td:not(._toolCell_1e2ox_725),._tableEditor_1e2ox_714>tbody>tr>th:not(._toolCell_1e2ox_725):not([data-tool-cell=true]))>div{outline:none}:is(._tableEditor_1e2ox_714>tbody>tr>td:not(._toolCell_1e2ox_725),._tableEditor_1e2ox_714>tbody>tr>th:not(._toolCell_1e2ox_725):not([data-tool-cell=true]))>div>p{margin:0}[data-active=true]:is(._tableEditor_1e2ox_714>tbody>tr>td:not(._toolCell_1e2ox_725),._tableEditor_1e2ox_714>tbody>tr>th:not(._toolCell_1e2ox_725):not([data-tool-cell=true])){outline:solid 1px var(--baseSolid)}._tableEditor_1e2ox_714 ._tableColumnEditorTrigger_1e2ox_744,._tableEditor_1e2ox_714 ._tableRowEditorTrigger_1e2ox_745,._tableEditor_1e2ox_714 ._addRowButton_1e2ox_746,._tableEditor_1e2ox_714 ._addColumnButton_1e2ox_747,._tableEditor_1e2ox_714 ._iconButton_1e2ox_457{opacity:.15}@media (hover:hover){._tableEditor_1e2ox_714:hover ._tableColumnEditorTrigger_1e2ox_744,._tableEditor_1e2ox_714:hover ._tableRowEditorTrigger_1e2ox_745,._tableEditor_1e2ox_714:hover ._addRowButton_1e2ox_746,._tableEditor_1e2ox_714:hover ._addColumnButton_1e2ox_747,._tableEditor_1e2ox_714:hover ._iconButton_1e2ox_457{opacity:.3}._tableEditor_1e2ox_714:hover ._tableColumnEditorTrigger_1e2ox_744:hover,._tableEditor_1e2ox_714:hover ._tableRowEditorTrigger_1e2ox_745:hover,._tableEditor_1e2ox_714:hover ._addRowButton_1e2ox_746:hover,._tableEditor_1e2ox_714:hover ._addColumnButton_1e2ox_747:hover,._tableEditor_1e2ox_714:hover ._iconButton_1e2ox_457:hover{opacity:1}}._toolCell_1e2ox_725{text-align:right}._toolCell_1e2ox_725 button{margin:auto;display:block}._tableColumnEditorTrigger_1e2ox_744{all:unset;box-sizing:border-box;cursor:default;padding:var(--spacing-1);color:var(--baseTextContrast);padding:var(--spacing-1);border-radius:var(--radius-full);opacity:.2}._tableColumnEditorTrigger_1e2ox_744 svg{display:block}@media (hover:hover){._tableColumnEditorTrigger_1e2ox_744:hover{background-color:var(--baseBg)}}._tableColumnEditorTrigger_1e2ox_744:active svg{transform:translate(1px,1px)}._tableColumnEditorTrigger_1e2ox_744[data-state=on],._tableColumnEditorTrigger_1e2ox_744:active{background-color:var(--baseBg);color:var(--baseTextContrast)}._tableColumnEditorTrigger_1e2ox_744[data-active=true]{opacity:1!important}._tableColumnEditorToolbar_1e2ox_789{display:flex}._tableColumnEditorToolbar_1e2ox_789>button{all:unset;box-sizing:border-box;cursor:default;padding:var(--spacing-1);color:var(--baseTextContrast)}._tableColumnEditorToolbar_1e2ox_789>button svg{display:block}@media (hover:hover){._tableColumnEditorToolbar_1e2ox_789>button:hover{background-color:var(--baseBg)}}._tableColumnEditorToolbar_1e2ox_789>button:active svg{transform:translate(1px,1px)}._tableColumnEditorToolbar_1e2ox_789>button[data-state=on],._tableColumnEditorToolbar_1e2ox_789>button:active{background-color:var(--baseBg);color:var(--baseTextContrast)}._tableColumnEditorToolbar_1e2ox_789 [role=separator]{margin-left:var(--spacing-1);margin-right:var(--spacing-1)}._toggleGroupRoot_1e2ox_802{display:inline-flex}._toggleGroupRoot_1e2ox_802 button{all:unset;box-sizing:border-box;cursor:default;padding:var(--spacing-1);color:var(--baseTextContrast)}._toggleGroupRoot_1e2ox_802 button svg{display:block}@media (hover:hover){._toggleGroupRoot_1e2ox_802 button:hover{background-color:var(--baseBg)}}._toggleGroupRoot_1e2ox_802 button:active svg{transform:translate(1px,1px)}._toggleGroupRoot_1e2ox_802 button[data-state=on],._toggleGroupRoot_1e2ox_802 button:active{background-color:var(--baseBg);color:var(--baseTextContrast)}._toggleGroupRoot_1e2ox_802 button:first-child{border-top-left-radius:var(--radius-base);border-bottom-left-radius:var(--radius-base)}._toggleGroupRoot_1e2ox_802 button:last-child{border-top-right-radius:var(--radius-base);border-bottom-right-radius:var(--radius-base)}._tableToolsColumn_1e2ox_820{width:2rem}._tableToolsColumn_1e2ox_820 button{margin:auto;display:block}._leftAlignedCell_1e2ox_829{text-align:left}._rightAlignedCell_1e2ox_833{text-align:right}._centeredCell_1e2ox_837{text-align:center}._addColumnButton_1e2ox_747,._addRowButton_1e2ox_746{all:unset;box-sizing:border-box;cursor:default;padding:var(--spacing-1);color:var(--baseTextContrast);background-color:var(--baseBase);align-items:center;display:flex}._addColumnButton_1e2ox_747 svg,._addRowButton_1e2ox_746 svg{display:block}@media (hover:hover){._addColumnButton_1e2ox_747:hover,._addRowButton_1e2ox_746:hover{background-color:var(--baseBg)}}._addColumnButton_1e2ox_747:active svg,._addRowButton_1e2ox_746:active svg{transform:translate(1px,1px)}._addColumnButton_1e2ox_747[data-state=on],._addRowButton_1e2ox_746[data-state=on],._addColumnButton_1e2ox_747:active,._addRowButton_1e2ox_746:active{background-color:var(--baseBg);color:var(--baseTextContrast)}._addColumnButton_1e2ox_747 svg,._addRowButton_1e2ox_746 svg{margin:auto}._addRowButton_1e2ox_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_1e2ox_747{margin-left:var(--spacing-px);border-top-right-radius:var(--radius-medium);border-bottom-right-radius:var(--radius-medium);height:100%}._dialogOverlay_1e2ox_870{background-color:var(--baseBase);z-index:51;opacity:.5;animation:.15s cubic-bezier(.16,1,.3,1) _overlayShow_1e2ox_1;position:fixed;inset:0}._dialogContent_1e2ox_603,._largeDialogContent_1e2ox_615{z-index:52;animation:.15s cubic-bezier(.16,1,.3,1) _contentShow_1e2ox_1;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%)}._dialogContent_1e2ox_603:focus,._largeDialogContent_1e2ox_615:focus{outline:none}@keyframes _overlayShow_1e2ox_1{0%{opacity:0}to{opacity:.5}}@keyframes _contentShow_1e2ox_1{0%{opacity:0;transform:translate(-50%,-48%)scale(.96)}to{opacity:1;transform:translate(-50%,-50%)scale(1)}}._focusedImage_1e2ox_916{outline:2px solid highlight}._imageWrapper_1e2ox_920{display:inline-block;position:relative}._imageWrapper_1e2ox_920[draggable=true]{cursor:move;cursor:grab;cursor:-webkit-grab}._editImageToolbar_1e2ox_933{gap:var(--spacing-1);padding:var(--spacing-1);z-index:1;background-color:var(--baseBase);border-bottom-left-radius:var(--radius-base);display:flex;position:absolute;top:0;right:0}._editImageButton_1e2ox_937 svg{display:block}._inlineEditor_1e2ox_943{border-radius:var(--radius-medium);padding:var(--spacing-1);gap:var(--spacing-2);background:var(--baseBg);align-items:center;display:inline-flex}._blockEditor_1e2ox_952{border-radius:var(--radius-medium);padding:var(--spacing-2);justify-content:stretch;gap:var(--spacing-2);background:var(--baseBg);align-items:center;display:flex}._blockEditor_1e2ox_952 ._nestedEditor_1e2ox_961{flex-grow:1}._nestedEditor_1e2ox_961{background:var(--basePageBg);padding:var(--spacing-1) var(--spacing-2);border-radius:var(--radius-medium)}._nestedEditor_1e2ox_961>p{margin:0}._nestedEditor_1e2ox_961:focus{outline:none}._genericComponentName_1e2ox_980{font-size:var(--text-sm);color:var(--baseText);padding-right:var(--spacing-2)}._diffSourceToggleWrapper_1e2ox_986{pointer-events:auto;opacity:1;margin-left:auto;position:sticky;right:0}._diffSourceToggle_1e2ox_986{border-radius:var(--radius-medium);background-color:var(--baseBase);display:flex}._diffSourceToggle_1e2ox_986 ._toolbarToggleItem_1e2ox_208{padding:0}._diffSourceToggle_1e2ox_986 ._toolbarToggleItem_1e2ox_208>span{padding:var(--spacing-1) var(--spacing-1);display:block}._selectWithLabel_1e2ox_1012{align-items:center;gap:var(--spacing-2);margin-left:var(--spacing-2);display:flex}._selectWithLabel_1e2ox_1012>label{font-size:var(--text-sm)}._selectWithLabel_1e2ox_1012 ._selectTrigger_1e2ox_308{border:1px solid var(--baseBorder)}._toolbarTitleMode_1e2ox_1027{font-size:var(--text-sm);margin-left:var(--spacing-2)}._imageControlWrapperResizing_1e2ox_1032{touch-action:none}._imageResizer_1e2ox_1036{background-color:var(--accentText);border:1px solid var(--baseBg);width:7px;height:7px;display:block;position:absolute}._imageResizer_1e2ox_1036._imageResizerN_1e2ox_1045{cursor:n-resize;top:-6px;left:48%}._imageResizer_1e2ox_1036._imageResizerNe_1e2ox_1051{cursor:ne-resize;top:-6px;right:-6px}._imageResizer_1e2ox_1036._imageResizerE_1e2ox_1057{cursor:e-resize;bottom:48%;right:-6px}._imageResizer_1e2ox_1036._imageResizerSe_1e2ox_1063{cursor:nwse-resize;bottom:-2px;right:-6px}._imageResizer_1e2ox_1036._imageResizerS_1e2ox_1063{cursor:s-resize;bottom:-2px;left:48%}._imageResizer_1e2ox_1036._imageResizerSw_1e2ox_1075{cursor:sw-resize;bottom:-2px;left:-6px}._imageResizer_1e2ox_1036._imageResizerW_1e2ox_1081{cursor:w-resize;bottom:48%;left:-6px}._imageResizer_1e2ox_1036._imageResizerNw_1e2ox_1087{cursor:nw-resize;top:-6px;left:-6px}._imagePlaceholder_1e2ox_1093{border:2px dashed;width:fit-content;height:fit-content;margin:12px;padding:48px}._imageDimensionsContainer_1e2ox_1101{gap:var(--spacing-4);display:flex}._placeholder_1e2ox_1106{color:var(--baseSolid);padding:var(--spacing-3);text-overflow:ellipsis;-webkit-user-select:none;user-select:none;white-space:nowrap;pointer-events:none;display:inline-block;position:absolute;top:0;overflow:hidden}._rootContentEditableWrapper_1e2ox_1119{position:relative}._downshiftContainer_1e2ox_1123{flex-direction:column;align-items:stretch;display:flex}._downshiftInputWrapper_1e2ox_1129{background-color:var(--baseBase);border-radius:var(--radius-base);border:1px solid var(--baseBorder);align-items:center;display:flex}._downshiftInputWrapper_1e2ox_1129[data-visible-dropdown=true]{border-bottom-left-radius:var(--radius-none);border-bottom-right-radius:var(--radius-none);border-bottom-width:0}._downshiftInputWrapper_1e2ox_1129>button{all:unset;box-sizing:border-box;cursor:default;padding-right:var(--spacing-2)}._downshiftInput_1e2ox_1129{all:unset;box-sizing:border-box;cursor:default;width:20rem;padding:var(--spacing-2) var(--spacing-3);font-size:var(--text-sm)}._downshiftInput_1e2ox_1129::placeholder{color:var(--baseBorder)}._downshiftAutocompleteContainer_1e2ox_1160{position:relative}._downshiftAutocompleteContainer_1e2ox_1160 ul{all:unset;box-sizing:border-box;font-size:var(--text-sm);border-bottom-left-radius:var(--radius-medium);border-bottom-right-radius:var(--radius-medium);width:100%;max-height:var(--spacing-48);border:1px solid var(--baseBorder);background-color:var(--baseBase);border-top-width:0;display:none;position:absolute;overflow:hidden auto}._downshiftAutocompleteContainer_1e2ox_1160 ul[data-visible=true]{display:block}._downshiftAutocompleteContainer_1e2ox_1160 ul li{padding:var(--spacing-2) var(--spacing-3);white-space:nowrap;margin-bottom:var(--spacing-1);text-overflow:ellipsis;overflow-x:hidden}._downshiftAutocompleteContainer_1e2ox_1160 ul li[data-selected=true]{background-color:var(--baseBgSubtle)}._downshiftAutocompleteContainer_1e2ox_1160 ul li[data-highlighted=true]{background-color:var(--baseBgHover)}._downshiftAutocompleteContainer_1e2ox_1160 ul li:last-of-type{border-bottom-left-radius:var(--radius-medium);border-bottom-right-radius:var(--radius-medium)}._textInput_1e2ox_1206{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_1e2ox_1214{padding:var(--spacing-2);gap:var(--spacing-2);flex-direction:column;display:flex}form._multiFieldForm_1e2ox_1214 ._formField_1e2ox_1220{gap:var(--spacing-2);flex-direction:column;display:flex}form._multiFieldForm_1e2ox_1214 ._formField_1e2ox_1220 label{font-size:var(--text-xs)}._markdownParseError_1e2ox_1231{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_1e2ox_1240{z-index:2;position:relative}._inputSizer_1e2ox_1245{vertical-align:baseline;align-items:center;display:inline-grid;position:relative}._inputSizer_1e2ox_1245:after,._inputSizer_1e2ox_1245 input{width:auto;min-width:1rem;font:inherit;resize:none;appearance:none;color:inherit;background:0 0;border:none;grid-area:1/2;margin:0;padding:0 2px}._inputSizer_1e2ox_1245 span{padding:.25em}._inputSizer_1e2ox_1245: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{vertical-align:super;font-size:.8em}._code_1tncs_52{background-color:var(--baseBg);font-family:var(--font-mono);padding:1px .25rem;font-size:94%}._nestedListItem_1tncs_59{list-style:none}._listitem_1tncs_69{margin:var(--spacing-2) 0}._listItemChecked_1tncs_73,._listItemUnchecked_1tncs_74{margin-left:0;margin-right:0;padding-left:var(--spacing-6);padding-right:var(--spacing-6);outline:none;margin-inline-start:-1rem;list-style-type:none;position:relative}._listItemChecked_1tncs_73{text-decoration:line-through}._listItemUnchecked_1tncs_74:before,._listItemChecked_1tncs_73:before{content:"";width:var(--spacing-4);height:var(--spacing-4);cursor:pointer;background-size:cover;display:block;position:absolute;top:0;left:0}._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);top:var(--spacing-0_5);width:var(--spacing-1);left:var(--spacing-1_5);right:var(--spacing-1_5);height:var(--spacing-2);border-style:solid;border-width:0 var(--spacing-0_5) var(--spacing-0_5) 0;display:block;position:absolute;transform:rotate(45deg)}._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);color:var(--accentText);font-size:84%}._mdxExpression_1tncs_188 input:focus-visible{outline:none}*{vertical-align:baseline;box-sizing:border-box;border:0;margin:0;padding:0}:before,:after{box-sizing:border-box}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}blockquote,q{quotes:none;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{background:#ccc;width:90%;height:1px;margin:10px 0;display:block}.authButtonsWrapper{justify-content:space-between;margin-top:24px;display:flex}.errorMessage{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;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;top:0;left:0}.fieldWrapper{width:100%;margin-bottom:16px}.fieldWrapper:last-child{margin-bottom:0}.fieldLabel{margin-bottom:8px;font-size:.75rem}.fieldLabelBottom{margin-top:8px;font-size:.75rem}.field{width:100%;position:relative}.fieldLabelNew{margin-bottom:5px;font-family:Inter;font-size:.875rem}.inputNew{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}.inputNew::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}.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{box-shadow:none;background:#f1f5f9;border:none}.inputNew:disabled::placeholder{color:#cbd5e1}.inputNew.error{border:1px solid #ef4444}.inputNew.error:focus,.inputNew.error:active{box-shadow:none;border-color:#ef4444}.formCellsWrapper{justify-content:space-between;margin-bottom:16px;display:flex}.formCell{width:calc(50% - 8px)}.tableNavWrapper{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}.tableNavButtonsWrapper{align-items:center;display:flex}.tableNavItem{margin:0 6px}.modalContent{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}.modalContent.center{text-align:center;font-family:Inter}.modalContent.settings{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}.modalContent.settingsIntegration,.modalContent.performanceTestModalContent{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}.modalContent.monitoringReportContent{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}.modalTitle{margin:16px 0 4px;font-size:1.125rem;font-weight:500}.modalMessage{color:#475569;font-size:.875rem;line-height:20px}.modalLine{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}.modalLine:after,.modalLine:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}.modalLine:before{left:-20px}.modalLine:after{right:-20px}.infoMessage{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;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;top:0;left:0}.modalFooter{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}.modalFooter.buttonsAutoWidth{justify-content:flex-end}.modalFooter.buttonsAutoWidth button,.modalFooter.buttonsAutoWidth span{margin-left:12px}.fullWidthTitle{text-transform:uppercase;color:#64748b;background:#f8fafc;width:calc(100% + 40px);margin-bottom:20px;margin-left:-20px;padding:8px 20px;font-size:.75rem;line-height:1}.widgetsWrapper{justify-content:center;gap:16px;margin-bottom:16px;display:flex}.widgetWrapper{background:#fff;border:1px solid #e2e8f0;border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){.widgetWrapper{padding:0 16px 15px}}.widgetHeader{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}.widgetTitle{font-family:Inter;font-size:1rem;font-weight:500}.widgetDataWrapper{padding-top:16px;position:relative}.widgetSpinnerWrapper{align-items:center;height:180px;display:flex}.widgetFooter{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}.widgetFooterItem{text-align:center;border-right:1px solid #f1f5f9;flex:1}.widgetFooterItem:last-child{border:none}.widgetMainValue{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}.widgetValueWrapper{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}.widgetNote{color:#64748b;font-size:.75rem}.widgetLoader{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.disabled{opacity:.5;cursor:default}.widgetAddress{color:#64748b;font-size:.75rem}.widgetTag{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}.widgetTagValue{color:#0f172a;font-weight:500}.chartValuesWrapper{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}.chartValuesTitle{color:#475569;font-size:14px;display:inline-flex}.chartValuesTitle.green:before,.chartValuesTitle.dark:before,.chartValuesTitle.blue:before{content:"";border:2px solid #fff;border-radius:50%;width:13px;height:13px;margin-right:4px;display:inline-flex;position:relative;top:1px;box-shadow:0 2px 4px #00000014}.chartValuesTitle.green:before{background:#22c55e}.chartValuesTitle.dark:before{background:#475569}.chartValuesTitle.blue:before{background:#43e0f8}.topbar{justify-content:space-between;align-items:center;width:100%;padding:0 16px;display:flex}.logoWrapper{display:inline-flex}.logo{max-width:110px}.menuWrapper{display:flex}@media only screen and (width<=1340px){.menuWrapper{background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);flex-direction:column;width:265px;height:100vh;padding:64px 16px 0;display:none;position:absolute;top:0;right:0;box-shadow:-12px 1px 89px -41px #0000004d}.menuWrapper.opened{display:flex}}.menuItem{color:#fff;border-radius:30px;align-items:center;margin:0 8px;padding:8px 20px;font-family:Inter;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}@media only screen and (width<=1300px){.menuItem{flex:none;width:auto;margin-bottom:10px}}.menuItem .menuIcon{fill:#fff;margin-right:8px;transition:all .2s}.menuItem .menuIconPerformance{fill:none}.menuItem .menuIconStroke{stroke:#fff;margin-right:8px;transition:all .2s}.menuItem.active,.menuItem:hover{color:#52c2fd;background:#fff}.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{color:#fff;background:#d73d3d;border-radius:50%;justify-content:center;align-items:center;width:14px;height:14px;font-size:8px;display:inline-flex;position:relative;top:-6px;right:-6px}.screenWrapper{justify-content:center;display:flex}.link{color:#2db2c8;cursor:pointer;text-decoration:underline}:root{--vh:1vh}html,body{color:#000;font-family:Inter,sans-serif;font-weight:400}._spinnerWrapper_1incn_1{justify-content:center;width:100%;display:flex}._spinnerWrapper_1incn_1 svg{margin-right:0!important}@media only screen and (width<=1024px){._spinnerWrapper_1incn_1 svg{width:28px!important;height:28px!important}}._buttonNew_7wewe_1{cursor:pointer;border-radius:20px;justify-content:center;align-items:center;height:36px;font-family:Inter;font-size:.875rem;font-weight:500;transition:all .2s ease-out;display:inline-flex}._buttonNew_7wewe_1:disabled,._buttonNew_7wewe_1[disabled]{cursor:default;opacity:.7}._buttonNew_7wewe_1 svg{margin-right:8px}._buttonNew_7wewe_1._white_7wewe_20{color:#334155;background:#fff;border:1px solid #e2e8f0}._buttonNew_7wewe_1._blue_7wewe_25{color:#134f66;background:#42e8ff}._buttonNew_7wewe_1._green_7wewe_29{color:#fff;background:#22c55e}._buttonNew_7wewe_1._tropicalCyan_7wewe_33{color:#2db2c8;background:#fff;border:1px solid #42e8ff}._buttonNew_7wewe_1._blueBordered_7wewe_38{color:#42e8ff;background:#fff;border:1px solid #42e8ff}._buttonNew_7wewe_1._greyBordered_7wewe_43{color:#000;background:#fff;border:1px solid #cbd5e1}._buttonNew_7wewe_1._grey_7wewe_43{color:#000;background:#e2e8f0}._buttonNew_7wewe_1._orange_7wewe_52{color:#fff;background:#f59e0b}._buttonNew_7wewe_1._red_7wewe_56{color:#fff;background:#ef4444}._buttonNew_7wewe_1._red_7wewe_56 svg{stroke:#fff}._buttonNew_7wewe_1._redBordered_7wewe_63{color:#ef4444;background:#fff;border:1px solid #ef4444}._buttonNew_7wewe_1._redBordered_7wewe_63 svg{stroke:#ef4444}._buttonNew_7wewe_1._fullWidth_7wewe_71{width:100%}._buttonNew_7wewe_1._halfWidth_7wewe_74{width:calc(50% - 8px)}._buttonNew_7wewe_1._auto_7wewe_77{width:auto;padding:0 16px}._authButtonsWrapper_bdep0_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_bdep0_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_bdep0_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;top:0;left:0}._fieldWrapper_bdep0_23{width:100%;margin-bottom:16px}._fieldWrapper_bdep0_23:last-child{margin-bottom:0}._fieldLabel_bdep0_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_bdep0_36{margin-top:8px;font-size:.75rem}._field_bdep0_23{width:100%;position:relative}._fieldLabelNew_bdep0_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_bdep0_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_bdep0_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_bdep0_52[type=password]{font-size:18px}._inputNew_bdep0_52:focus,._inputNew_bdep0_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_bdep0_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_bdep0_52:disabled::placeholder{color:#cbd5e1}._inputNew_bdep0_52._error_bdep0_7{border:1px solid #ef4444}._inputNew_bdep0_52._error_bdep0_7:focus,._inputNew_bdep0_52._error_bdep0_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_bdep0_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_bdep0_90{width:calc(50% - 8px)}._tableNavWrapper_bdep0_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_bdep0_109{align-items:center;display:flex}._tableNavItem_bdep0_114{margin:0 6px}._modalContent_bdep0_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_bdep0_118._center_bdep0_125{text-align:center;font-family:Inter}._modalContent_bdep0_118._settings_bdep0_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_bdep0_118._settingsIntegration_bdep0_133,._modalContent_bdep0_118._performanceTestModalContent_bdep0_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_bdep0_118._monitoringReportContent_bdep0_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_bdep0_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_bdep0_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_bdep0_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_bdep0_158:after,._modalLine_bdep0_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_bdep0_158:before{left:-20px}._modalLine_bdep0_158:after{right:-20px}._infoMessage_bdep0_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_bdep0_181:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._modalFooter_bdep0_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_bdep0_196._buttonsAutoWidth_bdep0_203{justify-content:flex-end}._modalFooter_bdep0_196._buttonsAutoWidth_bdep0_203 button,._modalFooter_bdep0_196._buttonsAutoWidth_bdep0_203 span{margin-left:12px}._fullWidthTitle_bdep0_211{text-transform:uppercase;color:#64748b;background:#f8fafc;width:calc(100% + 40px);margin-bottom:20px;margin-left:-20px;padding:8px 20px;font-size:.75rem;line-height:1}._widgetsWrapper_bdep0_223{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_bdep0_230{background:#fff;border:1px solid #e2e8f0;border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_bdep0_230{padding:0 16px 15px}}._widgetHeader_bdep0_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_bdep0_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_bdep0_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_bdep0_266{align-items:center;height:180px;display:flex}._widgetFooter_bdep0_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_bdep0_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_bdep0_279:last-child{border:none}._widgetMainValue_bdep0_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_bdep0_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_bdep0_303{color:#64748b;font-size:.75rem}._widgetLoader_bdep0_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_bdep0_315{opacity:.5;cursor:default}._widgetAddress_bdep0_320{color:#64748b;font-size:.75rem}._widgetTag_bdep0_325{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_bdep0_333{color:#0f172a;font-weight:500}._chartValuesWrapper_bdep0_338{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_bdep0_346{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_bdep0_346._green_bdep0_351:before,._chartValuesTitle_bdep0_346._dark_bdep0_351:before,._chartValuesTitle_bdep0_346._blue_bdep0_351:before{content:"";border:2px solid #fff;border-radius:50%;width:13px;height:13px;margin-right:4px;display:inline-flex;position:relative;top:1px;box-shadow:0 2px 4px #00000014}._chartValuesTitle_bdep0_346._green_bdep0_351:before{background:#22c55e}._chartValuesTitle_bdep0_346._dark_bdep0_351:before{background:#475569}._chartValuesTitle_bdep0_346._blue_bdep0_351:before{background:#43e0f8}._topbar_bdep0_373{justify-content:space-between;align-items:center;width:100%;padding:0 16px;display:flex}._logoWrapper_bdep0_381{display:inline-flex}._logo_bdep0_381{max-width:110px}._menuWrapper_bdep0_389{display:flex}@media only screen and (width<=1340px){._menuWrapper_bdep0_389{background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);flex-direction:column;width:265px;height:100vh;padding:64px 16px 0;display:none;position:absolute;top:0;right:0;box-shadow:-12px 1px 89px -41px #0000004d}._menuWrapper_bdep0_389._opened_bdep0_406{display:flex}}._menuItem_bdep0_411{color:#fff;border-radius:30px;align-items:center;margin:0 8px;padding:8px 20px;font-family:Inter;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}@media only screen and (width<=1300px){._menuItem_bdep0_411{flex:none;width:auto;margin-bottom:10px}}._menuItem_bdep0_411 ._menuIcon_bdep0_432{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_bdep0_411 ._menuIconPerformance_bdep0_437{fill:none}._menuItem_bdep0_411 ._menuIconStroke_bdep0_440{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_bdep0_411._active_bdep0_445,._menuItem_bdep0_411:hover{color:#52c2fd;background:#fff}._menuItem_bdep0_411._active_bdep0_445 ._menuIcon_bdep0_432:not(._menuIconStroke_bdep0_440,._menuIconPerformance_bdep0_437),._menuItem_bdep0_411:hover ._menuIcon_bdep0_432:not(._menuIconStroke_bdep0_440,._menuIconPerformance_bdep0_437){fill:#52c2fd}._menuItem_bdep0_411._active_bdep0_445 ._menuIconPerformance_bdep0_437 path,._menuItem_bdep0_411:hover ._menuIconPerformance_bdep0_437 path{stroke:#59a6fd}._menuItem_bdep0_411._active_bdep0_445 ._menuIconStroke_bdep0_440:not(._menuIcon_bdep0_432),._menuItem_bdep0_411:hover ._menuIconStroke_bdep0_440:not(._menuIcon_bdep0_432){stroke:#52c2fd}._redDot_bdep0_459{color:#fff;background:#d73d3d;border-radius:50%;justify-content:center;align-items:center;width:14px;height:14px;font-size:8px;display:inline-flex;position:relative;top:-6px;right:-6px}._screenWrapper_bdep0_474{justify-content:center;display:flex}._link_bdep0_479{color:#2db2c8;cursor:pointer;text-decoration:underline}._viewport_bdep0_485{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:6000;background:#2e323e66;width:100%;height:100vh;position:fixed;top:0;left:0}._layout_bdep0_496{z-index:6001;background:#fff;outline:none;position:fixed;box-shadow:0 16px 40px -8px #47556921}._modal_bdep0_118{width:calc(100% - 8px);max-width:1190px;max-height:90vh;max-height:calc(var(--vh,1vh) * 90);border-radius:20px;top:50%;left:50%;transform:translate(-50%,-50%)}._drawer_bdep0_515{width:100%;height:100vh;top:0;right:0}._closeIcon_bdep0_522{cursor:pointer;z-index:2;padding:10px;position:absolute;top:6px;right:6px}._closeIcon_bdep0_522: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_bdep0_534{margin-right:auto;margin-left:0!important}._modalHeader_1s9wh_1{z-index:1;border-bottom:1px solid #e2e8f0;align-items:center;padding:16px 60px 16px 20px;display:flex;position:relative}._modalHeader_1s9wh_1._borderless_1s9wh_9{border-bottom:none}._modalHeader_1s9wh_1._modalHeaderShadow_1s9wh_12{box-shadow:0 1px 2px #e2e8f03d,0 2px 2px #94a3b81f}._modalHeaderTitle_1s9wh_16{font-size:1.125rem;font-weight:500}._modalHeaderSubtitle_1s9wh_21{color:#475569;font-size:.875rem;font-weight:300}._modalHeaderIconWrapper_1s9wh_27{margin-right:16px;display:flex}span.static-select,div.static-select{z-index:1000}span.static-select__control--is-focused,span.static-select__control--menu-is-open,div.static-select__control--is-focused,div.static-select__control--menu-is-open{border:1px solid #4ae9ff!important;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff!important}span.static-select__input-container,div.static-select__input-container{font-size:14px}span.static-select--is-disabled,div.static-select--is-disabled{background:0 0}span.static-select__control,div.static-select__control{min-height:40px;box-shadow:none;border:1px solid #e2e8f0;border-radius:10px}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{border:1px solid #e2e8f0;border-radius:8px!important;margin:8px 0!important;box-shadow:0 16px 32px -12px #4755691a!important}span.static-select__group,div.static-select__group{padding:0}span.static-select__dropdown-indicator,div.static-select__dropdown-indicator{cursor:pointer;padding:0 8px;position:relative}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{background:#0074d9;align-items:center;height:24px;display:flex;padding:0 0 0 6px!important}span.static-select__multi-value__label,div.static-select__multi-value__label{font-size:"Inter";color:#fff;font-size:14px;padding:0!important}span.static-select__multi-value__remove,div.static-select__multi-value__remove{cursor:pointer;color:#fff;margin-left:2px;transition:all .1s;background:0 0!important}span.static-select__menu-list,div.static-select__menu-list{padding-top:0!important;padding-bottom:0!important}span.static-select__menu-list.mobile-menu,div.static-select__menu-list.mobile-menu{max-height:150px}span.static-select__single-value,div.static-select__single-value{font-size:14px}span.static-select__single-value--is-disabled,div.static-select__single-value--is-disabled{color:#333}span.static-select__option,div.static-select__option{cursor:pointer;padding-right:28px;font-size:14px;font-weight:400;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{align-items:center;display:flex;color:#000!important;background-color:#fff!important;font-weight:500!important}span.static-select__option--is-selected:after,div.static-select__option--is-selected:after{content:url("data:image/svg+xml,%3csvg%20width='17'%20height='16'%20viewBox='0%200%2017%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M3.5%208.5L7.5%2012.5L13.5%203.5'%20stroke='%2343E0F8'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e");position:absolute;right:10px}span.static-select__option--is-selected:hover,div.static-select__option--is-selected:hover,span.static-select__option:hover,div.static-select__option:hover{background-color:#00000005!important}span.static-select__select-all-option,div.static-select__select-all-option{border-bottom:1px solid #e2e8f0;padding:8px 12px}._modalContent_1bwff_118._settingsIntegration_1bwff_133,._modalContent_1bwff_118._performanceTestModalContent_1bwff_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}@media only screen and (width<=768px){._widgetWrapper_1bwff_230{padding:0 16px 15px}}@media only screen and (width<=1340px){._menuWrapper_1bwff_389{background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);flex-direction:column;width:265px;height:100vh;padding:64px 16px 0;display:none;position:absolute;top:0;right:0;box-shadow:-12px 1px 89px -41px #0000004d}._menuWrapper_1bwff_389._opened_1bwff_406{display:flex}}@media only screen and (width<=1300px){._menuItem_1bwff_411{flex:none;width:auto;margin-bottom:10px}}._authButtonsWrapper_1rokc_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_1rokc_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_1rokc_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;top:0;left:0}._fieldWrapper_1rokc_23{width:100%;margin-bottom:16px}._fieldWrapper_1rokc_23:last-child{margin-bottom:0}._fieldLabel_1rokc_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_1rokc_36{margin-top:8px;font-size:.75rem}._field_1rokc_23{width:100%;position:relative}._fieldLabelNew_1rokc_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_1rokc_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_1rokc_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_1rokc_52[type=password]{font-size:18px}._inputNew_1rokc_52:focus,._inputNew_1rokc_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_1rokc_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_1rokc_52:disabled::placeholder{color:#cbd5e1}._inputNew_1rokc_52._error_1rokc_7{border:1px solid #ef4444}._inputNew_1rokc_52._error_1rokc_7:focus,._inputNew_1rokc_52._error_1rokc_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_1rokc_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_1rokc_90{width:calc(50% - 8px)}._tableNavWrapper_1rokc_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_1rokc_109{align-items:center;display:flex}._tableNavItem_1rokc_114{margin:0 6px}._modalContent_1rokc_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_1rokc_118._center_1rokc_125{text-align:center;font-family:Inter}._modalContent_1rokc_118._settings_1rokc_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_1rokc_118._settingsIntegration_1rokc_133,._modalContent_1rokc_118._performanceTestModalContent_1rokc_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_1rokc_118._monitoringReportContent_1rokc_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_1rokc_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_1rokc_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_1rokc_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_1rokc_158:after,._modalLine_1rokc_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_1rokc_158:before{left:-20px}._modalLine_1rokc_158:after{right:-20px}._infoMessage_1rokc_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_1rokc_181:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._modalFooter_1rokc_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_1rokc_196._buttonsAutoWidth_1rokc_203{justify-content:flex-end}._modalFooter_1rokc_196._buttonsAutoWidth_1rokc_203 button,._modalFooter_1rokc_196._buttonsAutoWidth_1rokc_203 span{margin-left:12px}._fullWidthTitle_1rokc_211{text-transform:uppercase;color:#64748b;background:#f8fafc;width:calc(100% + 40px);margin-bottom:20px;margin-left:-20px;padding:8px 20px;font-size:.75rem;line-height:1}._widgetsWrapper_1rokc_223{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_1rokc_230{background:#fff;border:1px solid #e2e8f0;border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_1rokc_230{padding:0 16px 15px}}._widgetHeader_1rokc_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_1rokc_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_1rokc_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_1rokc_266{align-items:center;height:180px;display:flex}._widgetFooter_1rokc_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_1rokc_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_1rokc_279:last-child{border:none}._widgetMainValue_1rokc_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_1rokc_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_1rokc_303{color:#64748b;font-size:.75rem}._widgetLoader_1rokc_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_1rokc_315{opacity:.5;cursor:default}._widgetAddress_1rokc_320{color:#64748b;font-size:.75rem}._widgetTag_1rokc_325{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_1rokc_333{color:#0f172a;font-weight:500}._chartValuesWrapper_1rokc_338{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_1rokc_346{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_1rokc_346._green_1rokc_351:before,._chartValuesTitle_1rokc_346._dark_1rokc_351:before,._chartValuesTitle_1rokc_346._blue_1rokc_351:before{content:"";border:2px solid #fff;border-radius:50%;width:13px;height:13px;margin-right:4px;display:inline-flex;position:relative;top:1px;box-shadow:0 2px 4px #00000014}._chartValuesTitle_1rokc_346._green_1rokc_351:before{background:#22c55e}._chartValuesTitle_1rokc_346._dark_1rokc_351:before{background:#475569}._chartValuesTitle_1rokc_346._blue_1rokc_351:before{background:#43e0f8}._topbar_1rokc_373{justify-content:space-between;align-items:center;width:100%;padding:0 16px;display:flex}._logoWrapper_1rokc_381{display:inline-flex}._logo_1rokc_381{max-width:110px}._menuWrapper_1rokc_389{display:flex}@media only screen and (width<=1340px){._menuWrapper_1rokc_389{background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);flex-direction:column;width:265px;height:100vh;padding:64px 16px 0;display:none;position:absolute;top:0;right:0;box-shadow:-12px 1px 89px -41px #0000004d}._menuWrapper_1rokc_389._opened_1rokc_406{display:flex}}._menuItem_1rokc_411{color:#fff;border-radius:30px;align-items:center;margin:0 8px;padding:8px 20px;font-family:Inter;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}@media only screen and (width<=1300px){._menuItem_1rokc_411{flex:none;width:auto;margin-bottom:10px}}._menuItem_1rokc_411 ._menuIcon_1rokc_432{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_1rokc_411 ._menuIconPerformance_1rokc_437{fill:none}._menuItem_1rokc_411 ._menuIconStroke_1rokc_440{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_1rokc_411._active_1rokc_445,._menuItem_1rokc_411:hover{color:#52c2fd;background:#fff}._menuItem_1rokc_411._active_1rokc_445 ._menuIcon_1rokc_432:not(._menuIconStroke_1rokc_440,._menuIconPerformance_1rokc_437),._menuItem_1rokc_411:hover ._menuIcon_1rokc_432:not(._menuIconStroke_1rokc_440,._menuIconPerformance_1rokc_437){fill:#52c2fd}._menuItem_1rokc_411._active_1rokc_445 ._menuIconPerformance_1rokc_437 path,._menuItem_1rokc_411:hover ._menuIconPerformance_1rokc_437 path{stroke:#59a6fd}._menuItem_1rokc_411._active_1rokc_445 ._menuIconStroke_1rokc_440:not(._menuIcon_1rokc_432),._menuItem_1rokc_411:hover ._menuIconStroke_1rokc_440:not(._menuIcon_1rokc_432){stroke:#52c2fd}._redDot_1rokc_459{color:#fff;background:#d73d3d;border-radius:50%;justify-content:center;align-items:center;width:14px;height:14px;font-size:8px;display:inline-flex;position:relative;top:-6px;right:-6px}._screenWrapper_1rokc_474{justify-content:center;display:flex}._link_1rokc_479{color:#2db2c8;cursor:pointer;text-decoration:underline}._fieldWrapper_1rokc_23{min-width:0}._fieldWrapper_1rokc_23 ._error_1rokc_7{border:1px solid #ef4444!important}._errorText_1rokc_492{color:#ef4444;max-width:100%}._customOptionField_1rokc_497{color:#2db2c8;padding:10px;font-size:14px}._customOptionField_1rokc_497:hover{background-color:#fafafa}._authButtonsWrapper_1sfej_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_1sfej_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_1sfej_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;top:0;left:0}._fieldWrapper_1sfej_23{width:100%;margin-bottom:16px}._fieldWrapper_1sfej_23:last-child{margin-bottom:0}._fieldLabel_1sfej_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_1sfej_36{margin-top:8px;font-size:.75rem}._field_1sfej_23{width:100%;position:relative}._fieldLabelNew_1sfej_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_1sfej_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_1sfej_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_1sfej_52[type=password]{font-size:18px}._inputNew_1sfej_52:focus,._inputNew_1sfej_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_1sfej_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_1sfej_52:disabled::placeholder{color:#cbd5e1}._inputNew_1sfej_52._error_1sfej_7{border:1px solid #ef4444}._inputNew_1sfej_52._error_1sfej_7:focus,._inputNew_1sfej_52._error_1sfej_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_1sfej_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_1sfej_90{width:calc(50% - 8px)}._tableNavWrapper_1sfej_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_1sfej_109{align-items:center;display:flex}._tableNavItem_1sfej_114{margin:0 6px}._modalContent_1sfej_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_1sfej_118._center_1sfej_125{text-align:center;font-family:Inter}._modalContent_1sfej_118._settings_1sfej_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_1sfej_118._settingsIntegration_1sfej_133,._modalContent_1sfej_118._performanceTestModalContent_1sfej_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_1sfej_118._monitoringReportContent_1sfej_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_1sfej_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_1sfej_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_1sfej_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_1sfej_158:after,._modalLine_1sfej_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_1sfej_158:before{left:-20px}._modalLine_1sfej_158:after{right:-20px}._infoMessage_1sfej_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_1sfej_181:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._modalFooter_1sfej_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_1sfej_196._buttonsAutoWidth_1sfej_203{justify-content:flex-end}._modalFooter_1sfej_196._buttonsAutoWidth_1sfej_203 button,._modalFooter_1sfej_196._buttonsAutoWidth_1sfej_203 span{margin-left:12px}._fullWidthTitle_1sfej_211{text-transform:uppercase;color:#64748b;background:#f8fafc;width:calc(100% + 40px);margin-bottom:20px;margin-left:-20px;padding:8px 20px;font-size:.75rem;line-height:1}._widgetsWrapper_1sfej_223{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_1sfej_230{background:#fff;border:1px solid #e2e8f0;border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_1sfej_230{padding:0 16px 15px}}._widgetHeader_1sfej_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_1sfej_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_1sfej_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_1sfej_266{align-items:center;height:180px;display:flex}._widgetFooter_1sfej_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_1sfej_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_1sfej_279:last-child{border:none}._widgetMainValue_1sfej_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_1sfej_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_1sfej_303{color:#64748b;font-size:.75rem}._widgetLoader_1sfej_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_1sfej_315{opacity:.5;cursor:default}._widgetAddress_1sfej_320{color:#64748b;font-size:.75rem}._widgetTag_1sfej_325{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_1sfej_333{color:#0f172a;font-weight:500}._chartValuesWrapper_1sfej_338{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_1sfej_346{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_1sfej_346._green_1sfej_351:before,._chartValuesTitle_1sfej_346._dark_1sfej_351:before,._chartValuesTitle_1sfej_346._blue_1sfej_351:before{content:"";border:2px solid #fff;border-radius:50%;width:13px;height:13px;margin-right:4px;display:inline-flex;position:relative;top:1px;box-shadow:0 2px 4px #00000014}._chartValuesTitle_1sfej_346._green_1sfej_351:before{background:#22c55e}._chartValuesTitle_1sfej_346._dark_1sfej_351:before{background:#475569}._chartValuesTitle_1sfej_346._blue_1sfej_351:before{background:#43e0f8}._topbar_1sfej_373{justify-content:space-between;align-items:center;width:100%;padding:0 16px;display:flex}._logoWrapper_1sfej_381{display:inline-flex}._logo_1sfej_381{max-width:110px}._menuWrapper_1sfej_389{display:flex}@media only screen and (width<=1340px){._menuWrapper_1sfej_389{background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);flex-direction:column;width:265px;height:100vh;padding:64px 16px 0;display:none;position:absolute;top:0;right:0;box-shadow:-12px 1px 89px -41px #0000004d}._menuWrapper_1sfej_389._opened_1sfej_406{display:flex}}._menuItem_1sfej_411{color:#fff;border-radius:30px;align-items:center;margin:0 8px;padding:8px 20px;font-family:Inter;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}@media only screen and (width<=1300px){._menuItem_1sfej_411{flex:none;width:auto;margin-bottom:10px}}._menuItem_1sfej_411 ._menuIcon_1sfej_432{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_1sfej_411 ._menuIconPerformance_1sfej_437{fill:none}._menuItem_1sfej_411 ._menuIconStroke_1sfej_440{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_1sfej_411._active_1sfej_445,._menuItem_1sfej_411:hover{color:#52c2fd;background:#fff}._menuItem_1sfej_411._active_1sfej_445 ._menuIcon_1sfej_432:not(._menuIconStroke_1sfej_440,._menuIconPerformance_1sfej_437),._menuItem_1sfej_411:hover ._menuIcon_1sfej_432:not(._menuIconStroke_1sfej_440,._menuIconPerformance_1sfej_437){fill:#52c2fd}._menuItem_1sfej_411._active_1sfej_445 ._menuIconPerformance_1sfej_437 path,._menuItem_1sfej_411:hover ._menuIconPerformance_1sfej_437 path{stroke:#59a6fd}._menuItem_1sfej_411._active_1sfej_445 ._menuIconStroke_1sfej_440:not(._menuIcon_1sfej_432),._menuItem_1sfej_411:hover ._menuIconStroke_1sfej_440:not(._menuIcon_1sfej_432){stroke:#52c2fd}._redDot_1sfej_459{color:#fff;background:#d73d3d;border-radius:50%;justify-content:center;align-items:center;width:14px;height:14px;font-size:8px;display:inline-flex;position:relative;top:-6px;right:-6px}._screenWrapper_1sfej_474{justify-content:center;display:flex}._link_1sfej_479{color:#2db2c8;cursor:pointer;text-decoration:underline}._logoField_1sfej_485{justify-content:space-between;display:flex}._imageWrapper_1sfej_490{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;justify-content:center;align-items:center;width:72px;height:72px;display:flex;overflow:hidden}._fileWrapper_1sfej_502{cursor:pointer;background:#f8fafc;border:1px dashed #e2e8f0;border-radius:10px;flex-flow:column wrap;justify-content:center;align-items:center;width:calc(100% - 88px);height:72px;display:flex}._fileWrapper_1sfej_502._error_1sfej_7{border:1px solid #ef4444}._dragging_1sfej_519{cursor:grabbing;background-color:#b8f6b8}._inputFile_1sfej_524{display:none}._labelText_1sfej_528{text-align:center;color:#64748b;font-size:.75rem}._labelText_1sfej_528 span{color:#43e0f8;font-weight:500}._uploadedImage_1sfej_538{max-width:72px;max-height:72px}._errorMessage_1sfej_7{max-width:inherit}._authButtonsWrapper_14box_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_14box_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_14box_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;top:0;left:0}._fieldWrapper_14box_23{width:100%;margin-bottom:16px}._fieldWrapper_14box_23:last-child{margin-bottom:0}._fieldLabel_14box_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_14box_36{margin-top:8px;font-size:.75rem}._field_14box_23{width:100%;position:relative}._fieldLabelNew_14box_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_14box_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_14box_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_14box_52[type=password]{font-size:18px}._inputNew_14box_52:focus,._inputNew_14box_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_14box_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_14box_52:disabled::placeholder{color:#cbd5e1}._inputNew_14box_52._error_14box_7{border:1px solid #ef4444}._inputNew_14box_52._error_14box_7:focus,._inputNew_14box_52._error_14box_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_14box_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_14box_90{width:calc(50% - 8px)}._tableNavWrapper_14box_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_14box_109{align-items:center;display:flex}._tableNavItem_14box_114{margin:0 6px}._modalContent_14box_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_14box_118._center_14box_125{text-align:center;font-family:Inter}._modalContent_14box_118._settings_14box_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_14box_118._settingsIntegration_14box_133,._modalContent_14box_118._performanceTestModalContent_14box_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_14box_118._monitoringReportContent_14box_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_14box_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_14box_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_14box_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_14box_158:after,._modalLine_14box_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_14box_158:before{left:-20px}._modalLine_14box_158:after{right:-20px}._infoMessage_14box_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_14box_181:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._modalFooter_14box_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_14box_196._buttonsAutoWidth_14box_203{justify-content:flex-end}._modalFooter_14box_196._buttonsAutoWidth_14box_203 button,._modalFooter_14box_196._buttonsAutoWidth_14box_203 span{margin-left:12px}._fullWidthTitle_14box_211{text-transform:uppercase;color:#64748b;background:#f8fafc;width:calc(100% + 40px);margin-bottom:20px;margin-left:-20px;padding:8px 20px;font-size:.75rem;line-height:1}._widgetsWrapper_14box_223{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_14box_230{background:#fff;border:1px solid #e2e8f0;border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_14box_230{padding:0 16px 15px}}._widgetHeader_14box_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_14box_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_14box_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_14box_266{align-items:center;height:180px;display:flex}._widgetFooter_14box_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_14box_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_14box_279:last-child{border:none}._widgetMainValue_14box_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_14box_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_14box_303{color:#64748b;font-size:.75rem}._widgetLoader_14box_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_14box_315{opacity:.5;cursor:default}._widgetAddress_14box_320{color:#64748b;font-size:.75rem}._widgetTag_14box_325{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_14box_333{color:#0f172a;font-weight:500}._chartValuesWrapper_14box_338{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_14box_346{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_14box_346._green_14box_351:before,._chartValuesTitle_14box_346._dark_14box_351:before,._chartValuesTitle_14box_346._blue_14box_351:before{content:"";border:2px solid #fff;border-radius:50%;width:13px;height:13px;margin-right:4px;display:inline-flex;position:relative;top:1px;box-shadow:0 2px 4px #00000014}._chartValuesTitle_14box_346._green_14box_351:before{background:#22c55e}._chartValuesTitle_14box_346._dark_14box_351:before{background:#475569}._chartValuesTitle_14box_346._blue_14box_351:before{background:#43e0f8}._topbar_14box_373{justify-content:space-between;align-items:center;width:100%;padding:0 16px;display:flex}._logoWrapper_14box_381{display:inline-flex}._logo_14box_381{max-width:110px}._menuWrapper_14box_389{display:flex}@media only screen and (width<=1340px){._menuWrapper_14box_389{background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);flex-direction:column;width:265px;height:100vh;padding:64px 16px 0;display:none;position:absolute;top:0;right:0;box-shadow:-12px 1px 89px -41px #0000004d}._menuWrapper_14box_389._opened_14box_406{display:flex}}._menuItem_14box_411{color:#fff;border-radius:30px;align-items:center;margin:0 8px;padding:8px 20px;font-family:Inter;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}@media only screen and (width<=1300px){._menuItem_14box_411{flex:none;width:auto;margin-bottom:10px}}._menuItem_14box_411 ._menuIcon_14box_432{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_14box_411 ._menuIconPerformance_14box_437{fill:none}._menuItem_14box_411 ._menuIconStroke_14box_440{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_14box_411._active_14box_445,._menuItem_14box_411:hover{color:#52c2fd;background:#fff}._menuItem_14box_411._active_14box_445 ._menuIcon_14box_432:not(._menuIconStroke_14box_440,._menuIconPerformance_14box_437),._menuItem_14box_411:hover ._menuIcon_14box_432:not(._menuIconStroke_14box_440,._menuIconPerformance_14box_437){fill:#52c2fd}._menuItem_14box_411._active_14box_445 ._menuIconPerformance_14box_437 path,._menuItem_14box_411:hover ._menuIconPerformance_14box_437 path{stroke:#59a6fd}._menuItem_14box_411._active_14box_445 ._menuIconStroke_14box_440:not(._menuIcon_14box_432),._menuItem_14box_411:hover ._menuIconStroke_14box_440:not(._menuIcon_14box_432){stroke:#52c2fd}._redDot_14box_459{color:#fff;background:#d73d3d;border-radius:50%;justify-content:center;align-items:center;width:14px;height:14px;font-size:8px;display:inline-flex;position:relative;top:-6px;right:-6px}._screenWrapper_14box_474{justify-content:center;display:flex}._link_14box_479{color:#2db2c8;cursor:pointer;text-decoration:underline}._iconButton_14box_485{opacity:.8;cursor:pointer;position:absolute;top:10px;right:12px;transform:scale(.9)}._iconButton_14box_485:hover{opacity:.6;transition:all .15s}._showIcon_14box_498{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");display:inline-flex}._hideIcon_14box_503{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");display:inline-flex}:root{--rt-opacity:1!important}._tooltip_1x06p_1{color:#475569!important;background-color:#fff!important;border:1px solid #e2e8f0!important;border-radius:6px!important;padding:7px 10px!important;font-size:12px!important;box-shadow:0 12px 24px #94a3b81f!important}._subscriptionModal_10ge2_1 footer{display:none}._subscriptionModalContainer_10ge2_5{flex-direction:column;width:100%;max-height:90vh;display:flex;overflow:hidden}._subscriptionModalWrapper_10ge2_13{flex-direction:row;width:100%;padding:70px 40px 0;display:flex;overflow-y:auto}._subscriptionModalSection_10ge2_21{width:100%;display:flex}._subscriptionModalSection_10ge2_21 ._subscriptionModalFeature_10ge2_25{display:none}._subscriptionModalPrice_10ge2_29{align-items:center;gap:8px;display:flex;position:relative}._subscriptionModalPrice_10ge2_29 ._subscriptionModalPriceOld_10ge2_35{color:#64748b;text-align:center;font-size:16px;position:relative}._subscriptionModalFooter_10ge2_42{justify-content:space-between;align-items:center;padding:25px 40px;display:flex}._subscriptionModalFooter_10ge2_42 div{gap:24px;display:flex}._subscriptionModalFooter_10ge2_42 div span{align-items:center;font-size:14px;font-weight:500;display:flex}._subscriptionModalFooter_10ge2_42 div span svg{margin-right:8px}._subscriptionModalFooter_10ge2_42 ._subscriptionModalFooterText_10ge2_61 span{font-size:12px}._subscriptionModalContent_10ge2_65{flex-direction:column;flex-grow:1;display:flex;position:relative}._subscriptionModalFeature_10ge2_25 ._subscriptionModalRow_10ge2_72{flex-shrink:0;justify-content:start}._subscriptionModalFeature_10ge2_25 ._subscriptionModalRow_10ge2_72:last-child{border-bottom:0}._subscriptionModalFeature_10ge2_25 ._subscriptionModalRowTitle_10ge2_79{flex-shrink:0;align-items:start;padding:0 24px 0 0}._popularPlan_10ge2_85{border:2px solid #2db2c8;border-radius:16px;justify-content:center;width:100%;height:calc(100% + 20px);display:flex;position:absolute;top:-20px}._popularPlan_10ge2_85 ._mostPopularText_10ge2_95{white-space:nowrap;background:linear-gradient(90deg,#43e0f8 0%,#2db2c8 100%);border-radius:8px;justify-content:center;align-items:center;height:32px;padding:4px 12px;display:flex;position:absolute;top:-16px}._popularPlan_10ge2_85 ._mostPopularText_10ge2_95 p{text-transform:uppercase;font-size:14px;font-weight:700}._subscriptionModalRow_10ge2_72{border-bottom:1px solid #e2e8f0;flex-shrink:0;justify-content:center;align-items:center;height:32px;display:flex}._subscriptionModalRow_10ge2_72:last-child{border-bottom:0}._subscriptionModalRow_10ge2_72 p{font-size:14px}._subscriptionModalRow_10ge2_72 ._priceText_10ge2_127{font-size:18px;font-weight:700}._subscriptionModalRowTitle_10ge2_79{border-bottom:1px solid #e2e8f0;flex-direction:column;justify-content:flex-start;align-items:center;height:85px;padding:0 12px;display:flex}._subscriptionModalRowTitle_10ge2_79 ._featuresTitle_10ge2_141{padding:10px 10px 0 50px}._subscriptionModalRowTitle_10ge2_79 p{white-space:nowrap;font-size:24px;font-weight:700}._subscriptionModalRowTitle_10ge2_79 p._boldTitle_10ge2_149{text-transform:uppercase;font-style:italic;font-weight:900}._subscriptionModalRowTitle_10ge2_79 div{color:#22c55e;height:14px;padding-top:4px;font-size:14px;font-weight:600}._subscriptionModalRowTitle_10ge2_79 span{font-family:Inter;font-size:20px;font-style:italic;font-weight:700}._popularPlanTitle_10ge2_168{flex-shrink:0;padding:0 20px}@media only screen and (width<=950px){._subscriptionModalRowTitle_10ge2_79{padding:0 10px}._subscriptionModalRowTitle_10ge2_79 span{font-size:16px}._subscriptionModalRowTitle_10ge2_79 p{font-size:18px}._subscriptionModalRowTitle_10ge2_79 p._featuresTitle_10ge2_141{font-size:24px}._subscriptionModalRow_10ge2_72 p{font-size:12px}._subscriptionModalRow_10ge2_72 ._priceText_10ge2_127{font-size:14px}._subscriptionModalRow_10ge2_72 svg{width:16px}._subscriptionModalFooter_10ge2_42 span{font-size:12px}._subscriptionModalFooter_10ge2_42 svg{width:16px;margin-right:6px}._subscriptionModalFooter_10ge2_42 div{gap:16px}._subscriptionModalFooter_10ge2_42 div:first-child span{font-size:10px}._popularPlan_10ge2_85 ._mostPopularText_10ge2_95{height:28px}._popularPlan_10ge2_85 ._mostPopularText_10ge2_95 p{font-size:12px}}._subscriptionSubModal_10ge2_215 ._modalBody_10ge2_215{flex-direction:column;align-items:center;padding:16px 20px;display:flex}._subscriptionSubModal_10ge2_215 ._modalBody_10ge2_215 p{color:#475569;text-align:center;margin-top:4px;font-size:14px}._subscriptionSubModal_10ge2_215 ._modalBody_10ge2_215 span{font-weight:700}._subscriptionSubModal_10ge2_215 ._subscriptionSubModalFooter_10ge2_230{flex-direction:column-reverse;gap:12px}._subscriptionSubModal_10ge2_215 ._iconWrapper_10ge2_234{background-color:#fef3c7;border-radius:10px;justify-content:center;align-items:center;width:44px;height:44px;margin-bottom:16px;display:flex}._subscriptionSubModal_10ge2_215 ._iconWrapper_10ge2_234 svg{width:24px;height:24px}@media only screen and (width<=700px){._subscriptionModalWrapper_10ge2_13{flex-direction:column;overflow-y:auto}._subscriptionModalSection_10ge2_21{margin-bottom:35px}._subscriptionModalSection_10ge2_21:last-child{margin-bottom:0}._subscriptionModalSection_10ge2_21 ._subscriptionModalFeature_10ge2_25{display:flex}._sectionFeaturesWrapper_10ge2_263{display:none}._subscriptionModalContent_10ge2_65 ._subscriptionModalRowTitle_10ge2_79{padding:0}._subscriptionModalContent_10ge2_65 ._subscriptionModalRowTitle_10ge2_79 ._featuresTitle_10ge2_141{padding-top:50px;padding-left:0;font-size:18px}}@media only screen and (width<=590px){._subscriptionModalFooter_10ge2_42,._subscriptionModalFooter_10ge2_42 ._subscriptionModalFooterText_10ge2_61{align-items:start}._subscriptionModalFooter_10ge2_42 ._subscriptionModalFooterContacts_10ge2_282{flex-direction:column;align-items:end}}._tooltip_10ge2_287{color:#475569!important;z-index:10000!important;background-color:#fff!important;border:1px solid #e2e8f0!important;border-radius:6px!important;padding:7px 10px!important;font-size:12px!important;box-shadow:0 12px 24px #94a3b81f!important}._authButtonsWrapper_11hlj_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_11hlj_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_11hlj_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;top:0;left:0}._fieldWrapper_11hlj_23{width:100%;margin-bottom:16px}._fieldWrapper_11hlj_23:last-child{margin-bottom:0}._fieldLabel_11hlj_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_11hlj_36{margin-top:8px;font-size:.75rem}._field_11hlj_23{width:100%;position:relative}._fieldLabelNew_11hlj_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_11hlj_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_11hlj_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_11hlj_52[type=password]{font-size:18px}._inputNew_11hlj_52:focus,._inputNew_11hlj_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_11hlj_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_11hlj_52:disabled::placeholder{color:#cbd5e1}._inputNew_11hlj_52._error_11hlj_7{border:1px solid #ef4444}._inputNew_11hlj_52._error_11hlj_7:focus,._inputNew_11hlj_52._error_11hlj_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_11hlj_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_11hlj_90{width:calc(50% - 8px)}._tableNavWrapper_11hlj_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_11hlj_109{align-items:center;display:flex}._tableNavItem_11hlj_114{margin:0 6px}._modalContent_11hlj_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_11hlj_118._center_11hlj_125{text-align:center;font-family:Inter}._modalContent_11hlj_118._settings_11hlj_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_11hlj_118._settingsIntegration_11hlj_133,._modalContent_11hlj_118._performanceTestModalContent_11hlj_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_11hlj_118._monitoringReportContent_11hlj_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_11hlj_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_11hlj_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_11hlj_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_11hlj_158:after,._modalLine_11hlj_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_11hlj_158:before{left:-20px}._modalLine_11hlj_158:after{right:-20px}._infoMessage_11hlj_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_11hlj_181:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._modalFooter_11hlj_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_11hlj_196._buttonsAutoWidth_11hlj_203{justify-content:flex-end}._modalFooter_11hlj_196._buttonsAutoWidth_11hlj_203 button,._modalFooter_11hlj_196._buttonsAutoWidth_11hlj_203 span{margin-left:12px}._fullWidthTitle_11hlj_211{text-transform:uppercase;color:#64748b;background:#f8fafc;width:calc(100% + 40px);margin-bottom:20px;margin-left:-20px;padding:8px 20px;font-size:.75rem;line-height:1}._widgetsWrapper_11hlj_223{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_11hlj_230{background:#fff;border:1px solid #e2e8f0;border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_11hlj_230{padding:0 16px 15px}}._widgetHeader_11hlj_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_11hlj_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_11hlj_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_11hlj_266{align-items:center;height:180px;display:flex}._widgetFooter_11hlj_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_11hlj_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_11hlj_279:last-child{border:none}._widgetMainValue_11hlj_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_11hlj_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_11hlj_303{color:#64748b;font-size:.75rem}._widgetLoader_11hlj_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_11hlj_315{opacity:.5;cursor:default}._widgetAddress_11hlj_320{color:#64748b;font-size:.75rem}._widgetTag_11hlj_325{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_11hlj_333{color:#0f172a;font-weight:500}._chartValuesWrapper_11hlj_338{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_11hlj_346{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_11hlj_346._green_11hlj_351:before,._chartValuesTitle_11hlj_346._dark_11hlj_351:before,._chartValuesTitle_11hlj_346._blue_11hlj_351:before{content:"";border:2px solid #fff;border-radius:50%;width:13px;height:13px;margin-right:4px;display:inline-flex;position:relative;top:1px;box-shadow:0 2px 4px #00000014}._chartValuesTitle_11hlj_346._green_11hlj_351:before{background:#22c55e}._chartValuesTitle_11hlj_346._dark_11hlj_351:before{background:#475569}._chartValuesTitle_11hlj_346._blue_11hlj_351:before{background:#43e0f8}._topbar_11hlj_373{justify-content:space-between;align-items:center;width:100%;padding:0 16px;display:flex}._logoWrapper_11hlj_381{display:inline-flex}._logo_11hlj_381{max-width:110px}._menuWrapper_11hlj_389{display:flex}@media only screen and (width<=1340px){._menuWrapper_11hlj_389{background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);flex-direction:column;width:265px;height:100vh;padding:64px 16px 0;display:none;position:absolute;top:0;right:0;box-shadow:-12px 1px 89px -41px #0000004d}._menuWrapper_11hlj_389._opened_11hlj_406{display:flex}}._menuItem_11hlj_411{color:#fff;border-radius:30px;align-items:center;margin:0 8px;padding:8px 20px;font-family:Inter;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}@media only screen and (width<=1300px){._menuItem_11hlj_411{flex:none;width:auto;margin-bottom:10px}}._menuItem_11hlj_411 ._menuIcon_11hlj_432{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_11hlj_411 ._menuIconPerformance_11hlj_437{fill:none}._menuItem_11hlj_411 ._menuIconStroke_11hlj_440{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_11hlj_411._active_11hlj_445,._menuItem_11hlj_411:hover{color:#52c2fd;background:#fff}._menuItem_11hlj_411._active_11hlj_445 ._menuIcon_11hlj_432:not(._menuIconStroke_11hlj_440,._menuIconPerformance_11hlj_437),._menuItem_11hlj_411:hover ._menuIcon_11hlj_432:not(._menuIconStroke_11hlj_440,._menuIconPerformance_11hlj_437){fill:#52c2fd}._menuItem_11hlj_411._active_11hlj_445 ._menuIconPerformance_11hlj_437 path,._menuItem_11hlj_411:hover ._menuIconPerformance_11hlj_437 path{stroke:#59a6fd}._menuItem_11hlj_411._active_11hlj_445 ._menuIconStroke_11hlj_440:not(._menuIcon_11hlj_432),._menuItem_11hlj_411:hover ._menuIconStroke_11hlj_440:not(._menuIcon_11hlj_432){stroke:#52c2fd}._redDot_11hlj_459{color:#fff;background:#d73d3d;border-radius:50%;justify-content:center;align-items:center;width:14px;height:14px;font-size:8px;display:inline-flex;position:relative;top:-6px;right:-6px}._screenWrapper_11hlj_474{justify-content:center;display:flex}._link_11hlj_479{color:#2db2c8;cursor:pointer;text-decoration:underline}._spinnerWrapper_11hlj_485{z-index:1;justify-content:center;align-items:center;width:calc(100% - 40px);display:flex;position:absolute}._hidden_11hlj_494{display:none}._subscriptionPlanContainer_11hlj_498{margin-bottom:10px;font-size:14px}._subscriptionPlanContainer_11hlj_498>div{background-color:#f8fafc;border-radius:12px;justify-content:space-between;align-items:center;margin-top:5px;padding:15px 20px 15px 10px;display:flex}._subscriptionPlanContainer_11hlj_498>div>div{cursor:pointer;color:#2db2c8;font-size:14px}._authButtonsWrapper_1vyfd_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_1vyfd_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_1vyfd_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;top:0;left:0}._fieldWrapper_1vyfd_23{width:100%;margin-bottom:16px}._fieldWrapper_1vyfd_23:last-child{margin-bottom:0}._fieldLabel_1vyfd_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_1vyfd_36{margin-top:8px;font-size:.75rem}._field_1vyfd_23{width:100%;position:relative}._fieldLabelNew_1vyfd_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_1vyfd_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_1vyfd_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_1vyfd_52[type=password]{font-size:18px}._inputNew_1vyfd_52:focus,._inputNew_1vyfd_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_1vyfd_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_1vyfd_52:disabled::placeholder{color:#cbd5e1}._inputNew_1vyfd_52._error_1vyfd_7{border:1px solid #ef4444}._inputNew_1vyfd_52._error_1vyfd_7:focus,._inputNew_1vyfd_52._error_1vyfd_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_1vyfd_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_1vyfd_90{width:calc(50% - 8px)}._tableNavWrapper_1vyfd_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_1vyfd_109{align-items:center;display:flex}._tableNavItem_1vyfd_114{margin:0 6px}._modalContent_1vyfd_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_1vyfd_118._center_1vyfd_125{text-align:center;font-family:Inter}._modalContent_1vyfd_118._settings_1vyfd_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_1vyfd_118._settingsIntegration_1vyfd_133,._modalContent_1vyfd_118._performanceTestModalContent_1vyfd_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_1vyfd_118._monitoringReportContent_1vyfd_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_1vyfd_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_1vyfd_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_1vyfd_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_1vyfd_158:after,._modalLine_1vyfd_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_1vyfd_158:before{left:-20px}._modalLine_1vyfd_158:after{right:-20px}._infoMessage_1vyfd_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_1vyfd_181:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._modalFooter_1vyfd_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_1vyfd_196._buttonsAutoWidth_1vyfd_203{justify-content:flex-end}._modalFooter_1vyfd_196._buttonsAutoWidth_1vyfd_203 button,._modalFooter_1vyfd_196._buttonsAutoWidth_1vyfd_203 span{margin-left:12px}._fullWidthTitle_1vyfd_211{text-transform:uppercase;color:#64748b;background:#f8fafc;width:calc(100% + 40px);margin-bottom:20px;margin-left:-20px;padding:8px 20px;font-size:.75rem;line-height:1}._widgetsWrapper_1vyfd_223{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_1vyfd_230{background:#fff;border:1px solid #e2e8f0;border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_1vyfd_230{padding:0 16px 15px}}._widgetHeader_1vyfd_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_1vyfd_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_1vyfd_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_1vyfd_266{align-items:center;height:180px;display:flex}._widgetFooter_1vyfd_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_1vyfd_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_1vyfd_279:last-child{border:none}._widgetMainValue_1vyfd_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_1vyfd_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_1vyfd_303{color:#64748b;font-size:.75rem}._widgetLoader_1vyfd_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_1vyfd_315{opacity:.5;cursor:default}._widgetAddress_1vyfd_320{color:#64748b;font-size:.75rem}._widgetTag_1vyfd_325{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_1vyfd_333{color:#0f172a;font-weight:500}._chartValuesWrapper_1vyfd_338{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_1vyfd_346{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_1vyfd_346._green_1vyfd_351:before,._chartValuesTitle_1vyfd_346._dark_1vyfd_351:before,._chartValuesTitle_1vyfd_346._blue_1vyfd_351:before{content:"";border:2px solid #fff;border-radius:50%;width:13px;height:13px;margin-right:4px;display:inline-flex;position:relative;top:1px;box-shadow:0 2px 4px #00000014}._chartValuesTitle_1vyfd_346._green_1vyfd_351:before{background:#22c55e}._chartValuesTitle_1vyfd_346._dark_1vyfd_351:before{background:#475569}._chartValuesTitle_1vyfd_346._blue_1vyfd_351:before{background:#43e0f8}._topbar_1vyfd_373{justify-content:space-between;align-items:center;width:100%;padding:0 16px;display:flex}._logoWrapper_1vyfd_381{display:inline-flex}._logo_1vyfd_381{max-width:110px}._menuWrapper_1vyfd_389{display:flex}@media only screen and (width<=1340px){._menuWrapper_1vyfd_389{background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);flex-direction:column;width:265px;height:100vh;padding:64px 16px 0;display:none;position:absolute;top:0;right:0;box-shadow:-12px 1px 89px -41px #0000004d}._menuWrapper_1vyfd_389._opened_1vyfd_406{display:flex}}._menuItem_1vyfd_411{color:#fff;border-radius:30px;align-items:center;margin:0 8px;padding:8px 20px;font-family:Inter;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}@media only screen and (width<=1300px){._menuItem_1vyfd_411{flex:none;width:auto;margin-bottom:10px}}._menuItem_1vyfd_411 ._menuIcon_1vyfd_432{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_1vyfd_411 ._menuIconPerformance_1vyfd_437{fill:none}._menuItem_1vyfd_411 ._menuIconStroke_1vyfd_440{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_1vyfd_411._active_1vyfd_445,._menuItem_1vyfd_411:hover{color:#52c2fd;background:#fff}._menuItem_1vyfd_411._active_1vyfd_445 ._menuIcon_1vyfd_432:not(._menuIconStroke_1vyfd_440,._menuIconPerformance_1vyfd_437),._menuItem_1vyfd_411:hover ._menuIcon_1vyfd_432:not(._menuIconStroke_1vyfd_440,._menuIconPerformance_1vyfd_437){fill:#52c2fd}._menuItem_1vyfd_411._active_1vyfd_445 ._menuIconPerformance_1vyfd_437 path,._menuItem_1vyfd_411:hover ._menuIconPerformance_1vyfd_437 path{stroke:#59a6fd}._menuItem_1vyfd_411._active_1vyfd_445 ._menuIconStroke_1vyfd_440:not(._menuIcon_1vyfd_432),._menuItem_1vyfd_411:hover ._menuIconStroke_1vyfd_440:not(._menuIcon_1vyfd_432){stroke:#52c2fd}._redDot_1vyfd_459{color:#fff;background:#d73d3d;border-radius:50%;justify-content:center;align-items:center;width:14px;height:14px;font-size:8px;display:inline-flex;position:relative;top:-6px;right:-6px}._screenWrapper_1vyfd_474{justify-content:center;display:flex}._link_1vyfd_479{color:#2db2c8;cursor:pointer;text-decoration:underline}._modalNoteText_1vyfd_485{color:#165964;background:#ebfcff;border-radius:10px;padding:6px 10px;font-size:.875rem}._spinnerWrapper_1vyfd_493{z-index:1;justify-content:center;align-items:center;width:calc(100% - 40px);display:flex;position:absolute}._settingsIntegration_1vyfd_133 .static-select--is-disabled{opacity:1!important}._checkboxNewWrapper_1vfux_1{align-items:center;display:inline-flex;position:relative}._checkboxNewWrapper_1vfux_1._reverse_1vfux_6{flex-direction:row-reverse}._checkboxNew_1vfux_1{display:none}._checkboxNewText_1vfux_14{cursor:pointer;padding:0 8px;font-size:.875rem}._checkboxNewLabel_1vfux_20{cursor:pointer;width:20px;height:20px;display:inline-flex;overflow:hidden}._disabled_1vfux_28{cursor:not-allowed;opacity:.4}._checkboxNew_1vfux_1+._checkboxNewLabel_1vfux_20 svg{min-width:40px;height:20px;position:relative;left:-20px}._checkboxNew_1vfux_1:checked+._checkboxNewLabel_1vfux_20 svg{left:0}._authButtonsWrapper_1kts0_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_1kts0_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_1kts0_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;top:0;left:0}._fieldWrapper_1kts0_23{width:100%;margin-bottom:16px}._fieldWrapper_1kts0_23:last-child{margin-bottom:0}._fieldLabel_1kts0_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_1kts0_36{margin-top:8px;font-size:.75rem}._field_1kts0_23{width:100%;position:relative}._fieldLabelNew_1kts0_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_1kts0_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_1kts0_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_1kts0_52[type=password]{font-size:18px}._inputNew_1kts0_52:focus,._inputNew_1kts0_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_1kts0_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_1kts0_52:disabled::placeholder{color:#cbd5e1}._inputNew_1kts0_52._error_1kts0_7{border:1px solid #ef4444}._inputNew_1kts0_52._error_1kts0_7:focus,._inputNew_1kts0_52._error_1kts0_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_1kts0_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_1kts0_90{width:calc(50% - 8px)}._tableNavWrapper_1kts0_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_1kts0_109{align-items:center;display:flex}._tableNavItem_1kts0_114{margin:0 6px}._modalContent_1kts0_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_1kts0_118._center_1kts0_125{text-align:center;font-family:Inter}._modalContent_1kts0_118._settings_1kts0_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_1kts0_118._settingsIntegration_1kts0_133,._modalContent_1kts0_118._performanceTestModalContent_1kts0_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_1kts0_118._monitoringReportContent_1kts0_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_1kts0_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_1kts0_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_1kts0_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_1kts0_158:after,._modalLine_1kts0_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_1kts0_158:before{left:-20px}._modalLine_1kts0_158:after{right:-20px}._infoMessage_1kts0_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_1kts0_181:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._modalFooter_1kts0_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_1kts0_196._buttonsAutoWidth_1kts0_203{justify-content:flex-end}._modalFooter_1kts0_196._buttonsAutoWidth_1kts0_203 button,._modalFooter_1kts0_196._buttonsAutoWidth_1kts0_203 span{margin-left:12px}._fullWidthTitle_1kts0_211{text-transform:uppercase;color:#64748b;background:#f8fafc;width:calc(100% + 40px);margin-bottom:20px;margin-left:-20px;padding:8px 20px;font-size:.75rem;line-height:1}._widgetsWrapper_1kts0_223{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_1kts0_230{background:#fff;border:1px solid #e2e8f0;border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_1kts0_230{padding:0 16px 15px}}._widgetHeader_1kts0_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_1kts0_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_1kts0_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_1kts0_266{align-items:center;height:180px;display:flex}._widgetFooter_1kts0_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_1kts0_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_1kts0_279:last-child{border:none}._widgetMainValue_1kts0_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_1kts0_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_1kts0_303{color:#64748b;font-size:.75rem}._widgetLoader_1kts0_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_1kts0_315{opacity:.5;cursor:default}._widgetAddress_1kts0_320{color:#64748b;font-size:.75rem}._widgetTag_1kts0_325{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_1kts0_333{color:#0f172a;font-weight:500}._chartValuesWrapper_1kts0_338{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_1kts0_346{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_1kts0_346._green_1kts0_351:before,._chartValuesTitle_1kts0_346._dark_1kts0_351:before,._chartValuesTitle_1kts0_346._blue_1kts0_351:before{content:"";border:2px solid #fff;border-radius:50%;width:13px;height:13px;margin-right:4px;display:inline-flex;position:relative;top:1px;box-shadow:0 2px 4px #00000014}._chartValuesTitle_1kts0_346._green_1kts0_351:before{background:#22c55e}._chartValuesTitle_1kts0_346._dark_1kts0_351:before{background:#475569}._chartValuesTitle_1kts0_346._blue_1kts0_351:before{background:#43e0f8}._topbar_1kts0_373{justify-content:space-between;align-items:center;width:100%;padding:0 16px;display:flex}._logoWrapper_1kts0_381{display:inline-flex}._logo_1kts0_381{max-width:110px}._menuWrapper_1kts0_389{display:flex}@media only screen and (width<=1340px){._menuWrapper_1kts0_389{background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);flex-direction:column;width:265px;height:100vh;padding:64px 16px 0;display:none;position:absolute;top:0;right:0;box-shadow:-12px 1px 89px -41px #0000004d}._menuWrapper_1kts0_389._opened_1kts0_406{display:flex}}._menuItem_1kts0_411{color:#fff;border-radius:30px;align-items:center;margin:0 8px;padding:8px 20px;font-family:Inter;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}@media only screen and (width<=1300px){._menuItem_1kts0_411{flex:none;width:auto;margin-bottom:10px}}._menuItem_1kts0_411 ._menuIcon_1kts0_432{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_1kts0_411 ._menuIconPerformance_1kts0_437{fill:none}._menuItem_1kts0_411 ._menuIconStroke_1kts0_440{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_1kts0_411._active_1kts0_445,._menuItem_1kts0_411:hover{color:#52c2fd;background:#fff}._menuItem_1kts0_411._active_1kts0_445 ._menuIcon_1kts0_432:not(._menuIconStroke_1kts0_440,._menuIconPerformance_1kts0_437),._menuItem_1kts0_411:hover ._menuIcon_1kts0_432:not(._menuIconStroke_1kts0_440,._menuIconPerformance_1kts0_437){fill:#52c2fd}._menuItem_1kts0_411._active_1kts0_445 ._menuIconPerformance_1kts0_437 path,._menuItem_1kts0_411:hover ._menuIconPerformance_1kts0_437 path{stroke:#59a6fd}._menuItem_1kts0_411._active_1kts0_445 ._menuIconStroke_1kts0_440:not(._menuIcon_1kts0_432),._menuItem_1kts0_411:hover ._menuIconStroke_1kts0_440:not(._menuIcon_1kts0_432){stroke:#52c2fd}._redDot_1kts0_459{color:#fff;background:#d73d3d;border-radius:50%;justify-content:center;align-items:center;width:14px;height:14px;font-size:8px;display:inline-flex;position:relative;top:-6px;right:-6px}._screenWrapper_1kts0_474{justify-content:center;display:flex}._link_1kts0_479{color:#2db2c8;cursor:pointer;text-decoration:underline}._modalContent_2dk78_118._settingsIntegration_2dk78_133,._modalContent_2dk78_118._performanceTestModalContent_2dk78_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}@media only screen and (width<=768px){._widgetWrapper_2dk78_230{padding:0 16px 15px}}@media only screen and (width<=1340px){._menuWrapper_2dk78_389{background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);flex-direction:column;width:265px;height:100vh;padding:64px 16px 0;display:none;position:absolute;top:0;right:0;box-shadow:-12px 1px 89px -41px #0000004d}._menuWrapper_2dk78_389._opened_2dk78_406{display:flex}}@media only screen and (width<=1300px){._menuItem_2dk78_411{flex:none;width:auto;margin-bottom:10px}}._row_ywse1_1{flex-direction:row;gap:16px;margin-bottom:20px;padding:0 20px;display:flex}@media only screen and (width<=450px){._row_ywse1_1{flex-direction:column}}._personalInfoRow_ywse1_14{margin-bottom:10px!important}._inputText_ywse1_18{margin-bottom:0}._phoneNumberContainer_ywse1_22{flex:1}._authButtonsWrapper_19oh8_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_19oh8_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_19oh8_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;top:0;left:0}._fieldWrapper_19oh8_23{width:100%;margin-bottom:16px}._fieldWrapper_19oh8_23:last-child{margin-bottom:0}._fieldLabel_19oh8_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_19oh8_36{margin-top:8px;font-size:.75rem}._field_19oh8_23{width:100%;position:relative}._fieldLabelNew_19oh8_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_19oh8_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_19oh8_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_19oh8_52[type=password]{font-size:18px}._inputNew_19oh8_52:focus,._inputNew_19oh8_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_19oh8_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_19oh8_52:disabled::placeholder{color:#cbd5e1}._inputNew_19oh8_52._error_19oh8_7{border:1px solid #ef4444}._inputNew_19oh8_52._error_19oh8_7:focus,._inputNew_19oh8_52._error_19oh8_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_19oh8_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_19oh8_90{width:calc(50% - 8px)}._tableNavWrapper_19oh8_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_19oh8_109{align-items:center;display:flex}._tableNavItem_19oh8_114{margin:0 6px}._modalContent_19oh8_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_19oh8_118._center_19oh8_125{text-align:center;font-family:Inter}._modalContent_19oh8_118._settings_19oh8_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_19oh8_118._settingsIntegration_19oh8_133,._modalContent_19oh8_118._performanceTestModalContent_19oh8_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_19oh8_118._monitoringReportContent_19oh8_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_19oh8_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_19oh8_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_19oh8_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_19oh8_158:after,._modalLine_19oh8_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_19oh8_158:before{left:-20px}._modalLine_19oh8_158:after{right:-20px}._infoMessage_19oh8_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_19oh8_181:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._modalFooter_19oh8_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_19oh8_196._buttonsAutoWidth_19oh8_203{justify-content:flex-end}._modalFooter_19oh8_196._buttonsAutoWidth_19oh8_203 button,._modalFooter_19oh8_196._buttonsAutoWidth_19oh8_203 span{margin-left:12px}._fullWidthTitle_19oh8_211{text-transform:uppercase;color:#64748b;background:#f8fafc;width:calc(100% + 40px);margin-bottom:20px;margin-left:-20px;padding:8px 20px;font-size:.75rem;line-height:1}._widgetsWrapper_19oh8_223{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_19oh8_230{background:#fff;border:1px solid #e2e8f0;border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_19oh8_230{padding:0 16px 15px}}._widgetHeader_19oh8_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_19oh8_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_19oh8_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_19oh8_266{align-items:center;height:180px;display:flex}._widgetFooter_19oh8_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_19oh8_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_19oh8_279:last-child{border:none}._widgetMainValue_19oh8_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_19oh8_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_19oh8_303{color:#64748b;font-size:.75rem}._widgetLoader_19oh8_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_19oh8_315{opacity:.5;cursor:default}._widgetAddress_19oh8_320{color:#64748b;font-size:.75rem}._widgetTag_19oh8_325{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_19oh8_333{color:#0f172a;font-weight:500}._chartValuesWrapper_19oh8_338{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_19oh8_346{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_19oh8_346._green_19oh8_351:before,._chartValuesTitle_19oh8_346._dark_19oh8_351:before,._chartValuesTitle_19oh8_346._blue_19oh8_351:before{content:"";border:2px solid #fff;border-radius:50%;width:13px;height:13px;margin-right:4px;display:inline-flex;position:relative;top:1px;box-shadow:0 2px 4px #00000014}._chartValuesTitle_19oh8_346._green_19oh8_351:before{background:#22c55e}._chartValuesTitle_19oh8_346._dark_19oh8_351:before{background:#475569}._chartValuesTitle_19oh8_346._blue_19oh8_351:before{background:#43e0f8}._topbar_19oh8_373{justify-content:space-between;align-items:center;width:100%;padding:0 16px;display:flex}._logoWrapper_19oh8_381{display:inline-flex}._logo_19oh8_381{max-width:110px}._menuWrapper_19oh8_389{display:flex}@media only screen and (width<=1340px){._menuWrapper_19oh8_389{background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);flex-direction:column;width:265px;height:100vh;padding:64px 16px 0;display:none;position:absolute;top:0;right:0;box-shadow:-12px 1px 89px -41px #0000004d}._menuWrapper_19oh8_389._opened_19oh8_406{display:flex}}._menuItem_19oh8_411{color:#fff;border-radius:30px;align-items:center;margin:0 8px;padding:8px 20px;font-family:Inter;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}@media only screen and (width<=1300px){._menuItem_19oh8_411{flex:none;width:auto;margin-bottom:10px}}._menuItem_19oh8_411 ._menuIcon_19oh8_432{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_19oh8_411 ._menuIconPerformance_19oh8_437{fill:none}._menuItem_19oh8_411 ._menuIconStroke_19oh8_440{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_19oh8_411._active_19oh8_445,._menuItem_19oh8_411:hover{color:#52c2fd;background:#fff}._menuItem_19oh8_411._active_19oh8_445 ._menuIcon_19oh8_432:not(._menuIconStroke_19oh8_440,._menuIconPerformance_19oh8_437),._menuItem_19oh8_411:hover ._menuIcon_19oh8_432:not(._menuIconStroke_19oh8_440,._menuIconPerformance_19oh8_437){fill:#52c2fd}._menuItem_19oh8_411._active_19oh8_445 ._menuIconPerformance_19oh8_437 path,._menuItem_19oh8_411:hover ._menuIconPerformance_19oh8_437 path{stroke:#59a6fd}._menuItem_19oh8_411._active_19oh8_445 ._menuIconStroke_19oh8_440:not(._menuIcon_19oh8_432),._menuItem_19oh8_411:hover ._menuIconStroke_19oh8_440:not(._menuIcon_19oh8_432){stroke:#52c2fd}._redDot_19oh8_459{color:#fff;background:#d73d3d;border-radius:50%;justify-content:center;align-items:center;width:14px;height:14px;font-size:8px;display:inline-flex;position:relative;top:-6px;right:-6px}._screenWrapper_19oh8_474{justify-content:center;display:flex}._link_19oh8_479{color:#2db2c8;cursor:pointer;text-decoration:underline}._spinnerWrapper_19oh8_485{z-index:1;justify-content:center;align-items:center;width:calc(100% - 40px);display:flex;position:absolute}._inputText_19oh8_494{margin-bottom:5px}._emailAlertsCheckbox_19oh8_498{margin-bottom:15px}._authButtonsWrapper_1zc69_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_1zc69_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_1zc69_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;top:0;left:0}._fieldWrapper_1zc69_23{width:100%;margin-bottom:16px}._fieldWrapper_1zc69_23:last-child{margin-bottom:0}._fieldLabel_1zc69_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_1zc69_36{margin-top:8px;font-size:.75rem}._field_1zc69_23{width:100%;position:relative}._fieldLabelNew_1zc69_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_1zc69_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_1zc69_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_1zc69_52[type=password]{font-size:18px}._inputNew_1zc69_52:focus,._inputNew_1zc69_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_1zc69_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_1zc69_52:disabled::placeholder{color:#cbd5e1}._inputNew_1zc69_52._error_1zc69_7{border:1px solid #ef4444}._inputNew_1zc69_52._error_1zc69_7:focus,._inputNew_1zc69_52._error_1zc69_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_1zc69_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_1zc69_90{width:calc(50% - 8px)}._tableNavWrapper_1zc69_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_1zc69_109{align-items:center;display:flex}._tableNavItem_1zc69_114{margin:0 6px}._modalContent_1zc69_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_1zc69_118._center_1zc69_125{text-align:center;font-family:Inter}._modalContent_1zc69_118._settings_1zc69_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_1zc69_118._settingsIntegration_1zc69_133,._modalContent_1zc69_118._performanceTestModalContent_1zc69_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_1zc69_118._monitoringReportContent_1zc69_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_1zc69_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_1zc69_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_1zc69_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_1zc69_158:after,._modalLine_1zc69_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_1zc69_158:before{left:-20px}._modalLine_1zc69_158:after{right:-20px}._infoMessage_1zc69_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_1zc69_181:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._modalFooter_1zc69_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_1zc69_196._buttonsAutoWidth_1zc69_203{justify-content:flex-end}._modalFooter_1zc69_196._buttonsAutoWidth_1zc69_203 button,._modalFooter_1zc69_196._buttonsAutoWidth_1zc69_203 span{margin-left:12px}._fullWidthTitle_1zc69_211{text-transform:uppercase;color:#64748b;background:#f8fafc;width:calc(100% + 40px);margin-bottom:20px;margin-left:-20px;padding:8px 20px;font-size:.75rem;line-height:1}._widgetsWrapper_1zc69_223{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_1zc69_230{background:#fff;border:1px solid #e2e8f0;border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_1zc69_230{padding:0 16px 15px}}._widgetHeader_1zc69_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_1zc69_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_1zc69_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_1zc69_266{align-items:center;height:180px;display:flex}._widgetFooter_1zc69_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_1zc69_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_1zc69_279:last-child{border:none}._widgetMainValue_1zc69_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_1zc69_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_1zc69_303{color:#64748b;font-size:.75rem}._widgetLoader_1zc69_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_1zc69_315{opacity:.5;cursor:default}._widgetAddress_1zc69_320{color:#64748b;font-size:.75rem}._widgetTag_1zc69_325{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_1zc69_333{color:#0f172a;font-weight:500}._chartValuesWrapper_1zc69_338{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_1zc69_346{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_1zc69_346._green_1zc69_351:before,._chartValuesTitle_1zc69_346._dark_1zc69_351:before,._chartValuesTitle_1zc69_346._blue_1zc69_351:before{content:"";border:2px solid #fff;border-radius:50%;width:13px;height:13px;margin-right:4px;display:inline-flex;position:relative;top:1px;box-shadow:0 2px 4px #00000014}._chartValuesTitle_1zc69_346._green_1zc69_351:before{background:#22c55e}._chartValuesTitle_1zc69_346._dark_1zc69_351:before{background:#475569}._chartValuesTitle_1zc69_346._blue_1zc69_351:before{background:#43e0f8}._topbar_1zc69_373{justify-content:space-between;align-items:center;width:100%;padding:0 16px;display:flex}._logoWrapper_1zc69_381{display:inline-flex}._logo_1zc69_381{max-width:110px}._menuWrapper_1zc69_389{display:flex}@media only screen and (width<=1340px){._menuWrapper_1zc69_389{background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);flex-direction:column;width:265px;height:100vh;padding:64px 16px 0;display:none;position:absolute;top:0;right:0;box-shadow:-12px 1px 89px -41px #0000004d}._menuWrapper_1zc69_389._opened_1zc69_406{display:flex}}._menuItem_1zc69_411{color:#fff;border-radius:30px;align-items:center;margin:0 8px;padding:8px 20px;font-family:Inter;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}@media only screen and (width<=1300px){._menuItem_1zc69_411{flex:none;width:auto;margin-bottom:10px}}._menuItem_1zc69_411 ._menuIcon_1zc69_432{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_1zc69_411 ._menuIconPerformance_1zc69_437{fill:none}._menuItem_1zc69_411 ._menuIconStroke_1zc69_440{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_1zc69_411._active_1zc69_445,._menuItem_1zc69_411:hover{color:#52c2fd;background:#fff}._menuItem_1zc69_411._active_1zc69_445 ._menuIcon_1zc69_432:not(._menuIconStroke_1zc69_440,._menuIconPerformance_1zc69_437),._menuItem_1zc69_411:hover ._menuIcon_1zc69_432:not(._menuIconStroke_1zc69_440,._menuIconPerformance_1zc69_437){fill:#52c2fd}._menuItem_1zc69_411._active_1zc69_445 ._menuIconPerformance_1zc69_437 path,._menuItem_1zc69_411:hover ._menuIconPerformance_1zc69_437 path{stroke:#59a6fd}._menuItem_1zc69_411._active_1zc69_445 ._menuIconStroke_1zc69_440:not(._menuIcon_1zc69_432),._menuItem_1zc69_411:hover ._menuIconStroke_1zc69_440:not(._menuIcon_1zc69_432){stroke:#52c2fd}._redDot_1zc69_459{color:#fff;background:#d73d3d;border-radius:50%;justify-content:center;align-items:center;width:14px;height:14px;font-size:8px;display:inline-flex;position:relative;top:-6px;right:-6px}._screenWrapper_1zc69_474{justify-content:center;display:flex}._link_1zc69_479{color:#2db2c8;cursor:pointer;text-decoration:underline}._modalTabsWrapper_1zc69_485{padding:20px 20px 0}._authButtonsWrapper_13pwa_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_13pwa_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_13pwa_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;top:0;left:0}._fieldWrapper_13pwa_23{width:100%;margin-bottom:16px}._fieldWrapper_13pwa_23:last-child{margin-bottom:0}._fieldLabel_13pwa_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_13pwa_36{margin-top:8px;font-size:.75rem}._field_13pwa_23{width:100%;position:relative}._fieldLabelNew_13pwa_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_13pwa_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_13pwa_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_13pwa_52[type=password]{font-size:18px}._inputNew_13pwa_52:focus,._inputNew_13pwa_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_13pwa_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_13pwa_52:disabled::placeholder{color:#cbd5e1}._inputNew_13pwa_52._error_13pwa_7{border:1px solid #ef4444}._inputNew_13pwa_52._error_13pwa_7:focus,._inputNew_13pwa_52._error_13pwa_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_13pwa_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_13pwa_90{width:calc(50% - 8px)}._tableNavWrapper_13pwa_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_13pwa_109{align-items:center;display:flex}._tableNavItem_13pwa_114{margin:0 6px}._modalContent_13pwa_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_13pwa_118._center_13pwa_125{text-align:center;font-family:Inter}._modalContent_13pwa_118._settings_13pwa_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_13pwa_118._settingsIntegration_13pwa_133,._modalContent_13pwa_118._performanceTestModalContent_13pwa_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_13pwa_118._monitoringReportContent_13pwa_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_13pwa_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_13pwa_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_13pwa_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_13pwa_158:after,._modalLine_13pwa_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_13pwa_158:before{left:-20px}._modalLine_13pwa_158:after{right:-20px}._infoMessage_13pwa_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_13pwa_181:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._modalFooter_13pwa_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_13pwa_196._buttonsAutoWidth_13pwa_203{justify-content:flex-end}._modalFooter_13pwa_196._buttonsAutoWidth_13pwa_203 button,._modalFooter_13pwa_196._buttonsAutoWidth_13pwa_203 span{margin-left:12px}._fullWidthTitle_13pwa_211{text-transform:uppercase;color:#64748b;background:#f8fafc;width:calc(100% + 40px);margin-bottom:20px;margin-left:-20px;padding:8px 20px;font-size:.75rem;line-height:1}._widgetsWrapper_13pwa_223{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_13pwa_230{background:#fff;border:1px solid #e2e8f0;border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_13pwa_230{padding:0 16px 15px}}._widgetHeader_13pwa_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_13pwa_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_13pwa_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_13pwa_266{align-items:center;height:180px;display:flex}._widgetFooter_13pwa_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_13pwa_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_13pwa_279:last-child{border:none}._widgetMainValue_13pwa_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_13pwa_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_13pwa_303{color:#64748b;font-size:.75rem}._widgetLoader_13pwa_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_13pwa_315{opacity:.5;cursor:default}._widgetAddress_13pwa_320{color:#64748b;font-size:.75rem}._widgetTag_13pwa_325{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_13pwa_333{color:#0f172a;font-weight:500}._chartValuesWrapper_13pwa_338{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_13pwa_346{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_13pwa_346._green_13pwa_351:before,._chartValuesTitle_13pwa_346._dark_13pwa_351:before,._chartValuesTitle_13pwa_346._blue_13pwa_351:before{content:"";border:2px solid #fff;border-radius:50%;width:13px;height:13px;margin-right:4px;display:inline-flex;position:relative;top:1px;box-shadow:0 2px 4px #00000014}._chartValuesTitle_13pwa_346._green_13pwa_351:before{background:#22c55e}._chartValuesTitle_13pwa_346._dark_13pwa_351:before{background:#475569}._chartValuesTitle_13pwa_346._blue_13pwa_351:before{background:#43e0f8}._topbar_13pwa_373{justify-content:space-between;align-items:center;width:100%;padding:0 16px;display:flex}._logoWrapper_13pwa_381{display:inline-flex}._logo_13pwa_381{max-width:110px}._menuWrapper_13pwa_389{display:flex}@media only screen and (width<=1340px){._menuWrapper_13pwa_389{background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);flex-direction:column;width:265px;height:100vh;padding:64px 16px 0;display:none;position:absolute;top:0;right:0;box-shadow:-12px 1px 89px -41px #0000004d}._menuWrapper_13pwa_389._opened_13pwa_406{display:flex}}._menuItem_13pwa_411{color:#fff;border-radius:30px;align-items:center;margin:0 8px;padding:8px 20px;font-family:Inter;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}@media only screen and (width<=1300px){._menuItem_13pwa_411{flex:none;width:auto;margin-bottom:10px}}._menuItem_13pwa_411 ._menuIcon_13pwa_432{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_13pwa_411 ._menuIconPerformance_13pwa_437{fill:none}._menuItem_13pwa_411 ._menuIconStroke_13pwa_440{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_13pwa_411._active_13pwa_445,._menuItem_13pwa_411:hover{color:#52c2fd;background:#fff}._menuItem_13pwa_411._active_13pwa_445 ._menuIcon_13pwa_432:not(._menuIconStroke_13pwa_440,._menuIconPerformance_13pwa_437),._menuItem_13pwa_411:hover ._menuIcon_13pwa_432:not(._menuIconStroke_13pwa_440,._menuIconPerformance_13pwa_437){fill:#52c2fd}._menuItem_13pwa_411._active_13pwa_445 ._menuIconPerformance_13pwa_437 path,._menuItem_13pwa_411:hover ._menuIconPerformance_13pwa_437 path{stroke:#59a6fd}._menuItem_13pwa_411._active_13pwa_445 ._menuIconStroke_13pwa_440:not(._menuIcon_13pwa_432),._menuItem_13pwa_411:hover ._menuIconStroke_13pwa_440:not(._menuIcon_13pwa_432){stroke:#52c2fd}._redDot_13pwa_459{color:#fff;background:#d73d3d;border-radius:50%;justify-content:center;align-items:center;width:14px;height:14px;font-size:8px;display:inline-flex;position:relative;top:-6px;right:-6px}._screenWrapper_13pwa_474{justify-content:center;display:flex}._link_13pwa_479{color:#2db2c8;cursor:pointer;text-decoration:underline}._physicalStatus_13pwa_485{text-transform:uppercase;border-radius:20px;align-items:center;padding:2px 8px;font-size:.75rem;line-height:1;display:inline-flex;position:relative}._physicalStatus_13pwa_485._stocked_13pwa_495{color:#15803d;background:#dcfce7;border:1px solid #22c55e}._physicalStatus_13pwa_485._inventory_13pwa_500{color:#c11574;background:#fdf2fa;border:1px solid #fcceee}._physicalStatus_13pwa_485._installed_13pwa_505{color:#115e59;background:#dffbf4;border:1px solid #14b8a6}._physicalStatus_13pwa_485._missing_13pwa_510{color:#b45309;background:#fef3c7;border:1px solid #f59e0b}._physicalStatus_13pwa_485._production_13pwa_515{color:#1e293b;background:#f1f5f9;border:1px solid #64748b}._physicalStatus_13pwa_485._warranty_13pwa_520{color:#165964;background:#ebfcff;border:1px solid #2db2c8}._physicalStatus_13pwa_485._damaged_13pwa_525{color:#b91c1c;background:#fee2e2;border:1px solid #ef4444}._physicalStatus_13pwa_485._packed_13pwa_530{color:#6b21a8;background:#f3e8ff;border:1px solid #a855f7}._physicalStatus_13pwa_485._preinstalled_13pwa_535{color:#115e59;background:#dffbf4;border:1px solid #14b8a6}._physicalStatus_13pwa_485._transferring_13pwa_540{color:#1e40af;background:#dbeafe;border:1px solid #3b82f6}._authButtonsWrapper_1xnj8_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_1xnj8_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_1xnj8_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;top:0;left:0}._fieldWrapper_1xnj8_23{width:100%;margin-bottom:16px}._fieldWrapper_1xnj8_23:last-child{margin-bottom:0}._fieldLabel_1xnj8_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_1xnj8_36{margin-top:8px;font-size:.75rem}._field_1xnj8_23{width:100%;position:relative}._fieldLabelNew_1xnj8_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_1xnj8_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_1xnj8_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_1xnj8_52[type=password]{font-size:18px}._inputNew_1xnj8_52:focus,._inputNew_1xnj8_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_1xnj8_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_1xnj8_52:disabled::placeholder{color:#cbd5e1}._inputNew_1xnj8_52._error_1xnj8_7{border:1px solid #ef4444}._inputNew_1xnj8_52._error_1xnj8_7:focus,._inputNew_1xnj8_52._error_1xnj8_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_1xnj8_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_1xnj8_90{width:calc(50% - 8px)}._tableNavWrapper_1xnj8_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_1xnj8_109{align-items:center;display:flex}._tableNavItem_1xnj8_114{margin:0 6px}._modalContent_1xnj8_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_1xnj8_118._center_1xnj8_125{text-align:center;font-family:Inter}._modalContent_1xnj8_118._settings_1xnj8_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_1xnj8_118._settingsIntegration_1xnj8_133,._modalContent_1xnj8_118._performanceTestModalContent_1xnj8_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_1xnj8_118._monitoringReportContent_1xnj8_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_1xnj8_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_1xnj8_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_1xnj8_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_1xnj8_158:after,._modalLine_1xnj8_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_1xnj8_158:before{left:-20px}._modalLine_1xnj8_158:after{right:-20px}._infoMessage_1xnj8_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_1xnj8_181:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._modalFooter_1xnj8_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_1xnj8_196._buttonsAutoWidth_1xnj8_203{justify-content:flex-end}._modalFooter_1xnj8_196._buttonsAutoWidth_1xnj8_203 button,._modalFooter_1xnj8_196._buttonsAutoWidth_1xnj8_203 span{margin-left:12px}._fullWidthTitle_1xnj8_211{text-transform:uppercase;color:#64748b;background:#f8fafc;width:calc(100% + 40px);margin-bottom:20px;margin-left:-20px;padding:8px 20px;font-size:.75rem;line-height:1}._widgetsWrapper_1xnj8_223{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_1xnj8_230{background:#fff;border:1px solid #e2e8f0;border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_1xnj8_230{padding:0 16px 15px}}._widgetHeader_1xnj8_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_1xnj8_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_1xnj8_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_1xnj8_266{align-items:center;height:180px;display:flex}._widgetFooter_1xnj8_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_1xnj8_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_1xnj8_279:last-child{border:none}._widgetMainValue_1xnj8_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_1xnj8_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_1xnj8_303{color:#64748b;font-size:.75rem}._widgetLoader_1xnj8_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_1xnj8_315{opacity:.5;cursor:default}._widgetAddress_1xnj8_320{color:#64748b;font-size:.75rem}._widgetTag_1xnj8_325{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_1xnj8_333{color:#0f172a;font-weight:500}._chartValuesWrapper_1xnj8_338{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_1xnj8_346{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_1xnj8_346._green_1xnj8_351:before,._chartValuesTitle_1xnj8_346._dark_1xnj8_351:before,._chartValuesTitle_1xnj8_346._blue_1xnj8_351:before{content:"";border:2px solid #fff;border-radius:50%;width:13px;height:13px;margin-right:4px;display:inline-flex;position:relative;top:1px;box-shadow:0 2px 4px #00000014}._chartValuesTitle_1xnj8_346._green_1xnj8_351:before{background:#22c55e}._chartValuesTitle_1xnj8_346._dark_1xnj8_351:before{background:#475569}._chartValuesTitle_1xnj8_346._blue_1xnj8_351:before{background:#43e0f8}._topbar_1xnj8_373{justify-content:space-between;align-items:center;width:100%;padding:0 16px;display:flex}._logoWrapper_1xnj8_381{display:inline-flex}._logo_1xnj8_381{max-width:110px}._menuWrapper_1xnj8_389{display:flex}@media only screen and (width<=1340px){._menuWrapper_1xnj8_389{background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);flex-direction:column;width:265px;height:100vh;padding:64px 16px 0;display:none;position:absolute;top:0;right:0;box-shadow:-12px 1px 89px -41px #0000004d}._menuWrapper_1xnj8_389._opened_1xnj8_406{display:flex}}._menuItem_1xnj8_411{color:#fff;border-radius:30px;align-items:center;margin:0 8px;padding:8px 20px;font-family:Inter;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}@media only screen and (width<=1300px){._menuItem_1xnj8_411{flex:none;width:auto;margin-bottom:10px}}._menuItem_1xnj8_411 ._menuIcon_1xnj8_432{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_1xnj8_411 ._menuIconPerformance_1xnj8_437{fill:none}._menuItem_1xnj8_411 ._menuIconStroke_1xnj8_440{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_1xnj8_411._active_1xnj8_445,._menuItem_1xnj8_411:hover{color:#52c2fd;background:#fff}._menuItem_1xnj8_411._active_1xnj8_445 ._menuIcon_1xnj8_432:not(._menuIconStroke_1xnj8_440,._menuIconPerformance_1xnj8_437),._menuItem_1xnj8_411:hover ._menuIcon_1xnj8_432:not(._menuIconStroke_1xnj8_440,._menuIconPerformance_1xnj8_437){fill:#52c2fd}._menuItem_1xnj8_411._active_1xnj8_445 ._menuIconPerformance_1xnj8_437 path,._menuItem_1xnj8_411:hover ._menuIconPerformance_1xnj8_437 path{stroke:#59a6fd}._menuItem_1xnj8_411._active_1xnj8_445 ._menuIconStroke_1xnj8_440:not(._menuIcon_1xnj8_432),._menuItem_1xnj8_411:hover ._menuIconStroke_1xnj8_440:not(._menuIcon_1xnj8_432){stroke:#52c2fd}._redDot_1xnj8_459{color:#fff;background:#d73d3d;border-radius:50%;justify-content:center;align-items:center;width:14px;height:14px;font-size:8px;display:inline-flex;position:relative;top:-6px;right:-6px}._screenWrapper_1xnj8_474{justify-content:center;display:flex}._link_1xnj8_479{color:#2db2c8;cursor:pointer;text-decoration:underline}._snTableHeader_1xnj8_485{display:flex}._snHederCell_1xnj8_489{color:#64748b;width:33.33%;font-size:.875rem}._snBodyRow_1xnj8_495{border-bottom:1px solid #e2e8f0;padding:16px 0;display:flex}._snBodyRow_1xnj8_495:last-child{border:none;padding:16px 0 0}._snBodyCell_1xnj8_505{width:33.33%}._authButtonsWrapper_mtn7v_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_mtn7v_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_mtn7v_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;top:0;left:0}._fieldWrapper_mtn7v_23{width:100%;margin-bottom:16px}._fieldWrapper_mtn7v_23:last-child{margin-bottom:0}._fieldLabel_mtn7v_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_mtn7v_36{margin-top:8px;font-size:.75rem}._field_mtn7v_23{width:100%;position:relative}._fieldLabelNew_mtn7v_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_mtn7v_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_mtn7v_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_mtn7v_52[type=password]{font-size:18px}._inputNew_mtn7v_52:focus,._inputNew_mtn7v_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_mtn7v_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_mtn7v_52:disabled::placeholder{color:#cbd5e1}._inputNew_mtn7v_52._error_mtn7v_7{border:1px solid #ef4444}._inputNew_mtn7v_52._error_mtn7v_7:focus,._inputNew_mtn7v_52._error_mtn7v_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_mtn7v_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_mtn7v_90{width:calc(50% - 8px)}._tableNavWrapper_mtn7v_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_mtn7v_109{align-items:center;display:flex}._tableNavItem_mtn7v_114{margin:0 6px}._modalContent_mtn7v_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_mtn7v_118._center_mtn7v_125{text-align:center;font-family:Inter}._modalContent_mtn7v_118._settings_mtn7v_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_mtn7v_118._settingsIntegration_mtn7v_133,._modalContent_mtn7v_118._performanceTestModalContent_mtn7v_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_mtn7v_118._monitoringReportContent_mtn7v_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_mtn7v_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_mtn7v_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_mtn7v_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_mtn7v_158:after,._modalLine_mtn7v_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_mtn7v_158:before{left:-20px}._modalLine_mtn7v_158:after{right:-20px}._infoMessage_mtn7v_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_mtn7v_181:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._modalFooter_mtn7v_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_mtn7v_196._buttonsAutoWidth_mtn7v_203{justify-content:flex-end}._modalFooter_mtn7v_196._buttonsAutoWidth_mtn7v_203 button,._modalFooter_mtn7v_196._buttonsAutoWidth_mtn7v_203 span{margin-left:12px}._fullWidthTitle_mtn7v_211{text-transform:uppercase;color:#64748b;background:#f8fafc;width:calc(100% + 40px);margin-bottom:20px;margin-left:-20px;padding:8px 20px;font-size:.75rem;line-height:1}._widgetsWrapper_mtn7v_223{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_mtn7v_230{background:#fff;border:1px solid #e2e8f0;border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_mtn7v_230{padding:0 16px 15px}}._widgetHeader_mtn7v_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_mtn7v_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_mtn7v_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_mtn7v_266{align-items:center;height:180px;display:flex}._widgetFooter_mtn7v_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_mtn7v_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_mtn7v_279:last-child{border:none}._widgetMainValue_mtn7v_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_mtn7v_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_mtn7v_303{color:#64748b;font-size:.75rem}._widgetLoader_mtn7v_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_mtn7v_315{opacity:.5;cursor:default}._widgetAddress_mtn7v_320{color:#64748b;font-size:.75rem}._widgetTag_mtn7v_325{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_mtn7v_333{color:#0f172a;font-weight:500}._chartValuesWrapper_mtn7v_338{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_mtn7v_346{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_mtn7v_346._green_mtn7v_351:before,._chartValuesTitle_mtn7v_346._dark_mtn7v_351:before,._chartValuesTitle_mtn7v_346._blue_mtn7v_351:before{content:"";border:2px solid #fff;border-radius:50%;width:13px;height:13px;margin-right:4px;display:inline-flex;position:relative;top:1px;box-shadow:0 2px 4px #00000014}._chartValuesTitle_mtn7v_346._green_mtn7v_351:before{background:#22c55e}._chartValuesTitle_mtn7v_346._dark_mtn7v_351:before{background:#475569}._chartValuesTitle_mtn7v_346._blue_mtn7v_351:before{background:#43e0f8}._topbar_mtn7v_373{justify-content:space-between;align-items:center;width:100%;padding:0 16px;display:flex}._logoWrapper_mtn7v_381{display:inline-flex}._logo_mtn7v_381{max-width:110px}._menuWrapper_mtn7v_389{display:flex}@media only screen and (width<=1340px){._menuWrapper_mtn7v_389{background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);flex-direction:column;width:265px;height:100vh;padding:64px 16px 0;display:none;position:absolute;top:0;right:0;box-shadow:-12px 1px 89px -41px #0000004d}._menuWrapper_mtn7v_389._opened_mtn7v_406{display:flex}}._menuItem_mtn7v_411{color:#fff;border-radius:30px;align-items:center;margin:0 8px;padding:8px 20px;font-family:Inter;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}@media only screen and (width<=1300px){._menuItem_mtn7v_411{flex:none;width:auto;margin-bottom:10px}}._menuItem_mtn7v_411 ._menuIcon_mtn7v_432{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_mtn7v_411 ._menuIconPerformance_mtn7v_437{fill:none}._menuItem_mtn7v_411 ._menuIconStroke_mtn7v_440{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_mtn7v_411._active_mtn7v_445,._menuItem_mtn7v_411:hover{color:#52c2fd;background:#fff}._menuItem_mtn7v_411._active_mtn7v_445 ._menuIcon_mtn7v_432:not(._menuIconStroke_mtn7v_440,._menuIconPerformance_mtn7v_437),._menuItem_mtn7v_411:hover ._menuIcon_mtn7v_432:not(._menuIconStroke_mtn7v_440,._menuIconPerformance_mtn7v_437){fill:#52c2fd}._menuItem_mtn7v_411._active_mtn7v_445 ._menuIconPerformance_mtn7v_437 path,._menuItem_mtn7v_411:hover ._menuIconPerformance_mtn7v_437 path{stroke:#59a6fd}._menuItem_mtn7v_411._active_mtn7v_445 ._menuIconStroke_mtn7v_440:not(._menuIcon_mtn7v_432),._menuItem_mtn7v_411:hover ._menuIconStroke_mtn7v_440:not(._menuIcon_mtn7v_432){stroke:#52c2fd}._redDot_mtn7v_459{color:#fff;background:#d73d3d;border-radius:50%;justify-content:center;align-items:center;width:14px;height:14px;font-size:8px;display:inline-flex;position:relative;top:-6px;right:-6px}._screenWrapper_mtn7v_474{justify-content:center;display:flex}._link_mtn7v_479{color:#2db2c8;cursor:pointer;text-decoration:underline}._inputNumberWrapper_mtn7v_485{align-items:center;display:inline-flex}._inputNumber_mtn7v_485{text-align:center;border:1px solid #cbd5e1;border-radius:10px;width:70px;height:40px;margin:0 4px;font-family:Inter;font-size:.875rem}._inputNumber_mtn7v_485::-webkit-outer-spin-button{appearance:none}._inputNumber_mtn7v_485::-webkit-inner-spin-button{appearance:none}._inputNumberButton_mtn7v_504{cursor:pointer;-webkit-user-select:none;user-select:none;border:1px solid #cbd5e1;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;display:flex}._inputNumberButton_mtn7v_504._disabled_mtn7v_315{opacity:.2;cursor:not-allowed}._authButtonsWrapper_gcedq_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_gcedq_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_gcedq_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;top:0;left:0}._fieldWrapper_gcedq_23{width:100%;margin-bottom:16px}._fieldWrapper_gcedq_23:last-child{margin-bottom:0}._fieldLabel_gcedq_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_gcedq_36{margin-top:8px;font-size:.75rem}._field_gcedq_23{width:100%;position:relative}._fieldLabelNew_gcedq_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_gcedq_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_gcedq_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_gcedq_52[type=password]{font-size:18px}._inputNew_gcedq_52:focus,._inputNew_gcedq_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_gcedq_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_gcedq_52:disabled::placeholder{color:#cbd5e1}._inputNew_gcedq_52._error_gcedq_7{border:1px solid #ef4444}._inputNew_gcedq_52._error_gcedq_7:focus,._inputNew_gcedq_52._error_gcedq_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_gcedq_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_gcedq_90{width:calc(50% - 8px)}._tableNavWrapper_gcedq_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_gcedq_109{align-items:center;display:flex}._tableNavItem_gcedq_114{margin:0 6px}._modalContent_gcedq_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_gcedq_118._center_gcedq_125{text-align:center;font-family:Inter}._modalContent_gcedq_118._settings_gcedq_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_gcedq_118._settingsIntegration_gcedq_133,._modalContent_gcedq_118._performanceTestModalContent_gcedq_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_gcedq_118._monitoringReportContent_gcedq_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_gcedq_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_gcedq_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_gcedq_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_gcedq_158:after,._modalLine_gcedq_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_gcedq_158:before{left:-20px}._modalLine_gcedq_158:after{right:-20px}._infoMessage_gcedq_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_gcedq_181:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._modalFooter_gcedq_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_gcedq_196._buttonsAutoWidth_gcedq_203{justify-content:flex-end}._modalFooter_gcedq_196._buttonsAutoWidth_gcedq_203 button,._modalFooter_gcedq_196._buttonsAutoWidth_gcedq_203 span{margin-left:12px}._fullWidthTitle_gcedq_211{text-transform:uppercase;color:#64748b;background:#f8fafc;width:calc(100% + 40px);margin-bottom:20px;margin-left:-20px;padding:8px 20px;font-size:.75rem;line-height:1}._widgetsWrapper_gcedq_223{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_gcedq_230{background:#fff;border:1px solid #e2e8f0;border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_gcedq_230{padding:0 16px 15px}}._widgetHeader_gcedq_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_gcedq_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_gcedq_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_gcedq_266{align-items:center;height:180px;display:flex}._widgetFooter_gcedq_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_gcedq_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_gcedq_279:last-child{border:none}._widgetMainValue_gcedq_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_gcedq_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_gcedq_303{color:#64748b;font-size:.75rem}._widgetLoader_gcedq_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_gcedq_315{opacity:.5;cursor:default}._widgetAddress_gcedq_320{color:#64748b;font-size:.75rem}._widgetTag_gcedq_325{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_gcedq_333{color:#0f172a;font-weight:500}._chartValuesWrapper_gcedq_338{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_gcedq_346{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_gcedq_346._green_gcedq_351:before,._chartValuesTitle_gcedq_346._dark_gcedq_351:before,._chartValuesTitle_gcedq_346._blue_gcedq_351:before{content:"";border:2px solid #fff;border-radius:50%;width:13px;height:13px;margin-right:4px;display:inline-flex;position:relative;top:1px;box-shadow:0 2px 4px #00000014}._chartValuesTitle_gcedq_346._green_gcedq_351:before{background:#22c55e}._chartValuesTitle_gcedq_346._dark_gcedq_351:before{background:#475569}._chartValuesTitle_gcedq_346._blue_gcedq_351:before{background:#43e0f8}._topbar_gcedq_373{justify-content:space-between;align-items:center;width:100%;padding:0 16px;display:flex}._logoWrapper_gcedq_381{display:inline-flex}._logo_gcedq_381{max-width:110px}._menuWrapper_gcedq_389{display:flex}@media only screen and (width<=1340px){._menuWrapper_gcedq_389{background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);flex-direction:column;width:265px;height:100vh;padding:64px 16px 0;display:none;position:absolute;top:0;right:0;box-shadow:-12px 1px 89px -41px #0000004d}._menuWrapper_gcedq_389._opened_gcedq_406{display:flex}}._menuItem_gcedq_411{color:#fff;border-radius:30px;align-items:center;margin:0 8px;padding:8px 20px;font-family:Inter;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}@media only screen and (width<=1300px){._menuItem_gcedq_411{flex:none;width:auto;margin-bottom:10px}}._menuItem_gcedq_411 ._menuIcon_gcedq_432{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_gcedq_411 ._menuIconPerformance_gcedq_437{fill:none}._menuItem_gcedq_411 ._menuIconStroke_gcedq_440{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_gcedq_411._active_gcedq_445,._menuItem_gcedq_411:hover{color:#52c2fd;background:#fff}._menuItem_gcedq_411._active_gcedq_445 ._menuIcon_gcedq_432:not(._menuIconStroke_gcedq_440,._menuIconPerformance_gcedq_437),._menuItem_gcedq_411:hover ._menuIcon_gcedq_432:not(._menuIconStroke_gcedq_440,._menuIconPerformance_gcedq_437){fill:#52c2fd}._menuItem_gcedq_411._active_gcedq_445 ._menuIconPerformance_gcedq_437 path,._menuItem_gcedq_411:hover ._menuIconPerformance_gcedq_437 path{stroke:#59a6fd}._menuItem_gcedq_411._active_gcedq_445 ._menuIconStroke_gcedq_440:not(._menuIcon_gcedq_432),._menuItem_gcedq_411:hover ._menuIconStroke_gcedq_440:not(._menuIcon_gcedq_432){stroke:#52c2fd}._redDot_gcedq_459{color:#fff;background:#d73d3d;border-radius:50%;justify-content:center;align-items:center;width:14px;height:14px;font-size:8px;display:inline-flex;position:relative;top:-6px;right:-6px}._screenWrapper_gcedq_474{justify-content:center;display:flex}._link_gcedq_479{color:#2db2c8;cursor:pointer;text-decoration:underline}._orderDetails_gcedq_485{justify-content:space-between;font-family:Inter;display:flex}._orderDetailsItem_gcedq_491{width:33%}._orderDetailsLabel_gcedq_495{color:#64748b;margin-bottom:4px;font-size:.875rem;font-weight:300;display:block}._orderDetailsValue_gcedq_503{font-weight:400;display:block}._separator_gcedq_508{background:#e2e8f0;width:100%;height:1px;margin:20px 0}._devicesList_gcedq_515{flex-direction:column;gap:20px;display:flex}._deviceHeader_gcedq_521{align-items:center;font-family:Inter;display:flex}._deviceQtyWrapper_gcedq_527{flex:1;margin-right:10px;padding-left:16px}._deviceName_gcedq_533{font-weight:500;display:block}._deviceQty_gcedq_527{color:#64748b;font-size:.875rem;display:block}._orderNote_gcedq_544{color:#64748b;-webkit-user-select:none;user-select:none;margin-top:30px;font-size:.75rem}._orderNote_gcedq_544:before{content:"*";color:#42e8ff}._modalBody_rz29o_1{flex-direction:column;align-items:center;padding:16px;display:flex}._modalBody_rz29o_1 h3{color:#0f172a;margin-bottom:4px;font-size:18px;font-weight:500;line-height:24px}._modalBody_rz29o_1 p{color:#475569;font-size:14px;font-weight:400;line-height:20px}._iconWrapper_rz29o_21{background-color:#22c55e;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;margin-bottom:16px;display:flex}._iconWrapper_rz29o_21 svg{width:24px;height:24px}._iconWrapper_rz29o_21 svg path{stroke:#fff}._selectedDeviceSection_d24u5_1{flex-direction:column;display:flex}._selectedDevicesHeader_d24u5_6{cursor:pointer;background-color:#f8fafc;align-items:center;padding:10px 16px;display:flex;position:relative}._selectedDevicesHeader_d24u5_6 p{color:#64748b;text-transform:uppercase;font-size:12px;font-weight:500;line-height:16px}._selectedDevicesHeader_d24u5_6 svg{fill:#0f172a;position:absolute;right:16px}._showSelectedDevices_d24u5_27 svg{transform:rotate(90deg)}._selectedDevicesBody_d24u5_31{flex-direction:column;max-height:140px;padding:20px 16px 0;display:flex;overflow:auto}._selectedDeviceRow_d24u5_39{align-items:center;margin-bottom:20px;display:flex}._selectedDeviceRowItem_d24u5_45{flex-direction:column;justify-content:center;width:50%;display:flex}._selectedDeviceRowItem_d24u5_45 p{text-transform:uppercase;color:#64748b;margin-bottom:4px;font-size:12px;font-weight:500;line-height:16px}._selectedDeviceRowItem_d24u5_45 span{color:#0f172a;text-overflow:ellipsis;padding-right:10px;font-size:14px;font-weight:500;line-height:20px;overflow:hidden}._modalBody_ivr7b_1{flex-direction:column;align-items:center;padding:16px;display:flex}._modalBody_ivr7b_1 h3{color:#0f172a;margin-bottom:4px;font-size:18px;font-weight:500;line-height:24px}._modalBody_ivr7b_1 p{color:#475569;font-size:14px;font-weight:400;line-height:20px}._iconWrapper_ivr7b_21{background-color:#fef3c7;border-radius:10px;justify-content:center;align-items:center;width:44px;height:44px;margin-bottom:16px;display:flex}._iconWrapper_ivr7b_21 svg{width:24px;height:24px}._iconWrapper_ivr7b_21 svg path{fill:#f59e0b}._emptyReportDataContainer_h7hw8_1{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background-color:#6464640f;border-radius:8px;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:absolute}._emptyReportDataContainer_h7hw8_1 div{background-color:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:8px 16px;font-size:14px}._authButtonsWrapper_1866z_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_1866z_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_1866z_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;top:0;left:0}._fieldWrapper_1866z_23{width:100%;margin-bottom:16px}._fieldWrapper_1866z_23:last-child{margin-bottom:0}._fieldLabel_1866z_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_1866z_36{margin-top:8px;font-size:.75rem}._field_1866z_23{width:100%;position:relative}._fieldLabelNew_1866z_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_1866z_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_1866z_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_1866z_52[type=password]{font-size:18px}._inputNew_1866z_52:focus,._inputNew_1866z_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_1866z_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_1866z_52:disabled::placeholder{color:#cbd5e1}._inputNew_1866z_52._error_1866z_7{border:1px solid #ef4444}._inputNew_1866z_52._error_1866z_7:focus,._inputNew_1866z_52._error_1866z_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_1866z_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_1866z_90{width:calc(50% - 8px)}._tableNavWrapper_1866z_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_1866z_109{align-items:center;display:flex}._tableNavItem_1866z_114{margin:0 6px}._modalContent_1866z_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_1866z_118._center_1866z_125{text-align:center;font-family:Inter}._modalContent_1866z_118._settings_1866z_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_1866z_118._settingsIntegration_1866z_133,._modalContent_1866z_118._performanceTestModalContent_1866z_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_1866z_118._monitoringReportContent_1866z_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_1866z_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_1866z_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_1866z_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_1866z_158:after,._modalLine_1866z_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_1866z_158:before{left:-20px}._modalLine_1866z_158:after{right:-20px}._infoMessage_1866z_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_1866z_181:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._modalFooter_1866z_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_1866z_196._buttonsAutoWidth_1866z_203{justify-content:flex-end}._modalFooter_1866z_196._buttonsAutoWidth_1866z_203 button,._modalFooter_1866z_196._buttonsAutoWidth_1866z_203 span{margin-left:12px}._fullWidthTitle_1866z_211{text-transform:uppercase;color:#64748b;background:#f8fafc;width:calc(100% + 40px);margin-bottom:20px;margin-left:-20px;padding:8px 20px;font-size:.75rem;line-height:1}._widgetsWrapper_1866z_223{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_1866z_230{background:#fff;border:1px solid #e2e8f0;border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_1866z_230{padding:0 16px 15px}}._widgetHeader_1866z_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_1866z_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_1866z_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_1866z_266{align-items:center;height:180px;display:flex}._widgetFooter_1866z_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_1866z_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_1866z_279:last-child{border:none}._widgetMainValue_1866z_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_1866z_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_1866z_303{color:#64748b;font-size:.75rem}._widgetLoader_1866z_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_1866z_315{opacity:.5;cursor:default}._widgetAddress_1866z_320{color:#64748b;font-size:.75rem}._widgetTag_1866z_325{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_1866z_333{color:#0f172a;font-weight:500}._chartValuesWrapper_1866z_338{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_1866z_346{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_1866z_346._green_1866z_351:before,._chartValuesTitle_1866z_346._dark_1866z_351:before,._chartValuesTitle_1866z_346._blue_1866z_351:before{content:"";border:2px solid #fff;border-radius:50%;width:13px;height:13px;margin-right:4px;display:inline-flex;position:relative;top:1px;box-shadow:0 2px 4px #00000014}._chartValuesTitle_1866z_346._green_1866z_351:before{background:#22c55e}._chartValuesTitle_1866z_346._dark_1866z_351:before{background:#475569}._chartValuesTitle_1866z_346._blue_1866z_351:before{background:#43e0f8}._topbar_1866z_373{justify-content:space-between;align-items:center;width:100%;padding:0 16px;display:flex}._logoWrapper_1866z_381{display:inline-flex}._logo_1866z_381{max-width:110px}._menuWrapper_1866z_389{display:flex}@media only screen and (width<=1340px){._menuWrapper_1866z_389{background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);flex-direction:column;width:265px;height:100vh;padding:64px 16px 0;display:none;position:absolute;top:0;right:0;box-shadow:-12px 1px 89px -41px #0000004d}._menuWrapper_1866z_389._opened_1866z_406{display:flex}}._menuItem_1866z_411{color:#fff;border-radius:30px;align-items:center;margin:0 8px;padding:8px 20px;font-family:Inter;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}@media only screen and (width<=1300px){._menuItem_1866z_411{flex:none;width:auto;margin-bottom:10px}}._menuItem_1866z_411 ._menuIcon_1866z_432{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_1866z_411 ._menuIconPerformance_1866z_437{fill:none}._menuItem_1866z_411 ._menuIconStroke_1866z_440{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_1866z_411._active_1866z_445,._menuItem_1866z_411:hover{color:#52c2fd;background:#fff}._menuItem_1866z_411._active_1866z_445 ._menuIcon_1866z_432:not(._menuIconStroke_1866z_440,._menuIconPerformance_1866z_437),._menuItem_1866z_411:hover ._menuIcon_1866z_432:not(._menuIconStroke_1866z_440,._menuIconPerformance_1866z_437){fill:#52c2fd}._menuItem_1866z_411._active_1866z_445 ._menuIconPerformance_1866z_437 path,._menuItem_1866z_411:hover ._menuIconPerformance_1866z_437 path{stroke:#59a6fd}._menuItem_1866z_411._active_1866z_445 ._menuIconStroke_1866z_440:not(._menuIcon_1866z_432),._menuItem_1866z_411:hover ._menuIconStroke_1866z_440:not(._menuIcon_1866z_432){stroke:#52c2fd}._redDot_1866z_459{color:#fff;background:#d73d3d;border-radius:50%;justify-content:center;align-items:center;width:14px;height:14px;font-size:8px;display:inline-flex;position:relative;top:-6px;right:-6px}._screenWrapper_1866z_474{justify-content:center;display:flex}._link_1866z_479{color:#2db2c8;cursor:pointer;text-decoration:underline}div._tooltip_1866z_485{color:#475569;z-index:1500;text-align:left;background:#fff;border:1px solid #e2e8f0;border-radius:6px;max-width:280px;padding:4px 10px;font-size:.75rem;box-shadow:0 1px 2px #e2e8f03d,0 12px 24px #94a3b81f}div._tooltipArrow_1866z_498{z-index:-1;border-bottom:1px solid #e2e8f0;border-right:1px solid #e2e8f0;box-shadow:0 1px 2px #e2e8f03d,0 12px 24px #94a3b81f}._authButtonsWrapper_exhqe_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_exhqe_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_exhqe_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;top:0;left:0}._fieldWrapper_exhqe_23{width:100%;margin-bottom:16px}._fieldWrapper_exhqe_23:last-child{margin-bottom:0}._fieldLabel_exhqe_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_exhqe_36{margin-top:8px;font-size:.75rem}._field_exhqe_23{width:100%;position:relative}._fieldLabelNew_exhqe_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_exhqe_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_exhqe_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_exhqe_52[type=password]{font-size:18px}._inputNew_exhqe_52:focus,._inputNew_exhqe_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_exhqe_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_exhqe_52:disabled::placeholder{color:#cbd5e1}._inputNew_exhqe_52._error_exhqe_7{border:1px solid #ef4444}._inputNew_exhqe_52._error_exhqe_7:focus,._inputNew_exhqe_52._error_exhqe_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_exhqe_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_exhqe_90{width:calc(50% - 8px)}._tableNavWrapper_exhqe_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_exhqe_109{align-items:center;display:flex}._tableNavItem_exhqe_114{margin:0 6px}._modalContent_exhqe_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_exhqe_118._center_exhqe_125{text-align:center;font-family:Inter}._modalContent_exhqe_118._settings_exhqe_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_exhqe_118._settingsIntegration_exhqe_133,._modalContent_exhqe_118._performanceTestModalContent_exhqe_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_exhqe_118._monitoringReportContent_exhqe_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_exhqe_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_exhqe_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_exhqe_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_exhqe_158:after,._modalLine_exhqe_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_exhqe_158:before{left:-20px}._modalLine_exhqe_158:after{right:-20px}._infoMessage_exhqe_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_exhqe_181:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._modalFooter_exhqe_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_exhqe_196._buttonsAutoWidth_exhqe_203{justify-content:flex-end}._modalFooter_exhqe_196._buttonsAutoWidth_exhqe_203 button,._modalFooter_exhqe_196._buttonsAutoWidth_exhqe_203 span{margin-left:12px}._fullWidthTitle_exhqe_211{text-transform:uppercase;color:#64748b;background:#f8fafc;width:calc(100% + 40px);margin-bottom:20px;margin-left:-20px;padding:8px 20px;font-size:.75rem;line-height:1}._widgetsWrapper_exhqe_223{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_exhqe_230{background:#fff;border:1px solid #e2e8f0;border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_exhqe_230{padding:0 16px 15px}}._widgetHeader_exhqe_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_exhqe_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_exhqe_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_exhqe_266{align-items:center;height:180px;display:flex}._widgetFooter_exhqe_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_exhqe_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_exhqe_279:last-child{border:none}._widgetMainValue_exhqe_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_exhqe_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_exhqe_303{color:#64748b;font-size:.75rem}._widgetLoader_exhqe_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_exhqe_315{opacity:.5;cursor:default}._widgetAddress_exhqe_320{color:#64748b;font-size:.75rem}._widgetTag_exhqe_325{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_exhqe_333{color:#0f172a;font-weight:500}._chartValuesWrapper_exhqe_338{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_exhqe_346{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_exhqe_346._green_exhqe_351:before,._chartValuesTitle_exhqe_346._dark_exhqe_351:before,._chartValuesTitle_exhqe_346._blue_exhqe_351:before{content:"";border:2px solid #fff;border-radius:50%;width:13px;height:13px;margin-right:4px;display:inline-flex;position:relative;top:1px;box-shadow:0 2px 4px #00000014}._chartValuesTitle_exhqe_346._green_exhqe_351:before{background:#22c55e}._chartValuesTitle_exhqe_346._dark_exhqe_351:before{background:#475569}._chartValuesTitle_exhqe_346._blue_exhqe_351:before{background:#43e0f8}._topbar_exhqe_373{justify-content:space-between;align-items:center;width:100%;padding:0 16px;display:flex}._logoWrapper_exhqe_381{display:inline-flex}._logo_exhqe_381{max-width:110px}._menuWrapper_exhqe_389{display:flex}@media only screen and (width<=1340px){._menuWrapper_exhqe_389{background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);flex-direction:column;width:265px;height:100vh;padding:64px 16px 0;display:none;position:absolute;top:0;right:0;box-shadow:-12px 1px 89px -41px #0000004d}._menuWrapper_exhqe_389._opened_exhqe_406{display:flex}}._menuItem_exhqe_411{color:#fff;border-radius:30px;align-items:center;margin:0 8px;padding:8px 20px;font-family:Inter;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}@media only screen and (width<=1300px){._menuItem_exhqe_411{flex:none;width:auto;margin-bottom:10px}}._menuItem_exhqe_411 ._menuIcon_exhqe_432{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_exhqe_411 ._menuIconPerformance_exhqe_437{fill:none}._menuItem_exhqe_411 ._menuIconStroke_exhqe_440{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_exhqe_411._active_exhqe_445,._menuItem_exhqe_411:hover{color:#52c2fd;background:#fff}._menuItem_exhqe_411._active_exhqe_445 ._menuIcon_exhqe_432:not(._menuIconStroke_exhqe_440,._menuIconPerformance_exhqe_437),._menuItem_exhqe_411:hover ._menuIcon_exhqe_432:not(._menuIconStroke_exhqe_440,._menuIconPerformance_exhqe_437){fill:#52c2fd}._menuItem_exhqe_411._active_exhqe_445 ._menuIconPerformance_exhqe_437 path,._menuItem_exhqe_411:hover ._menuIconPerformance_exhqe_437 path{stroke:#59a6fd}._menuItem_exhqe_411._active_exhqe_445 ._menuIconStroke_exhqe_440:not(._menuIcon_exhqe_432),._menuItem_exhqe_411:hover ._menuIconStroke_exhqe_440:not(._menuIcon_exhqe_432){stroke:#52c2fd}._redDot_exhqe_459{color:#fff;background:#d73d3d;border-radius:50%;justify-content:center;align-items:center;width:14px;height:14px;font-size:8px;display:inline-flex;position:relative;top:-6px;right:-6px}._screenWrapper_exhqe_474{justify-content:center;display:flex}._link_exhqe_479{color:#2db2c8;cursor:pointer;text-decoration:underline}._modalSubtitle_exhqe_485{background-color:#f8fafc;align-items:center;padding:8px 16px;display:flex}._modalSubtitle_exhqe_485 p{text-transform:uppercase;color:#64748b;font-size:12px;font-weight:500;line-height:16px}._performanceTestModalContent_exhqe_137{flex-direction:column;padding:0 16px 16px;display:flex}._contentRow_exhqe_505{border-bottom:1px solid #e2e8f0;padding:16px 0;display:flex}._contentWrapper_exhqe_511{flex-direction:column;flex-grow:1;row-gap:16px;width:50%;display:flex}._detailsInfo_exhqe_519{flex-direction:column;display:flex}._detailsInfo_exhqe_519 h4{color:#64748b;text-transform:uppercase;letter-spacing:1px;margin-bottom:6px;font-size:12px;font-weight:500;line-height:16px}._detailsInfo_exhqe_519 p{color:#0f172a;font-size:14px;font-weight:500;line-height:20px}._detailsInfo_exhqe_519 span{color:#94a3b8;font-size:12px}._statusContainer_exhqe_543{align-items:center;gap:5px;display:flex}._statusContainer_exhqe_543 span{display:block}div._testStatus_exhqe_552{border:1px solid #e2e8f0;border-radius:6px;justify-content:center;align-items:center;width:fit-content;padding:4px 8px;display:flex}div._testStatus_exhqe_552 span{border-radius:50%;width:8px;height:8px;margin-right:8px}div._passed_exhqe_568 span{background-color:#22c55e}div._passed_exhqe_568 p{color:#15803d}div._issue_exhqe_575 span{background-color:#ef4444}div._issue_exhqe_575 p{color:#b91c1c}._reportDiagramContainer_exhqe_582{height:200px;margin-top:5px;position:relative}._reportDiagramContainer_exhqe_582 canvas{padding:5px 3px}@media only screen and (width<=768px){._contentRow_exhqe_505{flex-wrap:wrap;row-gap:16px}._contentRow_exhqe_505>div{min-width:200px}}._modalContent_1g9p5_118._settingsIntegration_1g9p5_133,._modalContent_1g9p5_118._performanceTestModalContent_1g9p5_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}@media only screen and (width<=768px){._widgetWrapper_1g9p5_230{padding:0 16px 15px}}@media only screen and (width<=1340px){._menuWrapper_1g9p5_389{background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);flex-direction:column;width:265px;height:100vh;padding:64px 16px 0;display:none;position:absolute;top:0;right:0;box-shadow:-12px 1px 89px -41px #0000004d}._menuWrapper_1g9p5_389._opened_1g9p5_406{display:flex}}@media only screen and (width<=1300px){._menuItem_1g9p5_411{flex:none;width:auto;margin-bottom:10px}}._authButtonsWrapper_5elms_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_5elms_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_5elms_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;top:0;left:0}._fieldWrapper_5elms_23{width:100%;margin-bottom:16px}._fieldWrapper_5elms_23:last-child{margin-bottom:0}._fieldLabel_5elms_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_5elms_36{margin-top:8px;font-size:.75rem}._field_5elms_23{width:100%;position:relative}._fieldLabelNew_5elms_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_5elms_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_5elms_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_5elms_52[type=password]{font-size:18px}._inputNew_5elms_52:focus,._inputNew_5elms_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_5elms_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_5elms_52:disabled::placeholder{color:#cbd5e1}._inputNew_5elms_52._error_5elms_7{border:1px solid #ef4444}._inputNew_5elms_52._error_5elms_7:focus,._inputNew_5elms_52._error_5elms_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_5elms_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_5elms_90{width:calc(50% - 8px)}._tableNavWrapper_5elms_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_5elms_109{align-items:center;display:flex}._tableNavItem_5elms_114{margin:0 6px}._modalContent_5elms_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_5elms_118._center_5elms_125{text-align:center;font-family:Inter}._modalContent_5elms_118._settings_5elms_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_5elms_118._settingsIntegration_5elms_133,._modalContent_5elms_118._performanceTestModalContent_5elms_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_5elms_118._monitoringReportContent_5elms_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_5elms_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_5elms_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_5elms_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_5elms_158:after,._modalLine_5elms_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_5elms_158:before{left:-20px}._modalLine_5elms_158:after{right:-20px}._infoMessage_5elms_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_5elms_181:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._modalFooter_5elms_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_5elms_196._buttonsAutoWidth_5elms_203{justify-content:flex-end}._modalFooter_5elms_196._buttonsAutoWidth_5elms_203 button,._modalFooter_5elms_196._buttonsAutoWidth_5elms_203 span{margin-left:12px}._fullWidthTitle_5elms_211{text-transform:uppercase;color:#64748b;background:#f8fafc;width:calc(100% + 40px);margin-bottom:20px;margin-left:-20px;padding:8px 20px;font-size:.75rem;line-height:1}._widgetsWrapper_5elms_223{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_5elms_230{background:#fff;border:1px solid #e2e8f0;border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_5elms_230{padding:0 16px 15px}}._widgetHeader_5elms_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_5elms_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_5elms_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_5elms_266{align-items:center;height:180px;display:flex}._widgetFooter_5elms_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_5elms_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_5elms_279:last-child{border:none}._widgetMainValue_5elms_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_5elms_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_5elms_303{color:#64748b;font-size:.75rem}._widgetLoader_5elms_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_5elms_315{opacity:.5;cursor:default}._widgetAddress_5elms_320{color:#64748b;font-size:.75rem}._widgetTag_5elms_325{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_5elms_333{color:#0f172a;font-weight:500}._chartValuesWrapper_5elms_338{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_5elms_346{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_5elms_346._green_5elms_351:before,._chartValuesTitle_5elms_346._dark_5elms_351:before,._chartValuesTitle_5elms_346._blue_5elms_351:before{content:"";border:2px solid #fff;border-radius:50%;width:13px;height:13px;margin-right:4px;display:inline-flex;position:relative;top:1px;box-shadow:0 2px 4px #00000014}._chartValuesTitle_5elms_346._green_5elms_351:before{background:#22c55e}._chartValuesTitle_5elms_346._dark_5elms_351:before{background:#475569}._chartValuesTitle_5elms_346._blue_5elms_351:before{background:#43e0f8}._topbar_5elms_373{justify-content:space-between;align-items:center;width:100%;padding:0 16px;display:flex}._logoWrapper_5elms_381{display:inline-flex}._logo_5elms_381{max-width:110px}._menuWrapper_5elms_389{display:flex}@media only screen and (width<=1340px){._menuWrapper_5elms_389{background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);flex-direction:column;width:265px;height:100vh;padding:64px 16px 0;display:none;position:absolute;top:0;right:0;box-shadow:-12px 1px 89px -41px #0000004d}._menuWrapper_5elms_389._opened_5elms_406{display:flex}}._menuItem_5elms_411{color:#fff;border-radius:30px;align-items:center;margin:0 8px;padding:8px 20px;font-family:Inter;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}@media only screen and (width<=1300px){._menuItem_5elms_411{flex:none;width:auto;margin-bottom:10px}}._menuItem_5elms_411 ._menuIcon_5elms_432{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_5elms_411 ._menuIconPerformance_5elms_437{fill:none}._menuItem_5elms_411 ._menuIconStroke_5elms_440{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_5elms_411._active_5elms_445,._menuItem_5elms_411:hover{color:#52c2fd;background:#fff}._menuItem_5elms_411._active_5elms_445 ._menuIcon_5elms_432:not(._menuIconStroke_5elms_440,._menuIconPerformance_5elms_437),._menuItem_5elms_411:hover ._menuIcon_5elms_432:not(._menuIconStroke_5elms_440,._menuIconPerformance_5elms_437){fill:#52c2fd}._menuItem_5elms_411._active_5elms_445 ._menuIconPerformance_5elms_437 path,._menuItem_5elms_411:hover ._menuIconPerformance_5elms_437 path{stroke:#59a6fd}._menuItem_5elms_411._active_5elms_445 ._menuIconStroke_5elms_440:not(._menuIcon_5elms_432),._menuItem_5elms_411:hover ._menuIconStroke_5elms_440:not(._menuIcon_5elms_432){stroke:#52c2fd}._redDot_5elms_459{color:#fff;background:#d73d3d;border-radius:50%;justify-content:center;align-items:center;width:14px;height:14px;font-size:8px;display:inline-flex;position:relative;top:-6px;right:-6px}._screenWrapper_5elms_474{justify-content:center;display:flex}._link_5elms_479{color:#2db2c8;cursor:pointer;text-decoration:underline}._tableDateWrapper_5elms_485{color:#64748b;cursor:pointer;font-family:Inter;font-size:.875rem;display:inline-flex}._tableDateWrapper_5elms_485 svg{stroke:#64748b;margin-left:2px;transition:all .2s}._inputWrapper_5elms_498{background:#f8fafc;width:100%;height:100%;position:absolute;top:20px;left:0}._pickerWrapper_5elms_507{z-index:10;position:relative}._pickerContainer_5elms_512{background-color:#fff;border-radius:8px;width:288px;margin-left:5px;position:absolute}._pickerContainer_5elms_512 .ant-picker{opacity:0;pointer-events:none;border:none;width:0;height:0;padding:0;position:absolute;overflow:hidden}._pickerContainer_5elms_512 .ant-picker-dropdown{inset:initial!important}._pickerContainer_5elms_512 .ant-picker-body{padding:6px!important}._valueWrapper_5elms_536{background:#f8fafc;justify-content:space-between;align-items:center;width:100%;height:100%;padding-left:8px;display:flex;position:absolute;top:0;left:0}._value_5elms_536{color:#000}._icon_5elms_553{justify-content:center;align-items:center;width:40px;height:32px;display:inline-flex}._icon_5elms_553:hover svg{stroke:#000}._authButtonsWrapper_y58eh_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_y58eh_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_y58eh_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;top:0;left:0}._fieldWrapper_y58eh_23{width:100%;margin-bottom:16px}._fieldWrapper_y58eh_23:last-child{margin-bottom:0}._fieldLabel_y58eh_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_y58eh_36{margin-top:8px;font-size:.75rem}._field_y58eh_23{width:100%;position:relative}._fieldLabelNew_y58eh_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_y58eh_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_y58eh_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_y58eh_52[type=password]{font-size:18px}._inputNew_y58eh_52:focus,._inputNew_y58eh_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_y58eh_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_y58eh_52:disabled::placeholder{color:#cbd5e1}._inputNew_y58eh_52._error_y58eh_7{border:1px solid #ef4444}._inputNew_y58eh_52._error_y58eh_7:focus,._inputNew_y58eh_52._error_y58eh_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_y58eh_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_y58eh_90{width:calc(50% - 8px)}._tableNavWrapper_y58eh_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_y58eh_109{align-items:center;display:flex}._tableNavItem_y58eh_114{margin:0 6px}._modalContent_y58eh_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_y58eh_118._center_y58eh_125{text-align:center;font-family:Inter}._modalContent_y58eh_118._settings_y58eh_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_y58eh_118._settingsIntegration_y58eh_133,._modalContent_y58eh_118._performanceTestModalContent_y58eh_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_y58eh_118._monitoringReportContent_y58eh_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_y58eh_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_y58eh_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_y58eh_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_y58eh_158:after,._modalLine_y58eh_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_y58eh_158:before{left:-20px}._modalLine_y58eh_158:after{right:-20px}._infoMessage_y58eh_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_y58eh_181:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._modalFooter_y58eh_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_y58eh_196._buttonsAutoWidth_y58eh_203{justify-content:flex-end}._modalFooter_y58eh_196._buttonsAutoWidth_y58eh_203 button,._modalFooter_y58eh_196._buttonsAutoWidth_y58eh_203 span{margin-left:12px}._fullWidthTitle_y58eh_211{text-transform:uppercase;color:#64748b;background:#f8fafc;width:calc(100% + 40px);margin-bottom:20px;margin-left:-20px;padding:8px 20px;font-size:.75rem;line-height:1}._widgetsWrapper_y58eh_223{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_y58eh_230{background:#fff;border:1px solid #e2e8f0;border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_y58eh_230{padding:0 16px 15px}}._widgetHeader_y58eh_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_y58eh_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_y58eh_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_y58eh_266{align-items:center;height:180px;display:flex}._widgetFooter_y58eh_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_y58eh_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_y58eh_279:last-child{border:none}._widgetMainValue_y58eh_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_y58eh_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_y58eh_303{color:#64748b;font-size:.75rem}._widgetLoader_y58eh_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_y58eh_315{opacity:.5;cursor:default}._widgetAddress_y58eh_320{color:#64748b;font-size:.75rem}._widgetTag_y58eh_325{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_y58eh_333{color:#0f172a;font-weight:500}._chartValuesWrapper_y58eh_338{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_y58eh_346{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_y58eh_346._green_y58eh_351:before,._chartValuesTitle_y58eh_346._dark_y58eh_351:before,._chartValuesTitle_y58eh_346._blue_y58eh_351:before{content:"";border:2px solid #fff;border-radius:50%;width:13px;height:13px;margin-right:4px;display:inline-flex;position:relative;top:1px;box-shadow:0 2px 4px #00000014}._chartValuesTitle_y58eh_346._green_y58eh_351:before{background:#22c55e}._chartValuesTitle_y58eh_346._dark_y58eh_351:before{background:#475569}._chartValuesTitle_y58eh_346._blue_y58eh_351:before{background:#43e0f8}._topbar_y58eh_373{justify-content:space-between;align-items:center;width:100%;padding:0 16px;display:flex}._logoWrapper_y58eh_381{display:inline-flex}._logo_y58eh_381{max-width:110px}._menuWrapper_y58eh_389{display:flex}@media only screen and (width<=1340px){._menuWrapper_y58eh_389{background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);flex-direction:column;width:265px;height:100vh;padding:64px 16px 0;display:none;position:absolute;top:0;right:0;box-shadow:-12px 1px 89px -41px #0000004d}._menuWrapper_y58eh_389._opened_y58eh_406{display:flex}}._menuItem_y58eh_411{color:#fff;border-radius:30px;align-items:center;margin:0 8px;padding:8px 20px;font-family:Inter;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}@media only screen and (width<=1300px){._menuItem_y58eh_411{flex:none;width:auto;margin-bottom:10px}}._menuItem_y58eh_411 ._menuIcon_y58eh_432{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_y58eh_411 ._menuIconPerformance_y58eh_437{fill:none}._menuItem_y58eh_411 ._menuIconStroke_y58eh_440{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_y58eh_411._active_y58eh_445,._menuItem_y58eh_411:hover{color:#52c2fd;background:#fff}._menuItem_y58eh_411._active_y58eh_445 ._menuIcon_y58eh_432:not(._menuIconStroke_y58eh_440,._menuIconPerformance_y58eh_437),._menuItem_y58eh_411:hover ._menuIcon_y58eh_432:not(._menuIconStroke_y58eh_440,._menuIconPerformance_y58eh_437){fill:#52c2fd}._menuItem_y58eh_411._active_y58eh_445 ._menuIconPerformance_y58eh_437 path,._menuItem_y58eh_411:hover ._menuIconPerformance_y58eh_437 path{stroke:#59a6fd}._menuItem_y58eh_411._active_y58eh_445 ._menuIconStroke_y58eh_440:not(._menuIcon_y58eh_432),._menuItem_y58eh_411:hover ._menuIconStroke_y58eh_440:not(._menuIcon_y58eh_432){stroke:#52c2fd}._redDot_y58eh_459{color:#fff;background:#d73d3d;border-radius:50%;justify-content:center;align-items:center;width:14px;height:14px;font-size:8px;display:inline-flex;position:relative;top:-6px;right:-6px}._screenWrapper_y58eh_474{justify-content:center;display:flex}._link_y58eh_479{color:#2db2c8;cursor:pointer;text-decoration:underline}._tableDateWrapper_y58eh_485{color:#64748b;cursor:pointer;align-items:center;font-family:Inter;font-size:.875rem;display:flex}._tableDateWrapper_y58eh_485._withLabel_y58eh_493,._tableDateWrapper_y58eh_485 ._label_y58eh_496{flex:1}._tableDateWrapper_y58eh_485 svg{stroke:#64748b;margin-left:2px;transition:all .2s}._inputWrapper_y58eh_505{background:#f8fafc;width:100%;height:100%;position:absolute;top:20px;left:0}._valueWrapper_y58eh_514{background:#f8fafc;justify-content:space-between;align-items:center;width:100%;height:100%;padding-left:8px;display:flex;position:absolute;top:0;left:0}._value_y58eh_514{color:#000}._inputSearch_y58eh_531{background:#f8fafc;width:calc(100% - 40px);height:100%;padding:8px 0 8px 12px;font-family:Inter;font-size:.875rem}._inputSearch_y58eh_531::placeholder{color:#cbd5e1;font-family:Inter;font-size:.875rem}._icon_y58eh_545{justify-content:center;align-items:center;width:40px;height:32px;display:inline-flex}._icon_y58eh_545:hover svg{stroke:#000}._authButtonsWrapper_1106g_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_1106g_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_1106g_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;top:0;left:0}._fieldWrapper_1106g_23{width:100%;margin-bottom:16px}._fieldWrapper_1106g_23:last-child{margin-bottom:0}._fieldLabel_1106g_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_1106g_36{margin-top:8px;font-size:.75rem}._field_1106g_23{width:100%;position:relative}._fieldLabelNew_1106g_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_1106g_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_1106g_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_1106g_52[type=password]{font-size:18px}._inputNew_1106g_52:focus,._inputNew_1106g_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_1106g_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_1106g_52:disabled::placeholder{color:#cbd5e1}._inputNew_1106g_52._error_1106g_7{border:1px solid #ef4444}._inputNew_1106g_52._error_1106g_7:focus,._inputNew_1106g_52._error_1106g_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_1106g_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_1106g_90{width:calc(50% - 8px)}._tableNavWrapper_1106g_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_1106g_109{align-items:center;display:flex}._tableNavItem_1106g_114{margin:0 6px}._modalContent_1106g_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_1106g_118._center_1106g_125{text-align:center;font-family:Inter}._modalContent_1106g_118._settings_1106g_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_1106g_118._settingsIntegration_1106g_133,._modalContent_1106g_118._performanceTestModalContent_1106g_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_1106g_118._monitoringReportContent_1106g_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_1106g_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_1106g_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_1106g_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_1106g_158:after,._modalLine_1106g_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_1106g_158:before{left:-20px}._modalLine_1106g_158:after{right:-20px}._infoMessage_1106g_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_1106g_181:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._modalFooter_1106g_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_1106g_196._buttonsAutoWidth_1106g_203{justify-content:flex-end}._modalFooter_1106g_196._buttonsAutoWidth_1106g_203 button,._modalFooter_1106g_196._buttonsAutoWidth_1106g_203 span{margin-left:12px}._fullWidthTitle_1106g_211{text-transform:uppercase;color:#64748b;background:#f8fafc;width:calc(100% + 40px);margin-bottom:20px;margin-left:-20px;padding:8px 20px;font-size:.75rem;line-height:1}._widgetsWrapper_1106g_223{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_1106g_230{background:#fff;border:1px solid #e2e8f0;border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_1106g_230{padding:0 16px 15px}}._widgetHeader_1106g_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_1106g_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_1106g_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_1106g_266{align-items:center;height:180px;display:flex}._widgetFooter_1106g_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_1106g_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_1106g_279:last-child{border:none}._widgetMainValue_1106g_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_1106g_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_1106g_303{color:#64748b;font-size:.75rem}._widgetLoader_1106g_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_1106g_315{opacity:.5;cursor:default}._widgetAddress_1106g_320{color:#64748b;font-size:.75rem}._widgetTag_1106g_325{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_1106g_333{color:#0f172a;font-weight:500}._chartValuesWrapper_1106g_338{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_1106g_346{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_1106g_346._green_1106g_351:before,._chartValuesTitle_1106g_346._dark_1106g_351:before,._chartValuesTitle_1106g_346._blue_1106g_351:before{content:"";border:2px solid #fff;border-radius:50%;width:13px;height:13px;margin-right:4px;display:inline-flex;position:relative;top:1px;box-shadow:0 2px 4px #00000014}._chartValuesTitle_1106g_346._green_1106g_351:before{background:#22c55e}._chartValuesTitle_1106g_346._dark_1106g_351:before{background:#475569}._chartValuesTitle_1106g_346._blue_1106g_351:before{background:#43e0f8}._topbar_1106g_373{justify-content:space-between;align-items:center;width:100%;padding:0 16px;display:flex}._logoWrapper_1106g_381{display:inline-flex}._logo_1106g_381{max-width:110px}._menuWrapper_1106g_389{display:flex}@media only screen and (width<=1340px){._menuWrapper_1106g_389{background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);flex-direction:column;width:265px;height:100vh;padding:64px 16px 0;display:none;position:absolute;top:0;right:0;box-shadow:-12px 1px 89px -41px #0000004d}._menuWrapper_1106g_389._opened_1106g_406{display:flex}}._menuItem_1106g_411{color:#fff;border-radius:30px;align-items:center;margin:0 8px;padding:8px 20px;font-family:Inter;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}@media only screen and (width<=1300px){._menuItem_1106g_411{flex:none;width:auto;margin-bottom:10px}}._menuItem_1106g_411 ._menuIcon_1106g_432{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_1106g_411 ._menuIconPerformance_1106g_437{fill:none}._menuItem_1106g_411 ._menuIconStroke_1106g_440{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_1106g_411._active_1106g_445,._menuItem_1106g_411:hover{color:#52c2fd;background:#fff}._menuItem_1106g_411._active_1106g_445 ._menuIcon_1106g_432:not(._menuIconStroke_1106g_440,._menuIconPerformance_1106g_437),._menuItem_1106g_411:hover ._menuIcon_1106g_432:not(._menuIconStroke_1106g_440,._menuIconPerformance_1106g_437){fill:#52c2fd}._menuItem_1106g_411._active_1106g_445 ._menuIconPerformance_1106g_437 path,._menuItem_1106g_411:hover ._menuIconPerformance_1106g_437 path{stroke:#59a6fd}._menuItem_1106g_411._active_1106g_445 ._menuIconStroke_1106g_440:not(._menuIcon_1106g_432),._menuItem_1106g_411:hover ._menuIconStroke_1106g_440:not(._menuIcon_1106g_432){stroke:#52c2fd}._redDot_1106g_459{color:#fff;background:#d73d3d;border-radius:50%;justify-content:center;align-items:center;width:14px;height:14px;font-size:8px;display:inline-flex;position:relative;top:-6px;right:-6px}._screenWrapper_1106g_474{justify-content:center;display:flex}._link_1106g_479{color:#2db2c8;cursor:pointer;text-decoration:underline}._iconSearch_1106g_485{justify-content:center;align-items:center;width:40px;height:32px;display:inline-flex}._iconSearch_1106g_485:hover svg{stroke:#000}._inputWrapper_1106g_496{background:#f8fafc;align-items:center;width:100%;height:100%;display:flex;position:absolute;top:0;left:0}._inputSearch_1106g_507{background:#f8fafc;width:calc(100% - 40px);height:100%;padding:8px 0 8px 12px;font-family:Inter;font-size:.875rem}._inputSearch_1106g_507::placeholder{color:#cbd5e1;font-family:Inter;font-size:.875rem}._iconClear_1106g_521{justify-content:center;align-items:center;width:40px;height:32px;display:inline-flex}._iconClear_1106g_521:hover svg{stroke:#000}.filter{z-index:1000}.filter__control--is-focused,.filter__control--menu-is-open{box-shadow:none!important;border:none!important}.filter__control{background:#f8fafc!important;border:none!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 #00008b}.filter__dropdown-indicator{cursor:pointer;position:relative}.filter__indicator-separator{display:none}.filter__clear-indicator{display:none!important}.filter__multi-value{border:1px solid #f1f5f9;overflow:hidden;background:#fff!important;border-radius:8px!important;padding:0 0 0 6px!important}.filter__multi-value__label{font-size:"Inter";font-size:12px;font-weight:500;padding:0!important}.filter__multi-value__remove{cursor:pointer;margin-left:2px;transition:all .1s}.filter__menu{overflow-x:hidden;border:1px solid #f1f5f9!important;border-radius:8px!important;box-shadow:0 16px 32px -12px #4755691a!important}.filter__menu-list{padding-top:0!important;padding-bottom:0!important}.filter__option{font-weight:500;color:#334155!important;cursor:pointer!important}._authButtonsWrapper_2t80q_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_2t80q_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_2t80q_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;top:0;left:0}._fieldWrapper_2t80q_23{width:100%;margin-bottom:16px}._fieldWrapper_2t80q_23:last-child{margin-bottom:0}._fieldLabel_2t80q_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_2t80q_36{margin-top:8px;font-size:.75rem}._field_2t80q_23{width:100%;position:relative}._fieldLabelNew_2t80q_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_2t80q_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_2t80q_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_2t80q_52[type=password]{font-size:18px}._inputNew_2t80q_52:focus,._inputNew_2t80q_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_2t80q_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_2t80q_52:disabled::placeholder{color:#cbd5e1}._inputNew_2t80q_52._error_2t80q_7{border:1px solid #ef4444}._inputNew_2t80q_52._error_2t80q_7:focus,._inputNew_2t80q_52._error_2t80q_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_2t80q_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_2t80q_90{width:calc(50% - 8px)}._tableNavWrapper_2t80q_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_2t80q_109{align-items:center;display:flex}._tableNavItem_2t80q_114{margin:0 6px}._modalContent_2t80q_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_2t80q_118._center_2t80q_125{text-align:center;font-family:Inter}._modalContent_2t80q_118._settings_2t80q_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_2t80q_118._settingsIntegration_2t80q_133,._modalContent_2t80q_118._performanceTestModalContent_2t80q_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_2t80q_118._monitoringReportContent_2t80q_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_2t80q_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_2t80q_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_2t80q_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_2t80q_158:after,._modalLine_2t80q_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_2t80q_158:before{left:-20px}._modalLine_2t80q_158:after{right:-20px}._infoMessage_2t80q_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_2t80q_181:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._modalFooter_2t80q_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_2t80q_196._buttonsAutoWidth_2t80q_203{justify-content:flex-end}._modalFooter_2t80q_196._buttonsAutoWidth_2t80q_203 button,._modalFooter_2t80q_196._buttonsAutoWidth_2t80q_203 span{margin-left:12px}._fullWidthTitle_2t80q_211{text-transform:uppercase;color:#64748b;background:#f8fafc;width:calc(100% + 40px);margin-bottom:20px;margin-left:-20px;padding:8px 20px;font-size:.75rem;line-height:1}._widgetsWrapper_2t80q_223{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_2t80q_230{background:#fff;border:1px solid #e2e8f0;border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_2t80q_230{padding:0 16px 15px}}._widgetHeader_2t80q_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_2t80q_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_2t80q_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_2t80q_266{align-items:center;height:180px;display:flex}._widgetFooter_2t80q_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_2t80q_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_2t80q_279:last-child{border:none}._widgetMainValue_2t80q_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_2t80q_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_2t80q_303{color:#64748b;font-size:.75rem}._widgetLoader_2t80q_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_2t80q_315{opacity:.5;cursor:default}._widgetAddress_2t80q_320{color:#64748b;font-size:.75rem}._widgetTag_2t80q_325{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_2t80q_333{color:#0f172a;font-weight:500}._chartValuesWrapper_2t80q_338{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_2t80q_346{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_2t80q_346._green_2t80q_351:before,._chartValuesTitle_2t80q_346._dark_2t80q_351:before,._chartValuesTitle_2t80q_346._blue_2t80q_351:before{content:"";border:2px solid #fff;border-radius:50%;width:13px;height:13px;margin-right:4px;display:inline-flex;position:relative;top:1px;box-shadow:0 2px 4px #00000014}._chartValuesTitle_2t80q_346._green_2t80q_351:before{background:#22c55e}._chartValuesTitle_2t80q_346._dark_2t80q_351:before{background:#475569}._chartValuesTitle_2t80q_346._blue_2t80q_351:before{background:#43e0f8}._topbar_2t80q_373{justify-content:space-between;align-items:center;width:100%;padding:0 16px;display:flex}._logoWrapper_2t80q_381{display:inline-flex}._logo_2t80q_381{max-width:110px}._menuWrapper_2t80q_389{display:flex}@media only screen and (width<=1340px){._menuWrapper_2t80q_389{background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);flex-direction:column;width:265px;height:100vh;padding:64px 16px 0;display:none;position:absolute;top:0;right:0;box-shadow:-12px 1px 89px -41px #0000004d}._menuWrapper_2t80q_389._opened_2t80q_406{display:flex}}._menuItem_2t80q_411{color:#fff;border-radius:30px;align-items:center;margin:0 8px;padding:8px 20px;font-family:Inter;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}@media only screen and (width<=1300px){._menuItem_2t80q_411{flex:none;width:auto;margin-bottom:10px}}._menuItem_2t80q_411 ._menuIcon_2t80q_432{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_2t80q_411 ._menuIconPerformance_2t80q_437{fill:none}._menuItem_2t80q_411 ._menuIconStroke_2t80q_440{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_2t80q_411._active_2t80q_445,._menuItem_2t80q_411:hover{color:#52c2fd;background:#fff}._menuItem_2t80q_411._active_2t80q_445 ._menuIcon_2t80q_432:not(._menuIconStroke_2t80q_440,._menuIconPerformance_2t80q_437),._menuItem_2t80q_411:hover ._menuIcon_2t80q_432:not(._menuIconStroke_2t80q_440,._menuIconPerformance_2t80q_437){fill:#52c2fd}._menuItem_2t80q_411._active_2t80q_445 ._menuIconPerformance_2t80q_437 path,._menuItem_2t80q_411:hover ._menuIconPerformance_2t80q_437 path{stroke:#59a6fd}._menuItem_2t80q_411._active_2t80q_445 ._menuIconStroke_2t80q_440:not(._menuIcon_2t80q_432),._menuItem_2t80q_411:hover ._menuIconStroke_2t80q_440:not(._menuIcon_2t80q_432){stroke:#52c2fd}._redDot_2t80q_459{color:#fff;background:#d73d3d;border-radius:50%;justify-content:center;align-items:center;width:14px;height:14px;font-size:8px;display:inline-flex;position:relative;top:-6px;right:-6px}._screenWrapper_2t80q_474{justify-content:center;display:flex}._link_2t80q_479{color:#2db2c8;cursor:pointer;text-decoration:underline}._iconArrow_2t80q_485{width:16px;height:16px}._iconArrow_2t80q_485 svg{position:absolute;top:9px;right:8px}._iconArrow_2t80q_485._open_2t80q_406 svg{transform:rotate(180deg)}._iconClear_2t80q_498{cursor:pointer;justify-content:center;align-items:center;width:20px;height:20px;display:inline-flex}._iconClear_2t80q_498 svg{stroke:#64748b;margin-left:2px;transition:all .2s}._iconClear_2t80q_498:hover svg{stroke:#000}._clearIcon_2t80q_515{cursor:pointer;justify-content:center;align-items:center;width:20px;height:20px;display:inline-flex}._clearIcon_2t80q_515 svg{stroke:#64748b;margin-left:2px;transition:all .2s}._clearIcon_2t80q_515:hover svg{stroke:#000}._colorOption_2t80q_532{cursor:pointer;align-items:center;gap:8px;padding:8px 12px;display:flex}._colorOption_2t80q_532:hover,._colorOption_2t80q_532._focused_2t80q_539{background-color:#dfebff}._authButtonsWrapper_175ih_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_175ih_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_175ih_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;top:0;left:0}._fieldWrapper_175ih_23{width:100%;margin-bottom:16px}._fieldWrapper_175ih_23:last-child{margin-bottom:0}._fieldLabel_175ih_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_175ih_36{margin-top:8px;font-size:.75rem}._field_175ih_23{width:100%;position:relative}._fieldLabelNew_175ih_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_175ih_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_175ih_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_175ih_52[type=password]{font-size:18px}._inputNew_175ih_52:focus,._inputNew_175ih_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_175ih_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_175ih_52:disabled::placeholder{color:#cbd5e1}._inputNew_175ih_52._error_175ih_7{border:1px solid #ef4444}._inputNew_175ih_52._error_175ih_7:focus,._inputNew_175ih_52._error_175ih_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_175ih_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_175ih_90{width:calc(50% - 8px)}._tableNavWrapper_175ih_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_175ih_109{align-items:center;display:flex}._tableNavItem_175ih_114{margin:0 6px}._modalContent_175ih_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_175ih_118._center_175ih_125{text-align:center;font-family:Inter}._modalContent_175ih_118._settings_175ih_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_175ih_118._settingsIntegration_175ih_133,._modalContent_175ih_118._performanceTestModalContent_175ih_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_175ih_118._monitoringReportContent_175ih_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_175ih_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_175ih_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_175ih_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_175ih_158:after,._modalLine_175ih_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_175ih_158:before{left:-20px}._modalLine_175ih_158:after{right:-20px}._infoMessage_175ih_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_175ih_181:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._modalFooter_175ih_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_175ih_196._buttonsAutoWidth_175ih_203{justify-content:flex-end}._modalFooter_175ih_196._buttonsAutoWidth_175ih_203 button,._modalFooter_175ih_196._buttonsAutoWidth_175ih_203 span{margin-left:12px}._fullWidthTitle_175ih_211{text-transform:uppercase;color:#64748b;background:#f8fafc;width:calc(100% + 40px);margin-bottom:20px;margin-left:-20px;padding:8px 20px;font-size:.75rem;line-height:1}._widgetsWrapper_175ih_223{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_175ih_230{background:#fff;border:1px solid #e2e8f0;border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_175ih_230{padding:0 16px 15px}}._widgetHeader_175ih_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_175ih_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_175ih_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_175ih_266{align-items:center;height:180px;display:flex}._widgetFooter_175ih_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_175ih_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_175ih_279:last-child{border:none}._widgetMainValue_175ih_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_175ih_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_175ih_303{color:#64748b;font-size:.75rem}._widgetLoader_175ih_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_175ih_315{opacity:.5;cursor:default}._widgetAddress_175ih_320{color:#64748b;font-size:.75rem}._widgetTag_175ih_325{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_175ih_333{color:#0f172a;font-weight:500}._chartValuesWrapper_175ih_338{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_175ih_346{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_175ih_346._green_175ih_351:before,._chartValuesTitle_175ih_346._dark_175ih_351:before,._chartValuesTitle_175ih_346._blue_175ih_351:before{content:"";border:2px solid #fff;border-radius:50%;width:13px;height:13px;margin-right:4px;display:inline-flex;position:relative;top:1px;box-shadow:0 2px 4px #00000014}._chartValuesTitle_175ih_346._green_175ih_351:before{background:#22c55e}._chartValuesTitle_175ih_346._dark_175ih_351:before{background:#475569}._chartValuesTitle_175ih_346._blue_175ih_351:before{background:#43e0f8}._topbar_175ih_373{justify-content:space-between;align-items:center;width:100%;padding:0 16px;display:flex}._logoWrapper_175ih_381{display:inline-flex}._logo_175ih_381{max-width:110px}._menuWrapper_175ih_389{display:flex}@media only screen and (width<=1340px){._menuWrapper_175ih_389{background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);flex-direction:column;width:265px;height:100vh;padding:64px 16px 0;display:none;position:absolute;top:0;right:0;box-shadow:-12px 1px 89px -41px #0000004d}._menuWrapper_175ih_389._opened_175ih_406{display:flex}}._menuItem_175ih_411{color:#fff;border-radius:30px;align-items:center;margin:0 8px;padding:8px 20px;font-family:Inter;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}@media only screen and (width<=1300px){._menuItem_175ih_411{flex:none;width:auto;margin-bottom:10px}}._menuItem_175ih_411 ._menuIcon_175ih_432{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_175ih_411 ._menuIconPerformance_175ih_437{fill:none}._menuItem_175ih_411 ._menuIconStroke_175ih_440{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_175ih_411._active_175ih_445,._menuItem_175ih_411:hover{color:#52c2fd;background:#fff}._menuItem_175ih_411._active_175ih_445 ._menuIcon_175ih_432:not(._menuIconStroke_175ih_440,._menuIconPerformance_175ih_437),._menuItem_175ih_411:hover ._menuIcon_175ih_432:not(._menuIconStroke_175ih_440,._menuIconPerformance_175ih_437){fill:#52c2fd}._menuItem_175ih_411._active_175ih_445 ._menuIconPerformance_175ih_437 path,._menuItem_175ih_411:hover ._menuIconPerformance_175ih_437 path{stroke:#59a6fd}._menuItem_175ih_411._active_175ih_445 ._menuIconStroke_175ih_440:not(._menuIcon_175ih_432),._menuItem_175ih_411:hover ._menuIconStroke_175ih_440:not(._menuIcon_175ih_432){stroke:#52c2fd}._redDot_175ih_459{color:#fff;background:#d73d3d;border-radius:50%;justify-content:center;align-items:center;width:14px;height:14px;font-size:8px;display:inline-flex;position:relative;top:-6px;right:-6px}._screenWrapper_175ih_474{justify-content:center;display:flex}._link_175ih_479{color:#2db2c8;cursor:pointer;text-decoration:underline}._tableSort_175ih_485{color:#64748b;cursor:pointer;align-items:center;font-family:Inter;font-size:.875rem;transition:all .2s;display:inline-flex}._tableSort_175ih_485 svg{stroke:#64748b;flex-shrink:0;margin-left:2px;transition:all .2s}._tableSort_175ih_485 ._desc_175ih_500{transform:rotate(180deg)}._tableSort_175ih_485._active_175ih_445,._tableSort_175ih_485:hover{color:#000}._tableSort_175ih_485._active_175ih_445 svg,._tableSort_175ih_485:hover svg{stroke:#000}._authButtonsWrapper_5jrb0_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_5jrb0_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_5jrb0_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;top:0;left:0}._fieldWrapper_5jrb0_23{width:100%;margin-bottom:16px}._fieldWrapper_5jrb0_23:last-child{margin-bottom:0}._fieldLabel_5jrb0_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_5jrb0_36{margin-top:8px;font-size:.75rem}._field_5jrb0_23{width:100%;position:relative}._fieldLabelNew_5jrb0_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_5jrb0_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_5jrb0_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_5jrb0_52[type=password]{font-size:18px}._inputNew_5jrb0_52:focus,._inputNew_5jrb0_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_5jrb0_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_5jrb0_52:disabled::placeholder{color:#cbd5e1}._inputNew_5jrb0_52._error_5jrb0_7{border:1px solid #ef4444}._inputNew_5jrb0_52._error_5jrb0_7:focus,._inputNew_5jrb0_52._error_5jrb0_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_5jrb0_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_5jrb0_90{width:calc(50% - 8px)}._tableNavWrapper_5jrb0_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_5jrb0_109{align-items:center;display:flex}._tableNavItem_5jrb0_114{margin:0 6px}._modalContent_5jrb0_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_5jrb0_118._center_5jrb0_125{text-align:center;font-family:Inter}._modalContent_5jrb0_118._settings_5jrb0_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_5jrb0_118._settingsIntegration_5jrb0_133,._modalContent_5jrb0_118._performanceTestModalContent_5jrb0_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_5jrb0_118._monitoringReportContent_5jrb0_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_5jrb0_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_5jrb0_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_5jrb0_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_5jrb0_158:after,._modalLine_5jrb0_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_5jrb0_158:before{left:-20px}._modalLine_5jrb0_158:after{right:-20px}._infoMessage_5jrb0_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_5jrb0_181:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._modalFooter_5jrb0_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_5jrb0_196._buttonsAutoWidth_5jrb0_203{justify-content:flex-end}._modalFooter_5jrb0_196._buttonsAutoWidth_5jrb0_203 button,._modalFooter_5jrb0_196._buttonsAutoWidth_5jrb0_203 span{margin-left:12px}._fullWidthTitle_5jrb0_211{text-transform:uppercase;color:#64748b;background:#f8fafc;width:calc(100% + 40px);margin-bottom:20px;margin-left:-20px;padding:8px 20px;font-size:.75rem;line-height:1}._widgetsWrapper_5jrb0_223{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_5jrb0_230{background:#fff;border:1px solid #e2e8f0;border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_5jrb0_230{padding:0 16px 15px}}._widgetHeader_5jrb0_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_5jrb0_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_5jrb0_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_5jrb0_266{align-items:center;height:180px;display:flex}._widgetFooter_5jrb0_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_5jrb0_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_5jrb0_279:last-child{border:none}._widgetMainValue_5jrb0_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_5jrb0_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_5jrb0_303{color:#64748b;font-size:.75rem}._widgetLoader_5jrb0_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_5jrb0_315{opacity:.5;cursor:default}._widgetAddress_5jrb0_320{color:#64748b;font-size:.75rem}._widgetTag_5jrb0_325{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_5jrb0_333{color:#0f172a;font-weight:500}._chartValuesWrapper_5jrb0_338{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_5jrb0_346{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_5jrb0_346._green_5jrb0_351:before,._chartValuesTitle_5jrb0_346._dark_5jrb0_351:before,._chartValuesTitle_5jrb0_346._blue_5jrb0_351:before{content:"";border:2px solid #fff;border-radius:50%;width:13px;height:13px;margin-right:4px;display:inline-flex;position:relative;top:1px;box-shadow:0 2px 4px #00000014}._chartValuesTitle_5jrb0_346._green_5jrb0_351:before{background:#22c55e}._chartValuesTitle_5jrb0_346._dark_5jrb0_351:before{background:#475569}._chartValuesTitle_5jrb0_346._blue_5jrb0_351:before{background:#43e0f8}._topbar_5jrb0_373{justify-content:space-between;align-items:center;width:100%;padding:0 16px;display:flex}._logoWrapper_5jrb0_381{display:inline-flex}._logo_5jrb0_381{max-width:110px}._menuWrapper_5jrb0_389{display:flex}@media only screen and (width<=1340px){._menuWrapper_5jrb0_389{background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);flex-direction:column;width:265px;height:100vh;padding:64px 16px 0;display:none;position:absolute;top:0;right:0;box-shadow:-12px 1px 89px -41px #0000004d}._menuWrapper_5jrb0_389._opened_5jrb0_406{display:flex}}._menuItem_5jrb0_411{color:#fff;border-radius:30px;align-items:center;margin:0 8px;padding:8px 20px;font-family:Inter;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}@media only screen and (width<=1300px){._menuItem_5jrb0_411{flex:none;width:auto;margin-bottom:10px}}._menuItem_5jrb0_411 ._menuIcon_5jrb0_432{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_5jrb0_411 ._menuIconPerformance_5jrb0_437{fill:none}._menuItem_5jrb0_411 ._menuIconStroke_5jrb0_440{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_5jrb0_411._active_5jrb0_445,._menuItem_5jrb0_411:hover{color:#52c2fd;background:#fff}._menuItem_5jrb0_411._active_5jrb0_445 ._menuIcon_5jrb0_432:not(._menuIconStroke_5jrb0_440,._menuIconPerformance_5jrb0_437),._menuItem_5jrb0_411:hover ._menuIcon_5jrb0_432:not(._menuIconStroke_5jrb0_440,._menuIconPerformance_5jrb0_437){fill:#52c2fd}._menuItem_5jrb0_411._active_5jrb0_445 ._menuIconPerformance_5jrb0_437 path,._menuItem_5jrb0_411:hover ._menuIconPerformance_5jrb0_437 path{stroke:#59a6fd}._menuItem_5jrb0_411._active_5jrb0_445 ._menuIconStroke_5jrb0_440:not(._menuIcon_5jrb0_432),._menuItem_5jrb0_411:hover ._menuIconStroke_5jrb0_440:not(._menuIcon_5jrb0_432){stroke:#52c2fd}._redDot_5jrb0_459{color:#fff;background:#d73d3d;border-radius:50%;justify-content:center;align-items:center;width:14px;height:14px;font-size:8px;display:inline-flex;position:relative;top:-6px;right:-6px}._screenWrapper_5jrb0_474{justify-content:center;display:flex}._link_5jrb0_479{color:#2db2c8;cursor:pointer;text-decoration:underline}._tableWrapper_5jrb0_485{background:#fff;height:100%;overflow:auto}._table_5jrb0_100{font-family:Inter;font-size:.875rem;line-height:1.5;display:inline-block}._tableHeaderCell_5jrb0_498,._tableCell_5jrb0_499{box-sizing:border-box;word-break:normal;overflow-wrap:anywhere;flex:0 0 300px;width:300px;transition:all .2s}._tableHeaderCell_5jrb0_498._withoutSizeSettings_5jrb0_507,._tableCell_5jrb0_499._withoutSizeSettings_5jrb0_507{flex:none;width:100%}._tableHeaderCell_5jrb0_498:first-child,._tableCell_5jrb0_499:first-child{border-radius:8px 0 0 8px}._tableHeaderCell_5jrb0_498:last-child,._tableCell_5jrb0_499:last-child{border-radius:0 8px 8px 0}._tableHeaderCell_5jrb0_498._action_5jrb0_520,._tableCell_5jrb0_499._action_5jrb0_520{color:#2db2c8;cursor:pointer;font-weight:500}._markdownWrapper_5jrb0_527{display:block}._markdownWrapper_5jrb0_527 img{max-width:100%}._markdownWrapper_5jrb0_527 ul li ul,._markdownWrapper_5jrb0_527 ul li ol{padding-left:20px}._tableCell_5jrb0_499:nth-last-of-type(2){border-radius:0 8px 8px 0}._tableHeaderCell_5jrb0_498{color:#64748b;background:#f8fafc;justify-content:space-between;align-items:center;padding-left:12px;display:flex;position:relative}._tableHeaderCell_5jrb0_498._withoutGaps_5jrb0_551{padding:0!important}._tableHeader_5jrb0_498{z-index:1000;border-radius:8px;min-height:38px;margin-bottom:2px;display:flex;position:sticky;top:0}._tableRow_5jrb0_565{transition:all .2s;display:flex}._tableRow_5jrb0_565 ._rowNavVisibility_5jrb0_569{opacity:0}._tableRow_5jrb0_565 ._mobileDevice_5jrb0_572{opacity:1}._tableRow_5jrb0_565._active_5jrb0_445{border-radius:8px}._tableRow_5jrb0_565:hover{background:#f8fafc;border-radius:8px}._tableRow_5jrb0_565:hover ._rowNavVisibility_5jrb0_569{opacity:1}._tableRow_5jrb0_565._redFlag_5jrb0_585{border-radius:8px}._tableRow_5jrb0_565._redFlag_5jrb0_585 ._tableCell_5jrb0_499{background:#fee2e2}._tableRow_5jrb0_565._redFlag_5jrb0_585:hover ._tableCell_5jrb0_499{background:#fbd5d5!important}._clickableRow_5jrb0_595{cursor:pointer}._tableRowSelected_5jrb0_599{background:#f8fafc;border-radius:8px}._tableRowSelected_5jrb0_599 ._tableCell_5jrb0_499{background:#f8fafc}._hasSubRows_5jrb0_607{background:#ebfcff}._hasSubRows_5jrb0_607:hover{background:#e1f8fc}._lastRow_5jrb0_614{border-bottom:2px solid #43e0f8}._lastRow_5jrb0_614:hover{border-bottom-right-radius:0;border-bottom-left-radius:0}._tableCell_5jrb0_499{border-bottom:1px solid #f1f5f9;align-items:center;padding:22px 12px;display:inline-flex}._tableCell_5jrb0_499._companyName_5jrb0_628{padding:0 12px}._tableCell_5jrb0_499._groupHeader_5jrb0_631{background:#f8fafc;border-bottom:none;border-radius:8px;flex:1;height:35px}._tableCell_5jrb0_499._hidden_5jrb0_638 div{visibility:hidden}._spinnerWrapper_5jrb0_642{z-index:1000;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%)}._booleanValue_5jrb0_650{align-items:center;display:inline-flex}._booleanValue_5jrb0_650:before{content:"";border-radius:50%;width:8px;height:8px;margin-right:6px;display:inline-flex}._booleanValue_5jrb0_650._enable_5jrb0_662:before{background:#22c55e}._booleanValue_5jrb0_650._disable_5jrb0_315:before{background:#f59e0b}._tableActionsWrapper_5jrb0_669{cursor:initial;background-color:#f8fafc;border-radius:4px;justify-content:space-between;align-items:center;gap:8px;display:flex;position:relative}._tableActionsWrapper_5jrb0_669 span{cursor:pointer;border-radius:4px;width:32px;height:32px;padding:6px}._tableActionsWrapper_5jrb0_669 span._disabledNavButton_5jrb0_686{cursor:not-allowed}._tableActionsWrapper_5jrb0_669 span._disabledNavButton_5jrb0_686 svg{opacity:.4}._tableActionsWrapper_5jrb0_669 span._hidden_5jrb0_638{display:none}._tableActionsWrapper_5jrb0_669 span svg{fill:#0000;width:20px;height:20px}._tableActionsWrapper_5jrb0_669 span svg path{stroke:#64748b}._tableActionsWrapper_5jrb0_669 span:hover{background-color:#e2e8f0}._tableActionsWrapper_5jrb0_669 span:hover svg path{stroke:#0f172a}._tableActionsWrapper_5jrb0_669._redFlag_5jrb0_585,._tableActionsWrapper_5jrb0_669._redFlag_5jrb0_585 span:hover{background-color:#fbd5d5}._tooltipArrow_5jrb0_716{display:none}._tooltip_5jrb0_716{text-align:center!important;border:1px solid #e2e8f0!important;border-radius:6px!important;padding:4px 10px!important;font-family:Inter!important;font-size:.75rem!important;position:absolute!important;box-shadow:0 1px 2px #e2e8f03d,0 12px 24px #94a3b81f!important}._mobileTooltip_5jrb0_731{z-index:1001;border:1px solid #eaf1f8!important;border-radius:8px!important}._mobileTooltip_5jrb0_731 svg{fill:#0000;width:20px;height:20px}._mobileTooltip_5jrb0_731 svg path{stroke:#64748b}._noBoxShadow_5jrb0_745{box-shadow:none!important}._rowNavWrapper_5jrb0_749{z-index:1000;border-radius:4px;justify-content:flex-end;align-self:center;width:0;transition:all .2s;display:flex;position:sticky;right:0}._rowNavWrapper_5jrb0_749._redFlag_5jrb0_585 ._rowNavButtonsContainer_5jrb0_760{background-color:#fbd5d5}._rowNavButtonsContainer_5jrb0_760{background:#f8fafc;gap:0;padding-right:5px;display:flex}._rowNavButtonsContainer_5jrb0_760._withRowActions_5jrb0_770{background:0 0}._rowNavButton_5jrb0_760{cursor:pointer;justify-content:center;align-items:center;height:30px;margin-left:4px;display:flex;position:relative}._rowNavButton_5jrb0_760 svg{stroke:#64748b;transition:all .2s}._rowNavButton_5jrb0_760:hover svg{stroke:#334155}._authButtonsWrapper_1sxa1_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_1sxa1_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_1sxa1_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;top:0;left:0}._fieldWrapper_1sxa1_23{width:100%;margin-bottom:16px}._fieldWrapper_1sxa1_23:last-child{margin-bottom:0}._fieldLabel_1sxa1_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_1sxa1_36{margin-top:8px;font-size:.75rem}._field_1sxa1_23{width:100%;position:relative}._fieldLabelNew_1sxa1_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_1sxa1_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_1sxa1_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_1sxa1_52[type=password]{font-size:18px}._inputNew_1sxa1_52:focus,._inputNew_1sxa1_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_1sxa1_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_1sxa1_52:disabled::placeholder{color:#cbd5e1}._inputNew_1sxa1_52._error_1sxa1_7{border:1px solid #ef4444}._inputNew_1sxa1_52._error_1sxa1_7:focus,._inputNew_1sxa1_52._error_1sxa1_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_1sxa1_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_1sxa1_90{width:calc(50% - 8px)}._tableNavWrapper_1sxa1_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_1sxa1_109{align-items:center;display:flex}._tableNavItem_1sxa1_114{margin:0 6px}._modalContent_1sxa1_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_1sxa1_118._center_1sxa1_125{text-align:center;font-family:Inter}._modalContent_1sxa1_118._settings_1sxa1_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_1sxa1_118._settingsIntegration_1sxa1_133,._modalContent_1sxa1_118._performanceTestModalContent_1sxa1_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_1sxa1_118._monitoringReportContent_1sxa1_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_1sxa1_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_1sxa1_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_1sxa1_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_1sxa1_158:after,._modalLine_1sxa1_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_1sxa1_158:before{left:-20px}._modalLine_1sxa1_158:after{right:-20px}._infoMessage_1sxa1_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_1sxa1_181:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._modalFooter_1sxa1_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_1sxa1_196._buttonsAutoWidth_1sxa1_203{justify-content:flex-end}._modalFooter_1sxa1_196._buttonsAutoWidth_1sxa1_203 button,._modalFooter_1sxa1_196._buttonsAutoWidth_1sxa1_203 span{margin-left:12px}._fullWidthTitle_1sxa1_211{text-transform:uppercase;color:#64748b;background:#f8fafc;width:calc(100% + 40px);margin-bottom:20px;margin-left:-20px;padding:8px 20px;font-size:.75rem;line-height:1}._widgetsWrapper_1sxa1_223{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_1sxa1_230{background:#fff;border:1px solid #e2e8f0;border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_1sxa1_230{padding:0 16px 15px}}._widgetHeader_1sxa1_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_1sxa1_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_1sxa1_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_1sxa1_266{align-items:center;height:180px;display:flex}._widgetFooter_1sxa1_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_1sxa1_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_1sxa1_279:last-child{border:none}._widgetMainValue_1sxa1_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_1sxa1_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_1sxa1_303{color:#64748b;font-size:.75rem}._widgetLoader_1sxa1_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_1sxa1_315{opacity:.5;cursor:default}._widgetAddress_1sxa1_320{color:#64748b;font-size:.75rem}._widgetTag_1sxa1_325{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_1sxa1_333{color:#0f172a;font-weight:500}._chartValuesWrapper_1sxa1_338{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_1sxa1_346{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_1sxa1_346._green_1sxa1_351:before,._chartValuesTitle_1sxa1_346._dark_1sxa1_351:before,._chartValuesTitle_1sxa1_346._blue_1sxa1_351:before{content:"";border:2px solid #fff;border-radius:50%;width:13px;height:13px;margin-right:4px;display:inline-flex;position:relative;top:1px;box-shadow:0 2px 4px #00000014}._chartValuesTitle_1sxa1_346._green_1sxa1_351:before{background:#22c55e}._chartValuesTitle_1sxa1_346._dark_1sxa1_351:before{background:#475569}._chartValuesTitle_1sxa1_346._blue_1sxa1_351:before{background:#43e0f8}._topbar_1sxa1_373{justify-content:space-between;align-items:center;width:100%;padding:0 16px;display:flex}._logoWrapper_1sxa1_381{display:inline-flex}._logo_1sxa1_381{max-width:110px}._menuWrapper_1sxa1_389{display:flex}@media only screen and (width<=1340px){._menuWrapper_1sxa1_389{background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);flex-direction:column;width:265px;height:100vh;padding:64px 16px 0;display:none;position:absolute;top:0;right:0;box-shadow:-12px 1px 89px -41px #0000004d}._menuWrapper_1sxa1_389._opened_1sxa1_406{display:flex}}._menuItem_1sxa1_411{color:#fff;border-radius:30px;align-items:center;margin:0 8px;padding:8px 20px;font-family:Inter;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}@media only screen and (width<=1300px){._menuItem_1sxa1_411{flex:none;width:auto;margin-bottom:10px}}._menuItem_1sxa1_411 ._menuIcon_1sxa1_432{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_1sxa1_411 ._menuIconPerformance_1sxa1_437{fill:none}._menuItem_1sxa1_411 ._menuIconStroke_1sxa1_440{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_1sxa1_411._active_1sxa1_445,._menuItem_1sxa1_411:hover{color:#52c2fd;background:#fff}._menuItem_1sxa1_411._active_1sxa1_445 ._menuIcon_1sxa1_432:not(._menuIconStroke_1sxa1_440,._menuIconPerformance_1sxa1_437),._menuItem_1sxa1_411:hover ._menuIcon_1sxa1_432:not(._menuIconStroke_1sxa1_440,._menuIconPerformance_1sxa1_437){fill:#52c2fd}._menuItem_1sxa1_411._active_1sxa1_445 ._menuIconPerformance_1sxa1_437 path,._menuItem_1sxa1_411:hover ._menuIconPerformance_1sxa1_437 path{stroke:#59a6fd}._menuItem_1sxa1_411._active_1sxa1_445 ._menuIconStroke_1sxa1_440:not(._menuIcon_1sxa1_432),._menuItem_1sxa1_411:hover ._menuIconStroke_1sxa1_440:not(._menuIcon_1sxa1_432){stroke:#52c2fd}._redDot_1sxa1_459{color:#fff;background:#d73d3d;border-radius:50%;justify-content:center;align-items:center;width:14px;height:14px;font-size:8px;display:inline-flex;position:relative;top:-6px;right:-6px}._screenWrapper_1sxa1_474{justify-content:center;display:flex}._link_1sxa1_479{color:#2db2c8;cursor:pointer;text-decoration:underline}._modalLink_1sxa1_485{color:#000;font-weight:500;text-decoration:underline}._modalLinksSection_1sxa1_491{margin-top:1em}._modalContent_1g9p5_118._settingsIntegration_1g9p5_133,._modalContent_1g9p5_118._performanceTestModalContent_1g9p5_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}@media only screen and (width<=768px){._widgetWrapper_1g9p5_230{padding:0 16px 15px}}@media only screen and (width<=1340px){._menuWrapper_1g9p5_389{background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);flex-direction:column;width:265px;height:100vh;padding:64px 16px 0;display:none;position:absolute;top:0;right:0;box-shadow:-12px 1px 89px -41px #0000004d}._menuWrapper_1g9p5_389._opened_1g9p5_406{display:flex}}@media only screen and (width<=1300px){._menuItem_1g9p5_411{flex:none;width:auto;margin-bottom:10px}}._authWrapper_i8vp3_1{background-color:#0000;background-image:url(/assets/backgound-logo-DlghSEo4.png),linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);background-position:50%;background-repeat:no-repeat;background-size:cover;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;justify-content:space-between;align-items:center;height:100vh;padding:32px;display:flex}@media only screen and (width>=1540px){._authWrapper_i8vp3_1{justify-content:center}}@media only screen and (width<=1024px){._authWrapper_i8vp3_1{flex-direction:column-reverse;align-items:stretch;height:auto;padding:24px 0 0}}._logoWrapper_i8vp3_26{justify-content:center;align-items:center;width:50%;display:flex}@media only screen and (width<=1024px){._logoWrapper_i8vp3_26{width:100%}}._logo_i8vp3_26{max-width:100%}@media only screen and (width<=1439px){._logo_i8vp3_26{max-width:70%}}@media only screen and (width<=1024px){._logo_i8vp3_26{max-width:90px;margin-bottom:24px}}._hamburgerLines_191xo_1{z-index:2;cursor:pointer;flex-direction:column;justify-content:space-between;width:24px;height:18px;display:flex;position:relative}._hamburgerLines_191xo_1 ._line_191xo_11{background:#fff;border-radius:10px;width:100%;height:2px;display:block}._hamburgerLines_191xo_1 ._line1_191xo_18{transform-origin:0 0;transition:transform .2s ease-in-out}._hamburgerLines_191xo_1 ._line2_191xo_22{transition:transform .1s ease-in-out}._hamburgerLines_191xo_1 ._line3_191xo_25{transform-origin:0 100%;transition:transform .2s ease-in-out}._opened_191xo_30 ._line1_191xo_18{transform:rotate(45deg)}._opened_191xo_30 ._line2_191xo_22{transform:scaleY(0)}._opened_191xo_30 ._line3_191xo_25{transform:rotate(-45deg)}._userMenuWrapper_1ii32_1{position:relative}._userMenuButton_1ii32_5{cursor:pointer;border-radius:8px;justify-content:center;align-items:center;width:40px;height:40px;transition:all .2s;display:flex}._userMenuButton_1ii32_5:hover,._userMenuButton_1ii32_5._active_1ii32_18{background:#ffffff26}._userDropdown_1ii32_22{z-index:2000;opacity:1;background:#fff;border:1px solid #f1f5f9;border-radius:8px;width:220px;position:absolute;top:47px;right:0;overflow:hidden;box-shadow:0 16px 32px -12px #47556914}._userDropdown_1ii32_22._hidden_1ii32_35{opacity:0;pointer-events:none}._userDropdownItem_1ii32_40{color:#334155;cursor:pointer;border-bottom:1px solid #e2e8f0;align-items:center;padding:12px;font-family:Inter;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}._userDropdownItem_1ii32_40:hover{background:#47556914}._userDropdownItem_1ii32_40:last-child{border:none}._skipPointer_1ii32_59{cursor:initial}._itemIcon_1ii32_63{margin-right:8px}._userAvatarWhite_1ii32_67{fill:#f8fafc;flex-shrink:0}._userAvatarBlack_1ii32_72{fill:#475569;flex-shrink:0}._userName_1ii32_77{text-overflow:ellipsis;max-width:170px;overflow:hidden}._userEmail_1ii32_83{color:#64748b;text-overflow:ellipsis;white-space:nowrap;max-width:170px;font-weight:400;overflow:hidden}._button_11oc4_1{cursor:pointer;border-radius:16px;justify-content:center;align-items:center;height:54px;font-family:Inter;font-size:1rem;font-weight:500;transition:all .2s ease-out;display:inline-flex}@media only screen and (width<=1024px){._button_11oc4_1{border-radius:10px;height:40px;font-size:.875rem}}._button_11oc4_1._colored_11oc4_20{color:#fff;background:linear-gradient(#ededed33 0% 100%),linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);box-shadow:3px 3px #000}._button_11oc4_1._colored_11oc4_20:hover{box-shadow:1px 1px #000}._button_11oc4_1._white_11oc4_28{color:#7864ff;background:#fff;border:1px solid #7864ff}._button_11oc4_1._white_11oc4_28:hover{color:#6148ff;border-color:#6148ff}._button_11oc4_1._fullWidth_11oc4_37{width:100%}._button_11oc4_1._halfWidth_11oc4_40{width:calc(50% - 8px)}._button_11oc4_1._normal_11oc4_43{width:auto;padding:0 24px}._button_11oc4_1:disabled,._button_11oc4_1[disabled]{cursor:default;opacity:.8}._button_11oc4_1:disabled._colored_11oc4_20:hover,._button_11oc4_1[disabled]._colored_11oc4_20:hover{box-shadow:3px 3px #000}._authSection_1c17f_1{background:#fff;border-radius:30px;flex-direction:column;justify-content:center;align-items:center;width:720px;min-height:calc(100vh - 64px);display:flex}@media only screen and (width>=1540px){._authSection_1c17f_1{min-height:780px}}@media only screen and (width<=1439px){._authSection_1c17f_1{max-width:600px}}@media only screen and (width<=1024px){._authSection_1c17f_1{justify-content:start;width:auto;max-width:100%;min-height:calc(100vh - 100px);margin:0 16px}}._formWrapper_1c17f_31{width:100%;max-width:475px}@media only screen and (width<=1439px){._formWrapper_1c17f_31{max-width:400px}}@media only screen and (width<=1024px){._formWrapper_1c17f_31{max-width:100%;padding:32px 16px 16px}}._formTitle_1c17f_47{margin-bottom:16px;font-family:Inter;font-size:3rem}@media only screen and (width<=1024px){._formTitle_1c17f_47{text-align:center;font-size:1.5rem}}._formSubtitle_1c17f_59{color:#64748b;margin-bottom:32px}@media only screen and (width<=1024px){._formSubtitle_1c17f_59{text-align:center}}._authButtonsWrapper_tbcqq_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_tbcqq_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_tbcqq_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;top:0;left:0}._fieldWrapper_tbcqq_23{width:100%;margin-bottom:16px}._fieldWrapper_tbcqq_23:last-child{margin-bottom:0}._fieldLabel_tbcqq_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_tbcqq_36{margin-top:8px;font-size:.75rem}._field_tbcqq_23{width:100%;position:relative}._fieldLabelNew_tbcqq_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_tbcqq_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_tbcqq_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_tbcqq_52[type=password]{font-size:18px}._inputNew_tbcqq_52:focus,._inputNew_tbcqq_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_tbcqq_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_tbcqq_52:disabled::placeholder{color:#cbd5e1}._inputNew_tbcqq_52._error_tbcqq_7{border:1px solid #ef4444}._inputNew_tbcqq_52._error_tbcqq_7:focus,._inputNew_tbcqq_52._error_tbcqq_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_tbcqq_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_tbcqq_90{width:calc(50% - 8px)}._tableNavWrapper_tbcqq_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_tbcqq_109{align-items:center;display:flex}._tableNavItem_tbcqq_114{margin:0 6px}._modalContent_tbcqq_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_tbcqq_118._center_tbcqq_125{text-align:center;font-family:Inter}._modalContent_tbcqq_118._settings_tbcqq_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_tbcqq_118._settingsIntegration_tbcqq_133,._modalContent_tbcqq_118._performanceTestModalContent_tbcqq_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_tbcqq_118._monitoringReportContent_tbcqq_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_tbcqq_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_tbcqq_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_tbcqq_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_tbcqq_158:after,._modalLine_tbcqq_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_tbcqq_158:before{left:-20px}._modalLine_tbcqq_158:after{right:-20px}._infoMessage_tbcqq_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_tbcqq_181:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._modalFooter_tbcqq_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_tbcqq_196._buttonsAutoWidth_tbcqq_203{justify-content:flex-end}._modalFooter_tbcqq_196._buttonsAutoWidth_tbcqq_203 button,._modalFooter_tbcqq_196._buttonsAutoWidth_tbcqq_203 span{margin-left:12px}._fullWidthTitle_tbcqq_211{text-transform:uppercase;color:#64748b;background:#f8fafc;width:calc(100% + 40px);margin-bottom:20px;margin-left:-20px;padding:8px 20px;font-size:.75rem;line-height:1}._widgetsWrapper_tbcqq_223{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_tbcqq_230{background:#fff;border:1px solid #e2e8f0;border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_tbcqq_230{padding:0 16px 15px}}._widgetHeader_tbcqq_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_tbcqq_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_tbcqq_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_tbcqq_266{align-items:center;height:180px;display:flex}._widgetFooter_tbcqq_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_tbcqq_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_tbcqq_279:last-child{border:none}._widgetMainValue_tbcqq_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_tbcqq_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_tbcqq_303{color:#64748b;font-size:.75rem}._widgetLoader_tbcqq_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_tbcqq_315{opacity:.5;cursor:default}._widgetAddress_tbcqq_320{color:#64748b;font-size:.75rem}._widgetTag_tbcqq_325{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_tbcqq_333{color:#0f172a;font-weight:500}._chartValuesWrapper_tbcqq_338{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_tbcqq_346{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_tbcqq_346._green_tbcqq_351:before,._chartValuesTitle_tbcqq_346._dark_tbcqq_351:before,._chartValuesTitle_tbcqq_346._blue_tbcqq_351:before{content:"";border:2px solid #fff;border-radius:50%;width:13px;height:13px;margin-right:4px;display:inline-flex;position:relative;top:1px;box-shadow:0 2px 4px #00000014}._chartValuesTitle_tbcqq_346._green_tbcqq_351:before{background:#22c55e}._chartValuesTitle_tbcqq_346._dark_tbcqq_351:before{background:#475569}._chartValuesTitle_tbcqq_346._blue_tbcqq_351:before{background:#43e0f8}._topbar_tbcqq_373{justify-content:space-between;align-items:center;width:100%;padding:0 16px;display:flex}._logoWrapper_tbcqq_381{display:inline-flex}._logo_tbcqq_381{max-width:110px}._menuWrapper_tbcqq_389{display:flex}@media only screen and (width<=1340px){._menuWrapper_tbcqq_389{background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);flex-direction:column;width:265px;height:100vh;padding:64px 16px 0;display:none;position:absolute;top:0;right:0;box-shadow:-12px 1px 89px -41px #0000004d}._menuWrapper_tbcqq_389._opened_tbcqq_406{display:flex}}._menuItem_tbcqq_411{color:#fff;border-radius:30px;align-items:center;margin:0 8px;padding:8px 20px;font-family:Inter;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}@media only screen and (width<=1300px){._menuItem_tbcqq_411{flex:none;width:auto;margin-bottom:10px}}._menuItem_tbcqq_411 ._menuIcon_tbcqq_432{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_tbcqq_411 ._menuIconPerformance_tbcqq_437{fill:none}._menuItem_tbcqq_411 ._menuIconStroke_tbcqq_440{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_tbcqq_411._active_tbcqq_445,._menuItem_tbcqq_411:hover{color:#52c2fd;background:#fff}._menuItem_tbcqq_411._active_tbcqq_445 ._menuIcon_tbcqq_432:not(._menuIconStroke_tbcqq_440,._menuIconPerformance_tbcqq_437),._menuItem_tbcqq_411:hover ._menuIcon_tbcqq_432:not(._menuIconStroke_tbcqq_440,._menuIconPerformance_tbcqq_437){fill:#52c2fd}._menuItem_tbcqq_411._active_tbcqq_445 ._menuIconPerformance_tbcqq_437 path,._menuItem_tbcqq_411:hover ._menuIconPerformance_tbcqq_437 path{stroke:#59a6fd}._menuItem_tbcqq_411._active_tbcqq_445 ._menuIconStroke_tbcqq_440:not(._menuIcon_tbcqq_432),._menuItem_tbcqq_411:hover ._menuIconStroke_tbcqq_440:not(._menuIcon_tbcqq_432){stroke:#52c2fd}._redDot_tbcqq_459{color:#fff;background:#d73d3d;border-radius:50%;justify-content:center;align-items:center;width:14px;height:14px;font-size:8px;display:inline-flex;position:relative;top:-6px;right:-6px}._screenWrapper_tbcqq_474{justify-content:center;display:flex}._link_tbcqq_479{color:#2db2c8;cursor:pointer;text-decoration:underline}._input_tbcqq_52{border:1px solid #dde4ee;border-radius:16px;width:100%;height:48px;padding:0 50px 0 16px;font-family:Inter;font-size:.875rem;transition:all .2s}._input_tbcqq_52::placeholder{color:#66768e;font-family:Inter;font-size:.875rem}._input_tbcqq_52:focus,._input_tbcqq_52:active{border:1px solid #a7b8d0}._input_tbcqq_52._error_tbcqq_7{border-color:#ef4444}@media only screen and (width<=1024px){._input_tbcqq_52{border-radius:10px;height:40px;padding:0 12px}}._iconButton_tbcqq_515{opacity:.8;cursor:pointer;position:absolute;top:14px;right:16px}._iconButton_tbcqq_515:hover{opacity:.6;transition:all .15s}@media only screen and (width<=1024px){._iconButton_tbcqq_515{top:10px;right:12px}}._showIcon_tbcqq_533{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");display:inline-flex}._hideIcon_tbcqq_538{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");display:inline-flex}._authButtonsWrapper_1xl7j_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_1xl7j_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_1xl7j_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;top:0;left:0}._fieldWrapper_1xl7j_23{width:100%;margin-bottom:16px}._fieldWrapper_1xl7j_23:last-child{margin-bottom:0}._fieldLabel_1xl7j_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_1xl7j_36{margin-top:8px;font-size:.75rem}._field_1xl7j_23{width:100%;position:relative}._fieldLabelNew_1xl7j_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_1xl7j_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_1xl7j_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_1xl7j_52[type=password]{font-size:18px}._inputNew_1xl7j_52:focus,._inputNew_1xl7j_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_1xl7j_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_1xl7j_52:disabled::placeholder{color:#cbd5e1}._inputNew_1xl7j_52._error_1xl7j_7{border:1px solid #ef4444}._inputNew_1xl7j_52._error_1xl7j_7:focus,._inputNew_1xl7j_52._error_1xl7j_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_1xl7j_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_1xl7j_90{width:calc(50% - 8px)}._tableNavWrapper_1xl7j_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_1xl7j_109{align-items:center;display:flex}._tableNavItem_1xl7j_114{margin:0 6px}._modalContent_1xl7j_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_1xl7j_118._center_1xl7j_125{text-align:center;font-family:Inter}._modalContent_1xl7j_118._settings_1xl7j_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_1xl7j_118._settingsIntegration_1xl7j_133,._modalContent_1xl7j_118._performanceTestModalContent_1xl7j_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_1xl7j_118._monitoringReportContent_1xl7j_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_1xl7j_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_1xl7j_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_1xl7j_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_1xl7j_158:after,._modalLine_1xl7j_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_1xl7j_158:before{left:-20px}._modalLine_1xl7j_158:after{right:-20px}._infoMessage_1xl7j_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_1xl7j_181:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._modalFooter_1xl7j_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_1xl7j_196._buttonsAutoWidth_1xl7j_203{justify-content:flex-end}._modalFooter_1xl7j_196._buttonsAutoWidth_1xl7j_203 button,._modalFooter_1xl7j_196._buttonsAutoWidth_1xl7j_203 span{margin-left:12px}._fullWidthTitle_1xl7j_211{text-transform:uppercase;color:#64748b;background:#f8fafc;width:calc(100% + 40px);margin-bottom:20px;margin-left:-20px;padding:8px 20px;font-size:.75rem;line-height:1}._widgetsWrapper_1xl7j_223{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_1xl7j_230{background:#fff;border:1px solid #e2e8f0;border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_1xl7j_230{padding:0 16px 15px}}._widgetHeader_1xl7j_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_1xl7j_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_1xl7j_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_1xl7j_266{align-items:center;height:180px;display:flex}._widgetFooter_1xl7j_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_1xl7j_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_1xl7j_279:last-child{border:none}._widgetMainValue_1xl7j_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_1xl7j_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_1xl7j_303{color:#64748b;font-size:.75rem}._widgetLoader_1xl7j_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_1xl7j_315{opacity:.5;cursor:default}._widgetAddress_1xl7j_320{color:#64748b;font-size:.75rem}._widgetTag_1xl7j_325{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_1xl7j_333{color:#0f172a;font-weight:500}._chartValuesWrapper_1xl7j_338{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_1xl7j_346{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_1xl7j_346._green_1xl7j_351:before,._chartValuesTitle_1xl7j_346._dark_1xl7j_351:before,._chartValuesTitle_1xl7j_346._blue_1xl7j_351:before{content:"";border:2px solid #fff;border-radius:50%;width:13px;height:13px;margin-right:4px;display:inline-flex;position:relative;top:1px;box-shadow:0 2px 4px #00000014}._chartValuesTitle_1xl7j_346._green_1xl7j_351:before{background:#22c55e}._chartValuesTitle_1xl7j_346._dark_1xl7j_351:before{background:#475569}._chartValuesTitle_1xl7j_346._blue_1xl7j_351:before{background:#43e0f8}._topbar_1xl7j_373{justify-content:space-between;align-items:center;width:100%;padding:0 16px;display:flex}._logoWrapper_1xl7j_381{display:inline-flex}._logo_1xl7j_381{max-width:110px}._menuWrapper_1xl7j_389{display:flex}@media only screen and (width<=1340px){._menuWrapper_1xl7j_389{background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);flex-direction:column;width:265px;height:100vh;padding:64px 16px 0;display:none;position:absolute;top:0;right:0;box-shadow:-12px 1px 89px -41px #0000004d}._menuWrapper_1xl7j_389._opened_1xl7j_406{display:flex}}._menuItem_1xl7j_411{color:#fff;border-radius:30px;align-items:center;margin:0 8px;padding:8px 20px;font-family:Inter;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}@media only screen and (width<=1300px){._menuItem_1xl7j_411{flex:none;width:auto;margin-bottom:10px}}._menuItem_1xl7j_411 ._menuIcon_1xl7j_432{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_1xl7j_411 ._menuIconPerformance_1xl7j_437{fill:none}._menuItem_1xl7j_411 ._menuIconStroke_1xl7j_440{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_1xl7j_411._active_1xl7j_445,._menuItem_1xl7j_411:hover{color:#52c2fd;background:#fff}._menuItem_1xl7j_411._active_1xl7j_445 ._menuIcon_1xl7j_432:not(._menuIconStroke_1xl7j_440,._menuIconPerformance_1xl7j_437),._menuItem_1xl7j_411:hover ._menuIcon_1xl7j_432:not(._menuIconStroke_1xl7j_440,._menuIconPerformance_1xl7j_437){fill:#52c2fd}._menuItem_1xl7j_411._active_1xl7j_445 ._menuIconPerformance_1xl7j_437 path,._menuItem_1xl7j_411:hover ._menuIconPerformance_1xl7j_437 path{stroke:#59a6fd}._menuItem_1xl7j_411._active_1xl7j_445 ._menuIconStroke_1xl7j_440:not(._menuIcon_1xl7j_432),._menuItem_1xl7j_411:hover ._menuIconStroke_1xl7j_440:not(._menuIcon_1xl7j_432){stroke:#52c2fd}._redDot_1xl7j_459{color:#fff;background:#d73d3d;border-radius:50%;justify-content:center;align-items:center;width:14px;height:14px;font-size:8px;display:inline-flex;position:relative;top:-6px;right:-6px}._screenWrapper_1xl7j_474{justify-content:center;display:flex}._link_1xl7j_479{color:#2db2c8;cursor:pointer;text-decoration:underline}._forgotPasswordLink_1xl7j_485{color:#2db2c8;margin-top:16px;font-family:Inter;font-size:.875rem;font-weight:500;transition:all .15s}._textLink_1xl7j_494{cursor:pointer;border-bottom:1px solid #64748b;margin-left:auto;transition:all .15s}._textLink_1xl7j_494:hover{border-color:#0000}._errorMessageWrapper_1xl7j_504{margin-bottom:16px}._inputFooter_1xl7j_508{justify-content:space-between;margin-top:-16px;display:flex;position:relative}._barWidgetWrapper_1f6f1_1{height:50px;display:flex}._barWidgetItem_1f6f1_6{background:#ccc;border-radius:5px;width:0;margin-right:4px;transition:width .7s}._barWidgetItem_1f6f1_6:last-child{margin-right:0}._noDataMessage_1f6f1_17{text-align:center;justify-content:center;align-items:center;height:50px;display:flex}._authButtonsWrapper_1d1k7_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_1d1k7_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_1d1k7_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;top:0;left:0}._fieldWrapper_1d1k7_23{width:100%;margin-bottom:16px}._fieldWrapper_1d1k7_23:last-child{margin-bottom:0}._fieldLabel_1d1k7_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_1d1k7_36{margin-top:8px;font-size:.75rem}._field_1d1k7_23{width:100%;position:relative}._fieldLabelNew_1d1k7_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_1d1k7_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_1d1k7_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_1d1k7_52[type=password]{font-size:18px}._inputNew_1d1k7_52:focus,._inputNew_1d1k7_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_1d1k7_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_1d1k7_52:disabled::placeholder{color:#cbd5e1}._inputNew_1d1k7_52._error_1d1k7_7{border:1px solid #ef4444}._inputNew_1d1k7_52._error_1d1k7_7:focus,._inputNew_1d1k7_52._error_1d1k7_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_1d1k7_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_1d1k7_90{width:calc(50% - 8px)}._tableNavWrapper_1d1k7_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_1d1k7_109{align-items:center;display:flex}._tableNavItem_1d1k7_114{margin:0 6px}._modalContent_1d1k7_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_1d1k7_118._center_1d1k7_125{text-align:center;font-family:Inter}._modalContent_1d1k7_118._settings_1d1k7_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_1d1k7_118._settingsIntegration_1d1k7_133,._modalContent_1d1k7_118._performanceTestModalContent_1d1k7_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_1d1k7_118._monitoringReportContent_1d1k7_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_1d1k7_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_1d1k7_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_1d1k7_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_1d1k7_158:after,._modalLine_1d1k7_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_1d1k7_158:before{left:-20px}._modalLine_1d1k7_158:after{right:-20px}._infoMessage_1d1k7_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_1d1k7_181:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._modalFooter_1d1k7_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_1d1k7_196._buttonsAutoWidth_1d1k7_203{justify-content:flex-end}._modalFooter_1d1k7_196._buttonsAutoWidth_1d1k7_203 button,._modalFooter_1d1k7_196._buttonsAutoWidth_1d1k7_203 span{margin-left:12px}._fullWidthTitle_1d1k7_211{text-transform:uppercase;color:#64748b;background:#f8fafc;width:calc(100% + 40px);margin-bottom:20px;margin-left:-20px;padding:8px 20px;font-size:.75rem;line-height:1}._widgetsWrapper_1d1k7_223{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_1d1k7_230,._alertsWidgetWrapper_1d1k7_230{background:#fff;border:1px solid #e2e8f0;border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_1d1k7_230,._alertsWidgetWrapper_1d1k7_230{padding:0 16px 15px}}._widgetHeader_1d1k7_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_1d1k7_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_1d1k7_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_1d1k7_266{align-items:center;height:180px;display:flex}._widgetFooter_1d1k7_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_1d1k7_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_1d1k7_279:last-child{border:none}._widgetMainValue_1d1k7_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_1d1k7_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_1d1k7_303{color:#64748b;font-size:.75rem}._disabled_1d1k7_315{opacity:.5;cursor:default}._widgetAddress_1d1k7_320{color:#64748b;font-size:.75rem}._widgetTag_1d1k7_325{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_1d1k7_333{color:#0f172a;font-weight:500}._chartValuesWrapper_1d1k7_338{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_1d1k7_346{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_1d1k7_346._green_1d1k7_351:before,._chartValuesTitle_1d1k7_346._dark_1d1k7_351:before,._chartValuesTitle_1d1k7_346._blue_1d1k7_351:before{content:"";border:2px solid #fff;border-radius:50%;width:13px;height:13px;margin-right:4px;display:inline-flex;position:relative;top:1px;box-shadow:0 2px 4px #00000014}._chartValuesTitle_1d1k7_346._green_1d1k7_351:before{background:#22c55e}._chartValuesTitle_1d1k7_346._dark_1d1k7_351:before{background:#475569}._chartValuesTitle_1d1k7_346._blue_1d1k7_351:before{background:#43e0f8}._topbar_1d1k7_373{justify-content:space-between;align-items:center;width:100%;padding:0 16px;display:flex}._logoWrapper_1d1k7_381{display:inline-flex}._logo_1d1k7_381{max-width:110px}._menuWrapper_1d1k7_389{display:flex}@media only screen and (width<=1340px){._menuWrapper_1d1k7_389{background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);flex-direction:column;width:265px;height:100vh;padding:64px 16px 0;display:none;position:absolute;top:0;right:0;box-shadow:-12px 1px 89px -41px #0000004d}._menuWrapper_1d1k7_389._opened_1d1k7_406{display:flex}}._menuItem_1d1k7_411{color:#fff;border-radius:30px;align-items:center;margin:0 8px;padding:8px 20px;font-family:Inter;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}@media only screen and (width<=1300px){._menuItem_1d1k7_411{flex:none;width:auto;margin-bottom:10px}}._menuItem_1d1k7_411 ._menuIcon_1d1k7_432{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_1d1k7_411 ._menuIconPerformance_1d1k7_437{fill:none}._menuItem_1d1k7_411 ._menuIconStroke_1d1k7_440{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_1d1k7_411._active_1d1k7_445,._menuItem_1d1k7_411:hover{color:#52c2fd;background:#fff}._menuItem_1d1k7_411._active_1d1k7_445 ._menuIcon_1d1k7_432:not(._menuIconStroke_1d1k7_440,._menuIconPerformance_1d1k7_437),._menuItem_1d1k7_411:hover ._menuIcon_1d1k7_432:not(._menuIconStroke_1d1k7_440,._menuIconPerformance_1d1k7_437){fill:#52c2fd}._menuItem_1d1k7_411._active_1d1k7_445 ._menuIconPerformance_1d1k7_437 path,._menuItem_1d1k7_411:hover ._menuIconPerformance_1d1k7_437 path{stroke:#59a6fd}._menuItem_1d1k7_411._active_1d1k7_445 ._menuIconStroke_1d1k7_440:not(._menuIcon_1d1k7_432),._menuItem_1d1k7_411:hover ._menuIconStroke_1d1k7_440:not(._menuIcon_1d1k7_432){stroke:#52c2fd}._redDot_1d1k7_459{color:#fff;background:#d73d3d;border-radius:50%;justify-content:center;align-items:center;width:14px;height:14px;font-size:8px;display:inline-flex;position:relative;top:-6px;right:-6px}._screenWrapper_1d1k7_474{justify-content:center;display:flex}._link_1d1k7_479{color:#2db2c8;cursor:pointer;text-decoration:underline}._alertsWidgetWrapper_1d1k7_230{max-width:initial;flex:500px;min-height:193px}._chartWrapper_1d1k7_491{padding:16px 0 0;position:relative}._chartWrapper_1d1k7_491>div:first-child{margin:40px 0 50px}._mainValue_1d1k7_499{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._mainValueLabel_1d1k7_507{color:#64748b;text-transform:uppercase;font-size:12px}._mainValueNumber_1d1k7_513{color:#0f172a;margin-top:4px;font-size:24px;font-weight:500;line-height:1.5}._footer_1d1k7_521{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._footerItem_1d1k7_528{text-align:center;border-right:1px solid #f1f5f9;flex:1}._footerItem_1d1k7_528:last-child{border:none}._footerNote_1d1k7_537{color:#64748b;align-items:center;font-size:12px;display:inline-flex}._footerNote_1d1k7_537:before{content:"";background-color:var(--dot-color,#64748b);border-radius:50%;width:12px;height:12px;margin-right:4px;display:inline-flex}._footerValue_1d1k7_553{color:#0f172a;margin-top:4px;font-size:24px;font-weight:500;line-height:1.5;display:block}._widgetLoader_1d1k7_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._rainbowWrapper_17jwn_1{width:240px}._authButtonsWrapper_ia9i6_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_ia9i6_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_ia9i6_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;top:0;left:0}._fieldWrapper_ia9i6_23{width:100%;margin-bottom:16px}._fieldWrapper_ia9i6_23:last-child{margin-bottom:0}._fieldLabel_ia9i6_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_ia9i6_36{margin-top:8px;font-size:.75rem}._field_ia9i6_23{width:100%;position:relative}._fieldLabelNew_ia9i6_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_ia9i6_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_ia9i6_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_ia9i6_52[type=password]{font-size:18px}._inputNew_ia9i6_52:focus,._inputNew_ia9i6_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_ia9i6_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_ia9i6_52:disabled::placeholder{color:#cbd5e1}._inputNew_ia9i6_52._error_ia9i6_7{border:1px solid #ef4444}._inputNew_ia9i6_52._error_ia9i6_7:focus,._inputNew_ia9i6_52._error_ia9i6_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_ia9i6_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_ia9i6_90{width:calc(50% - 8px)}._tableNavWrapper_ia9i6_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_ia9i6_109{align-items:center;display:flex}._tableNavItem_ia9i6_114{margin:0 6px}._modalContent_ia9i6_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_ia9i6_118._center_ia9i6_125{text-align:center;font-family:Inter}._modalContent_ia9i6_118._settings_ia9i6_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_ia9i6_118._settingsIntegration_ia9i6_133,._modalContent_ia9i6_118._performanceTestModalContent_ia9i6_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_ia9i6_118._monitoringReportContent_ia9i6_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_ia9i6_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_ia9i6_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_ia9i6_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_ia9i6_158:after,._modalLine_ia9i6_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_ia9i6_158:before{left:-20px}._modalLine_ia9i6_158:after{right:-20px}._infoMessage_ia9i6_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_ia9i6_181:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._modalFooter_ia9i6_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_ia9i6_196._buttonsAutoWidth_ia9i6_203{justify-content:flex-end}._modalFooter_ia9i6_196._buttonsAutoWidth_ia9i6_203 button,._modalFooter_ia9i6_196._buttonsAutoWidth_ia9i6_203 span{margin-left:12px}._fullWidthTitle_ia9i6_211{text-transform:uppercase;color:#64748b;background:#f8fafc;width:calc(100% + 40px);margin-bottom:20px;margin-left:-20px;padding:8px 20px;font-size:.75rem;line-height:1}._widgetsWrapper_ia9i6_223{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_ia9i6_230{background:#fff;border:1px solid #e2e8f0;border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_ia9i6_230{padding:0 16px 15px}}._widgetHeader_ia9i6_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_ia9i6_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_ia9i6_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_ia9i6_266{align-items:center;height:180px;display:flex}._widgetFooter_ia9i6_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_ia9i6_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_ia9i6_279:last-child{border:none}._widgetMainValue_ia9i6_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_ia9i6_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_ia9i6_303{color:#64748b;font-size:.75rem}._widgetLoader_ia9i6_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_ia9i6_315{opacity:.5;cursor:default}._widgetAddress_ia9i6_320{color:#64748b;font-size:.75rem}._widgetTag_ia9i6_325{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_ia9i6_333{color:#0f172a;font-weight:500}._chartValuesWrapper_ia9i6_338{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_ia9i6_346{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_ia9i6_346._green_ia9i6_351:before,._chartValuesTitle_ia9i6_346._dark_ia9i6_351:before,._chartValuesTitle_ia9i6_346._blue_ia9i6_351:before{content:"";border:2px solid #fff;border-radius:50%;width:13px;height:13px;margin-right:4px;display:inline-flex;position:relative;top:1px;box-shadow:0 2px 4px #00000014}._chartValuesTitle_ia9i6_346._green_ia9i6_351:before{background:#22c55e}._chartValuesTitle_ia9i6_346._dark_ia9i6_351:before{background:#475569}._chartValuesTitle_ia9i6_346._blue_ia9i6_351:before{background:#43e0f8}._topbar_ia9i6_373{justify-content:space-between;align-items:center;width:100%;padding:0 16px;display:flex}._logoWrapper_ia9i6_381{display:inline-flex}._logo_ia9i6_381{max-width:110px}._menuWrapper_ia9i6_389{display:flex}@media only screen and (width<=1340px){._menuWrapper_ia9i6_389{background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);flex-direction:column;width:265px;height:100vh;padding:64px 16px 0;display:none;position:absolute;top:0;right:0;box-shadow:-12px 1px 89px -41px #0000004d}._menuWrapper_ia9i6_389._opened_ia9i6_406{display:flex}}._menuItem_ia9i6_411{color:#fff;border-radius:30px;align-items:center;margin:0 8px;padding:8px 20px;font-family:Inter;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}@media only screen and (width<=1300px){._menuItem_ia9i6_411{flex:none;width:auto;margin-bottom:10px}}._menuItem_ia9i6_411 ._menuIcon_ia9i6_432{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_ia9i6_411 ._menuIconPerformance_ia9i6_437{fill:none}._menuItem_ia9i6_411 ._menuIconStroke_ia9i6_440{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_ia9i6_411._active_ia9i6_445,._menuItem_ia9i6_411:hover{color:#52c2fd;background:#fff}._menuItem_ia9i6_411._active_ia9i6_445 ._menuIcon_ia9i6_432:not(._menuIconStroke_ia9i6_440,._menuIconPerformance_ia9i6_437),._menuItem_ia9i6_411:hover ._menuIcon_ia9i6_432:not(._menuIconStroke_ia9i6_440,._menuIconPerformance_ia9i6_437){fill:#52c2fd}._menuItem_ia9i6_411._active_ia9i6_445 ._menuIconPerformance_ia9i6_437 path,._menuItem_ia9i6_411:hover ._menuIconPerformance_ia9i6_437 path{stroke:#59a6fd}._menuItem_ia9i6_411._active_ia9i6_445 ._menuIconStroke_ia9i6_440:not(._menuIcon_ia9i6_432),._menuItem_ia9i6_411:hover ._menuIconStroke_ia9i6_440:not(._menuIcon_ia9i6_432){stroke:#52c2fd}._redDot_ia9i6_459{color:#fff;background:#d73d3d;border-radius:50%;justify-content:center;align-items:center;width:14px;height:14px;font-size:8px;display:inline-flex;position:relative;top:-6px;right:-6px}._screenWrapper_ia9i6_474{justify-content:center;display:flex}._link_ia9i6_479{color:#2db2c8;cursor:pointer;text-decoration:underline}._periodButtonsWrapper_ia9i6_485{justify-content:space-between;margin-bottom:-8px;display:flex}._separator_ia9i6_491{background:#e2e8f0;width:calc(100% + 40px);height:1px;margin-top:20px;margin-bottom:12px;margin-right:20px;position:relative;left:-20px}._periodButton_ia9i6_485{cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:10px;justify-content:center;align-items:center;width:calc(25% - 4px);height:36px;font-size:.875rem;transition:all .15s;display:inline-flex}._periodButton_ia9i6_485._active_ia9i6_445,._periodButton_ia9i6_485:hover{background:#ebfcff;border-color:#43e0f8}._authButtonsWrapper_192ty_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_192ty_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_192ty_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;top:0;left:0}._fieldWrapper_192ty_23{width:100%;margin-bottom:16px}._fieldWrapper_192ty_23:last-child{margin-bottom:0}._fieldLabel_192ty_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_192ty_36{margin-top:8px;font-size:.75rem}._field_192ty_23{width:100%;position:relative}._fieldLabelNew_192ty_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_192ty_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_192ty_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_192ty_52[type=password]{font-size:18px}._inputNew_192ty_52:focus,._inputNew_192ty_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_192ty_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_192ty_52:disabled::placeholder{color:#cbd5e1}._inputNew_192ty_52._error_192ty_7{border:1px solid #ef4444}._inputNew_192ty_52._error_192ty_7:focus,._inputNew_192ty_52._error_192ty_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_192ty_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_192ty_90{width:calc(50% - 8px)}._tableNavWrapper_192ty_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_192ty_109{align-items:center;display:flex}._tableNavItem_192ty_114{margin:0 6px}._modalContent_192ty_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_192ty_118._center_192ty_125{text-align:center;font-family:Inter}._modalContent_192ty_118._settings_192ty_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_192ty_118._settingsIntegration_192ty_133,._modalContent_192ty_118._performanceTestModalContent_192ty_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_192ty_118._monitoringReportContent_192ty_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_192ty_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_192ty_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_192ty_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_192ty_158:after,._modalLine_192ty_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_192ty_158:before{left:-20px}._modalLine_192ty_158:after{right:-20px}._infoMessage_192ty_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_192ty_181:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._modalFooter_192ty_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_192ty_196._buttonsAutoWidth_192ty_203{justify-content:flex-end}._modalFooter_192ty_196._buttonsAutoWidth_192ty_203 button,._modalFooter_192ty_196._buttonsAutoWidth_192ty_203 span{margin-left:12px}._fullWidthTitle_192ty_211{text-transform:uppercase;color:#64748b;background:#f8fafc;width:calc(100% + 40px);margin-bottom:20px;margin-left:-20px;padding:8px 20px;font-size:.75rem;line-height:1}._widgetsWrapper_192ty_223{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_192ty_230{background:#fff;border:1px solid #e2e8f0;border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_192ty_230{padding:0 16px 15px}}._widgetHeader_192ty_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_192ty_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_192ty_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_192ty_266{align-items:center;height:180px;display:flex}._widgetFooter_192ty_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_192ty_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_192ty_279:last-child{border:none}._widgetMainValue_192ty_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_192ty_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_192ty_303{color:#64748b;font-size:.75rem}._widgetLoader_192ty_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_192ty_315{opacity:.5;cursor:default}._widgetAddress_192ty_320{color:#64748b;font-size:.75rem}._widgetTag_192ty_325{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_192ty_333{color:#0f172a;font-weight:500}._chartValuesWrapper_192ty_338{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_192ty_346{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_192ty_346._green_192ty_351:before,._chartValuesTitle_192ty_346._dark_192ty_351:before,._chartValuesTitle_192ty_346._blue_192ty_351:before{content:"";border:2px solid #fff;border-radius:50%;width:13px;height:13px;margin-right:4px;display:inline-flex;position:relative;top:1px;box-shadow:0 2px 4px #00000014}._chartValuesTitle_192ty_346._green_192ty_351:before{background:#22c55e}._chartValuesTitle_192ty_346._dark_192ty_351:before{background:#475569}._chartValuesTitle_192ty_346._blue_192ty_351:before{background:#43e0f8}._topbar_192ty_373{justify-content:space-between;align-items:center;width:100%;padding:0 16px;display:flex}._logoWrapper_192ty_381{display:inline-flex}._logo_192ty_381{max-width:110px}._menuWrapper_192ty_389{display:flex}@media only screen and (width<=1340px){._menuWrapper_192ty_389{background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);flex-direction:column;width:265px;height:100vh;padding:64px 16px 0;display:none;position:absolute;top:0;right:0;box-shadow:-12px 1px 89px -41px #0000004d}._menuWrapper_192ty_389._opened_192ty_406{display:flex}}._menuItem_192ty_411{color:#fff;border-radius:30px;align-items:center;margin:0 8px;padding:8px 20px;font-family:Inter;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}@media only screen and (width<=1300px){._menuItem_192ty_411{flex:none;width:auto;margin-bottom:10px}}._menuItem_192ty_411 ._menuIcon_192ty_432{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_192ty_411 ._menuIconPerformance_192ty_437{fill:none}._menuItem_192ty_411 ._menuIconStroke_192ty_440{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_192ty_411._active_192ty_445,._menuItem_192ty_411:hover{color:#52c2fd;background:#fff}._menuItem_192ty_411._active_192ty_445 ._menuIcon_192ty_432:not(._menuIconStroke_192ty_440,._menuIconPerformance_192ty_437),._menuItem_192ty_411:hover ._menuIcon_192ty_432:not(._menuIconStroke_192ty_440,._menuIconPerformance_192ty_437){fill:#52c2fd}._menuItem_192ty_411._active_192ty_445 ._menuIconPerformance_192ty_437 path,._menuItem_192ty_411:hover ._menuIconPerformance_192ty_437 path{stroke:#59a6fd}._menuItem_192ty_411._active_192ty_445 ._menuIconStroke_192ty_440:not(._menuIcon_192ty_432),._menuItem_192ty_411:hover ._menuIconStroke_192ty_440:not(._menuIcon_192ty_432){stroke:#52c2fd}._redDot_192ty_459{color:#fff;background:#d73d3d;border-radius:50%;justify-content:center;align-items:center;width:14px;height:14px;font-size:8px;display:inline-flex;position:relative;top:-6px;right:-6px}._screenWrapper_192ty_474{justify-content:center;display:flex}._link_192ty_479{color:#2db2c8;cursor:pointer;text-decoration:underline}._toggleContainer_192ty_485{cursor:pointer;display:inline-flex}._toggleSlider_192ty_490{background-color:#cbd5e1;border-radius:18px;width:30px;height:18px;transition:all .2s;position:relative}._toggleHandle_192ty_499{border:5px solid #fff;border-radius:50%;width:14px;height:14px;transition:all .2s;position:absolute;top:2px;left:2px;box-shadow:-2px 2px 2px #0000000d}._checked_192ty_511._toggleSlider_192ty_490{background-color:#00bbdc}._checked_192ty_511 ._toggleHandle_192ty_499{transform:translate(12px)}input[type=checkbox]{display:none}._toggleWrapper_192ty_523{align-items:center;display:inline-flex;position:relative}._toggleWrapper_192ty_523._reverse_192ty_528{flex-direction:row-reverse}._toggleText_192ty_532{padding:0 8px;font-size:.875rem}._authButtonsWrapper_xrylm_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_xrylm_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_xrylm_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;top:0;left:0}._fieldWrapper_xrylm_23{width:100%;margin-bottom:16px}._fieldWrapper_xrylm_23:last-child{margin-bottom:0}._fieldLabel_xrylm_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_xrylm_36{margin-top:8px;font-size:.75rem}._field_xrylm_23{width:100%;position:relative}._fieldLabelNew_xrylm_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_xrylm_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_xrylm_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_xrylm_52[type=password]{font-size:18px}._inputNew_xrylm_52:focus,._inputNew_xrylm_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_xrylm_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_xrylm_52:disabled::placeholder{color:#cbd5e1}._inputNew_xrylm_52._error_xrylm_7{border:1px solid #ef4444}._inputNew_xrylm_52._error_xrylm_7:focus,._inputNew_xrylm_52._error_xrylm_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_xrylm_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_xrylm_90{width:calc(50% - 8px)}._tableNavWrapper_xrylm_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_xrylm_109{align-items:center;display:flex}._tableNavItem_xrylm_114{margin:0 6px}._modalContent_xrylm_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_xrylm_118._center_xrylm_125{text-align:center;font-family:Inter}._modalContent_xrylm_118._settings_xrylm_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_xrylm_118._settingsIntegration_xrylm_133,._modalContent_xrylm_118._performanceTestModalContent_xrylm_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_xrylm_118._monitoringReportContent_xrylm_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_xrylm_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_xrylm_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_xrylm_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_xrylm_158:after,._modalLine_xrylm_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_xrylm_158:before{left:-20px}._modalLine_xrylm_158:after{right:-20px}._infoMessage_xrylm_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_xrylm_181:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._modalFooter_xrylm_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_xrylm_196._buttonsAutoWidth_xrylm_203{justify-content:flex-end}._modalFooter_xrylm_196._buttonsAutoWidth_xrylm_203 button,._modalFooter_xrylm_196._buttonsAutoWidth_xrylm_203 span{margin-left:12px}._fullWidthTitle_xrylm_211{text-transform:uppercase;color:#64748b;background:#f8fafc;width:calc(100% + 40px);margin-bottom:20px;margin-left:-20px;padding:8px 20px;font-size:.75rem;line-height:1}._widgetsWrapper_xrylm_223{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_xrylm_230{background:#fff;border:1px solid #e2e8f0;border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_xrylm_230{padding:0 16px 15px}}._widgetHeader_xrylm_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_xrylm_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_xrylm_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_xrylm_266{align-items:center;height:180px;display:flex}._widgetFooter_xrylm_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_xrylm_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_xrylm_279:last-child{border:none}._widgetMainValue_xrylm_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_xrylm_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_xrylm_303{color:#64748b;font-size:.75rem}._widgetLoader_xrylm_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_xrylm_315{opacity:.5;cursor:default}._widgetAddress_xrylm_320{color:#64748b;font-size:.75rem}._widgetTag_xrylm_325{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_xrylm_333{color:#0f172a;font-weight:500}._chartValuesWrapper_xrylm_338{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_xrylm_346{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_xrylm_346._green_xrylm_351:before,._chartValuesTitle_xrylm_346._dark_xrylm_351:before,._chartValuesTitle_xrylm_346._blue_xrylm_351:before{content:"";border:2px solid #fff;border-radius:50%;width:13px;height:13px;margin-right:4px;display:inline-flex;position:relative;top:1px;box-shadow:0 2px 4px #00000014}._chartValuesTitle_xrylm_346._green_xrylm_351:before{background:#22c55e}._chartValuesTitle_xrylm_346._dark_xrylm_351:before{background:#475569}._chartValuesTitle_xrylm_346._blue_xrylm_351:before{background:#43e0f8}._topbar_xrylm_373{justify-content:space-between;align-items:center;width:100%;padding:0 16px;display:flex}._logoWrapper_xrylm_381{display:inline-flex}._logo_xrylm_381{max-width:110px}._menuWrapper_xrylm_389{display:flex}@media only screen and (width<=1340px){._menuWrapper_xrylm_389{background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);flex-direction:column;width:265px;height:100vh;padding:64px 16px 0;display:none;position:absolute;top:0;right:0;box-shadow:-12px 1px 89px -41px #0000004d}._menuWrapper_xrylm_389._opened_xrylm_406{display:flex}}._menuItem_xrylm_411{color:#fff;border-radius:30px;align-items:center;margin:0 8px;padding:8px 20px;font-family:Inter;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}@media only screen and (width<=1300px){._menuItem_xrylm_411{flex:none;width:auto;margin-bottom:10px}}._menuItem_xrylm_411 ._menuIcon_xrylm_432{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_xrylm_411 ._menuIconPerformance_xrylm_437{fill:none}._menuItem_xrylm_411 ._menuIconStroke_xrylm_440{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_xrylm_411._active_xrylm_445,._menuItem_xrylm_411:hover{color:#52c2fd;background:#fff}._menuItem_xrylm_411._active_xrylm_445 ._menuIcon_xrylm_432:not(._menuIconStroke_xrylm_440,._menuIconPerformance_xrylm_437),._menuItem_xrylm_411:hover ._menuIcon_xrylm_432:not(._menuIconStroke_xrylm_440,._menuIconPerformance_xrylm_437){fill:#52c2fd}._menuItem_xrylm_411._active_xrylm_445 ._menuIconPerformance_xrylm_437 path,._menuItem_xrylm_411:hover ._menuIconPerformance_xrylm_437 path{stroke:#59a6fd}._menuItem_xrylm_411._active_xrylm_445 ._menuIconStroke_xrylm_440:not(._menuIcon_xrylm_432),._menuItem_xrylm_411:hover ._menuIconStroke_xrylm_440:not(._menuIcon_xrylm_432){stroke:#52c2fd}._redDot_xrylm_459{color:#fff;background:#d73d3d;border-radius:50%;justify-content:center;align-items:center;width:14px;height:14px;font-size:8px;display:inline-flex;position:relative;top:-6px;right:-6px}._screenWrapper_xrylm_474{justify-content:center;display:flex}._link_xrylm_479{color:#2db2c8;cursor:pointer;text-decoration:underline}._modalTitle_xrylm_146{margin:0}._modalSubtitle_xrylm_489{text-transform:uppercase;color:#64748b;font-size:.75rem}._statsScrollableArea_xrylm_495{height:calc(100vh - 95px);height:calc(var(--vh,1vh) * 100 - 95px);padding-bottom:30px;position:relative;overflow:scroll}._devicesDataContainer_xrylm_503{flex-wrap:wrap;gap:30px;padding:0 20px 20px;display:flex}._devicesDataItem_xrylm_510{max-width:160px}._devicesDataItem_xrylm_510._column3_xrylm_513{width:calc(33.33% - 20px);max-width:none}._devicesDataText_xrylm_518{word-break:break-all;margin-top:4px;font-size:.75rem;font-weight:500}._devicesDataText_xrylm_518._cooling_xrylm_524{color:#3b92f6}._devicesDataText_xrylm_518._heating_xrylm_527{color:#ef4444}._devicesDataText_xrylm_518._good_xrylm_530{color:#22c55e}._devicesDataText_xrylm_518._fair_xrylm_533{color:#f59e0b}._devicesDataText_xrylm_518._bad_xrylm_536{color:#ef4444}._devicesDataText_xrylm_518._blue_xrylm_351{color:#2db2c8}._chartsWrapper_xrylm_543{min-height:480px;padding:0 20px}._mobileChartsWrapper_xrylm_548{min-height:510px}._drawerTabsWrapper_xrylm_552{margin-bottom:24px;padding:0 20px}._drawerTabs_xrylm_552{background-color:#f1f5f9;border-radius:32px;gap:5px;padding:4px;display:flex}._drawerTab_xrylm_552{color:#94a3b8;text-align:center;cursor:pointer;border-radius:32px;flex:1;padding:8px 0;font-size:14px;line-height:20px;transition:all .3s}._drawerTab_xrylm_552._active_xrylm_445{color:#334155;cursor:initial;background-color:#fff}._drawerTab_xrylm_552:hover{color:#334155;background-color:#fff}._tabButtonsWrapper_xrylm_586{flex:1;align-items:center;width:100%;margin-bottom:14px;display:flex}._tempToggleWrapper_xrylm_594{flex:1;justify-content:flex-end;align-items:center;gap:6px;margin-right:10px;display:flex;position:absolute;top:17px;right:35px}._tempToggleWrapper_xrylm_594 span{color:#64748b;font-size:14px;font-weight:500}._tabButton_xrylm_586{color:#64748b;cursor:pointer;border-bottom:2px solid #0000;margin-bottom:-1px;margin-right:24px;padding-bottom:14px;font-size:14px;font-weight:500}._tabButton_xrylm_586:hover{color:#334155}._tabButton_xrylm_586._active_xrylm_445{color:#334155;border-color:#43e0f8}._chartContainer_xrylm_629{height:200px;position:relative}._chartContainerWithLabel_xrylm_634{height:240px}._temperatureLineChartContainer_xrylm_638{margin-bottom:20px}._chartBottomDiv_xrylm_642{opacity:.7;z-index:1;height:24px;position:absolute}._emptyReportDataWrapper_xrylm_649{margin-top:52px}._barChartContainer_xrylm_653{height:280px}@media only screen and (width<=768px){._temperatureLineChartContainer_xrylm_638{margin-bottom:0}._tabButtonsWrapper_xrylm_586{flex-wrap:wrap;width:100%;margin:0 -20px}._tabButtonsWrapper_xrylm_586>span{order:-1;justify-content:center;width:100%;margin:0 auto 5px;display:flex}._tabButtonsWrapper_xrylm_586>div{width:100%;display:flex}._barChartContainer_xrylm_653{margin-bottom:30px}._emptyReportDataWrapper_xrylm_649{margin-top:15px}._tabButton_xrylm_586{text-align:center;cursor:pointer;border-bottom:1px solid #cbd5e1;width:100%;margin-right:0;padding-top:14px}._tabButton_xrylm_586:hover{color:#334155}._tabButton_xrylm_586._active_xrylm_445{color:#2db2c8;border-color:#2db2c8}}._breadcrumbsWrapper_1xg4v_1{align-items:center;min-width:0;margin-bottom:12px;display:flex;overflow:hidden}._breadcrumb_1xg4v_1{color:#64748b;align-items:center;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}._breadcrumb_1xg4v_1:hover{color:#0f172a}._breadcrumb_1xg4v_1:hover ._breadcrumbIcon_1xg4v_20{fill:#0f172a}._breadcrumb_1xg4v_1:last-child{color:#0f172a}._breadcrumb_1xg4v_1:last-child ._breadcrumbIcon_1xg4v_20{display:none}._lastBreadcrumb_1xg4v_30{text-overflow:ellipsis;white-space:nowrap;min-width:0;max-width:100%;display:inline-block;overflow:hidden}._breadcrumbIcon_1xg4v_20{fill:#cbd5e1;margin:0 6px;transition:all .2s;position:relative;top:1px}._contentWrapper_8k7yn_1{background:#fff;border-radius:24px;flex:1;padding:24px;font-family:Inter}._contentTitle_8k7yn_9{max-width:700px;font-size:1.5rem;font-weight:500}._authButtonsWrapper_1o5w5_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_1o5w5_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_1o5w5_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;top:0;left:0}._fieldWrapper_1o5w5_23{width:100%;margin-bottom:16px}._fieldWrapper_1o5w5_23:last-child{margin-bottom:0}._fieldLabel_1o5w5_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_1o5w5_36{margin-top:8px;font-size:.75rem}._field_1o5w5_23{width:100%;position:relative}._fieldLabelNew_1o5w5_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_1o5w5_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_1o5w5_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_1o5w5_52[type=password]{font-size:18px}._inputNew_1o5w5_52:focus,._inputNew_1o5w5_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_1o5w5_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_1o5w5_52:disabled::placeholder{color:#cbd5e1}._inputNew_1o5w5_52._error_1o5w5_7{border:1px solid #ef4444}._inputNew_1o5w5_52._error_1o5w5_7:focus,._inputNew_1o5w5_52._error_1o5w5_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_1o5w5_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_1o5w5_90{width:calc(50% - 8px)}._tableNavWrapper_1o5w5_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_1o5w5_109{align-items:center;display:flex}._tableNavItem_1o5w5_114{margin:0 6px}._modalContent_1o5w5_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_1o5w5_118._center_1o5w5_125{text-align:center;font-family:Inter}._modalContent_1o5w5_118._settings_1o5w5_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_1o5w5_118._settingsIntegration_1o5w5_133,._modalContent_1o5w5_118._performanceTestModalContent_1o5w5_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_1o5w5_118._monitoringReportContent_1o5w5_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_1o5w5_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_1o5w5_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_1o5w5_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_1o5w5_158:after,._modalLine_1o5w5_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_1o5w5_158:before{left:-20px}._modalLine_1o5w5_158:after{right:-20px}._infoMessage_1o5w5_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_1o5w5_181:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._modalFooter_1o5w5_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_1o5w5_196._buttonsAutoWidth_1o5w5_203{justify-content:flex-end}._modalFooter_1o5w5_196._buttonsAutoWidth_1o5w5_203 button,._modalFooter_1o5w5_196._buttonsAutoWidth_1o5w5_203 span{margin-left:12px}._fullWidthTitle_1o5w5_211{text-transform:uppercase;color:#64748b;background:#f8fafc;width:calc(100% + 40px);margin-bottom:20px;margin-left:-20px;padding:8px 20px;font-size:.75rem;line-height:1}._widgetsWrapper_1o5w5_223{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_1o5w5_230{background:#fff;border:1px solid #e2e8f0;border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_1o5w5_230{padding:0 16px 15px}}._widgetHeader_1o5w5_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_1o5w5_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_1o5w5_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_1o5w5_266{align-items:center;height:180px;display:flex}._widgetFooter_1o5w5_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_1o5w5_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_1o5w5_279:last-child{border:none}._widgetMainValue_1o5w5_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_1o5w5_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_1o5w5_303{color:#64748b;font-size:.75rem}._widgetLoader_1o5w5_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_1o5w5_315{opacity:.5;cursor:default}._widgetAddress_1o5w5_320{color:#64748b;font-size:.75rem}._widgetTag_1o5w5_325{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_1o5w5_333{color:#0f172a;font-weight:500}._chartValuesWrapper_1o5w5_338{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_1o5w5_346{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_1o5w5_346._green_1o5w5_351:before,._chartValuesTitle_1o5w5_346._dark_1o5w5_351:before,._chartValuesTitle_1o5w5_346._blue_1o5w5_351:before{content:"";border:2px solid #fff;border-radius:50%;width:13px;height:13px;margin-right:4px;display:inline-flex;position:relative;top:1px;box-shadow:0 2px 4px #00000014}._chartValuesTitle_1o5w5_346._green_1o5w5_351:before{background:#22c55e}._chartValuesTitle_1o5w5_346._dark_1o5w5_351:before{background:#475569}._chartValuesTitle_1o5w5_346._blue_1o5w5_351:before{background:#43e0f8}._topbar_1o5w5_373{justify-content:space-between;align-items:center;width:100%;padding:0 16px;display:flex}._logoWrapper_1o5w5_381{display:inline-flex}._logo_1o5w5_381{max-width:110px}._menuWrapper_1o5w5_389{display:flex}@media only screen and (width<=1340px){._menuWrapper_1o5w5_389{background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);flex-direction:column;width:265px;height:100vh;padding:64px 16px 0;display:none;position:absolute;top:0;right:0;box-shadow:-12px 1px 89px -41px #0000004d}._menuWrapper_1o5w5_389._opened_1o5w5_406{display:flex}}._menuItem_1o5w5_411{color:#fff;border-radius:30px;align-items:center;margin:0 8px;padding:8px 20px;font-family:Inter;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}@media only screen and (width<=1300px){._menuItem_1o5w5_411{flex:none;width:auto;margin-bottom:10px}}._menuItem_1o5w5_411 ._menuIcon_1o5w5_432{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_1o5w5_411 ._menuIconPerformance_1o5w5_437{fill:none}._menuItem_1o5w5_411 ._menuIconStroke_1o5w5_440{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_1o5w5_411._active_1o5w5_445,._menuItem_1o5w5_411:hover{color:#52c2fd;background:#fff}._menuItem_1o5w5_411._active_1o5w5_445 ._menuIcon_1o5w5_432:not(._menuIconStroke_1o5w5_440,._menuIconPerformance_1o5w5_437),._menuItem_1o5w5_411:hover ._menuIcon_1o5w5_432:not(._menuIconStroke_1o5w5_440,._menuIconPerformance_1o5w5_437){fill:#52c2fd}._menuItem_1o5w5_411._active_1o5w5_445 ._menuIconPerformance_1o5w5_437 path,._menuItem_1o5w5_411:hover ._menuIconPerformance_1o5w5_437 path{stroke:#59a6fd}._menuItem_1o5w5_411._active_1o5w5_445 ._menuIconStroke_1o5w5_440:not(._menuIcon_1o5w5_432),._menuItem_1o5w5_411:hover ._menuIconStroke_1o5w5_440:not(._menuIcon_1o5w5_432){stroke:#52c2fd}._redDot_1o5w5_459{color:#fff;background:#d73d3d;border-radius:50%;justify-content:center;align-items:center;width:14px;height:14px;font-size:8px;display:inline-flex;position:relative;top:-6px;right:-6px}._screenWrapper_1o5w5_474{justify-content:center;display:flex}._link_1o5w5_479{color:#2db2c8;cursor:pointer;text-decoration:underline}._pageDropdownWrapper_1o5w5_485,._paginationDropdownWrapper_1o5w5_491{font-size:.875rem;font-weight:500;position:relative}._paginationDropdown_1o5w5_491{cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:8px;align-items:center;width:120px;height:32px;padding:0 40px 0 12px;display:flex;position:relative}._paginationIcon_1o5w5_510{position:absolute;top:6px;right:12px;transform:rotate(180deg)}._paginationIcon_1o5w5_510._active_1o5w5_445{transform:rotate(0)}._paginationDropdownList_1o5w5_520{z-index:1000;background:#fff;border:1px solid #f1f5f9;border-radius:8px;width:120px;position:absolute;bottom:100%;box-shadow:0 16px 32px -12px #4755691a}._paginationDropdownItem_1o5w5_531{cursor:pointer;padding:10px;transition:all .2s;position:relative}._paginationDropdownItem_1o5w5_531:hover{background:#f1f5f9}._paginationDropdownItem_1o5w5_531._active_1o5w5_445:after{content:url("data: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");display:inline-flex;position:absolute;top:10px;right:8px}._authButtonsWrapper_5t9uv_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_5t9uv_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_5t9uv_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;top:0;left:0}._fieldWrapper_5t9uv_23{width:100%;margin-bottom:16px}._fieldWrapper_5t9uv_23:last-child{margin-bottom:0}._fieldLabel_5t9uv_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_5t9uv_36{margin-top:8px;font-size:.75rem}._field_5t9uv_23{width:100%;position:relative}._fieldLabelNew_5t9uv_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_5t9uv_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_5t9uv_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_5t9uv_52[type=password]{font-size:18px}._inputNew_5t9uv_52:focus,._inputNew_5t9uv_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_5t9uv_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_5t9uv_52:disabled::placeholder{color:#cbd5e1}._inputNew_5t9uv_52._error_5t9uv_7{border:1px solid #ef4444}._inputNew_5t9uv_52._error_5t9uv_7:focus,._inputNew_5t9uv_52._error_5t9uv_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_5t9uv_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_5t9uv_90{width:calc(50% - 8px)}._tableNavWrapper_5t9uv_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_5t9uv_109{align-items:center;display:flex}._tableNavItem_5t9uv_114{margin:0 6px}._modalContent_5t9uv_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_5t9uv_118._center_5t9uv_125{text-align:center;font-family:Inter}._modalContent_5t9uv_118._settings_5t9uv_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_5t9uv_118._settingsIntegration_5t9uv_133,._modalContent_5t9uv_118._performanceTestModalContent_5t9uv_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_5t9uv_118._monitoringReportContent_5t9uv_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_5t9uv_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_5t9uv_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_5t9uv_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_5t9uv_158:after,._modalLine_5t9uv_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_5t9uv_158:before{left:-20px}._modalLine_5t9uv_158:after{right:-20px}._infoMessage_5t9uv_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_5t9uv_181:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._modalFooter_5t9uv_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_5t9uv_196._buttonsAutoWidth_5t9uv_203{justify-content:flex-end}._modalFooter_5t9uv_196._buttonsAutoWidth_5t9uv_203 button,._modalFooter_5t9uv_196._buttonsAutoWidth_5t9uv_203 span{margin-left:12px}._fullWidthTitle_5t9uv_211{text-transform:uppercase;color:#64748b;background:#f8fafc;width:calc(100% + 40px);margin-bottom:20px;margin-left:-20px;padding:8px 20px;font-size:.75rem;line-height:1}._widgetsWrapper_5t9uv_223{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_5t9uv_230{background:#fff;border:1px solid #e2e8f0;border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_5t9uv_230{padding:0 16px 15px}}._widgetHeader_5t9uv_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_5t9uv_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_5t9uv_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_5t9uv_266{align-items:center;height:180px;display:flex}._widgetFooter_5t9uv_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_5t9uv_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_5t9uv_279:last-child{border:none}._widgetMainValue_5t9uv_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_5t9uv_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_5t9uv_303{color:#64748b;font-size:.75rem}._widgetLoader_5t9uv_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_5t9uv_315{opacity:.5;cursor:default}._widgetAddress_5t9uv_320{color:#64748b;font-size:.75rem}._widgetTag_5t9uv_325{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_5t9uv_333{color:#0f172a;font-weight:500}._chartValuesWrapper_5t9uv_338{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_5t9uv_346{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_5t9uv_346._green_5t9uv_351:before,._chartValuesTitle_5t9uv_346._dark_5t9uv_351:before,._chartValuesTitle_5t9uv_346._blue_5t9uv_351:before{content:"";border:2px solid #fff;border-radius:50%;width:13px;height:13px;margin-right:4px;display:inline-flex;position:relative;top:1px;box-shadow:0 2px 4px #00000014}._chartValuesTitle_5t9uv_346._green_5t9uv_351:before{background:#22c55e}._chartValuesTitle_5t9uv_346._dark_5t9uv_351:before{background:#475569}._chartValuesTitle_5t9uv_346._blue_5t9uv_351:before{background:#43e0f8}._topbar_5t9uv_373{justify-content:space-between;align-items:center;width:100%;padding:0 16px;display:flex}._logoWrapper_5t9uv_381{display:inline-flex}._logo_5t9uv_381{max-width:110px}._menuWrapper_5t9uv_389{display:flex}@media only screen and (width<=1340px){._menuWrapper_5t9uv_389{background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);flex-direction:column;width:265px;height:100vh;padding:64px 16px 0;display:none;position:absolute;top:0;right:0;box-shadow:-12px 1px 89px -41px #0000004d}._menuWrapper_5t9uv_389._opened_5t9uv_406{display:flex}}._menuItem_5t9uv_411{color:#fff;border-radius:30px;align-items:center;margin:0 8px;padding:8px 20px;font-family:Inter;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}@media only screen and (width<=1300px){._menuItem_5t9uv_411{flex:none;width:auto;margin-bottom:10px}}._menuItem_5t9uv_411 ._menuIcon_5t9uv_432{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_5t9uv_411 ._menuIconPerformance_5t9uv_437{fill:none}._menuItem_5t9uv_411 ._menuIconStroke_5t9uv_440{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_5t9uv_411._active_5t9uv_445,._menuItem_5t9uv_411:hover{color:#52c2fd;background:#fff}._menuItem_5t9uv_411._active_5t9uv_445 ._menuIcon_5t9uv_432:not(._menuIconStroke_5t9uv_440,._menuIconPerformance_5t9uv_437),._menuItem_5t9uv_411:hover ._menuIcon_5t9uv_432:not(._menuIconStroke_5t9uv_440,._menuIconPerformance_5t9uv_437){fill:#52c2fd}._menuItem_5t9uv_411._active_5t9uv_445 ._menuIconPerformance_5t9uv_437 path,._menuItem_5t9uv_411:hover ._menuIconPerformance_5t9uv_437 path{stroke:#59a6fd}._menuItem_5t9uv_411._active_5t9uv_445 ._menuIconStroke_5t9uv_440:not(._menuIcon_5t9uv_432),._menuItem_5t9uv_411:hover ._menuIconStroke_5t9uv_440:not(._menuIcon_5t9uv_432){stroke:#52c2fd}._redDot_5t9uv_459{color:#fff;background:#d73d3d;border-radius:50%;justify-content:center;align-items:center;width:14px;height:14px;font-size:8px;display:inline-flex;position:relative;top:-6px;right:-6px}._screenWrapper_5t9uv_474{justify-content:center;display:flex}._link_5t9uv_479{color:#2db2c8;cursor:pointer;text-decoration:underline}._paginationWrapper_5t9uv_485{background:#fff;justify-content:space-between;align-items:center;padding:12px 0;display:flex}@media only screen and (width<=900px){._paginationWrapper_5t9uv_485{flex-wrap:wrap}}._paginationWrapper_5t9uv_485 ul{list-style:none}._paginationText_5t9uv_501{color:#475569;font-size:.875rem}@media only screen and (width<=768px){._paginationWrapper_5t9uv_485{flex-direction:column}._paginationWrapper_5t9uv_485>div:nth-child(2){order:-1;margin:0 auto 15px}._paginationWrapper_5t9uv_485>div:nth-child(3){margin-top:10px}}._draggableItem_1y0dl_1{touch-action:pan-y;align-items:center;padding:20px;transition:background-color .2s;display:flex}._draggableItem_1y0dl_1:hover{background:#f8fafc}._dragIcon_1y0dl_12{cursor:grab;touch-action:none;justify-content:flex-start;align-items:center;width:28px;height:40px;margin:-10px 0;display:inline-flex}._dragIcon_1y0dl_12:active{cursor:grabbing}._dragging_1y0dl_26{z-index:1000;background:#f8fafc;position:relative;box-shadow:0 10px 20px #0000001a}._toggleHide_1y0dl_33{opacity:.6;cursor:pointer;justify-content:flex-end;align-items:center;width:40px;height:40px;margin:-10px 0 -10px auto;display:flex}._toggleHide_1y0dl_33._showIcon_1y0dl_43{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_1y0dl_33._hideIcon_1y0dl_46{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_1y0dl_50{color:#cbd5e1}._authButtonsWrapper_jil96_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_jil96_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_jil96_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;top:0;left:0}._fieldWrapper_jil96_23{width:100%;margin-bottom:16px}._fieldWrapper_jil96_23:last-child{margin-bottom:0}._fieldLabel_jil96_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_jil96_36{margin-top:8px;font-size:.75rem}._field_jil96_23{width:100%;position:relative}._fieldLabelNew_jil96_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_jil96_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_jil96_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_jil96_52[type=password]{font-size:18px}._inputNew_jil96_52:focus,._inputNew_jil96_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_jil96_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_jil96_52:disabled::placeholder{color:#cbd5e1}._inputNew_jil96_52._error_jil96_7{border:1px solid #ef4444}._inputNew_jil96_52._error_jil96_7:focus,._inputNew_jil96_52._error_jil96_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_jil96_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_jil96_90{width:calc(50% - 8px)}._tableNavWrapper_jil96_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_jil96_109{align-items:center;display:flex}._tableNavItem_jil96_114{margin:0 6px}._modalContent_jil96_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_jil96_118._center_jil96_125{text-align:center;font-family:Inter}._modalContent_jil96_118._settings_jil96_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_jil96_118._settingsIntegration_jil96_133,._modalContent_jil96_118._performanceTestModalContent_jil96_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_jil96_118._monitoringReportContent_jil96_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_jil96_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_jil96_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_jil96_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_jil96_158:after,._modalLine_jil96_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_jil96_158:before{left:-20px}._modalLine_jil96_158:after{right:-20px}._infoMessage_jil96_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_jil96_181:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._modalFooter_jil96_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_jil96_196._buttonsAutoWidth_jil96_203{justify-content:flex-end}._modalFooter_jil96_196._buttonsAutoWidth_jil96_203 button,._modalFooter_jil96_196._buttonsAutoWidth_jil96_203 span{margin-left:12px}._fullWidthTitle_jil96_211{text-transform:uppercase;color:#64748b;background:#f8fafc;width:calc(100% + 40px);margin-bottom:20px;margin-left:-20px;padding:8px 20px;font-size:.75rem;line-height:1}._widgetsWrapper_jil96_223{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_jil96_230{background:#fff;border:1px solid #e2e8f0;border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_jil96_230{padding:0 16px 15px}}._widgetHeader_jil96_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_jil96_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_jil96_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_jil96_266{align-items:center;height:180px;display:flex}._widgetFooter_jil96_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_jil96_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_jil96_279:last-child{border:none}._widgetMainValue_jil96_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_jil96_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_jil96_303{color:#64748b;font-size:.75rem}._widgetLoader_jil96_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_jil96_315{opacity:.5;cursor:default}._widgetAddress_jil96_320{color:#64748b;font-size:.75rem}._widgetTag_jil96_325{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_jil96_333{color:#0f172a;font-weight:500}._chartValuesWrapper_jil96_338{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_jil96_346{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_jil96_346._green_jil96_351:before,._chartValuesTitle_jil96_346._dark_jil96_351:before,._chartValuesTitle_jil96_346._blue_jil96_351:before{content:"";border:2px solid #fff;border-radius:50%;width:13px;height:13px;margin-right:4px;display:inline-flex;position:relative;top:1px;box-shadow:0 2px 4px #00000014}._chartValuesTitle_jil96_346._green_jil96_351:before{background:#22c55e}._chartValuesTitle_jil96_346._dark_jil96_351:before{background:#475569}._chartValuesTitle_jil96_346._blue_jil96_351:before{background:#43e0f8}._topbar_jil96_373{justify-content:space-between;align-items:center;width:100%;padding:0 16px;display:flex}._logoWrapper_jil96_381{display:inline-flex}._logo_jil96_381{max-width:110px}._menuWrapper_jil96_389{display:flex}@media only screen and (width<=1340px){._menuWrapper_jil96_389{background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);flex-direction:column;width:265px;height:100vh;padding:64px 16px 0;display:none;position:absolute;top:0;right:0;box-shadow:-12px 1px 89px -41px #0000004d}._menuWrapper_jil96_389._opened_jil96_406{display:flex}}._menuItem_jil96_411{color:#fff;border-radius:30px;align-items:center;margin:0 8px;padding:8px 20px;font-family:Inter;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}@media only screen and (width<=1300px){._menuItem_jil96_411{flex:none;width:auto;margin-bottom:10px}}._menuItem_jil96_411 ._menuIcon_jil96_432{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_jil96_411 ._menuIconPerformance_jil96_437{fill:none}._menuItem_jil96_411 ._menuIconStroke_jil96_440{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_jil96_411._active_jil96_445,._menuItem_jil96_411:hover{color:#52c2fd;background:#fff}._menuItem_jil96_411._active_jil96_445 ._menuIcon_jil96_432:not(._menuIconStroke_jil96_440,._menuIconPerformance_jil96_437),._menuItem_jil96_411:hover ._menuIcon_jil96_432:not(._menuIconStroke_jil96_440,._menuIconPerformance_jil96_437){fill:#52c2fd}._menuItem_jil96_411._active_jil96_445 ._menuIconPerformance_jil96_437 path,._menuItem_jil96_411:hover ._menuIconPerformance_jil96_437 path{stroke:#59a6fd}._menuItem_jil96_411._active_jil96_445 ._menuIconStroke_jil96_440:not(._menuIcon_jil96_432),._menuItem_jil96_411:hover ._menuIconStroke_jil96_440:not(._menuIcon_jil96_432){stroke:#52c2fd}._redDot_jil96_459{color:#fff;background:#d73d3d;border-radius:50%;justify-content:center;align-items:center;width:14px;height:14px;font-size:8px;display:inline-flex;position:relative;top:-6px;right:-6px}._screenWrapper_jil96_474{justify-content:center;display:flex}._link_jil96_479{color:#2db2c8;cursor:pointer;text-decoration:underline}._draggableWrapper_jil96_485{text-transform:capitalize;max-height:calc(90vh - 145px);overflow:hidden auto}._editColumnsModal_jil96_492{flex-direction:column;display:flex}._filterTagsWrapper_iibi3_1{align-items:center;min-height:36px;margin:12px 0;display:flex}._filterTitle_iibi3_8{align-items:center;font-size:.875rem;font-weight:500;display:inline-flex}._filterTitle_iibi3_8:after{content:"";background:#e2e8f0;width:1px;height:20px;margin-left:12px;display:inline-flex}._filterTagsList_iibi3_23{flex-wrap:wrap;margin-bottom:-6px;list-style:none;display:flex}._filterTag_iibi3_1{background:#ebfcff;border-radius:32px;align-items:center;height:36px;margin-bottom:6px;margin-left:12px;padding:0 12px 0 16px;font-size:.875rem;display:flex}._filterTagName_iibi3_42{color:#2db2c8}._filterTagValues_iibi3_46{color:#0f172a;margin-left:4px;font-weight:500}._filterTagClose_iibi3_52{cursor:pointer;width:20px;height:20px;margin-left:4px;display:inline-flex}._filterTagClose_iibi3_52:before{content:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M6.28033%205.21967C5.98744%204.92678%205.51256%204.92678%205.21967%205.21967C4.92678%205.51256%204.92678%205.98744%205.21967%206.28033L8.93934%2010L5.21967%2013.7197C4.92678%2014.0126%204.92678%2014.4874%205.21967%2014.7803C5.51256%2015.0732%205.98744%2015.0732%206.28033%2014.7803L10%2011.0607L13.7197%2014.7803C14.0126%2015.0732%2014.4874%2015.0732%2014.7803%2014.7803C15.0732%2014.4874%2015.0732%2014.0126%2014.7803%2013.7197L11.0607%2010L14.7803%206.28033C15.0732%205.98744%2015.0732%205.51256%2014.7803%205.21967C14.4874%204.92678%2014.0126%204.92678%2013.7197%205.21967L10%208.93934L6.28033%205.21967Z'%20fill='%2364748B'/%3e%3c/svg%3e")}._authButtonsWrapper_1sqe7_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_1sqe7_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_1sqe7_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;top:0;left:0}._fieldWrapper_1sqe7_23{width:100%;margin-bottom:16px}._fieldWrapper_1sqe7_23:last-child{margin-bottom:0}._fieldLabel_1sqe7_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_1sqe7_36{margin-top:8px;font-size:.75rem}._field_1sqe7_23{width:100%;position:relative}._fieldLabelNew_1sqe7_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_1sqe7_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_1sqe7_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_1sqe7_52[type=password]{font-size:18px}._inputNew_1sqe7_52:focus,._inputNew_1sqe7_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_1sqe7_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_1sqe7_52:disabled::placeholder{color:#cbd5e1}._inputNew_1sqe7_52._error_1sqe7_7{border:1px solid #ef4444}._inputNew_1sqe7_52._error_1sqe7_7:focus,._inputNew_1sqe7_52._error_1sqe7_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_1sqe7_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_1sqe7_90{width:calc(50% - 8px)}._tableNavWrapper_1sqe7_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_1sqe7_109{align-items:center;display:flex}._tableNavItem_1sqe7_114{margin:0 6px}._modalContent_1sqe7_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_1sqe7_118._center_1sqe7_125{text-align:center;font-family:Inter}._modalContent_1sqe7_118._settings_1sqe7_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_1sqe7_118._settingsIntegration_1sqe7_133,._modalContent_1sqe7_118._performanceTestModalContent_1sqe7_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_1sqe7_118._monitoringReportContent_1sqe7_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_1sqe7_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_1sqe7_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_1sqe7_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_1sqe7_158:after,._modalLine_1sqe7_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_1sqe7_158:before{left:-20px}._modalLine_1sqe7_158:after{right:-20px}._infoMessage_1sqe7_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_1sqe7_181:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._modalFooter_1sqe7_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_1sqe7_196._buttonsAutoWidth_1sqe7_203{justify-content:flex-end}._modalFooter_1sqe7_196._buttonsAutoWidth_1sqe7_203 button,._modalFooter_1sqe7_196._buttonsAutoWidth_1sqe7_203 span{margin-left:12px}._fullWidthTitle_1sqe7_211{text-transform:uppercase;color:#64748b;background:#f8fafc;width:calc(100% + 40px);margin-bottom:20px;margin-left:-20px;padding:8px 20px;font-size:.75rem;line-height:1}._widgetsWrapper_1sqe7_223{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_1sqe7_230{background:#fff;border:1px solid #e2e8f0;border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_1sqe7_230{padding:0 16px 15px}}._widgetHeader_1sqe7_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_1sqe7_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_1sqe7_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_1sqe7_266{align-items:center;height:180px;display:flex}._widgetFooter_1sqe7_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_1sqe7_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_1sqe7_279:last-child{border:none}._widgetMainValue_1sqe7_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_1sqe7_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_1sqe7_303{color:#64748b;font-size:.75rem}._widgetLoader_1sqe7_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_1sqe7_315{opacity:.5;cursor:default}._widgetAddress_1sqe7_320{color:#64748b;font-size:.75rem}._widgetTag_1sqe7_325{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_1sqe7_333{color:#0f172a;font-weight:500}._chartValuesWrapper_1sqe7_338{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_1sqe7_346{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_1sqe7_346._green_1sqe7_351:before,._chartValuesTitle_1sqe7_346._dark_1sqe7_351:before,._chartValuesTitle_1sqe7_346._blue_1sqe7_351:before{content:"";border:2px solid #fff;border-radius:50%;width:13px;height:13px;margin-right:4px;display:inline-flex;position:relative;top:1px;box-shadow:0 2px 4px #00000014}._chartValuesTitle_1sqe7_346._green_1sqe7_351:before{background:#22c55e}._chartValuesTitle_1sqe7_346._dark_1sqe7_351:before{background:#475569}._chartValuesTitle_1sqe7_346._blue_1sqe7_351:before{background:#43e0f8}._topbar_1sqe7_373{justify-content:space-between;align-items:center;width:100%;padding:0 16px;display:flex}._logoWrapper_1sqe7_381{display:inline-flex}._logo_1sqe7_381{max-width:110px}._menuWrapper_1sqe7_389{display:flex}@media only screen and (width<=1340px){._menuWrapper_1sqe7_389{background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);flex-direction:column;width:265px;height:100vh;padding:64px 16px 0;display:none;position:absolute;top:0;right:0;box-shadow:-12px 1px 89px -41px #0000004d}._menuWrapper_1sqe7_389._opened_1sqe7_406{display:flex}}._menuItem_1sqe7_411{color:#fff;border-radius:30px;align-items:center;margin:0 8px;padding:8px 20px;font-family:Inter;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}@media only screen and (width<=1300px){._menuItem_1sqe7_411{flex:none;width:auto;margin-bottom:10px}}._menuItem_1sqe7_411 ._menuIcon_1sqe7_432{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_1sqe7_411 ._menuIconPerformance_1sqe7_437{fill:none}._menuItem_1sqe7_411 ._menuIconStroke_1sqe7_440{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_1sqe7_411._active_1sqe7_445,._menuItem_1sqe7_411:hover{color:#52c2fd;background:#fff}._menuItem_1sqe7_411._active_1sqe7_445 ._menuIcon_1sqe7_432:not(._menuIconStroke_1sqe7_440,._menuIconPerformance_1sqe7_437),._menuItem_1sqe7_411:hover ._menuIcon_1sqe7_432:not(._menuIconStroke_1sqe7_440,._menuIconPerformance_1sqe7_437){fill:#52c2fd}._menuItem_1sqe7_411._active_1sqe7_445 ._menuIconPerformance_1sqe7_437 path,._menuItem_1sqe7_411:hover ._menuIconPerformance_1sqe7_437 path{stroke:#59a6fd}._menuItem_1sqe7_411._active_1sqe7_445 ._menuIconStroke_1sqe7_440:not(._menuIcon_1sqe7_432),._menuItem_1sqe7_411:hover ._menuIconStroke_1sqe7_440:not(._menuIcon_1sqe7_432){stroke:#52c2fd}._redDot_1sqe7_459{color:#fff;background:#d73d3d;border-radius:50%;justify-content:center;align-items:center;width:14px;height:14px;font-size:8px;display:inline-flex;position:relative;top:-6px;right:-6px}._screenWrapper_1sqe7_474{justify-content:center;display:flex}._link_1sqe7_479{color:#2db2c8;cursor:pointer;text-decoration:underline}._alertStatus_1sqe7_485{text-transform:uppercase;align-items:center;font-size:.75rem;font-weight:500;display:inline-flex}._alertStatus_1sqe7_485:before{content:"";border-radius:50%;width:8px;height:8px;margin-right:6px;display:inline-flex}._alertStatus_1sqe7_485._active_1sqe7_445:before{background:#22c55e}._alertStatus_1sqe7_485._frozen_1sqe7_503:before{background:#475569}._alertStatus_1sqe7_485._acknowledged_1sqe7_506:before{background:#2db2c8}._authButtonsWrapper_1735f_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_1735f_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_1735f_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;top:0;left:0}._fieldWrapper_1735f_23{width:100%;margin-bottom:16px}._fieldWrapper_1735f_23:last-child{margin-bottom:0}._fieldLabel_1735f_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_1735f_36{margin-top:8px;font-size:.75rem}._field_1735f_23{width:100%;position:relative}._fieldLabelNew_1735f_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_1735f_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_1735f_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_1735f_52[type=password]{font-size:18px}._inputNew_1735f_52:focus,._inputNew_1735f_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_1735f_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_1735f_52:disabled::placeholder{color:#cbd5e1}._inputNew_1735f_52._error_1735f_7{border:1px solid #ef4444}._inputNew_1735f_52._error_1735f_7:focus,._inputNew_1735f_52._error_1735f_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_1735f_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_1735f_90{width:calc(50% - 8px)}._tableNavWrapper_1735f_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_1735f_109{align-items:center;display:flex}._tableNavItem_1735f_114{margin:0 6px}._modalContent_1735f_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_1735f_118._center_1735f_125{text-align:center;font-family:Inter}._modalContent_1735f_118._settings_1735f_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_1735f_118._settingsIntegration_1735f_133,._modalContent_1735f_118._performanceTestModalContent_1735f_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_1735f_118._monitoringReportContent_1735f_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_1735f_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_1735f_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_1735f_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_1735f_158:after,._modalLine_1735f_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_1735f_158:before{left:-20px}._modalLine_1735f_158:after{right:-20px}._infoMessage_1735f_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_1735f_181:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._modalFooter_1735f_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_1735f_196._buttonsAutoWidth_1735f_203{justify-content:flex-end}._modalFooter_1735f_196._buttonsAutoWidth_1735f_203 button,._modalFooter_1735f_196._buttonsAutoWidth_1735f_203 span{margin-left:12px}._fullWidthTitle_1735f_211{text-transform:uppercase;color:#64748b;background:#f8fafc;width:calc(100% + 40px);margin-bottom:20px;margin-left:-20px;padding:8px 20px;font-size:.75rem;line-height:1}._widgetsWrapper_1735f_223{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_1735f_230{background:#fff;border:1px solid #e2e8f0;border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_1735f_230{padding:0 16px 15px}}._widgetHeader_1735f_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_1735f_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_1735f_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_1735f_266{align-items:center;height:180px;display:flex}._widgetFooter_1735f_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_1735f_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_1735f_279:last-child{border:none}._widgetMainValue_1735f_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_1735f_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_1735f_303{color:#64748b;font-size:.75rem}._widgetLoader_1735f_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_1735f_315{opacity:.5;cursor:default}._widgetAddress_1735f_320{color:#64748b;font-size:.75rem}._widgetTag_1735f_325{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_1735f_333{color:#0f172a;font-weight:500}._chartValuesWrapper_1735f_338{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_1735f_346{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_1735f_346._green_1735f_351:before,._chartValuesTitle_1735f_346._dark_1735f_351:before,._chartValuesTitle_1735f_346._blue_1735f_351:before{content:"";border:2px solid #fff;border-radius:50%;width:13px;height:13px;margin-right:4px;display:inline-flex;position:relative;top:1px;box-shadow:0 2px 4px #00000014}._chartValuesTitle_1735f_346._green_1735f_351:before{background:#22c55e}._chartValuesTitle_1735f_346._dark_1735f_351:before{background:#475569}._chartValuesTitle_1735f_346._blue_1735f_351:before{background:#43e0f8}._topbar_1735f_373{justify-content:space-between;align-items:center;width:100%;padding:0 16px;display:flex}._logoWrapper_1735f_381{display:inline-flex}._logo_1735f_381{max-width:110px}._menuWrapper_1735f_389{display:flex}@media only screen and (width<=1340px){._menuWrapper_1735f_389{background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);flex-direction:column;width:265px;height:100vh;padding:64px 16px 0;display:none;position:absolute;top:0;right:0;box-shadow:-12px 1px 89px -41px #0000004d}._menuWrapper_1735f_389._opened_1735f_406{display:flex}}._menuItem_1735f_411{color:#fff;border-radius:30px;align-items:center;margin:0 8px;padding:8px 20px;font-family:Inter;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}@media only screen and (width<=1300px){._menuItem_1735f_411{flex:none;width:auto;margin-bottom:10px}}._menuItem_1735f_411 ._menuIcon_1735f_432{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_1735f_411 ._menuIconPerformance_1735f_437{fill:none}._menuItem_1735f_411 ._menuIconStroke_1735f_440{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_1735f_411._active_1735f_445,._menuItem_1735f_411:hover{color:#52c2fd;background:#fff}._menuItem_1735f_411._active_1735f_445 ._menuIcon_1735f_432:not(._menuIconStroke_1735f_440,._menuIconPerformance_1735f_437),._menuItem_1735f_411:hover ._menuIcon_1735f_432:not(._menuIconStroke_1735f_440,._menuIconPerformance_1735f_437){fill:#52c2fd}._menuItem_1735f_411._active_1735f_445 ._menuIconPerformance_1735f_437 path,._menuItem_1735f_411:hover ._menuIconPerformance_1735f_437 path{stroke:#59a6fd}._menuItem_1735f_411._active_1735f_445 ._menuIconStroke_1735f_440:not(._menuIcon_1735f_432),._menuItem_1735f_411:hover ._menuIconStroke_1735f_440:not(._menuIcon_1735f_432){stroke:#52c2fd}._redDot_1735f_459{color:#fff;background:#d73d3d;border-radius:50%;justify-content:center;align-items:center;width:14px;height:14px;font-size:8px;display:inline-flex;position:relative;top:-6px;right:-6px}._screenWrapper_1735f_474{justify-content:center;display:flex}._link_1735f_479{color:#2db2c8;cursor:pointer;text-decoration:underline}._widgetsWrapper_1735f_223{flex-wrap:wrap;gap:24px 16px}._authButtonsWrapper_106dp_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_106dp_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_106dp_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;top:0;left:0}._fieldWrapper_106dp_23{width:100%;margin-bottom:16px}._fieldWrapper_106dp_23:last-child{margin-bottom:0}._fieldLabel_106dp_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_106dp_36{margin-top:8px;font-size:.75rem}._field_106dp_23{width:100%;position:relative}._fieldLabelNew_106dp_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_106dp_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_106dp_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_106dp_52[type=password]{font-size:18px}._inputNew_106dp_52:focus,._inputNew_106dp_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_106dp_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_106dp_52:disabled::placeholder{color:#cbd5e1}._inputNew_106dp_52._error_106dp_7{border:1px solid #ef4444}._inputNew_106dp_52._error_106dp_7:focus,._inputNew_106dp_52._error_106dp_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_106dp_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_106dp_90{width:calc(50% - 8px)}._tableNavWrapper_106dp_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_106dp_109{align-items:center;display:flex}._tableNavItem_106dp_114{margin:0 6px}._modalContent_106dp_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_106dp_118._center_106dp_125{text-align:center;font-family:Inter}._modalContent_106dp_118._settings_106dp_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_106dp_118._settingsIntegration_106dp_133,._modalContent_106dp_118._performanceTestModalContent_106dp_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_106dp_118._monitoringReportContent_106dp_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_106dp_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_106dp_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_106dp_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_106dp_158:after,._modalLine_106dp_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_106dp_158:before{left:-20px}._modalLine_106dp_158:after{right:-20px}._infoMessage_106dp_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_106dp_181:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._modalFooter_106dp_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_106dp_196._buttonsAutoWidth_106dp_203{justify-content:flex-end}._modalFooter_106dp_196._buttonsAutoWidth_106dp_203 button,._modalFooter_106dp_196._buttonsAutoWidth_106dp_203 span{margin-left:12px}._fullWidthTitle_106dp_211{text-transform:uppercase;color:#64748b;background:#f8fafc;width:calc(100% + 40px);margin-bottom:20px;margin-left:-20px;padding:8px 20px;font-size:.75rem;line-height:1}._widgetsWrapper_106dp_223{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_106dp_230{background:#fff;border:1px solid #e2e8f0;border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_106dp_230{padding:0 16px 15px}}._widgetHeader_106dp_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_106dp_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_106dp_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_106dp_266{align-items:center;height:180px;display:flex}._widgetFooter_106dp_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_106dp_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_106dp_279:last-child{border:none}._widgetMainValue_106dp_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_106dp_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_106dp_303{color:#64748b;font-size:.75rem}._widgetLoader_106dp_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_106dp_315{opacity:.5;cursor:default}._widgetAddress_106dp_320{color:#64748b;font-size:.75rem}._widgetTag_106dp_325{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_106dp_333{color:#0f172a;font-weight:500}._chartValuesWrapper_106dp_338{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_106dp_346{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_106dp_346._green_106dp_351:before,._chartValuesTitle_106dp_346._dark_106dp_351:before,._chartValuesTitle_106dp_346._blue_106dp_351:before{content:"";border:2px solid #fff;border-radius:50%;width:13px;height:13px;margin-right:4px;display:inline-flex;position:relative;top:1px;box-shadow:0 2px 4px #00000014}._chartValuesTitle_106dp_346._green_106dp_351:before{background:#22c55e}._chartValuesTitle_106dp_346._dark_106dp_351:before{background:#475569}._chartValuesTitle_106dp_346._blue_106dp_351:before{background:#43e0f8}._topbar_106dp_373{justify-content:space-between;align-items:center;width:100%;padding:0 16px;display:flex}._logoWrapper_106dp_381{display:inline-flex}._logo_106dp_381{max-width:110px}._menuWrapper_106dp_389{display:flex}@media only screen and (width<=1340px){._menuWrapper_106dp_389{background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);flex-direction:column;width:265px;height:100vh;padding:64px 16px 0;display:none;position:absolute;top:0;right:0;box-shadow:-12px 1px 89px -41px #0000004d}._menuWrapper_106dp_389._opened_106dp_406{display:flex}}._menuItem_106dp_411{color:#fff;border-radius:30px;align-items:center;margin:0 8px;padding:8px 20px;font-family:Inter;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}@media only screen and (width<=1300px){._menuItem_106dp_411{flex:none;width:auto;margin-bottom:10px}}._menuItem_106dp_411 ._menuIcon_106dp_432{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_106dp_411 ._menuIconPerformance_106dp_437{fill:none}._menuItem_106dp_411 ._menuIconStroke_106dp_440{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_106dp_411._active_106dp_445,._menuItem_106dp_411:hover{color:#52c2fd;background:#fff}._menuItem_106dp_411._active_106dp_445 ._menuIcon_106dp_432:not(._menuIconStroke_106dp_440,._menuIconPerformance_106dp_437),._menuItem_106dp_411:hover ._menuIcon_106dp_432:not(._menuIconStroke_106dp_440,._menuIconPerformance_106dp_437){fill:#52c2fd}._menuItem_106dp_411._active_106dp_445 ._menuIconPerformance_106dp_437 path,._menuItem_106dp_411:hover ._menuIconPerformance_106dp_437 path{stroke:#59a6fd}._menuItem_106dp_411._active_106dp_445 ._menuIconStroke_106dp_440:not(._menuIcon_106dp_432),._menuItem_106dp_411:hover ._menuIconStroke_106dp_440:not(._menuIcon_106dp_432){stroke:#52c2fd}._redDot_106dp_459{color:#fff;background:#d73d3d;border-radius:50%;justify-content:center;align-items:center;width:14px;height:14px;font-size:8px;display:inline-flex;position:relative;top:-6px;right:-6px}._screenWrapper_106dp_474{justify-content:center;display:flex}._link_106dp_479{color:#2db2c8;cursor:pointer;text-decoration:underline}._paginationWrapper_106dp_485{background:#fff;justify-content:space-between;align-items:center;padding:12px 0;display:flex}._paginationText_106dp_493{color:#475569;font-size:.875rem}._pageNumberList_106dp_498{align-items:center;display:inline-flex}._pageNumber_106dp_498{cursor:pointer;border:1px solid #cbd5e1;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;margin:0 4px;font-size:.875rem;font-weight:500;display:flex}._pageNumber_106dp_498 svg{fill:#475569}._pageNumber_106dp_498._active_106dp_445{background:#ebfcff;border-color:#2db2c8}._pageNumber_106dp_498._disabled_106dp_315{background:#f1f5f9;border:none}._pageNumber_106dp_498._disabled_106dp_315 svg{fill:#cbd5e1}._rainbowWrapper_1oy9k_1{width:210px}._authButtonsWrapper_15cqm_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_15cqm_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_15cqm_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;top:0;left:0}._fieldWrapper_15cqm_23{width:100%;margin-bottom:16px}._fieldWrapper_15cqm_23:last-child{margin-bottom:0}._fieldLabel_15cqm_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_15cqm_36{margin-top:8px;font-size:.75rem}._field_15cqm_23{width:100%;position:relative}._fieldLabelNew_15cqm_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_15cqm_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_15cqm_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_15cqm_52[type=password]{font-size:18px}._inputNew_15cqm_52:focus,._inputNew_15cqm_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_15cqm_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_15cqm_52:disabled::placeholder{color:#cbd5e1}._inputNew_15cqm_52._error_15cqm_7{border:1px solid #ef4444}._inputNew_15cqm_52._error_15cqm_7:focus,._inputNew_15cqm_52._error_15cqm_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_15cqm_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_15cqm_90{width:calc(50% - 8px)}._tableNavWrapper_15cqm_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_15cqm_109{align-items:center;display:flex}._tableNavItem_15cqm_114{margin:0 6px}._modalContent_15cqm_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_15cqm_118._center_15cqm_125{text-align:center;font-family:Inter}._modalContent_15cqm_118._settings_15cqm_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_15cqm_118._settingsIntegration_15cqm_133,._modalContent_15cqm_118._performanceTestModalContent_15cqm_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_15cqm_118._monitoringReportContent_15cqm_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_15cqm_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_15cqm_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_15cqm_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_15cqm_158:after,._modalLine_15cqm_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_15cqm_158:before{left:-20px}._modalLine_15cqm_158:after{right:-20px}._infoMessage_15cqm_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_15cqm_181:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._modalFooter_15cqm_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_15cqm_196._buttonsAutoWidth_15cqm_203{justify-content:flex-end}._modalFooter_15cqm_196._buttonsAutoWidth_15cqm_203 button,._modalFooter_15cqm_196._buttonsAutoWidth_15cqm_203 span{margin-left:12px}._fullWidthTitle_15cqm_211{text-transform:uppercase;color:#64748b;background:#f8fafc;width:calc(100% + 40px);margin-bottom:20px;margin-left:-20px;padding:8px 20px;font-size:.75rem;line-height:1}._widgetsWrapper_15cqm_223{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_15cqm_230{background:#fff;border:1px solid #e2e8f0;border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_15cqm_230{padding:0 16px 15px}}._widgetHeader_15cqm_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_15cqm_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_15cqm_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_15cqm_266{align-items:center;height:180px;display:flex}._widgetFooter_15cqm_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_15cqm_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_15cqm_279:last-child{border:none}._widgetMainValue_15cqm_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_15cqm_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_15cqm_303{color:#64748b;font-size:.75rem}._widgetLoader_15cqm_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_15cqm_315{opacity:.5;cursor:default}._widgetAddress_15cqm_320{color:#64748b;font-size:.75rem}._widgetTag_15cqm_325{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_15cqm_333{color:#0f172a;font-weight:500}._chartValuesWrapper_15cqm_338{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_15cqm_346{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_15cqm_346._green_15cqm_351:before,._chartValuesTitle_15cqm_346._dark_15cqm_351:before,._chartValuesTitle_15cqm_346._blue_15cqm_351:before{content:"";border:2px solid #fff;border-radius:50%;width:13px;height:13px;margin-right:4px;display:inline-flex;position:relative;top:1px;box-shadow:0 2px 4px #00000014}._chartValuesTitle_15cqm_346._green_15cqm_351:before{background:#22c55e}._chartValuesTitle_15cqm_346._dark_15cqm_351:before{background:#475569}._chartValuesTitle_15cqm_346._blue_15cqm_351:before{background:#43e0f8}._topbar_15cqm_373{justify-content:space-between;align-items:center;width:100%;padding:0 16px;display:flex}._logoWrapper_15cqm_381{display:inline-flex}._logo_15cqm_381{max-width:110px}._menuWrapper_15cqm_389{display:flex}@media only screen and (width<=1340px){._menuWrapper_15cqm_389{background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);flex-direction:column;width:265px;height:100vh;padding:64px 16px 0;display:none;position:absolute;top:0;right:0;box-shadow:-12px 1px 89px -41px #0000004d}._menuWrapper_15cqm_389._opened_15cqm_406{display:flex}}._menuItem_15cqm_411{color:#fff;border-radius:30px;align-items:center;margin:0 8px;padding:8px 20px;font-family:Inter;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}@media only screen and (width<=1300px){._menuItem_15cqm_411{flex:none;width:auto;margin-bottom:10px}}._menuItem_15cqm_411 ._menuIcon_15cqm_432{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_15cqm_411 ._menuIconPerformance_15cqm_437{fill:none}._menuItem_15cqm_411 ._menuIconStroke_15cqm_440{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_15cqm_411._active_15cqm_445,._menuItem_15cqm_411:hover{color:#52c2fd;background:#fff}._menuItem_15cqm_411._active_15cqm_445 ._menuIcon_15cqm_432:not(._menuIconStroke_15cqm_440,._menuIconPerformance_15cqm_437),._menuItem_15cqm_411:hover ._menuIcon_15cqm_432:not(._menuIconStroke_15cqm_440,._menuIconPerformance_15cqm_437){fill:#52c2fd}._menuItem_15cqm_411._active_15cqm_445 ._menuIconPerformance_15cqm_437 path,._menuItem_15cqm_411:hover ._menuIconPerformance_15cqm_437 path{stroke:#59a6fd}._menuItem_15cqm_411._active_15cqm_445 ._menuIconStroke_15cqm_440:not(._menuIcon_15cqm_432),._menuItem_15cqm_411:hover ._menuIconStroke_15cqm_440:not(._menuIcon_15cqm_432){stroke:#52c2fd}._redDot_15cqm_459{color:#fff;background:#d73d3d;border-radius:50%;justify-content:center;align-items:center;width:14px;height:14px;font-size:8px;display:inline-flex;position:relative;top:-6px;right:-6px}._screenWrapper_15cqm_474{justify-content:center;display:flex}._link_15cqm_479{color:#2db2c8;cursor:pointer;text-decoration:underline}._widgetWrapper_15cqm_230{max-width:initial;flex:500px}@media only screen and (width<=550px){._widgetWrapper_15cqm_230{flex:100%}}._chartWrapper_15cqm_495{justify-content:flex-end;max-width:800px;margin:0 auto;display:flex;position:relative}@media only screen and (width<=1300px){._chartWrapper_15cqm_495{max-width:513px;margin:0 auto}}@media only screen and (width<=550px){._chartWrapper_15cqm_495{flex-direction:row;justify-content:flex-start;align-items:center;gap:16px;max-width:450px}}._chart_15cqm_338{position:absolute;left:0}@media only screen and (width<=550px){._chart_15cqm_338{flex-shrink:0;position:relative}._chart_15cqm_338>div:first-child{min-width:210px;width:210px!important}}._widgetMainValue_15cqm_288{width:95px;position:absolute;bottom:63px;left:57px}._chartNotesWrapper_15cqm_540{justify-content:space-between;gap:0;width:calc(100% - 230px);height:203px;padding-top:12px;padding-bottom:12px;display:flex}@media only screen and (width<=550px){._chartNotesWrapper_15cqm_540{flex-direction:column;flex:1;gap:0;width:auto;min-width:0;max-width:150px;height:auto;padding:0}}._chartNotesWrapperColumn_15cqm_562{flex-flow:column;flex:1;height:100%;padding-top:25px;display:flex}@media only screen and (width<=550px){._chartNotesWrapperColumn_15cqm_562{flex:none;width:100%;height:auto;padding-top:0}}._chartNotesSeparator_15cqm_578{background-color:#e2e8f0;width:1px;height:100%;margin:0 20px}@media only screen and (width<=550px){._chartNotesSeparator_15cqm_578{width:100%;height:1px;margin:12px 0}}._chartNote_15cqm_540{color:#64748b;justify-content:start;margin-bottom:22px;font-size:.75rem;font-weight:400;display:inline-flex}@media only screen and (width<=550px){._chartNote_15cqm_540{margin-bottom:10px}._chartNote_15cqm_540:last-child{margin-bottom:0}}._chartNote_15cqm_540:before{content:"";border-radius:50%;width:12px;height:12px;margin-right:4px;display:inline-flex;position:relative;top:2px}._chartNote_15cqm_540._new_15cqm_618:before{background-color:#4ade80}._chartNote_15cqm_540._pending_15cqm_621:before{background-color:#fde047}._chartNote_15cqm_540._confirmed_15cqm_624:before{background-color:#43e0f8}._chartNote_15cqm_540._packed_15cqm_627:before{background-color:#7e22ce}._chartNote_15cqm_540._shipping_15cqm_630:before{background-color:#2563eb}._chartNote_15cqm_540._fulfilled_15cqm_633{margin-right:10px}._chartNote_15cqm_540._fulfilled_15cqm_633:before{background-color:#94a3b8}@media only screen and (width<=550px){._chartNote_15cqm_540._fulfilled_15cqm_633{margin-right:0}}._chartNote_15cqm_540._denied_15cqm_644{margin-right:10px}._chartNote_15cqm_540._denied_15cqm_644:before{background-color:#ef4444}@media only screen and (width<=550px){._chartNote_15cqm_540._denied_15cqm_644{margin-right:0}}._chartNoteValue_15cqm_656{color:#000;margin-left:auto;padding-left:4px;font-size:.875rem;font-weight:500}._authButtonsWrapper_19065_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_19065_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_19065_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;top:0;left:0}._fieldWrapper_19065_23{width:100%;margin-bottom:16px}._fieldWrapper_19065_23:last-child{margin-bottom:0}._fieldLabel_19065_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_19065_36{margin-top:8px;font-size:.75rem}._field_19065_23{width:100%;position:relative}._fieldLabelNew_19065_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_19065_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_19065_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_19065_52[type=password]{font-size:18px}._inputNew_19065_52:focus,._inputNew_19065_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_19065_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_19065_52:disabled::placeholder{color:#cbd5e1}._inputNew_19065_52._error_19065_7{border:1px solid #ef4444}._inputNew_19065_52._error_19065_7:focus,._inputNew_19065_52._error_19065_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_19065_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_19065_90{width:calc(50% - 8px)}._tableNavWrapper_19065_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_19065_109{align-items:center;display:flex}._tableNavItem_19065_114{margin:0 6px}._modalContent_19065_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_19065_118._center_19065_125{text-align:center;font-family:Inter}._modalContent_19065_118._settings_19065_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_19065_118._settingsIntegration_19065_133,._modalContent_19065_118._performanceTestModalContent_19065_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_19065_118._monitoringReportContent_19065_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_19065_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_19065_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_19065_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_19065_158:after,._modalLine_19065_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_19065_158:before{left:-20px}._modalLine_19065_158:after{right:-20px}._infoMessage_19065_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_19065_181:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._modalFooter_19065_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_19065_196._buttonsAutoWidth_19065_203{justify-content:flex-end}._modalFooter_19065_196._buttonsAutoWidth_19065_203 button,._modalFooter_19065_196._buttonsAutoWidth_19065_203 span{margin-left:12px}._fullWidthTitle_19065_211{text-transform:uppercase;color:#64748b;background:#f8fafc;width:calc(100% + 40px);margin-bottom:20px;margin-left:-20px;padding:8px 20px;font-size:.75rem;line-height:1}._widgetsWrapper_19065_223{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_19065_230{background:#fff;border:1px solid #e2e8f0;border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_19065_230{padding:0 16px 15px}}._widgetHeader_19065_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_19065_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_19065_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_19065_266{align-items:center;height:180px;display:flex}._widgetFooter_19065_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_19065_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_19065_279:last-child{border:none}._widgetMainValue_19065_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_19065_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_19065_303{color:#64748b;font-size:.75rem}._widgetLoader_19065_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_19065_315{opacity:.5;cursor:default}._widgetAddress_19065_320{color:#64748b;font-size:.75rem}._widgetTag_19065_325{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_19065_333{color:#0f172a;font-weight:500}._chartValuesWrapper_19065_338{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_19065_346{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_19065_346._green_19065_351:before,._chartValuesTitle_19065_346._dark_19065_351:before,._chartValuesTitle_19065_346._blue_19065_351:before{content:"";border:2px solid #fff;border-radius:50%;width:13px;height:13px;margin-right:4px;display:inline-flex;position:relative;top:1px;box-shadow:0 2px 4px #00000014}._chartValuesTitle_19065_346._green_19065_351:before{background:#22c55e}._chartValuesTitle_19065_346._dark_19065_351:before{background:#475569}._chartValuesTitle_19065_346._blue_19065_351:before{background:#43e0f8}._topbar_19065_373{justify-content:space-between;align-items:center;width:100%;padding:0 16px;display:flex}._logoWrapper_19065_381{display:inline-flex}._logo_19065_381{max-width:110px}._menuWrapper_19065_389{display:flex}@media only screen and (width<=1340px){._menuWrapper_19065_389{background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);flex-direction:column;width:265px;height:100vh;padding:64px 16px 0;display:none;position:absolute;top:0;right:0;box-shadow:-12px 1px 89px -41px #0000004d}._menuWrapper_19065_389._opened_19065_406{display:flex}}._menuItem_19065_411{color:#fff;border-radius:30px;align-items:center;margin:0 8px;padding:8px 20px;font-family:Inter;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}@media only screen and (width<=1300px){._menuItem_19065_411{flex:none;width:auto;margin-bottom:10px}}._menuItem_19065_411 ._menuIcon_19065_432{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_19065_411 ._menuIconPerformance_19065_437{fill:none}._menuItem_19065_411 ._menuIconStroke_19065_440{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_19065_411._active_19065_445,._menuItem_19065_411:hover{color:#52c2fd;background:#fff}._menuItem_19065_411._active_19065_445 ._menuIcon_19065_432:not(._menuIconStroke_19065_440,._menuIconPerformance_19065_437),._menuItem_19065_411:hover ._menuIcon_19065_432:not(._menuIconStroke_19065_440,._menuIconPerformance_19065_437){fill:#52c2fd}._menuItem_19065_411._active_19065_445 ._menuIconPerformance_19065_437 path,._menuItem_19065_411:hover ._menuIconPerformance_19065_437 path{stroke:#59a6fd}._menuItem_19065_411._active_19065_445 ._menuIconStroke_19065_440:not(._menuIcon_19065_432),._menuItem_19065_411:hover ._menuIconStroke_19065_440:not(._menuIcon_19065_432){stroke:#52c2fd}._redDot_19065_459{color:#fff;background:#d73d3d;border-radius:50%;justify-content:center;align-items:center;width:14px;height:14px;font-size:8px;display:inline-flex;position:relative;top:-6px;right:-6px}._screenWrapper_19065_474{justify-content:center;display:flex}._link_19065_479{color:#2db2c8;cursor:pointer;text-decoration:underline}._modalSidebar_19065_485{width:370px;padding-right:20px}@media only screen and (width<=1100px){._modalSidebar_19065_485{width:100%;padding-top:24px;padding-left:20px;padding-right:0}}._modalMain_19065_498{width:calc(100% - 370px);padding-left:20px}@media only screen and (width<=1100px){._modalMain_19065_498{width:100%;padding-left:0}}._modalContentWrapper_19065_509{width:100%;display:flex}@media only screen and (width<=1100px){._modalContentWrapper_19065_509{flex-flow:column-reverse wrap}}._modalMainContent_19065_520{border:1px solid #e2e8f0;border-radius:12px;row-gap:16px;padding:20px 12px;display:flex}._modalMainContentColumn_19065_528{width:50%;padding:0 8px}._sidebarSubtitle_19065_533{margin-bottom:16px;font-size:.875rem;font-weight:500}._modalFieldWrapper_19065_539{align-items:center;margin-bottom:16px;display:flex}._modalFieldWrapper_19065_539 ._emailInput_19065_544 input{padding-right:12px}._modalFieldWrapper_19065_539:last-child{margin-bottom:0}._modalFieldLabel_19065_551{color:#64748b;flex-shrink:0;width:120px;padding:10px 0;font-size:.875rem}._modalFieldLabel_19065_551._wider_19065_558{width:140px}._inputLabelWrapper_19065_562{align-items:flex-start;display:flex}._modalFieldValue_19065_567{color:#94a3b8;text-overflow:ellipsis;white-space:nowrap;padding:10px 0 10px 12px;font-size:.875rem;overflow:hidden}._serialNumberLabel_19065_576{flex-shrink:1}._transferButton_19065_580{margin-left:auto;font-weight:400;color:#334155!important}._transferButton_19065_580:hover{opacity:.7}._modalContent_19065_118{flex-direction:column;align-items:center;max-width:100%;padding:20px;display:flex}._modalContent_19065_118._center_19065_125{text-align:center}._modalTitle_19065_146{color:#1e293b;margin:16px 0 8px;font-size:18px;font-weight:500}._modalMessage_19065_152{color:#64748b;font-size:14px;font-weight:300;line-height:1.5}._selectWrapper_19065_614{text-align:left;width:100%;margin-top:16px}._transferModalViewport_19065_620{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:4000;background:#2e323e99;width:100%;height:100vh;position:fixed;top:0;left:0}._transferModalLayout_19065_631{z-index:4100;background:#fff;border-radius:20px;width:calc(100% - 8px);max-width:450px;max-height:90vh;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%)}._transferModalCloseIcon_19065_644{cursor:pointer;z-index:2;padding:10px;position:absolute;top:6px;right:6px}._transferModalCloseIcon_19065_644:before{content:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M5%2015L15%205M5%205L15%2015'%20stroke='%230F172A'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e")}._transferModalFooter_19065_656{border-top:1px solid #e2e8f0;gap:12px;padding:20px;display:flex}._addBtnWrapper_19065_663{align-items:center;padding:8px 8px 8px 16px;display:flex}._addBtnWrapper_19065_663 span{color:#2db2c8;font-size:14px;font-weight:400;line-height:20px}._plusIcon_19065_675{color:#2db2c8;margin-right:4px;font-size:16px;line-height:14px}._noOptionsMessage_19065_682{color:#999;text-align:center;padding:8px 16px;font-size:16px}._plusIcon_19065_675{margin-right:4px;font-size:16px;line-height:14px}._serialNumberValue_19065_695{flex-shrink:0;margin-right:5px}._tabButtonsWrapper_19065_700{z-index:1;flex:1;justify-content:center;align-items:center;margin-top:15px;display:none;position:relative}._tabButtons_19065_700{justify-content:center;align-items:center;display:flex}._tabButton_19065_700{color:#64748b;text-align:center;cursor:pointer;border-color:#cbd5e1;border-bottom-style:solid;border-bottom-width:1px;width:100%;margin-bottom:-1px;padding-bottom:16px;font-size:16px}._tabButton_19065_700:hover{color:#334155}._tabButton_19065_700._active_19065_445{color:#2db2c8;border-color:#2db2c8}@media only screen and (width<=768px){._hideTab_19065_736,._sidebarSubtitle_19065_533{display:none}._tabButtonsWrapper_19065_700{display:flex}._modalSidebar_19065_485{padding:0}._modalContent_19065_118{max-height:calc(90vh - 195px);max-height:calc(var(--vh,1vh) * 90 - 195px)}._modalMainContent_19065_520{border:none;flex-direction:column;padding:0}._modalMainContent_19065_520 ._modalMainContentColumn_19065_528{width:100%;padding:0}._modalFooter_19065_196>button,._modalFooter_19065_196>span{flex:1}}._authButtonsWrapper_1g9p5_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_1g9p5_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_1g9p5_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;top:0;left:0}._fieldWrapper_1g9p5_23{width:100%;margin-bottom:16px}._fieldWrapper_1g9p5_23:last-child{margin-bottom:0}._fieldLabel_1g9p5_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_1g9p5_36{margin-top:8px;font-size:.75rem}._field_1g9p5_23{width:100%;position:relative}._fieldLabelNew_1g9p5_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_1g9p5_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_1g9p5_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_1g9p5_52[type=password]{font-size:18px}._inputNew_1g9p5_52:focus,._inputNew_1g9p5_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_1g9p5_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_1g9p5_52:disabled::placeholder{color:#cbd5e1}._inputNew_1g9p5_52._error_1g9p5_7{border:1px solid #ef4444}._inputNew_1g9p5_52._error_1g9p5_7:focus,._inputNew_1g9p5_52._error_1g9p5_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_1g9p5_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_1g9p5_90{width:calc(50% - 8px)}._tableNavWrapper_1g9p5_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_1g9p5_109{align-items:center;display:flex}._tableNavItem_1g9p5_114{margin:0 6px}._modalContent_1g9p5_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_1g9p5_118._center_1g9p5_125{text-align:center;font-family:Inter}._modalContent_1g9p5_118._settings_1g9p5_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_1g9p5_118._settingsIntegration_1g9p5_133,._modalContent_1g9p5_118._performanceTestModalContent_1g9p5_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_1g9p5_118._monitoringReportContent_1g9p5_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_1g9p5_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_1g9p5_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_1g9p5_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_1g9p5_158:after,._modalLine_1g9p5_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_1g9p5_158:before{left:-20px}._modalLine_1g9p5_158:after{right:-20px}._infoMessage_1g9p5_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_1g9p5_181:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._modalFooter_1g9p5_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_1g9p5_196._buttonsAutoWidth_1g9p5_203{justify-content:flex-end}._modalFooter_1g9p5_196._buttonsAutoWidth_1g9p5_203 button,._modalFooter_1g9p5_196._buttonsAutoWidth_1g9p5_203 span{margin-left:12px}._fullWidthTitle_1g9p5_211{text-transform:uppercase;color:#64748b;background:#f8fafc;width:calc(100% + 40px);margin-bottom:20px;margin-left:-20px;padding:8px 20px;font-size:.75rem;line-height:1}._widgetsWrapper_1g9p5_223{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_1g9p5_230{background:#fff;border:1px solid #e2e8f0;border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_1g9p5_230{padding:0 16px 15px}}._widgetHeader_1g9p5_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_1g9p5_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_1g9p5_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_1g9p5_266{align-items:center;height:180px;display:flex}._widgetFooter_1g9p5_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_1g9p5_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_1g9p5_279:last-child{border:none}._widgetMainValue_1g9p5_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_1g9p5_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_1g9p5_303{color:#64748b;font-size:.75rem}._widgetLoader_1g9p5_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_1g9p5_315{opacity:.5;cursor:default}._widgetAddress_1g9p5_320{color:#64748b;font-size:.75rem}._widgetTag_1g9p5_325{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_1g9p5_333{color:#0f172a;font-weight:500}._chartValuesWrapper_1g9p5_338{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_1g9p5_346{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_1g9p5_346._green_1g9p5_351:before,._chartValuesTitle_1g9p5_346._dark_1g9p5_351:before,._chartValuesTitle_1g9p5_346._blue_1g9p5_351:before{content:"";border:2px solid #fff;border-radius:50%;width:13px;height:13px;margin-right:4px;display:inline-flex;position:relative;top:1px;box-shadow:0 2px 4px #00000014}._chartValuesTitle_1g9p5_346._green_1g9p5_351:before{background:#22c55e}._chartValuesTitle_1g9p5_346._dark_1g9p5_351:before{background:#475569}._chartValuesTitle_1g9p5_346._blue_1g9p5_351:before{background:#43e0f8}._topbar_1g9p5_373{justify-content:space-between;align-items:center;width:100%;padding:0 16px;display:flex}._logoWrapper_1g9p5_381{display:inline-flex}._logo_1g9p5_381{max-width:110px}._menuWrapper_1g9p5_389{display:flex}@media only screen and (width<=1340px){._menuWrapper_1g9p5_389{background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);flex-direction:column;width:265px;height:100vh;padding:64px 16px 0;display:none;position:absolute;top:0;right:0;box-shadow:-12px 1px 89px -41px #0000004d}._menuWrapper_1g9p5_389._opened_1g9p5_406{display:flex}}._menuItem_1g9p5_411{color:#fff;border-radius:30px;align-items:center;margin:0 8px;padding:8px 20px;font-family:Inter;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}@media only screen and (width<=1300px){._menuItem_1g9p5_411{flex:none;width:auto;margin-bottom:10px}}._menuItem_1g9p5_411 ._menuIcon_1g9p5_432{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_1g9p5_411 ._menuIconPerformance_1g9p5_437{fill:none}._menuItem_1g9p5_411 ._menuIconStroke_1g9p5_440{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_1g9p5_411._active_1g9p5_445,._menuItem_1g9p5_411:hover{color:#52c2fd;background:#fff}._menuItem_1g9p5_411._active_1g9p5_445 ._menuIcon_1g9p5_432:not(._menuIconStroke_1g9p5_440,._menuIconPerformance_1g9p5_437),._menuItem_1g9p5_411:hover ._menuIcon_1g9p5_432:not(._menuIconStroke_1g9p5_440,._menuIconPerformance_1g9p5_437){fill:#52c2fd}._menuItem_1g9p5_411._active_1g9p5_445 ._menuIconPerformance_1g9p5_437 path,._menuItem_1g9p5_411:hover ._menuIconPerformance_1g9p5_437 path{stroke:#59a6fd}._menuItem_1g9p5_411._active_1g9p5_445 ._menuIconStroke_1g9p5_440:not(._menuIcon_1g9p5_432),._menuItem_1g9p5_411:hover ._menuIconStroke_1g9p5_440:not(._menuIcon_1g9p5_432){stroke:#52c2fd}._redDot_1g9p5_459{color:#fff;background:#d73d3d;border-radius:50%;justify-content:center;align-items:center;width:14px;height:14px;font-size:8px;display:inline-flex;position:relative;top:-6px;right:-6px}._screenWrapper_1g9p5_474{justify-content:center;display:flex}._link_1g9p5_479{color:#2db2c8;cursor:pointer;text-decoration:underline}._selectWrapper_1g9p5_485{text-align:left;margin-top:16px}._authButtonsWrapper_hcvvh_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_hcvvh_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_hcvvh_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;top:0;left:0}._fieldWrapper_hcvvh_23{width:100%;margin-bottom:16px}._fieldWrapper_hcvvh_23:last-child{margin-bottom:0}._fieldLabel_hcvvh_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_hcvvh_36{margin-top:8px;font-size:.75rem}._field_hcvvh_23{width:100%;position:relative}._fieldLabelNew_hcvvh_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_hcvvh_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_hcvvh_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_hcvvh_52[type=password]{font-size:18px}._inputNew_hcvvh_52:focus,._inputNew_hcvvh_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_hcvvh_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_hcvvh_52:disabled::placeholder{color:#cbd5e1}._inputNew_hcvvh_52._error_hcvvh_7{border:1px solid #ef4444}._inputNew_hcvvh_52._error_hcvvh_7:focus,._inputNew_hcvvh_52._error_hcvvh_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_hcvvh_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_hcvvh_90{width:calc(50% - 8px)}._tableNavWrapper_hcvvh_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_hcvvh_109{align-items:center;display:flex}._tableNavItem_hcvvh_114{margin:0 6px}._modalContent_hcvvh_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_hcvvh_118._center_hcvvh_125{text-align:center;font-family:Inter}._modalContent_hcvvh_118._settings_hcvvh_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_hcvvh_118._settingsIntegration_hcvvh_133,._modalContent_hcvvh_118._performanceTestModalContent_hcvvh_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_hcvvh_118._monitoringReportContent_hcvvh_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_hcvvh_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_hcvvh_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_hcvvh_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_hcvvh_158:after,._modalLine_hcvvh_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_hcvvh_158:before{left:-20px}._modalLine_hcvvh_158:after{right:-20px}._infoMessage_hcvvh_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_hcvvh_181:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._modalFooter_hcvvh_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_hcvvh_196._buttonsAutoWidth_hcvvh_203{justify-content:flex-end}._modalFooter_hcvvh_196._buttonsAutoWidth_hcvvh_203 button,._modalFooter_hcvvh_196._buttonsAutoWidth_hcvvh_203 span{margin-left:12px}._fullWidthTitle_hcvvh_211{text-transform:uppercase;color:#64748b;background:#f8fafc;width:calc(100% + 40px);margin-bottom:20px;margin-left:-20px;padding:8px 20px;font-size:.75rem;line-height:1}._widgetsWrapper_hcvvh_223{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_hcvvh_230{background:#fff;border:1px solid #e2e8f0;border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_hcvvh_230{padding:0 16px 15px}}._widgetHeader_hcvvh_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_hcvvh_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_hcvvh_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_hcvvh_266{align-items:center;height:180px;display:flex}._widgetFooter_hcvvh_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_hcvvh_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_hcvvh_279:last-child{border:none}._widgetMainValue_hcvvh_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_hcvvh_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_hcvvh_303{color:#64748b;font-size:.75rem}._widgetLoader_hcvvh_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_hcvvh_315{opacity:.5;cursor:default}._widgetAddress_hcvvh_320{color:#64748b;font-size:.75rem}._widgetTag_hcvvh_325{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_hcvvh_333{color:#0f172a;font-weight:500}._chartValuesWrapper_hcvvh_338{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_hcvvh_346{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_hcvvh_346._green_hcvvh_351:before,._chartValuesTitle_hcvvh_346._dark_hcvvh_351:before,._chartValuesTitle_hcvvh_346._blue_hcvvh_351:before{content:"";border:2px solid #fff;border-radius:50%;width:13px;height:13px;margin-right:4px;display:inline-flex;position:relative;top:1px;box-shadow:0 2px 4px #00000014}._chartValuesTitle_hcvvh_346._green_hcvvh_351:before{background:#22c55e}._chartValuesTitle_hcvvh_346._dark_hcvvh_351:before{background:#475569}._chartValuesTitle_hcvvh_346._blue_hcvvh_351:before{background:#43e0f8}._topbar_hcvvh_373{justify-content:space-between;align-items:center;width:100%;padding:0 16px;display:flex}._logoWrapper_hcvvh_381{display:inline-flex}._logo_hcvvh_381{max-width:110px}._menuWrapper_hcvvh_389{display:flex}@media only screen and (width<=1340px){._menuWrapper_hcvvh_389{background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);flex-direction:column;width:265px;height:100vh;padding:64px 16px 0;display:none;position:absolute;top:0;right:0;box-shadow:-12px 1px 89px -41px #0000004d}._menuWrapper_hcvvh_389._opened_hcvvh_406{display:flex}}._menuItem_hcvvh_411{color:#fff;border-radius:30px;align-items:center;margin:0 8px;padding:8px 20px;font-family:Inter;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}@media only screen and (width<=1300px){._menuItem_hcvvh_411{flex:none;width:auto;margin-bottom:10px}}._menuItem_hcvvh_411 ._menuIcon_hcvvh_432{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_hcvvh_411 ._menuIconPerformance_hcvvh_437{fill:none}._menuItem_hcvvh_411 ._menuIconStroke_hcvvh_440{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_hcvvh_411._active_hcvvh_445,._menuItem_hcvvh_411:hover{color:#52c2fd;background:#fff}._menuItem_hcvvh_411._active_hcvvh_445 ._menuIcon_hcvvh_432:not(._menuIconStroke_hcvvh_440,._menuIconPerformance_hcvvh_437),._menuItem_hcvvh_411:hover ._menuIcon_hcvvh_432:not(._menuIconStroke_hcvvh_440,._menuIconPerformance_hcvvh_437){fill:#52c2fd}._menuItem_hcvvh_411._active_hcvvh_445 ._menuIconPerformance_hcvvh_437 path,._menuItem_hcvvh_411:hover ._menuIconPerformance_hcvvh_437 path{stroke:#59a6fd}._menuItem_hcvvh_411._active_hcvvh_445 ._menuIconStroke_hcvvh_440:not(._menuIcon_hcvvh_432),._menuItem_hcvvh_411:hover ._menuIconStroke_hcvvh_440:not(._menuIcon_hcvvh_432){stroke:#52c2fd}._redDot_hcvvh_459{color:#fff;background:#d73d3d;border-radius:50%;justify-content:center;align-items:center;width:14px;height:14px;font-size:8px;display:inline-flex;position:relative;top:-6px;right:-6px}._screenWrapper_hcvvh_474{justify-content:center;display:flex}._link_hcvvh_479{color:#2db2c8;cursor:pointer;text-decoration:underline}@media only screen and (width<=1024px){._monitoringMembership_hcvvh_486{max-width:100%;margin-bottom:24px}}._valueNote_hcvvh_492{color:#64748b;font-size:12px;font-weight:400}._chartWrapper_hcvvh_498{justify-content:center;align-items:center;height:50px;display:flex;position:relative}._chart_hcvvh_338{position:absolute;bottom:-126px}._authButtonsWrapper_1icns_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_1icns_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_1icns_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;top:0;left:0}._fieldWrapper_1icns_23{width:100%;margin-bottom:16px}._fieldWrapper_1icns_23:last-child{margin-bottom:0}._fieldLabel_1icns_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_1icns_36{margin-top:8px;font-size:.75rem}._field_1icns_23{width:100%;position:relative}._fieldLabelNew_1icns_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_1icns_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_1icns_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_1icns_52[type=password]{font-size:18px}._inputNew_1icns_52:focus,._inputNew_1icns_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_1icns_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_1icns_52:disabled::placeholder{color:#cbd5e1}._inputNew_1icns_52._error_1icns_7{border:1px solid #ef4444}._inputNew_1icns_52._error_1icns_7:focus,._inputNew_1icns_52._error_1icns_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_1icns_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_1icns_90{width:calc(50% - 8px)}._tableNavWrapper_1icns_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_1icns_109{align-items:center;display:flex}._tableNavItem_1icns_114{margin:0 6px}._modalContent_1icns_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_1icns_118._center_1icns_125{text-align:center;font-family:Inter}._modalContent_1icns_118._settings_1icns_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_1icns_118._settingsIntegration_1icns_133,._modalContent_1icns_118._performanceTestModalContent_1icns_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_1icns_118._monitoringReportContent_1icns_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_1icns_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_1icns_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_1icns_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_1icns_158:after,._modalLine_1icns_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_1icns_158:before{left:-20px}._modalLine_1icns_158:after{right:-20px}._infoMessage_1icns_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_1icns_181:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._modalFooter_1icns_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_1icns_196._buttonsAutoWidth_1icns_203{justify-content:flex-end}._modalFooter_1icns_196._buttonsAutoWidth_1icns_203 button,._modalFooter_1icns_196._buttonsAutoWidth_1icns_203 span{margin-left:12px}._fullWidthTitle_1icns_211{text-transform:uppercase;color:#64748b;background:#f8fafc;width:calc(100% + 40px);margin-bottom:20px;margin-left:-20px;padding:8px 20px;font-size:.75rem;line-height:1}._widgetsWrapper_1icns_223{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_1icns_230{background:#fff;border:1px solid #e2e8f0;border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_1icns_230{padding:0 16px 15px}}._widgetHeader_1icns_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_1icns_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_1icns_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_1icns_266{align-items:center;height:180px;display:flex}._widgetFooter_1icns_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_1icns_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_1icns_279:last-child{border:none}._widgetMainValue_1icns_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_1icns_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_1icns_303{color:#64748b;font-size:.75rem}._widgetLoader_1icns_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_1icns_315{opacity:.5;cursor:default}._widgetAddress_1icns_320{color:#64748b;font-size:.75rem}._widgetTag_1icns_325{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_1icns_333{color:#0f172a;font-weight:500}._chartValuesWrapper_1icns_338{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_1icns_346{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_1icns_346._green_1icns_351:before,._chartValuesTitle_1icns_346._dark_1icns_351:before,._chartValuesTitle_1icns_346._blue_1icns_351:before{content:"";border:2px solid #fff;border-radius:50%;width:13px;height:13px;margin-right:4px;display:inline-flex;position:relative;top:1px;box-shadow:0 2px 4px #00000014}._chartValuesTitle_1icns_346._green_1icns_351:before{background:#22c55e}._chartValuesTitle_1icns_346._dark_1icns_351:before{background:#475569}._chartValuesTitle_1icns_346._blue_1icns_351:before{background:#43e0f8}._topbar_1icns_373{justify-content:space-between;align-items:center;width:100%;padding:0 16px;display:flex}._logoWrapper_1icns_381{display:inline-flex}._logo_1icns_381{max-width:110px}._menuWrapper_1icns_389{display:flex}@media only screen and (width<=1340px){._menuWrapper_1icns_389{background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);flex-direction:column;width:265px;height:100vh;padding:64px 16px 0;display:none;position:absolute;top:0;right:0;box-shadow:-12px 1px 89px -41px #0000004d}._menuWrapper_1icns_389._opened_1icns_406{display:flex}}._menuItem_1icns_411{color:#fff;border-radius:30px;align-items:center;margin:0 8px;padding:8px 20px;font-family:Inter;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}@media only screen and (width<=1300px){._menuItem_1icns_411{flex:none;width:auto;margin-bottom:10px}}._menuItem_1icns_411 ._menuIcon_1icns_432{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_1icns_411 ._menuIconPerformance_1icns_437{fill:none}._menuItem_1icns_411 ._menuIconStroke_1icns_440{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_1icns_411._active_1icns_445,._menuItem_1icns_411:hover{color:#52c2fd;background:#fff}._menuItem_1icns_411._active_1icns_445 ._menuIcon_1icns_432:not(._menuIconStroke_1icns_440,._menuIconPerformance_1icns_437),._menuItem_1icns_411:hover ._menuIcon_1icns_432:not(._menuIconStroke_1icns_440,._menuIconPerformance_1icns_437){fill:#52c2fd}._menuItem_1icns_411._active_1icns_445 ._menuIconPerformance_1icns_437 path,._menuItem_1icns_411:hover ._menuIconPerformance_1icns_437 path{stroke:#59a6fd}._menuItem_1icns_411._active_1icns_445 ._menuIconStroke_1icns_440:not(._menuIcon_1icns_432),._menuItem_1icns_411:hover ._menuIconStroke_1icns_440:not(._menuIcon_1icns_432){stroke:#52c2fd}._redDot_1icns_459{color:#fff;background:#d73d3d;border-radius:50%;justify-content:center;align-items:center;width:14px;height:14px;font-size:8px;display:inline-flex;position:relative;top:-6px;right:-6px}._screenWrapper_1icns_474{justify-content:center;display:flex}._link_1icns_479{color:#2db2c8;cursor:pointer;text-decoration:underline}._widgetsWrapper_1icns_223{flex-wrap:16px}._widgetsWrapperJustified_1icns_489{gap:16px}._widgetsWrapperJustified_1icns_489>div{flex:400px}._widgetsWrapperJustified_1icns_489 div{max-width:unset;margin:0}._statusButtonWrapper_1icns_500{flex-wrap:wrap;row-gap:4px;margin-right:12px;display:flex}._statusButton_1icns_500{text-transform:uppercase;cursor:pointer;border-radius:20px;margin-left:4px;padding:2px 8px;font-size:.75rem;font-weight:500;display:inline-flex}._statusButton_1icns_500._disabled_1icns_315{cursor:default;pointer-events:none}._statusButton_1icns_500._transfer_1icns_521{color:#164d63;background:#cff9fe;border:1px solid #06b3d4}._statusButton_1icns_500._missing_1icns_526{color:#b45309;background:#fef3c7;border:1px solid #f59e0b}._statusButton_1icns_500._warranty_1icns_531{color:#165964;background:#ebfcff;border:1px solid #2db2c8}._statusButton_1icns_500._inventory_1icns_536{color:#c11574;background:#fdf2fa;border:1px solid #fcceee}._statusButton_1icns_500._preinstalled_1icns_541{color:#115e59;background:#dffbf4;border:1px solid #14b8a6}._authButtonsWrapper_1v56s_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_1v56s_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_1v56s_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;top:0;left:0}._fieldWrapper_1v56s_23{width:100%;margin-bottom:16px}._fieldWrapper_1v56s_23:last-child{margin-bottom:0}._fieldLabel_1v56s_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_1v56s_36{margin-top:8px;font-size:.75rem}._field_1v56s_23{width:100%;position:relative}._fieldLabelNew_1v56s_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_1v56s_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_1v56s_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_1v56s_52[type=password]{font-size:18px}._inputNew_1v56s_52:focus,._inputNew_1v56s_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_1v56s_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_1v56s_52:disabled::placeholder{color:#cbd5e1}._inputNew_1v56s_52._error_1v56s_7{border:1px solid #ef4444}._inputNew_1v56s_52._error_1v56s_7:focus,._inputNew_1v56s_52._error_1v56s_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_1v56s_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_1v56s_90{width:calc(50% - 8px)}._tableNavWrapper_1v56s_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_1v56s_109{align-items:center;display:flex}._tableNavItem_1v56s_114{margin:0 6px}._modalContent_1v56s_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_1v56s_118._center_1v56s_125{text-align:center;font-family:Inter}._modalContent_1v56s_118._settings_1v56s_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_1v56s_118._settingsIntegration_1v56s_133,._modalContent_1v56s_118._performanceTestModalContent_1v56s_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_1v56s_118._monitoringReportContent_1v56s_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_1v56s_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_1v56s_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_1v56s_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_1v56s_158:after,._modalLine_1v56s_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_1v56s_158:before{left:-20px}._modalLine_1v56s_158:after{right:-20px}._infoMessage_1v56s_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_1v56s_181:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._modalFooter_1v56s_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_1v56s_196._buttonsAutoWidth_1v56s_203{justify-content:flex-end}._modalFooter_1v56s_196._buttonsAutoWidth_1v56s_203 button,._modalFooter_1v56s_196._buttonsAutoWidth_1v56s_203 span{margin-left:12px}._fullWidthTitle_1v56s_211{text-transform:uppercase;color:#64748b;background:#f8fafc;width:calc(100% + 40px);margin-bottom:20px;margin-left:-20px;padding:8px 20px;font-size:.75rem;line-height:1}._widgetsWrapper_1v56s_223{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_1v56s_230{background:#fff;border:1px solid #e2e8f0;border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_1v56s_230{padding:0 16px 15px}}._widgetHeader_1v56s_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_1v56s_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_1v56s_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_1v56s_266{align-items:center;height:180px;display:flex}._widgetFooter_1v56s_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_1v56s_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_1v56s_279:last-child{border:none}._widgetMainValue_1v56s_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_1v56s_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_1v56s_303{color:#64748b;font-size:.75rem}._widgetLoader_1v56s_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_1v56s_315{opacity:.5;cursor:default}._widgetAddress_1v56s_320{color:#64748b;font-size:.75rem}._widgetTag_1v56s_325{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_1v56s_333{color:#0f172a;font-weight:500}._chartValuesWrapper_1v56s_338{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_1v56s_346{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_1v56s_346._green_1v56s_351:before,._chartValuesTitle_1v56s_346._dark_1v56s_351:before,._chartValuesTitle_1v56s_346._blue_1v56s_351:before{content:"";border:2px solid #fff;border-radius:50%;width:13px;height:13px;margin-right:4px;display:inline-flex;position:relative;top:1px;box-shadow:0 2px 4px #00000014}._chartValuesTitle_1v56s_346._green_1v56s_351:before{background:#22c55e}._chartValuesTitle_1v56s_346._dark_1v56s_351:before{background:#475569}._chartValuesTitle_1v56s_346._blue_1v56s_351:before{background:#43e0f8}._topbar_1v56s_373{justify-content:space-between;align-items:center;width:100%;padding:0 16px;display:flex}._logoWrapper_1v56s_381{display:inline-flex}._logo_1v56s_381{max-width:110px}._menuWrapper_1v56s_389{display:flex}@media only screen and (width<=1340px){._menuWrapper_1v56s_389{background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);flex-direction:column;width:265px;height:100vh;padding:64px 16px 0;display:none;position:absolute;top:0;right:0;box-shadow:-12px 1px 89px -41px #0000004d}._menuWrapper_1v56s_389._opened_1v56s_406{display:flex}}._menuItem_1v56s_411{color:#fff;border-radius:30px;align-items:center;margin:0 8px;padding:8px 20px;font-family:Inter;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}@media only screen and (width<=1300px){._menuItem_1v56s_411{flex:none;width:auto;margin-bottom:10px}}._menuItem_1v56s_411 ._menuIcon_1v56s_432{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_1v56s_411 ._menuIconPerformance_1v56s_437{fill:none}._menuItem_1v56s_411 ._menuIconStroke_1v56s_440{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_1v56s_411._active_1v56s_445,._menuItem_1v56s_411:hover{color:#52c2fd;background:#fff}._menuItem_1v56s_411._active_1v56s_445 ._menuIcon_1v56s_432:not(._menuIconStroke_1v56s_440,._menuIconPerformance_1v56s_437),._menuItem_1v56s_411:hover ._menuIcon_1v56s_432:not(._menuIconStroke_1v56s_440,._menuIconPerformance_1v56s_437){fill:#52c2fd}._menuItem_1v56s_411._active_1v56s_445 ._menuIconPerformance_1v56s_437 path,._menuItem_1v56s_411:hover ._menuIconPerformance_1v56s_437 path{stroke:#59a6fd}._menuItem_1v56s_411._active_1v56s_445 ._menuIconStroke_1v56s_440:not(._menuIcon_1v56s_432),._menuItem_1v56s_411:hover ._menuIconStroke_1v56s_440:not(._menuIcon_1v56s_432){stroke:#52c2fd}._redDot_1v56s_459{color:#fff;background:#d73d3d;border-radius:50%;justify-content:center;align-items:center;width:14px;height:14px;font-size:8px;display:inline-flex;position:relative;top:-6px;right:-6px}._screenWrapper_1v56s_474{justify-content:center;display:flex}._link_1v56s_479{color:#2db2c8;cursor:pointer;text-decoration:underline}._fieldWrapper_1v56s_23{align-self:flex-start;width:auto;margin-bottom:8px}.radioLabel{cursor:pointer;border-radius:12px;justify-content:space-between;align-items:center;display:flex;position:relative}.radioLabel:before{content:"";border:2px solid #94a3b8;border-radius:50%;width:20px;height:20px;display:flex;overflow:hidden}.radioLabel._error_1v56s_7{border-color:#ef4444!important}.radioLabel div{padding:0 10px;font-size:14px;font-weight:300}.radioLabel input{display:none;position:absolute;top:0;right:0}.radioLabelChecked{border-color:#43e0f8}.radioLabelChecked:before{background-image:radial-gradient(circle,#43e0f8 0 5px,#0000 5px);border:2px solid #43e0f8}._authButtonsWrapper_2dk78_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_2dk78_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_2dk78_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;top:0;left:0}._fieldWrapper_2dk78_23{width:100%;margin-bottom:16px}._fieldWrapper_2dk78_23:last-child{margin-bottom:0}._fieldLabel_2dk78_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_2dk78_36{margin-top:8px;font-size:.75rem}._field_2dk78_23{width:100%;position:relative}._fieldLabelNew_2dk78_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_2dk78_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_2dk78_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_2dk78_52[type=password]{font-size:18px}._inputNew_2dk78_52:focus,._inputNew_2dk78_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_2dk78_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_2dk78_52:disabled::placeholder{color:#cbd5e1}._inputNew_2dk78_52._error_2dk78_7{border:1px solid #ef4444}._inputNew_2dk78_52._error_2dk78_7:focus,._inputNew_2dk78_52._error_2dk78_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_2dk78_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_2dk78_90{width:calc(50% - 8px)}._tableNavWrapper_2dk78_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_2dk78_109{align-items:center;display:flex}._tableNavItem_2dk78_114{margin:0 6px}._modalContent_2dk78_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_2dk78_118._center_2dk78_125{text-align:center;font-family:Inter}._modalContent_2dk78_118._settings_2dk78_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_2dk78_118._settingsIntegration_2dk78_133,._modalContent_2dk78_118._performanceTestModalContent_2dk78_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_2dk78_118._monitoringReportContent_2dk78_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_2dk78_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_2dk78_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_2dk78_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_2dk78_158:after,._modalLine_2dk78_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_2dk78_158:before{left:-20px}._modalLine_2dk78_158:after{right:-20px}._infoMessage_2dk78_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_2dk78_181:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._modalFooter_2dk78_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_2dk78_196._buttonsAutoWidth_2dk78_203{justify-content:flex-end}._modalFooter_2dk78_196._buttonsAutoWidth_2dk78_203 button,._modalFooter_2dk78_196._buttonsAutoWidth_2dk78_203 span{margin-left:12px}._fullWidthTitle_2dk78_211{text-transform:uppercase;color:#64748b;background:#f8fafc;width:calc(100% + 40px);margin-bottom:20px;margin-left:-20px;padding:8px 20px;font-size:.75rem;line-height:1}._widgetsWrapper_2dk78_223{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_2dk78_230{background:#fff;border:1px solid #e2e8f0;border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_2dk78_230{padding:0 16px 15px}}._widgetHeader_2dk78_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_2dk78_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_2dk78_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_2dk78_266{align-items:center;height:180px;display:flex}._widgetFooter_2dk78_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_2dk78_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_2dk78_279:last-child{border:none}._widgetMainValue_2dk78_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_2dk78_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_2dk78_303{color:#64748b;font-size:.75rem}._widgetLoader_2dk78_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_2dk78_315{opacity:.5;cursor:default}._widgetAddress_2dk78_320{color:#64748b;font-size:.75rem}._widgetTag_2dk78_325{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_2dk78_333{color:#0f172a;font-weight:500}._chartValuesWrapper_2dk78_338{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_2dk78_346{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_2dk78_346._green_2dk78_351:before,._chartValuesTitle_2dk78_346._dark_2dk78_351:before,._chartValuesTitle_2dk78_346._blue_2dk78_351:before{content:"";border:2px solid #fff;border-radius:50%;width:13px;height:13px;margin-right:4px;display:inline-flex;position:relative;top:1px;box-shadow:0 2px 4px #00000014}._chartValuesTitle_2dk78_346._green_2dk78_351:before{background:#22c55e}._chartValuesTitle_2dk78_346._dark_2dk78_351:before{background:#475569}._chartValuesTitle_2dk78_346._blue_2dk78_351:before{background:#43e0f8}._topbar_2dk78_373{justify-content:space-between;align-items:center;width:100%;padding:0 16px;display:flex}._logoWrapper_2dk78_381{display:inline-flex}._logo_2dk78_381{max-width:110px}._menuWrapper_2dk78_389{display:flex}@media only screen and (width<=1340px){._menuWrapper_2dk78_389{background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);flex-direction:column;width:265px;height:100vh;padding:64px 16px 0;display:none;position:absolute;top:0;right:0;box-shadow:-12px 1px 89px -41px #0000004d}._menuWrapper_2dk78_389._opened_2dk78_406{display:flex}}._menuItem_2dk78_411{color:#fff;border-radius:30px;align-items:center;margin:0 8px;padding:8px 20px;font-family:Inter;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}@media only screen and (width<=1300px){._menuItem_2dk78_411{flex:none;width:auto;margin-bottom:10px}}._menuItem_2dk78_411 ._menuIcon_2dk78_432{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_2dk78_411 ._menuIconPerformance_2dk78_437{fill:none}._menuItem_2dk78_411 ._menuIconStroke_2dk78_440{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_2dk78_411._active_2dk78_445,._menuItem_2dk78_411:hover{color:#52c2fd;background:#fff}._menuItem_2dk78_411._active_2dk78_445 ._menuIcon_2dk78_432:not(._menuIconStroke_2dk78_440,._menuIconPerformance_2dk78_437),._menuItem_2dk78_411:hover ._menuIcon_2dk78_432:not(._menuIconStroke_2dk78_440,._menuIconPerformance_2dk78_437){fill:#52c2fd}._menuItem_2dk78_411._active_2dk78_445 ._menuIconPerformance_2dk78_437 path,._menuItem_2dk78_411:hover ._menuIconPerformance_2dk78_437 path{stroke:#59a6fd}._menuItem_2dk78_411._active_2dk78_445 ._menuIconStroke_2dk78_440:not(._menuIcon_2dk78_432),._menuItem_2dk78_411:hover ._menuIconStroke_2dk78_440:not(._menuIcon_2dk78_432){stroke:#52c2fd}._redDot_2dk78_459{color:#fff;background:#d73d3d;border-radius:50%;justify-content:center;align-items:center;width:14px;height:14px;font-size:8px;display:inline-flex;position:relative;top:-6px;right:-6px}._screenWrapper_2dk78_474{justify-content:center;display:flex}._link_2dk78_479{color:#2db2c8;cursor:pointer;text-decoration:underline}._authButtonsWrapper_1rkj1_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_1rkj1_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_1rkj1_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;top:0;left:0}._fieldWrapper_1rkj1_23{width:100%;margin-bottom:16px}._fieldWrapper_1rkj1_23:last-child{margin-bottom:0}._fieldLabel_1rkj1_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_1rkj1_36{margin-top:8px;font-size:.75rem}._field_1rkj1_23{width:100%;position:relative}._fieldLabelNew_1rkj1_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_1rkj1_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_1rkj1_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_1rkj1_52[type=password]{font-size:18px}._inputNew_1rkj1_52:focus,._inputNew_1rkj1_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_1rkj1_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_1rkj1_52:disabled::placeholder{color:#cbd5e1}._inputNew_1rkj1_52._error_1rkj1_7{border:1px solid #ef4444}._inputNew_1rkj1_52._error_1rkj1_7:focus,._inputNew_1rkj1_52._error_1rkj1_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_1rkj1_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_1rkj1_90{width:calc(50% - 8px)}._tableNavWrapper_1rkj1_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_1rkj1_109{align-items:center;display:flex}._tableNavItem_1rkj1_114{margin:0 6px}._modalContent_1rkj1_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_1rkj1_118._center_1rkj1_125{text-align:center;font-family:Inter}._modalContent_1rkj1_118._settings_1rkj1_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_1rkj1_118._settingsIntegration_1rkj1_133,._modalContent_1rkj1_118._performanceTestModalContent_1rkj1_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_1rkj1_118._monitoringReportContent_1rkj1_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_1rkj1_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_1rkj1_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_1rkj1_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_1rkj1_158:after,._modalLine_1rkj1_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_1rkj1_158:before{left:-20px}._modalLine_1rkj1_158:after{right:-20px}._infoMessage_1rkj1_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_1rkj1_181:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._modalFooter_1rkj1_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_1rkj1_196._buttonsAutoWidth_1rkj1_203{justify-content:flex-end}._modalFooter_1rkj1_196._buttonsAutoWidth_1rkj1_203 button,._modalFooter_1rkj1_196._buttonsAutoWidth_1rkj1_203 span{margin-left:12px}._fullWidthTitle_1rkj1_211{text-transform:uppercase;color:#64748b;background:#f8fafc;width:calc(100% + 40px);margin-bottom:20px;margin-left:-20px;padding:8px 20px;font-size:.75rem;line-height:1}._widgetsWrapper_1rkj1_223{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_1rkj1_230{background:#fff;border:1px solid #e2e8f0;border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_1rkj1_230{padding:0 16px 15px}}._widgetHeader_1rkj1_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_1rkj1_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_1rkj1_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_1rkj1_266{align-items:center;height:180px;display:flex}._widgetFooter_1rkj1_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_1rkj1_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_1rkj1_279:last-child{border:none}._widgetMainValue_1rkj1_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_1rkj1_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_1rkj1_303{color:#64748b;font-size:.75rem}._widgetLoader_1rkj1_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_1rkj1_315{opacity:.5;cursor:default}._widgetAddress_1rkj1_320{color:#64748b;font-size:.75rem}._widgetTag_1rkj1_325{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_1rkj1_333{color:#0f172a;font-weight:500}._chartValuesWrapper_1rkj1_338{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_1rkj1_346{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_1rkj1_346._green_1rkj1_351:before,._chartValuesTitle_1rkj1_346._dark_1rkj1_351:before,._chartValuesTitle_1rkj1_346._blue_1rkj1_351:before{content:"";border:2px solid #fff;border-radius:50%;width:13px;height:13px;margin-right:4px;display:inline-flex;position:relative;top:1px;box-shadow:0 2px 4px #00000014}._chartValuesTitle_1rkj1_346._green_1rkj1_351:before{background:#22c55e}._chartValuesTitle_1rkj1_346._dark_1rkj1_351:before{background:#475569}._chartValuesTitle_1rkj1_346._blue_1rkj1_351:before{background:#43e0f8}._topbar_1rkj1_373{justify-content:space-between;align-items:center;width:100%;padding:0 16px;display:flex}._logoWrapper_1rkj1_381{display:inline-flex}._logo_1rkj1_381{max-width:110px}._menuWrapper_1rkj1_389{display:flex}@media only screen and (width<=1340px){._menuWrapper_1rkj1_389{background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);flex-direction:column;width:265px;height:100vh;padding:64px 16px 0;display:none;position:absolute;top:0;right:0;box-shadow:-12px 1px 89px -41px #0000004d}._menuWrapper_1rkj1_389._opened_1rkj1_406{display:flex}}._menuItem_1rkj1_411{color:#fff;border-radius:30px;align-items:center;margin:0 8px;padding:8px 20px;font-family:Inter;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}@media only screen and (width<=1300px){._menuItem_1rkj1_411{flex:none;width:auto;margin-bottom:10px}}._menuItem_1rkj1_411 ._menuIcon_1rkj1_432{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_1rkj1_411 ._menuIconPerformance_1rkj1_437{fill:none}._menuItem_1rkj1_411 ._menuIconStroke_1rkj1_440{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_1rkj1_411._active_1rkj1_445,._menuItem_1rkj1_411:hover{color:#52c2fd;background:#fff}._menuItem_1rkj1_411._active_1rkj1_445 ._menuIcon_1rkj1_432:not(._menuIconStroke_1rkj1_440,._menuIconPerformance_1rkj1_437),._menuItem_1rkj1_411:hover ._menuIcon_1rkj1_432:not(._menuIconStroke_1rkj1_440,._menuIconPerformance_1rkj1_437){fill:#52c2fd}._menuItem_1rkj1_411._active_1rkj1_445 ._menuIconPerformance_1rkj1_437 path,._menuItem_1rkj1_411:hover ._menuIconPerformance_1rkj1_437 path{stroke:#59a6fd}._menuItem_1rkj1_411._active_1rkj1_445 ._menuIconStroke_1rkj1_440:not(._menuIcon_1rkj1_432),._menuItem_1rkj1_411:hover ._menuIconStroke_1rkj1_440:not(._menuIcon_1rkj1_432){stroke:#52c2fd}._redDot_1rkj1_459{color:#fff;background:#d73d3d;border-radius:50%;justify-content:center;align-items:center;width:14px;height:14px;font-size:8px;display:inline-flex;position:relative;top:-6px;right:-6px}._screenWrapper_1rkj1_474{justify-content:center;display:flex}._link_1rkj1_479{color:#2db2c8;cursor:pointer;text-decoration:underline}._modalHeader_1rkj1_485{border-bottom:1px solid #e2e8f0;align-items:center;padding:10px 36px 10px 16px;display:flex}._performanceIconWrapper_1rkj1_492{background-color:#f5f5f5;border:1px solid #e2e8f0;border-radius:50%;justify-content:center;align-items:center;width:44px;min-width:44px;height:44px;margin-right:16px;display:flex}._performanceIconWrapper_1rkj1_492 svg{fill:none}._performanceIconWrapper_1rkj1_492 svg path{stroke:#59a6fd}._performanceTestInfo_1rkj1_511{flex-direction:column;justify-content:center;align-items:flex-start;display:flex}._performanceTestInfo_1rkj1_511 h3{color:#0f172a;margin-bottom:4px;font-size:18px;font-weight:500;line-height:24px}._performanceTestInfo_1rkj1_511 p{color:#64748b;font-size:14px;font-weight:400;line-height:20px}._modalBody_1rkj1_531{padding:16px}._performanceTestActionsWrapper_1rkj1_535{justify-content:space-between;gap:10px;display:flex}._performanceTestAction_1rkj1_535{cursor:pointer;border:1px solid #e2e8f0;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;row-gap:8px;padding:16px 30px;display:flex}._performanceTestAction_1rkj1_535:hover{background-color:#ebfcff;border:1px solid #43e0f8}._performanceTestAction_1rkj1_535:hover svg path{fill:#165964}._performanceTestAction_1rkj1_535 svg path{fill:#0f172a}._performanceTestAction_1rkj1_535 p{color:#0f172a;font-size:14px;font-weight:500}._performanceTestAction_1rkj1_535 span{color:#475569;font-size:12px;font-weight:400}._activeAction_1rkj1_573{background-color:#ebfcff;border:1px solid #43e0f8}._activeAction_1rkj1_573 svg path{fill:#165964}._scheduleSection_1rkj1_581,._labelSection_1rkj1_582{flex-direction:column;display:flex}._scheduleSection_1rkj1_581 p,._labelSection_1rkj1_582 p{margin-bottom:4px;font-size:14px;font-weight:400;line-height:20px}._scheduleSection_1rkj1_581{margin-top:12px;position:relative}._selectItemWrapper_1rkj1_599{border-radius:8px;align-items:center;margin:4px;padding:8px;display:flex}._selectItemWrapper_1rkj1_599:hover{background-color:#f8fafc}._selectItemWrapper_1rkj1_599 span{color:#0f172a;font-size:14px;font-weight:400;line-height:20px}._addBtnWrapper_1rkj1_616{align-items:center;padding:8px 8px 8px 16px;display:flex}._addBtnWrapper_1rkj1_616 span{color:#2db2c8;font-size:14px;font-weight:400;line-height:20px}._plusIcon_1rkj1_628{margin-right:4px;font-size:16px;line-height:14px}._authButtonsWrapper_r3xqg_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_r3xqg_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_r3xqg_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;top:0;left:0}._fieldWrapper_r3xqg_23{width:100%;margin-bottom:16px}._fieldWrapper_r3xqg_23:last-child{margin-bottom:0}._fieldLabel_r3xqg_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_r3xqg_36{margin-top:8px;font-size:.75rem}._field_r3xqg_23{width:100%;position:relative}._fieldLabelNew_r3xqg_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_r3xqg_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_r3xqg_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_r3xqg_52[type=password]{font-size:18px}._inputNew_r3xqg_52:focus,._inputNew_r3xqg_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_r3xqg_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_r3xqg_52:disabled::placeholder{color:#cbd5e1}._inputNew_r3xqg_52._error_r3xqg_7{border:1px solid #ef4444}._inputNew_r3xqg_52._error_r3xqg_7:focus,._inputNew_r3xqg_52._error_r3xqg_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_r3xqg_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_r3xqg_90{width:calc(50% - 8px)}._tableNavWrapper_r3xqg_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_r3xqg_109{align-items:center;display:flex}._modalContent_r3xqg_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_r3xqg_118._center_r3xqg_125{text-align:center;font-family:Inter}._modalContent_r3xqg_118._settings_r3xqg_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_r3xqg_118._settingsIntegration_r3xqg_133,._modalContent_r3xqg_118._performanceTestModalContent_r3xqg_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_r3xqg_118._monitoringReportContent_r3xqg_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_r3xqg_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_r3xqg_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_r3xqg_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_r3xqg_158:after,._modalLine_r3xqg_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_r3xqg_158:before{left:-20px}._modalLine_r3xqg_158:after{right:-20px}._infoMessage_r3xqg_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_r3xqg_181:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._modalFooter_r3xqg_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_r3xqg_196._buttonsAutoWidth_r3xqg_203{justify-content:flex-end}._modalFooter_r3xqg_196._buttonsAutoWidth_r3xqg_203 button,._modalFooter_r3xqg_196._buttonsAutoWidth_r3xqg_203 span{margin-left:12px}._fullWidthTitle_r3xqg_211{text-transform:uppercase;color:#64748b;background:#f8fafc;width:calc(100% + 40px);margin-bottom:20px;margin-left:-20px;padding:8px 20px;font-size:.75rem;line-height:1}._widgetsWrapper_r3xqg_223{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_r3xqg_230{background:#fff;border:1px solid #e2e8f0;border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_r3xqg_230{padding:0 16px 15px}}._widgetHeader_r3xqg_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_r3xqg_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_r3xqg_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_r3xqg_266{align-items:center;height:180px;display:flex}._widgetFooter_r3xqg_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_r3xqg_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_r3xqg_279:last-child{border:none}._widgetMainValue_r3xqg_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_r3xqg_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_r3xqg_303{color:#64748b;font-size:.75rem}._widgetLoader_r3xqg_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_r3xqg_315{opacity:.5;cursor:default}._widgetAddress_r3xqg_320{color:#64748b;font-size:.75rem}._widgetTag_r3xqg_325{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_r3xqg_333{color:#0f172a;font-weight:500}._chartValuesWrapper_r3xqg_338{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_r3xqg_346{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_r3xqg_346._green_r3xqg_351:before,._chartValuesTitle_r3xqg_346._dark_r3xqg_351:before,._chartValuesTitle_r3xqg_346._blue_r3xqg_351:before{content:"";border:2px solid #fff;border-radius:50%;width:13px;height:13px;margin-right:4px;display:inline-flex;position:relative;top:1px;box-shadow:0 2px 4px #00000014}._chartValuesTitle_r3xqg_346._green_r3xqg_351:before{background:#22c55e}._chartValuesTitle_r3xqg_346._dark_r3xqg_351:before{background:#475569}._chartValuesTitle_r3xqg_346._blue_r3xqg_351:before{background:#43e0f8}._topbar_r3xqg_373{justify-content:space-between;align-items:center;width:100%;padding:0 16px;display:flex}._logoWrapper_r3xqg_381{display:inline-flex}._logo_r3xqg_381{max-width:110px}._menuWrapper_r3xqg_389{display:flex}@media only screen and (width<=1340px){._menuWrapper_r3xqg_389{background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);flex-direction:column;width:265px;height:100vh;padding:64px 16px 0;display:none;position:absolute;top:0;right:0;box-shadow:-12px 1px 89px -41px #0000004d}._menuWrapper_r3xqg_389._opened_r3xqg_406{display:flex}}._menuItem_r3xqg_411{color:#fff;border-radius:30px;align-items:center;margin:0 8px;padding:8px 20px;font-family:Inter;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}@media only screen and (width<=1300px){._menuItem_r3xqg_411{flex:none;width:auto;margin-bottom:10px}}._menuItem_r3xqg_411 ._menuIcon_r3xqg_432{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_r3xqg_411 ._menuIconPerformance_r3xqg_437{fill:none}._menuItem_r3xqg_411 ._menuIconStroke_r3xqg_440{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_r3xqg_411._active_r3xqg_445,._menuItem_r3xqg_411:hover{color:#52c2fd;background:#fff}._menuItem_r3xqg_411._active_r3xqg_445 ._menuIcon_r3xqg_432:not(._menuIconStroke_r3xqg_440,._menuIconPerformance_r3xqg_437),._menuItem_r3xqg_411:hover ._menuIcon_r3xqg_432:not(._menuIconStroke_r3xqg_440,._menuIconPerformance_r3xqg_437){fill:#52c2fd}._menuItem_r3xqg_411._active_r3xqg_445 ._menuIconPerformance_r3xqg_437 path,._menuItem_r3xqg_411:hover ._menuIconPerformance_r3xqg_437 path{stroke:#59a6fd}._menuItem_r3xqg_411._active_r3xqg_445 ._menuIconStroke_r3xqg_440:not(._menuIcon_r3xqg_432),._menuItem_r3xqg_411:hover ._menuIconStroke_r3xqg_440:not(._menuIcon_r3xqg_432){stroke:#52c2fd}._redDot_r3xqg_459{color:#fff;background:#d73d3d;border-radius:50%;justify-content:center;align-items:center;width:14px;height:14px;font-size:8px;display:inline-flex;position:relative;top:-6px;right:-6px}._screenWrapper_r3xqg_474{justify-content:center;display:flex}._link_r3xqg_479{color:#2db2c8;cursor:pointer;text-decoration:underline}._leftNavWrapper_r3xqg_485{flex-wrap:wrap;align-items:center;gap:12px;display:flex}._selectWrapper_r3xqg_492{width:330px!important;margin:0!important}._actionButton_r3xqg_497,._scheduleButtonContainer_r3xqg_498{flex-shrink:0}._tableNavItem_r3xqg_114{margin:0}@media only screen and (width<=768px){._tableNavWrapper_r3xqg_100{align-items:flex-start}._leftNavWrapper_r3xqg_485,._tableNavButtonsWrapper_r3xqg_109{width:100%}._leftNavWrapper_r3xqg_485{align-items:stretch}._selectWrapper_r3xqg_492{width:100%!important}._actionButton_r3xqg_497,._scheduleButtonContainer_r3xqg_498,._tableNavButtonsWrapper_r3xqg_109{margin-left:0!important}._tableNavButtonsWrapper_r3xqg_109{flex-wrap:wrap;gap:12px}}._messageCenterContentWrapper_r3xqg_530 .rowWithSubRows .rowNavWrapper .rowNavButtonsContainer{background-color:#e1f8fc}._messageCenterRemoveButtonContainer_r3xqg_534{background-color:#0000;gap:0}._messageCenterRemoveButtonContainer_r3xqg_534 span{width:28px;height:28px;padding:4px}._messageCenterRemoveButtonContainer_r3xqg_534 span:hover{background-color:#0000}._messageCenterRemoveButtonContainer_r3xqg_534 span:hover svg path{stroke:#b91c1c}._optInOutStatus_k81c7_1{font-size:14px;font-weight:400}._Opted-in_k81c7_6{color:#22c55e}._Opted-out_k81c7_10{color:#64748b}._tooltip_k81c7_14{z-index:1500;max-width:220px;font-size:.75rem;border:1px solid #e2e8f0!important;border-radius:6px!important;padding:4px 10px!important}._tooltipArrow_k81c7_23{display:none}._authButtonsWrapper_kiiqx_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_kiiqx_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_kiiqx_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;top:0;left:0}._fieldWrapper_kiiqx_23{width:100%;margin-bottom:16px}._fieldWrapper_kiiqx_23:last-child{margin-bottom:0}._fieldLabel_kiiqx_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_kiiqx_36{margin-top:8px;font-size:.75rem}._field_kiiqx_23{width:100%;position:relative}._fieldLabelNew_kiiqx_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_kiiqx_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_kiiqx_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_kiiqx_52[type=password]{font-size:18px}._inputNew_kiiqx_52:focus,._inputNew_kiiqx_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_kiiqx_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_kiiqx_52:disabled::placeholder{color:#cbd5e1}._inputNew_kiiqx_52._error_kiiqx_7{border:1px solid #ef4444}._inputNew_kiiqx_52._error_kiiqx_7:focus,._inputNew_kiiqx_52._error_kiiqx_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_kiiqx_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_kiiqx_90{width:calc(50% - 8px)}._tableNavWrapper_kiiqx_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_kiiqx_109{align-items:center;display:flex}._tableNavItem_kiiqx_114{margin:0 6px}._modalContent_kiiqx_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_kiiqx_118._center_kiiqx_125{text-align:center;font-family:Inter}._modalContent_kiiqx_118._settings_kiiqx_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_kiiqx_118._settingsIntegration_kiiqx_133,._modalContent_kiiqx_118._performanceTestModalContent_kiiqx_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_kiiqx_118._monitoringReportContent_kiiqx_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_kiiqx_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_kiiqx_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_kiiqx_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_kiiqx_158:after,._modalLine_kiiqx_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_kiiqx_158:before{left:-20px}._modalLine_kiiqx_158:after{right:-20px}._infoMessage_kiiqx_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_kiiqx_181:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._modalFooter_kiiqx_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_kiiqx_196._buttonsAutoWidth_kiiqx_203{justify-content:flex-end}._modalFooter_kiiqx_196._buttonsAutoWidth_kiiqx_203 button,._modalFooter_kiiqx_196._buttonsAutoWidth_kiiqx_203 span{margin-left:12px}._fullWidthTitle_kiiqx_211{text-transform:uppercase;color:#64748b;background:#f8fafc;width:calc(100% + 40px);margin-bottom:20px;margin-left:-20px;padding:8px 20px;font-size:.75rem;line-height:1}._widgetsWrapper_kiiqx_223{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_kiiqx_230{background:#fff;border:1px solid #e2e8f0;border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_kiiqx_230{padding:0 16px 15px}}._widgetHeader_kiiqx_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_kiiqx_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_kiiqx_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_kiiqx_266{align-items:center;height:180px;display:flex}._widgetFooter_kiiqx_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_kiiqx_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_kiiqx_279:last-child{border:none}._widgetMainValue_kiiqx_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_kiiqx_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_kiiqx_303{color:#64748b;font-size:.75rem}._widgetLoader_kiiqx_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_kiiqx_315{opacity:.5;cursor:default}._widgetAddress_kiiqx_320{color:#64748b;font-size:.75rem}._widgetTag_kiiqx_325{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_kiiqx_333{color:#0f172a;font-weight:500}._chartValuesWrapper_kiiqx_338{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_kiiqx_346{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_kiiqx_346._green_kiiqx_351:before,._chartValuesTitle_kiiqx_346._dark_kiiqx_351:before,._chartValuesTitle_kiiqx_346._blue_kiiqx_351:before{content:"";border:2px solid #fff;border-radius:50%;width:13px;height:13px;margin-right:4px;display:inline-flex;position:relative;top:1px;box-shadow:0 2px 4px #00000014}._chartValuesTitle_kiiqx_346._green_kiiqx_351:before{background:#22c55e}._chartValuesTitle_kiiqx_346._dark_kiiqx_351:before{background:#475569}._chartValuesTitle_kiiqx_346._blue_kiiqx_351:before{background:#43e0f8}._topbar_kiiqx_373{justify-content:space-between;align-items:center;width:100%;padding:0 16px;display:flex}._logoWrapper_kiiqx_381{display:inline-flex}._logo_kiiqx_381{max-width:110px}._menuWrapper_kiiqx_389{display:flex}@media only screen and (width<=1340px){._menuWrapper_kiiqx_389{background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);flex-direction:column;width:265px;height:100vh;padding:64px 16px 0;display:none;position:absolute;top:0;right:0;box-shadow:-12px 1px 89px -41px #0000004d}._menuWrapper_kiiqx_389._opened_kiiqx_406{display:flex}}._menuItem_kiiqx_411{color:#fff;border-radius:30px;align-items:center;margin:0 8px;padding:8px 20px;font-family:Inter;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}@media only screen and (width<=1300px){._menuItem_kiiqx_411{flex:none;width:auto;margin-bottom:10px}}._menuItem_kiiqx_411 ._menuIcon_kiiqx_432{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_kiiqx_411 ._menuIconPerformance_kiiqx_437{fill:none}._menuItem_kiiqx_411 ._menuIconStroke_kiiqx_440{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_kiiqx_411._active_kiiqx_445,._menuItem_kiiqx_411:hover{color:#52c2fd;background:#fff}._menuItem_kiiqx_411._active_kiiqx_445 ._menuIcon_kiiqx_432:not(._menuIconStroke_kiiqx_440,._menuIconPerformance_kiiqx_437),._menuItem_kiiqx_411:hover ._menuIcon_kiiqx_432:not(._menuIconStroke_kiiqx_440,._menuIconPerformance_kiiqx_437){fill:#52c2fd}._menuItem_kiiqx_411._active_kiiqx_445 ._menuIconPerformance_kiiqx_437 path,._menuItem_kiiqx_411:hover ._menuIconPerformance_kiiqx_437 path{stroke:#59a6fd}._menuItem_kiiqx_411._active_kiiqx_445 ._menuIconStroke_kiiqx_440:not(._menuIcon_kiiqx_432),._menuItem_kiiqx_411:hover ._menuIconStroke_kiiqx_440:not(._menuIcon_kiiqx_432){stroke:#52c2fd}._redDot_kiiqx_459{color:#fff;background:#d73d3d;border-radius:50%;justify-content:center;align-items:center;width:14px;height:14px;font-size:8px;display:inline-flex;position:relative;top:-6px;right:-6px}._screenWrapper_kiiqx_474{justify-content:center;display:flex}._link_kiiqx_479{color:#2db2c8;cursor:pointer;text-decoration:underline}._detailsWrapper_kiiqx_485{margin-top:12px;display:flex}._detailsItem_kiiqx_490{border:1px solid #e2e8f0;border-radius:12px;min-width:115px;max-width:400px;margin-right:12px;padding:16px}@media (width<=900px){._detailsItem_kiiqx_490{min-width:90px}}._detailsTitle_kiiqx_504{color:#64748b;word-break:normal;overflow-wrap:anywhere;align-items:center;margin-bottom:8px;font-size:.875rem;font-weight:400;display:flex}._detailsIcon_kiiqx_515{margin-right:4px}._detailsText_kiiqx_519{word-break:normal;overflow-wrap:anywhere;font-size:.875rem;font-weight:500}._detailsText_kiiqx_519 ul li ul,._detailsText_kiiqx_519 ul li ol{padding-left:20px}._authButtonsWrapper_18l8j_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_18l8j_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_18l8j_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;top:0;left:0}._fieldWrapper_18l8j_23{width:100%;margin-bottom:16px}._fieldWrapper_18l8j_23:last-child{margin-bottom:0}._fieldLabel_18l8j_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_18l8j_36{margin-top:8px;font-size:.75rem}._field_18l8j_23{width:100%;position:relative}._fieldLabelNew_18l8j_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_18l8j_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_18l8j_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_18l8j_52[type=password]{font-size:18px}._inputNew_18l8j_52:focus,._inputNew_18l8j_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_18l8j_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_18l8j_52:disabled::placeholder{color:#cbd5e1}._inputNew_18l8j_52._error_18l8j_7{border:1px solid #ef4444}._inputNew_18l8j_52._error_18l8j_7:focus,._inputNew_18l8j_52._error_18l8j_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_18l8j_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_18l8j_90{width:calc(50% - 8px)}._tableNavWrapper_18l8j_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_18l8j_109{align-items:center;display:flex}._tableNavItem_18l8j_114{margin:0 6px}._modalContent_18l8j_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_18l8j_118._center_18l8j_125{text-align:center;font-family:Inter}._modalContent_18l8j_118._settings_18l8j_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_18l8j_118._settingsIntegration_18l8j_133,._modalContent_18l8j_118._performanceTestModalContent_18l8j_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_18l8j_118._monitoringReportContent_18l8j_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_18l8j_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_18l8j_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_18l8j_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_18l8j_158:after,._modalLine_18l8j_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_18l8j_158:before{left:-20px}._modalLine_18l8j_158:after{right:-20px}._infoMessage_18l8j_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_18l8j_181:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._modalFooter_18l8j_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_18l8j_196._buttonsAutoWidth_18l8j_203{justify-content:flex-end}._modalFooter_18l8j_196._buttonsAutoWidth_18l8j_203 button,._modalFooter_18l8j_196._buttonsAutoWidth_18l8j_203 span{margin-left:12px}._fullWidthTitle_18l8j_211{text-transform:uppercase;color:#64748b;background:#f8fafc;width:calc(100% + 40px);margin-bottom:20px;margin-left:-20px;padding:8px 20px;font-size:.75rem;line-height:1}._widgetsWrapper_18l8j_223{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_18l8j_230{background:#fff;border:1px solid #e2e8f0;border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_18l8j_230{padding:0 16px 15px}}._widgetHeader_18l8j_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_18l8j_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_18l8j_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_18l8j_266{align-items:center;height:180px;display:flex}._widgetFooter_18l8j_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_18l8j_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_18l8j_279:last-child{border:none}._widgetMainValue_18l8j_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_18l8j_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_18l8j_303{color:#64748b;font-size:.75rem}._widgetLoader_18l8j_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_18l8j_315{opacity:.5;cursor:default}._widgetAddress_18l8j_320{color:#64748b;font-size:.75rem}._widgetTag_18l8j_325{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_18l8j_333{color:#0f172a;font-weight:500}._chartValuesWrapper_18l8j_338{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_18l8j_346{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_18l8j_346._green_18l8j_351:before,._chartValuesTitle_18l8j_346._dark_18l8j_351:before,._chartValuesTitle_18l8j_346._blue_18l8j_351:before{content:"";border:2px solid #fff;border-radius:50%;width:13px;height:13px;margin-right:4px;display:inline-flex;position:relative;top:1px;box-shadow:0 2px 4px #00000014}._chartValuesTitle_18l8j_346._green_18l8j_351:before{background:#22c55e}._chartValuesTitle_18l8j_346._dark_18l8j_351:before{background:#475569}._chartValuesTitle_18l8j_346._blue_18l8j_351:before{background:#43e0f8}._topbar_18l8j_373{justify-content:space-between;align-items:center;width:100%;padding:0 16px;display:flex}._logoWrapper_18l8j_381{display:inline-flex}._logo_18l8j_381{max-width:110px}._menuWrapper_18l8j_389{display:flex}@media only screen and (width<=1340px){._menuWrapper_18l8j_389{background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);flex-direction:column;width:265px;height:100vh;padding:64px 16px 0;display:none;position:absolute;top:0;right:0;box-shadow:-12px 1px 89px -41px #0000004d}._menuWrapper_18l8j_389._opened_18l8j_406{display:flex}}._menuItem_18l8j_411{color:#fff;border-radius:30px;align-items:center;margin:0 8px;padding:8px 20px;font-family:Inter;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}@media only screen and (width<=1300px){._menuItem_18l8j_411{flex:none;width:auto;margin-bottom:10px}}._menuItem_18l8j_411 ._menuIcon_18l8j_432{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_18l8j_411 ._menuIconPerformance_18l8j_437{fill:none}._menuItem_18l8j_411 ._menuIconStroke_18l8j_440{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_18l8j_411._active_18l8j_445,._menuItem_18l8j_411:hover{color:#52c2fd;background:#fff}._menuItem_18l8j_411._active_18l8j_445 ._menuIcon_18l8j_432:not(._menuIconStroke_18l8j_440,._menuIconPerformance_18l8j_437),._menuItem_18l8j_411:hover ._menuIcon_18l8j_432:not(._menuIconStroke_18l8j_440,._menuIconPerformance_18l8j_437){fill:#52c2fd}._menuItem_18l8j_411._active_18l8j_445 ._menuIconPerformance_18l8j_437 path,._menuItem_18l8j_411:hover ._menuIconPerformance_18l8j_437 path{stroke:#59a6fd}._menuItem_18l8j_411._active_18l8j_445 ._menuIconStroke_18l8j_440:not(._menuIcon_18l8j_432),._menuItem_18l8j_411:hover ._menuIconStroke_18l8j_440:not(._menuIcon_18l8j_432){stroke:#52c2fd}._redDot_18l8j_459{color:#fff;background:#d73d3d;border-radius:50%;justify-content:center;align-items:center;width:14px;height:14px;font-size:8px;display:inline-flex;position:relative;top:-6px;right:-6px}._screenWrapper_18l8j_474{justify-content:center;display:flex}._link_18l8j_479{color:#2db2c8;cursor:pointer;text-decoration:underline}._alertStatus_18l8j_485{font-size:.875rem}._alertStatus_18l8j_485:before{display:none}._alertStatus_18l8j_485._pending_18l8j_491{color:#f59e0b}._alertStatus_18l8j_485._failed_18l8j_494{color:#ef4444}._alertStatus_18l8j_485._delivered_18l8j_497{color:#2db2c8}.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{margin-bottom:10px;font-size:2.25rem}.mdxeditor-root-contenteditable h2{margin-bottom:10px;font-size:1.75rem}.mdxeditor-root-contenteditable h3{margin-bottom:10px;font-size:1.5rem}.mdxeditor-root-contenteditable h4{margin-bottom:10px;font-size:1.25rem}.mdxeditor-root-contenteditable h5{margin-bottom:10px;font-size:1rem}.mdxeditor-root-contenteditable h6{margin-bottom:10px;font-size:.75rem}._authButtonsWrapper_q3d0m_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_q3d0m_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_q3d0m_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;top:0;left:0}._fieldWrapper_q3d0m_23{width:100%;margin-bottom:16px}._fieldWrapper_q3d0m_23:last-child{margin-bottom:0}._fieldLabel_q3d0m_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_q3d0m_36{margin-top:8px;font-size:.75rem}._field_q3d0m_23{width:100%;position:relative}._fieldLabelNew_q3d0m_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_q3d0m_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_q3d0m_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_q3d0m_52[type=password]{font-size:18px}._inputNew_q3d0m_52:focus,._inputNew_q3d0m_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_q3d0m_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_q3d0m_52:disabled::placeholder{color:#cbd5e1}._inputNew_q3d0m_52._error_q3d0m_7{border:1px solid #ef4444}._inputNew_q3d0m_52._error_q3d0m_7:focus,._inputNew_q3d0m_52._error_q3d0m_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_q3d0m_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_q3d0m_90{width:calc(50% - 8px)}._tableNavWrapper_q3d0m_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_q3d0m_109{align-items:center;display:flex}._tableNavItem_q3d0m_114{margin:0 6px}._modalContent_q3d0m_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_q3d0m_118._center_q3d0m_125{text-align:center;font-family:Inter}._modalContent_q3d0m_118._settings_q3d0m_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_q3d0m_118._settingsIntegration_q3d0m_133,._modalContent_q3d0m_118._performanceTestModalContent_q3d0m_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_q3d0m_118._monitoringReportContent_q3d0m_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_q3d0m_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_q3d0m_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_q3d0m_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_q3d0m_158:after,._modalLine_q3d0m_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_q3d0m_158:before{left:-20px}._modalLine_q3d0m_158:after{right:-20px}._infoMessage_q3d0m_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_q3d0m_181:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._modalFooter_q3d0m_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_q3d0m_196._buttonsAutoWidth_q3d0m_203{justify-content:flex-end}._modalFooter_q3d0m_196._buttonsAutoWidth_q3d0m_203 button,._modalFooter_q3d0m_196._buttonsAutoWidth_q3d0m_203 span{margin-left:12px}._fullWidthTitle_q3d0m_211{text-transform:uppercase;color:#64748b;background:#f8fafc;width:calc(100% + 40px);margin-bottom:20px;margin-left:-20px;padding:8px 20px;font-size:.75rem;line-height:1}._widgetsWrapper_q3d0m_223{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_q3d0m_230{background:#fff;border:1px solid #e2e8f0;border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_q3d0m_230{padding:0 16px 15px}}._widgetHeader_q3d0m_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_q3d0m_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_q3d0m_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_q3d0m_266{align-items:center;height:180px;display:flex}._widgetFooter_q3d0m_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_q3d0m_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_q3d0m_279:last-child{border:none}._widgetMainValue_q3d0m_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_q3d0m_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_q3d0m_303{color:#64748b;font-size:.75rem}._widgetLoader_q3d0m_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_q3d0m_315{opacity:.5;cursor:default}._widgetAddress_q3d0m_320{color:#64748b;font-size:.75rem}._widgetTag_q3d0m_325{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_q3d0m_333{color:#0f172a;font-weight:500}._chartValuesWrapper_q3d0m_338{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_q3d0m_346{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_q3d0m_346._green_q3d0m_351:before,._chartValuesTitle_q3d0m_346._dark_q3d0m_351:before,._chartValuesTitle_q3d0m_346._blue_q3d0m_351:before{content:"";border:2px solid #fff;border-radius:50%;width:13px;height:13px;margin-right:4px;display:inline-flex;position:relative;top:1px;box-shadow:0 2px 4px #00000014}._chartValuesTitle_q3d0m_346._green_q3d0m_351:before{background:#22c55e}._chartValuesTitle_q3d0m_346._dark_q3d0m_351:before{background:#475569}._chartValuesTitle_q3d0m_346._blue_q3d0m_351:before{background:#43e0f8}._topbar_q3d0m_373{justify-content:space-between;align-items:center;width:100%;padding:0 16px;display:flex}._logoWrapper_q3d0m_381{display:inline-flex}._logo_q3d0m_381{max-width:110px}._menuWrapper_q3d0m_389{display:flex}@media only screen and (width<=1340px){._menuWrapper_q3d0m_389{background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);flex-direction:column;width:265px;height:100vh;padding:64px 16px 0;display:none;position:absolute;top:0;right:0;box-shadow:-12px 1px 89px -41px #0000004d}._menuWrapper_q3d0m_389._opened_q3d0m_406{display:flex}}._menuItem_q3d0m_411{color:#fff;border-radius:30px;align-items:center;margin:0 8px;padding:8px 20px;font-family:Inter;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}@media only screen and (width<=1300px){._menuItem_q3d0m_411{flex:none;width:auto;margin-bottom:10px}}._menuItem_q3d0m_411 ._menuIcon_q3d0m_432{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_q3d0m_411 ._menuIconPerformance_q3d0m_437{fill:none}._menuItem_q3d0m_411 ._menuIconStroke_q3d0m_440{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_q3d0m_411._active_q3d0m_445,._menuItem_q3d0m_411:hover{color:#52c2fd;background:#fff}._menuItem_q3d0m_411._active_q3d0m_445 ._menuIcon_q3d0m_432:not(._menuIconStroke_q3d0m_440,._menuIconPerformance_q3d0m_437),._menuItem_q3d0m_411:hover ._menuIcon_q3d0m_432:not(._menuIconStroke_q3d0m_440,._menuIconPerformance_q3d0m_437){fill:#52c2fd}._menuItem_q3d0m_411._active_q3d0m_445 ._menuIconPerformance_q3d0m_437 path,._menuItem_q3d0m_411:hover ._menuIconPerformance_q3d0m_437 path{stroke:#59a6fd}._menuItem_q3d0m_411._active_q3d0m_445 ._menuIconStroke_q3d0m_440:not(._menuIcon_q3d0m_432),._menuItem_q3d0m_411:hover ._menuIconStroke_q3d0m_440:not(._menuIcon_q3d0m_432){stroke:#52c2fd}._redDot_q3d0m_459{color:#fff;background:#d73d3d;border-radius:50%;justify-content:center;align-items:center;width:14px;height:14px;font-size:8px;display:inline-flex;position:relative;top:-6px;right:-6px}._screenWrapper_q3d0m_474{justify-content:center;display:flex}._link_q3d0m_479{color:#2db2c8;cursor:pointer;text-decoration:underline}._editor_q3d0m_485{border:1px solid #dde4ee;border-radius:10px;width:100%;height:170px;padding-left:15px;padding-right:50px;font-family:Inter;font-size:.875rem;overflow-y:auto}._editor_q3d0m_485:focus,._editor_q3d0m_485:active{border:1px solid #a7b8d0}._editor_q3d0m_485._error_q3d0m_7{border:1px solid #ef4444}._editor_q3d0m_485._error_q3d0m_7:focus,._editor_q3d0m_485._error_q3d0m_7:active{box-shadow:none;border-color:#ef4444}._authButtonsWrapper_11420_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_11420_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_11420_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;top:0;left:0}._fieldWrapper_11420_23{width:100%;margin-bottom:16px}._fieldWrapper_11420_23:last-child{margin-bottom:0}._fieldLabel_11420_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_11420_36{margin-top:8px;font-size:.75rem}._field_11420_23{width:100%;position:relative}._fieldLabelNew_11420_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_11420_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_11420_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_11420_52[type=password]{font-size:18px}._inputNew_11420_52:focus,._inputNew_11420_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_11420_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_11420_52:disabled::placeholder{color:#cbd5e1}._inputNew_11420_52._error_11420_7{border:1px solid #ef4444}._inputNew_11420_52._error_11420_7:focus,._inputNew_11420_52._error_11420_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_11420_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_11420_90{width:calc(50% - 8px)}._tableNavWrapper_11420_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_11420_109{align-items:center;display:flex}._tableNavItem_11420_114{margin:0 6px}._modalContent_11420_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_11420_118._center_11420_125{text-align:center;font-family:Inter}._modalContent_11420_118._settings_11420_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_11420_118._settingsIntegration_11420_133,._modalContent_11420_118._performanceTestModalContent_11420_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_11420_118._monitoringReportContent_11420_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_11420_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_11420_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_11420_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_11420_158:after,._modalLine_11420_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_11420_158:before{left:-20px}._modalLine_11420_158:after{right:-20px}._infoMessage_11420_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_11420_181:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._modalFooter_11420_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_11420_196._buttonsAutoWidth_11420_203{justify-content:flex-end}._modalFooter_11420_196._buttonsAutoWidth_11420_203 button,._modalFooter_11420_196._buttonsAutoWidth_11420_203 span{margin-left:12px}._fullWidthTitle_11420_211{text-transform:uppercase;color:#64748b;background:#f8fafc;width:calc(100% + 40px);margin-bottom:20px;margin-left:-20px;padding:8px 20px;font-size:.75rem;line-height:1}._widgetsWrapper_11420_223{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_11420_230{background:#fff;border:1px solid #e2e8f0;border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_11420_230{padding:0 16px 15px}}._widgetHeader_11420_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_11420_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_11420_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_11420_266{align-items:center;height:180px;display:flex}._widgetFooter_11420_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_11420_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_11420_279:last-child{border:none}._widgetMainValue_11420_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_11420_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_11420_303{color:#64748b;font-size:.75rem}._widgetLoader_11420_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_11420_315{opacity:.5;cursor:default}._widgetAddress_11420_320{color:#64748b;font-size:.75rem}._widgetTag_11420_325{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_11420_333{color:#0f172a;font-weight:500}._chartValuesWrapper_11420_338{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_11420_346{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_11420_346._green_11420_351:before,._chartValuesTitle_11420_346._dark_11420_351:before,._chartValuesTitle_11420_346._blue_11420_351:before{content:"";border:2px solid #fff;border-radius:50%;width:13px;height:13px;margin-right:4px;display:inline-flex;position:relative;top:1px;box-shadow:0 2px 4px #00000014}._chartValuesTitle_11420_346._green_11420_351:before{background:#22c55e}._chartValuesTitle_11420_346._dark_11420_351:before{background:#475569}._chartValuesTitle_11420_346._blue_11420_351:before{background:#43e0f8}._topbar_11420_373{justify-content:space-between;align-items:center;width:100%;padding:0 16px;display:flex}._logoWrapper_11420_381{display:inline-flex}._logo_11420_381{max-width:110px}._menuWrapper_11420_389{display:flex}@media only screen and (width<=1340px){._menuWrapper_11420_389{background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);flex-direction:column;width:265px;height:100vh;padding:64px 16px 0;display:none;position:absolute;top:0;right:0;box-shadow:-12px 1px 89px -41px #0000004d}._menuWrapper_11420_389._opened_11420_406{display:flex}}._menuItem_11420_411{color:#fff;border-radius:30px;align-items:center;margin:0 8px;padding:8px 20px;font-family:Inter;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}@media only screen and (width<=1300px){._menuItem_11420_411{flex:none;width:auto;margin-bottom:10px}}._menuItem_11420_411 ._menuIcon_11420_432{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_11420_411 ._menuIconPerformance_11420_437{fill:none}._menuItem_11420_411 ._menuIconStroke_11420_440{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_11420_411._active_11420_445,._menuItem_11420_411:hover{color:#52c2fd;background:#fff}._menuItem_11420_411._active_11420_445 ._menuIcon_11420_432:not(._menuIconStroke_11420_440,._menuIconPerformance_11420_437),._menuItem_11420_411:hover ._menuIcon_11420_432:not(._menuIconStroke_11420_440,._menuIconPerformance_11420_437){fill:#52c2fd}._menuItem_11420_411._active_11420_445 ._menuIconPerformance_11420_437 path,._menuItem_11420_411:hover ._menuIconPerformance_11420_437 path{stroke:#59a6fd}._menuItem_11420_411._active_11420_445 ._menuIconStroke_11420_440:not(._menuIcon_11420_432),._menuItem_11420_411:hover ._menuIconStroke_11420_440:not(._menuIcon_11420_432){stroke:#52c2fd}._redDot_11420_459{color:#fff;background:#d73d3d;border-radius:50%;justify-content:center;align-items:center;width:14px;height:14px;font-size:8px;display:inline-flex;position:relative;top:-6px;right:-6px}._screenWrapper_11420_474{justify-content:center;display:flex}._link_11420_479{color:#2db2c8;cursor:pointer;text-decoration:underline}._messageFormWrapper_11420_485{border:1px solid #e2e8f0;border-radius:20px;height:100%;padding:20px}._titleImput_11420_492{color:#475569;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;width:100%;height:48px;padding:12px;font-size:1rem}._titleImput_11420_492._error_11420_7{border:1px solid #ef4444}._titleImput_11420_492._error_11420_7:focus,._titleImput_11420_492._error_11420_7:active{box-shadow:none;border-color:#ef4444}._textareaWrapper_11420_510{margin-bottom:16px}._textareaLabel_11420_514{margin-top:16px;margin-bottom:4px;font-size:14px;display:block}._tooltip_11420_521 span{color:#000;font-size:14px!important}._repeatButtonsWrapper_11420_526{border-bottom:1px solid #f1f5f9;justify-content:space-between;margin:8px 0 16px;padding-bottom:16px;display:flex}._repeatButtons_11420_526{cursor:pointer;text-align:center;border:1px solid #e2e8f0;border-radius:10px;justify-content:center;align-items:center;width:calc(25% - 4px);height:32px;font-size:.875rem;font-weight:500;transition:all .15s;display:inline-flex}._repeatButtons_11420_526:hover,._repeatButtons_11420_526._active_11420_445{background:#ebfcff;border-color:#43e0f8}._submitButtonWrapper_11420_553{justify-content:flex-end;align-items:center;display:flex}._noteText_11420_559{color:#64748b;margin-right:auto;font-size:12px}._symbolsCount_11420_565{text-align:right;color:#64748b;width:100%;margin-top:4px;font-size:14px}._authButtonsWrapper_1j421_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_1j421_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_1j421_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;top:0;left:0}._fieldWrapper_1j421_23{width:100%;margin-bottom:16px}._fieldWrapper_1j421_23:last-child{margin-bottom:0}._fieldLabel_1j421_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_1j421_36{margin-top:8px;font-size:.75rem}._field_1j421_23{width:100%;position:relative}._fieldLabelNew_1j421_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_1j421_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_1j421_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_1j421_52[type=password]{font-size:18px}._inputNew_1j421_52:focus,._inputNew_1j421_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_1j421_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_1j421_52:disabled::placeholder{color:#cbd5e1}._inputNew_1j421_52._error_1j421_7{border:1px solid #ef4444}._inputNew_1j421_52._error_1j421_7:focus,._inputNew_1j421_52._error_1j421_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_1j421_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_1j421_90{width:calc(50% - 8px)}._tableNavWrapper_1j421_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_1j421_109{align-items:center;display:flex}._tableNavItem_1j421_114{margin:0 6px}._modalContent_1j421_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_1j421_118._center_1j421_125{text-align:center;font-family:Inter}._modalContent_1j421_118._settings_1j421_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_1j421_118._settingsIntegration_1j421_133,._modalContent_1j421_118._performanceTestModalContent_1j421_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_1j421_118._monitoringReportContent_1j421_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_1j421_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_1j421_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_1j421_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_1j421_158:after,._modalLine_1j421_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_1j421_158:before{left:-20px}._modalLine_1j421_158:after{right:-20px}._infoMessage_1j421_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_1j421_181:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._modalFooter_1j421_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_1j421_196._buttonsAutoWidth_1j421_203{justify-content:flex-end}._modalFooter_1j421_196._buttonsAutoWidth_1j421_203 button,._modalFooter_1j421_196._buttonsAutoWidth_1j421_203 span{margin-left:12px}._fullWidthTitle_1j421_211{text-transform:uppercase;color:#64748b;background:#f8fafc;width:calc(100% + 40px);margin-bottom:20px;margin-left:-20px;padding:8px 20px;font-size:.75rem;line-height:1}._widgetsWrapper_1j421_223{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_1j421_230{background:#fff;border:1px solid #e2e8f0;border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_1j421_230{padding:0 16px 15px}}._widgetHeader_1j421_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_1j421_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_1j421_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_1j421_266{align-items:center;height:180px;display:flex}._widgetFooter_1j421_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_1j421_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_1j421_279:last-child{border:none}._widgetMainValue_1j421_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_1j421_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_1j421_303{color:#64748b;font-size:.75rem}._widgetLoader_1j421_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_1j421_315{opacity:.5;cursor:default}._widgetAddress_1j421_320{color:#64748b;font-size:.75rem}._widgetTag_1j421_325{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_1j421_333{color:#0f172a;font-weight:500}._chartValuesWrapper_1j421_338{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_1j421_346{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_1j421_346._green_1j421_351:before,._chartValuesTitle_1j421_346._dark_1j421_351:before,._chartValuesTitle_1j421_346._blue_1j421_351:before{content:"";border:2px solid #fff;border-radius:50%;width:13px;height:13px;margin-right:4px;display:inline-flex;position:relative;top:1px;box-shadow:0 2px 4px #00000014}._chartValuesTitle_1j421_346._green_1j421_351:before{background:#22c55e}._chartValuesTitle_1j421_346._dark_1j421_351:before{background:#475569}._chartValuesTitle_1j421_346._blue_1j421_351:before{background:#43e0f8}._topbar_1j421_373{justify-content:space-between;align-items:center;width:100%;padding:0 16px;display:flex}._logoWrapper_1j421_381{display:inline-flex}._logo_1j421_381{max-width:110px}._menuWrapper_1j421_389{display:flex}@media only screen and (width<=1340px){._menuWrapper_1j421_389{background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);flex-direction:column;width:265px;height:100vh;padding:64px 16px 0;display:none;position:absolute;top:0;right:0;box-shadow:-12px 1px 89px -41px #0000004d}._menuWrapper_1j421_389._opened_1j421_406{display:flex}}._menuItem_1j421_411{color:#fff;border-radius:30px;align-items:center;margin:0 8px;padding:8px 20px;font-family:Inter;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}@media only screen and (width<=1300px){._menuItem_1j421_411{flex:none;width:auto;margin-bottom:10px}}._menuItem_1j421_411 ._menuIcon_1j421_432{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_1j421_411 ._menuIconPerformance_1j421_437{fill:none}._menuItem_1j421_411 ._menuIconStroke_1j421_440{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_1j421_411._active_1j421_445,._menuItem_1j421_411:hover{color:#52c2fd;background:#fff}._menuItem_1j421_411._active_1j421_445 ._menuIcon_1j421_432:not(._menuIconStroke_1j421_440,._menuIconPerformance_1j421_437),._menuItem_1j421_411:hover ._menuIcon_1j421_432:not(._menuIconStroke_1j421_440,._menuIconPerformance_1j421_437){fill:#52c2fd}._menuItem_1j421_411._active_1j421_445 ._menuIconPerformance_1j421_437 path,._menuItem_1j421_411:hover ._menuIconPerformance_1j421_437 path{stroke:#59a6fd}._menuItem_1j421_411._active_1j421_445 ._menuIconStroke_1j421_440:not(._menuIcon_1j421_432),._menuItem_1j421_411:hover ._menuIconStroke_1j421_440:not(._menuIcon_1j421_432){stroke:#52c2fd}._redDot_1j421_459{color:#fff;background:#d73d3d;border-radius:50%;justify-content:center;align-items:center;width:14px;height:14px;font-size:8px;display:inline-flex;position:relative;top:-6px;right:-6px}._screenWrapper_1j421_474{justify-content:center;display:flex}._link_1j421_479{color:#2db2c8;cursor:pointer;text-decoration:underline}._templateList_1j421_485{border:1px solid #e2e8f0;border-radius:20px;height:100%;padding:20px;position:relative;overflow-y:auto}._table_1j421_100{min-height:100%;top:0}._tabsWrapper_1j421_499{background:#f1f5f9;border-radius:32px;width:100%;height:40px;margin-bottom:20px;padding:4px;display:inline-flex}._tab_1j421_100{color:#94a3b8;cursor:pointer;background:#f1f5f9;border-radius:32px;justify-content:center;align-items:center;width:50%;height:32px;margin-right:4px;padding:0 16px;font-size:14px;font-weight:500;display:inline-flex}._tab_1j421_100._active_1j421_445{color:#334155;background:#fff;box-shadow:0 1px 3px #3341550a,0 1px 2px #3341550a}._tab_1j421_100:last-child{margin-right:0}._tab_1j421_100._disabled_1j421_315{box-shadow:none;background:#f1f5f9}._tab_1j421_100._grey_1j421_536{box-shadow:none;color:#94a3b8;cursor:pointer;background:#f1f5f9}._messageTemplateButtonContainer_1j421_543{gap:0}._messageTemplateButtonContainer_1j421_543 span{width:28px;height:28px;padding:4px}._messageTemplateButtonContainer_1j421_543 span:hover{background-color:#0000}._messageTemplateButtonContainer_1j421_543 span:hover svg path{stroke:#0f172a}._authButtonsWrapper_bwbsp_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_bwbsp_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_bwbsp_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;top:0;left:0}._fieldWrapper_bwbsp_23{width:100%;margin-bottom:16px}._fieldWrapper_bwbsp_23:last-child{margin-bottom:0}._fieldLabel_bwbsp_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_bwbsp_36{margin-top:8px;font-size:.75rem}._field_bwbsp_23{width:100%;position:relative}._fieldLabelNew_bwbsp_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_bwbsp_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_bwbsp_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_bwbsp_52[type=password]{font-size:18px}._inputNew_bwbsp_52:focus,._inputNew_bwbsp_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_bwbsp_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_bwbsp_52:disabled::placeholder{color:#cbd5e1}._inputNew_bwbsp_52._error_bwbsp_7{border:1px solid #ef4444}._inputNew_bwbsp_52._error_bwbsp_7:focus,._inputNew_bwbsp_52._error_bwbsp_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_bwbsp_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_bwbsp_90{width:calc(50% - 8px)}._tableNavWrapper_bwbsp_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_bwbsp_109{align-items:center;display:flex}._tableNavItem_bwbsp_114{margin:0 6px}._modalContent_bwbsp_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_bwbsp_118._center_bwbsp_125{text-align:center;font-family:Inter}._modalContent_bwbsp_118._settings_bwbsp_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_bwbsp_118._settingsIntegration_bwbsp_133,._modalContent_bwbsp_118._performanceTestModalContent_bwbsp_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_bwbsp_118._monitoringReportContent_bwbsp_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_bwbsp_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_bwbsp_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_bwbsp_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_bwbsp_158:after,._modalLine_bwbsp_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_bwbsp_158:before{left:-20px}._modalLine_bwbsp_158:after{right:-20px}._infoMessage_bwbsp_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_bwbsp_181:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._modalFooter_bwbsp_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_bwbsp_196._buttonsAutoWidth_bwbsp_203{justify-content:flex-end}._modalFooter_bwbsp_196._buttonsAutoWidth_bwbsp_203 button,._modalFooter_bwbsp_196._buttonsAutoWidth_bwbsp_203 span{margin-left:12px}._fullWidthTitle_bwbsp_211{text-transform:uppercase;color:#64748b;background:#f8fafc;width:calc(100% + 40px);margin-bottom:20px;margin-left:-20px;padding:8px 20px;font-size:.75rem;line-height:1}._widgetsWrapper_bwbsp_223{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_bwbsp_230{background:#fff;border:1px solid #e2e8f0;border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_bwbsp_230{padding:0 16px 15px}}._widgetHeader_bwbsp_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_bwbsp_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_bwbsp_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_bwbsp_266{align-items:center;height:180px;display:flex}._widgetFooter_bwbsp_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_bwbsp_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_bwbsp_279:last-child{border:none}._widgetMainValue_bwbsp_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_bwbsp_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_bwbsp_303{color:#64748b;font-size:.75rem}._widgetLoader_bwbsp_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_bwbsp_315{opacity:.5;cursor:default}._widgetAddress_bwbsp_320{color:#64748b;font-size:.75rem}._widgetTag_bwbsp_325{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_bwbsp_333{color:#0f172a;font-weight:500}._chartValuesWrapper_bwbsp_338{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_bwbsp_346{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_bwbsp_346._green_bwbsp_351:before,._chartValuesTitle_bwbsp_346._dark_bwbsp_351:before,._chartValuesTitle_bwbsp_346._blue_bwbsp_351:before{content:"";border:2px solid #fff;border-radius:50%;width:13px;height:13px;margin-right:4px;display:inline-flex;position:relative;top:1px;box-shadow:0 2px 4px #00000014}._chartValuesTitle_bwbsp_346._green_bwbsp_351:before{background:#22c55e}._chartValuesTitle_bwbsp_346._dark_bwbsp_351:before{background:#475569}._chartValuesTitle_bwbsp_346._blue_bwbsp_351:before{background:#43e0f8}._topbar_bwbsp_373{justify-content:space-between;align-items:center;width:100%;padding:0 16px;display:flex}._logoWrapper_bwbsp_381{display:inline-flex}._logo_bwbsp_381{max-width:110px}._menuWrapper_bwbsp_389{display:flex}@media only screen and (width<=1340px){._menuWrapper_bwbsp_389{background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);flex-direction:column;width:265px;height:100vh;padding:64px 16px 0;display:none;position:absolute;top:0;right:0;box-shadow:-12px 1px 89px -41px #0000004d}._menuWrapper_bwbsp_389._opened_bwbsp_406{display:flex}}._menuItem_bwbsp_411{color:#fff;border-radius:30px;align-items:center;margin:0 8px;padding:8px 20px;font-family:Inter;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}@media only screen and (width<=1300px){._menuItem_bwbsp_411{flex:none;width:auto;margin-bottom:10px}}._menuItem_bwbsp_411 ._menuIcon_bwbsp_432{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_bwbsp_411 ._menuIconPerformance_bwbsp_437{fill:none}._menuItem_bwbsp_411 ._menuIconStroke_bwbsp_440{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_bwbsp_411._active_bwbsp_445,._menuItem_bwbsp_411:hover{color:#52c2fd;background:#fff}._menuItem_bwbsp_411._active_bwbsp_445 ._menuIcon_bwbsp_432:not(._menuIconStroke_bwbsp_440,._menuIconPerformance_bwbsp_437),._menuItem_bwbsp_411:hover ._menuIcon_bwbsp_432:not(._menuIconStroke_bwbsp_440,._menuIconPerformance_bwbsp_437){fill:#52c2fd}._menuItem_bwbsp_411._active_bwbsp_445 ._menuIconPerformance_bwbsp_437 path,._menuItem_bwbsp_411:hover ._menuIconPerformance_bwbsp_437 path{stroke:#59a6fd}._menuItem_bwbsp_411._active_bwbsp_445 ._menuIconStroke_bwbsp_440:not(._menuIcon_bwbsp_432),._menuItem_bwbsp_411:hover ._menuIconStroke_bwbsp_440:not(._menuIcon_bwbsp_432){stroke:#52c2fd}._redDot_bwbsp_459{color:#fff;background:#d73d3d;border-radius:50%;justify-content:center;align-items:center;width:14px;height:14px;font-size:8px;display:inline-flex;position:relative;top:-6px;right:-6px}._screenWrapper_bwbsp_474{justify-content:center;display:flex}._link_bwbsp_479{color:#2db2c8;cursor:pointer;text-decoration:underline}._deviceStatus_bwbsp_485:before{content:"";filter:drop-shadow(0 2px 4px #0000001f);border:2px solid #fff;border-radius:50%;width:12px;height:12px;margin-right:8px;display:inline-flex;position:relative;top:-1px}._deviceStatus_bwbsp_485._online_bwbsp_497:before{background:#22c55e}._deviceStatus_bwbsp_485._offline_bwbsp_500:before{background:#94a3b8}._authButtonsWrapper_e3cpc_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_e3cpc_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_e3cpc_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;top:0;left:0}._fieldWrapper_e3cpc_23{width:100%;margin-bottom:16px}._fieldWrapper_e3cpc_23:last-child{margin-bottom:0}._fieldLabel_e3cpc_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_e3cpc_36{margin-top:8px;font-size:.75rem}._field_e3cpc_23{width:100%;position:relative}._fieldLabelNew_e3cpc_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_e3cpc_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_e3cpc_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_e3cpc_52[type=password]{font-size:18px}._inputNew_e3cpc_52:focus,._inputNew_e3cpc_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_e3cpc_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_e3cpc_52:disabled::placeholder{color:#cbd5e1}._inputNew_e3cpc_52._error_e3cpc_7{border:1px solid #ef4444}._inputNew_e3cpc_52._error_e3cpc_7:focus,._inputNew_e3cpc_52._error_e3cpc_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_e3cpc_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_e3cpc_90{width:calc(50% - 8px)}._tableNavWrapper_e3cpc_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_e3cpc_109{align-items:center;display:flex}._tableNavItem_e3cpc_114{margin:0 6px}._modalContent_e3cpc_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_e3cpc_118._center_e3cpc_125{text-align:center;font-family:Inter}._modalContent_e3cpc_118._settings_e3cpc_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_e3cpc_118._settingsIntegration_e3cpc_133,._modalContent_e3cpc_118._performanceTestModalContent_e3cpc_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_e3cpc_118._monitoringReportContent_e3cpc_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_e3cpc_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_e3cpc_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_e3cpc_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_e3cpc_158:after,._modalLine_e3cpc_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_e3cpc_158:before{left:-20px}._modalLine_e3cpc_158:after{right:-20px}._infoMessage_e3cpc_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_e3cpc_181:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._modalFooter_e3cpc_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_e3cpc_196._buttonsAutoWidth_e3cpc_203{justify-content:flex-end}._modalFooter_e3cpc_196._buttonsAutoWidth_e3cpc_203 button,._modalFooter_e3cpc_196._buttonsAutoWidth_e3cpc_203 span{margin-left:12px}._fullWidthTitle_e3cpc_211{text-transform:uppercase;color:#64748b;background:#f8fafc;width:calc(100% + 40px);margin-bottom:20px;margin-left:-20px;padding:8px 20px;font-size:.75rem;line-height:1}._widgetsWrapper_e3cpc_223{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_e3cpc_230{background:#fff;border:1px solid #e2e8f0;border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_e3cpc_230{padding:0 16px 15px}}._widgetHeader_e3cpc_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_e3cpc_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_e3cpc_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_e3cpc_266{align-items:center;height:180px;display:flex}._widgetFooter_e3cpc_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_e3cpc_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_e3cpc_279:last-child{border:none}._widgetMainValue_e3cpc_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_e3cpc_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_e3cpc_303{color:#64748b;font-size:.75rem}._widgetLoader_e3cpc_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_e3cpc_315{opacity:.5;cursor:default}._widgetAddress_e3cpc_320{color:#64748b;font-size:.75rem}._widgetTag_e3cpc_325{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_e3cpc_333{color:#0f172a;font-weight:500}._chartValuesWrapper_e3cpc_338{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_e3cpc_346{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_e3cpc_346._green_e3cpc_351:before,._chartValuesTitle_e3cpc_346._dark_e3cpc_351:before,._chartValuesTitle_e3cpc_346._blue_e3cpc_351:before{content:"";border:2px solid #fff;border-radius:50%;width:13px;height:13px;margin-right:4px;display:inline-flex;position:relative;top:1px;box-shadow:0 2px 4px #00000014}._chartValuesTitle_e3cpc_346._green_e3cpc_351:before{background:#22c55e}._chartValuesTitle_e3cpc_346._dark_e3cpc_351:before{background:#475569}._chartValuesTitle_e3cpc_346._blue_e3cpc_351:before{background:#43e0f8}._topbar_e3cpc_373{justify-content:space-between;align-items:center;width:100%;padding:0 16px;display:flex}._logoWrapper_e3cpc_381{display:inline-flex}._logo_e3cpc_381{max-width:110px}._menuWrapper_e3cpc_389{display:flex}@media only screen and (width<=1340px){._menuWrapper_e3cpc_389{background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);flex-direction:column;width:265px;height:100vh;padding:64px 16px 0;display:none;position:absolute;top:0;right:0;box-shadow:-12px 1px 89px -41px #0000004d}._menuWrapper_e3cpc_389._opened_e3cpc_406{display:flex}}._menuItem_e3cpc_411{color:#fff;border-radius:30px;align-items:center;margin:0 8px;padding:8px 20px;font-family:Inter;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}@media only screen and (width<=1300px){._menuItem_e3cpc_411{flex:none;width:auto;margin-bottom:10px}}._menuItem_e3cpc_411 ._menuIcon_e3cpc_432{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_e3cpc_411 ._menuIconPerformance_e3cpc_437{fill:none}._menuItem_e3cpc_411 ._menuIconStroke_e3cpc_440{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_e3cpc_411._active_e3cpc_445,._menuItem_e3cpc_411:hover{color:#52c2fd;background:#fff}._menuItem_e3cpc_411._active_e3cpc_445 ._menuIcon_e3cpc_432:not(._menuIconStroke_e3cpc_440,._menuIconPerformance_e3cpc_437),._menuItem_e3cpc_411:hover ._menuIcon_e3cpc_432:not(._menuIconStroke_e3cpc_440,._menuIconPerformance_e3cpc_437){fill:#52c2fd}._menuItem_e3cpc_411._active_e3cpc_445 ._menuIconPerformance_e3cpc_437 path,._menuItem_e3cpc_411:hover ._menuIconPerformance_e3cpc_437 path{stroke:#59a6fd}._menuItem_e3cpc_411._active_e3cpc_445 ._menuIconStroke_e3cpc_440:not(._menuIcon_e3cpc_432),._menuItem_e3cpc_411:hover ._menuIconStroke_e3cpc_440:not(._menuIcon_e3cpc_432){stroke:#52c2fd}._redDot_e3cpc_459{color:#fff;background:#d73d3d;border-radius:50%;justify-content:center;align-items:center;width:14px;height:14px;font-size:8px;display:inline-flex;position:relative;top:-6px;right:-6px}._screenWrapper_e3cpc_474{justify-content:center;display:flex}._link_e3cpc_479{color:#2db2c8;cursor:pointer;text-decoration:underline}._statusContainer_e3cpc_485{flex-wrap:wrap;align-items:center;gap:8px;display:flex}._orderStatus_e3cpc_492{text-transform:uppercase;border-radius:20px;align-items:center;padding:2px 8px 2px 6px;font-size:.75rem;line-height:1;display:inline-flex;position:relative}._orderStatus_e3cpc_492:before{margin-right:2px;display:inline-flex;position:relative;top:1px}._orderStatus_e3cpc_492._new_e3cpc_508{color:#15803d;background:#dcfce7}._orderStatus_e3cpc_492._new_e3cpc_508:before{content:url("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_e3cpc_492._pending_e3cpc_515{color:#b45309;background:#fef3c7}._orderStatus_e3cpc_492._pending_e3cpc_515:before{content:url("data: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_e3cpc_492._confirmed_e3cpc_522{color:#134f66;background:#cdfcff}._orderStatus_e3cpc_492._confirmed_e3cpc_522:before{content:url("data: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_e3cpc_492._packed_e3cpc_529{color:#7e22ce;background:#f3e8ff}._orderStatus_e3cpc_492._packed_e3cpc_529:before{content:url("data: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_e3cpc_492._shipping_e3cpc_536{color:#2563eb;background:#dbeafe}._orderStatus_e3cpc_492._shipping_e3cpc_536:before{content:url("data: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_e3cpc_492._archived_e3cpc_543{color:#4338ca;background:#e0e7ff}._orderStatus_e3cpc_492._archived_e3cpc_543:before{content:url("data:image/svg+xml,%3csvg%20class='svg-icon'%20width='16'%20height='16'%20viewBox='0%200%201024%201024'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M325.808%20690.656a16%2016%200%201%201%200%2032%2016%2016%200%200%201%200-32zM325.808%20530.656a16%2016%200%201%201%200%2032%2016%2016%200%200%201%200-32zM405.808%20370.656h320a16%2016%200%201%201%200%2032h-320a16%2016%200%201%201%200-32zM325.808%20370.656a16%2016%200%201%201%200%2032%2016%2016%200%200%201%200-32z'%20stroke-width='36.4'%20stroke='%234338ca'%20fill='%234338ca'%20/%3e%3cpath%20d='M587.584%20242.656h-128c-30.88%200-56-25.12-56-56v-48c0-30.88%2025.12-56%2056-56h128c30.88%200%2056%2025.12%2056%2056v48c0%2030.88-25.136%2056-56%2056z%20m-128-128c-13.232%200-24%2010.768-24%2024v48c0%2013.232%2010.768%2024%2024%2024h128c13.232%200%2024-10.768%2024-24v-48c0-13.232-10.768-24-24-24h-128zM544%20915.296H325.904c-79.504%200-144.192-62.32-144.192-138.896v-491.52c0-76.576%2064.672-138.88%20144.192-138.88h31.168a16%2016%200%200%201%200%2032h-31.168c-61.856%200-112.192%2047.952-112.192%20106.88v491.52c0%2058.944%2050.336%20106.896%20112.192%20106.896H544a16%2016%200%201%201%200%2032z%20m309.904-309.296a16%2016%200%200%201-16-16V284.896c0-58.928-50.336-106.88-112.192-106.88h-31.408a16%2016%200%201%201%200-32h31.408c79.504%200%20144.192%2062.304%20144.192%20138.88v305.104a16%2016%200%200%201-16%2016z'%20stroke-width='36.4'%20stroke='%234338ca'%20fill='%234338ca'%20/%3e%3cpath%20d='M696.304%20965.664c-123.52%200-224-100.48-224-224s100.48-224%20224-224%20224%20100.48%20224%20224-100.496%20224-224%20224z%20m0-416c-105.872%200-192%2086.128-192%20192s86.128%20192%20192%20192%20192-86.128%20192-192-86.128-192-192-192z'%20stroke-width='36.4'%20stroke='%234338ca'%20fill='%234338ca'%20/%3e%3cpath%20d='M809.52%20662.464a15.984%2015.984%200%200%200-22.624%200l-124.528%20124.528-56.656-56.656a15.984%2015.984%200%201%200-22.624%2022.624l67.872%2067.872a15.952%2015.952%200%200%200%2011.408%204.672%2015.952%2015.952%200%200%200%2011.408-4.672l135.744-135.744a16%2016%200%200%200%200-22.624z'%20stroke-width='36.4'%20stroke='%234338ca'%20fill='%234338ca'%20/%3e%3cpath%20d='M493.744%20706.656c0%208.848-7.76%2016-17.328%2016h-69.296c-9.568%200-17.328-7.152-17.328-16%200-8.848%207.76-16%2017.328-16h69.296c9.584%200%2017.328%207.152%2017.328%2016zM630%20546.656c0%208.848-8.96%2016-20.016%2016h-200.16c-11.056%200-20.016-7.152-20.016-16%200-8.848%208.96-16%2020.016-16h200.16c11.056%200%2020.016%207.152%2020.016%2016z'%20stroke-width='36.4'%20stroke='%234338ca'%20fill='%234338ca'%20/%3e%3c/svg%3e")}._orderStatus_e3cpc_492._denied_e3cpc_550{color:#b91c1c;background:#fee2e2}._orderStatus_e3cpc_492._denied_e3cpc_550:before{content:url("data: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_e3cpc_492._canceled_e3cpc_557{color:#b91c1c;background:#fee2e2}._orderStatus_e3cpc_492._canceled_e3cpc_557:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M6.5%206.5L9.5%209.5M9.5%206.5L6.5%209.5M14%208C14%2011.3137%2011.3137%2014%208%2014C4.68629%2014%202%2011.3137%202%208C2%204.68629%204.68629%202%208%202C11.3137%202%2014%204.68629%2014%208Z'%20stroke='%23B91C1C'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e")}._ordersActionsWrapper_l5mje_1{background-color:#0000}._ordersActionsWrapper_l5mje_1 span{background-color:#f9fafc}._ordersActionsWrapper_l5mje_1 span._deleteAction_l5mje_7{background-color:#e2f8fc}._ordersActionsWrapper_l5mje_1 span._deleteAction_l5mje_7:hover svg path{stroke:#ef4444}._ordersActionsWrapper_l5mje_1 span._editAction_l5mje_13{background-color:#e2f8fc}._ordersActionsWrapper_l5mje_1 span._editAction_l5mje_13:hover{background-color:#d0edf2}._ordersActionsWrapper_l5mje_1 span._editAction_l5mje_13:hover svg path{stroke:#0f172a}._ordersActionsWrapper_l5mje_1._singleItem_l5mje_22 span{background-color:#f9fafc}._ordersActionsWrapper_l5mje_1._singleItem_l5mje_22 span:hover{background-color:#e2e8f0}._ordersActionsWrapper_l5mje_1._singleItem_l5mje_22 span:hover svg path{stroke:#0f172a}._ordersActionsWrapper_l5mje_1._singleItem_l5mje_22 span._deleteAction_l5mje_7{background-color:#f9fafc}._ordersActionsWrapper_l5mje_1._singleItem_l5mje_22 span._deleteAction_l5mje_7:hover svg path{stroke:#ef4444}._authButtonsWrapper_1bwff_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_1bwff_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_1bwff_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;top:0;left:0}._fieldWrapper_1bwff_23{width:100%;margin-bottom:16px}._fieldWrapper_1bwff_23:last-child{margin-bottom:0}._fieldLabel_1bwff_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_1bwff_36{margin-top:8px;font-size:.75rem}._field_1bwff_23{width:100%;position:relative}._fieldLabelNew_1bwff_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_1bwff_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_1bwff_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_1bwff_52[type=password]{font-size:18px}._inputNew_1bwff_52:focus,._inputNew_1bwff_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_1bwff_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_1bwff_52:disabled::placeholder{color:#cbd5e1}._inputNew_1bwff_52._error_1bwff_7{border:1px solid #ef4444}._inputNew_1bwff_52._error_1bwff_7:focus,._inputNew_1bwff_52._error_1bwff_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_1bwff_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_1bwff_90{width:calc(50% - 8px)}._tableNavWrapper_1bwff_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_1bwff_109{align-items:center;display:flex}._tableNavItem_1bwff_114{margin:0 6px}._modalContent_1bwff_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_1bwff_118._center_1bwff_125{text-align:center;font-family:Inter}._modalContent_1bwff_118._settings_1bwff_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_1bwff_118._settingsIntegration_1bwff_133,._modalContent_1bwff_118._performanceTestModalContent_1bwff_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_1bwff_118._monitoringReportContent_1bwff_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_1bwff_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_1bwff_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_1bwff_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_1bwff_158:after,._modalLine_1bwff_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_1bwff_158:before{left:-20px}._modalLine_1bwff_158:after{right:-20px}._infoMessage_1bwff_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_1bwff_181:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._modalFooter_1bwff_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_1bwff_196._buttonsAutoWidth_1bwff_203{justify-content:flex-end}._modalFooter_1bwff_196._buttonsAutoWidth_1bwff_203 button,._modalFooter_1bwff_196._buttonsAutoWidth_1bwff_203 span{margin-left:12px}._fullWidthTitle_1bwff_211{text-transform:uppercase;color:#64748b;background:#f8fafc;width:calc(100% + 40px);margin-bottom:20px;margin-left:-20px;padding:8px 20px;font-size:.75rem;line-height:1}._widgetsWrapper_1bwff_223{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_1bwff_230{background:#fff;border:1px solid #e2e8f0;border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_1bwff_230{padding:0 16px 15px}}._widgetHeader_1bwff_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_1bwff_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_1bwff_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_1bwff_266{align-items:center;height:180px;display:flex}._widgetFooter_1bwff_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_1bwff_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_1bwff_279:last-child{border:none}._widgetMainValue_1bwff_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_1bwff_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_1bwff_303{color:#64748b;font-size:.75rem}._widgetLoader_1bwff_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_1bwff_315{opacity:.5;cursor:default}._widgetAddress_1bwff_320{color:#64748b;font-size:.75rem}._widgetTag_1bwff_325{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_1bwff_333{color:#0f172a;font-weight:500}._chartValuesWrapper_1bwff_338{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_1bwff_346{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_1bwff_346._green_1bwff_351:before,._chartValuesTitle_1bwff_346._dark_1bwff_351:before,._chartValuesTitle_1bwff_346._blue_1bwff_351:before{content:"";border:2px solid #fff;border-radius:50%;width:13px;height:13px;margin-right:4px;display:inline-flex;position:relative;top:1px;box-shadow:0 2px 4px #00000014}._chartValuesTitle_1bwff_346._green_1bwff_351:before{background:#22c55e}._chartValuesTitle_1bwff_346._dark_1bwff_351:before{background:#475569}._chartValuesTitle_1bwff_346._blue_1bwff_351:before{background:#43e0f8}._topbar_1bwff_373{justify-content:space-between;align-items:center;width:100%;padding:0 16px;display:flex}._logoWrapper_1bwff_381{display:inline-flex}._logo_1bwff_381{max-width:110px}._menuWrapper_1bwff_389{display:flex}@media only screen and (width<=1340px){._menuWrapper_1bwff_389{background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);flex-direction:column;width:265px;height:100vh;padding:64px 16px 0;display:none;position:absolute;top:0;right:0;box-shadow:-12px 1px 89px -41px #0000004d}._menuWrapper_1bwff_389._opened_1bwff_406{display:flex}}._menuItem_1bwff_411{color:#fff;border-radius:30px;align-items:center;margin:0 8px;padding:8px 20px;font-family:Inter;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}@media only screen and (width<=1300px){._menuItem_1bwff_411{flex:none;width:auto;margin-bottom:10px}}._menuItem_1bwff_411 ._menuIcon_1bwff_432{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_1bwff_411 ._menuIconPerformance_1bwff_437{fill:none}._menuItem_1bwff_411 ._menuIconStroke_1bwff_440{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_1bwff_411._active_1bwff_445,._menuItem_1bwff_411:hover{color:#52c2fd;background:#fff}._menuItem_1bwff_411._active_1bwff_445 ._menuIcon_1bwff_432:not(._menuIconStroke_1bwff_440,._menuIconPerformance_1bwff_437),._menuItem_1bwff_411:hover ._menuIcon_1bwff_432:not(._menuIconStroke_1bwff_440,._menuIconPerformance_1bwff_437){fill:#52c2fd}._menuItem_1bwff_411._active_1bwff_445 ._menuIconPerformance_1bwff_437 path,._menuItem_1bwff_411:hover ._menuIconPerformance_1bwff_437 path{stroke:#59a6fd}._menuItem_1bwff_411._active_1bwff_445 ._menuIconStroke_1bwff_440:not(._menuIcon_1bwff_432),._menuItem_1bwff_411:hover ._menuIconStroke_1bwff_440:not(._menuIcon_1bwff_432){stroke:#52c2fd}._redDot_1bwff_459{color:#fff;background:#d73d3d;border-radius:50%;justify-content:center;align-items:center;width:14px;height:14px;font-size:8px;display:inline-flex;position:relative;top:-6px;right:-6px}._screenWrapper_1bwff_474{justify-content:center;display:flex}._link_1bwff_479{color:#2db2c8;cursor:pointer;text-decoration:underline}._modalBody_1y1p5_1{flex-direction:column;align-items:center;padding:16px;display:flex}._modalBody_1y1p5_1 h3{color:#0f172a;margin-bottom:4px;font-size:18px;font-weight:500;line-height:24px}._modalBody_1y1p5_1 p{color:#475569;font-size:14px;font-weight:400;line-height:20px}._iconWrapper_1y1p5_21{background-color:#fee2e2;border-radius:10px;justify-content:center;align-items:center;width:44px;height:44px;margin-bottom:16px;display:flex}._iconWrapper_1y1p5_21 svg{width:24px;height:24px}._iconWrapper_1y1p5_21 svg path{stroke:#b91c1c}._authButtonsWrapper_1brsv_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_1brsv_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_1brsv_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;top:0;left:0}._fieldWrapper_1brsv_23{width:100%;margin-bottom:16px}._fieldWrapper_1brsv_23:last-child{margin-bottom:0}._fieldLabel_1brsv_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_1brsv_36{margin-top:8px;font-size:.75rem}._field_1brsv_23{width:100%;position:relative}._fieldLabelNew_1brsv_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_1brsv_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_1brsv_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_1brsv_52[type=password]{font-size:18px}._inputNew_1brsv_52:focus,._inputNew_1brsv_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_1brsv_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_1brsv_52:disabled::placeholder{color:#cbd5e1}._inputNew_1brsv_52._error_1brsv_7{border:1px solid #ef4444}._inputNew_1brsv_52._error_1brsv_7:focus,._inputNew_1brsv_52._error_1brsv_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_1brsv_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_1brsv_90{width:calc(50% - 8px)}._tableNavWrapper_1brsv_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_1brsv_109{align-items:center;display:flex}._tableNavItem_1brsv_114{margin:0 6px}._modalContent_1brsv_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_1brsv_118._center_1brsv_125{text-align:center;font-family:Inter}._modalContent_1brsv_118._settings_1brsv_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_1brsv_118._settingsIntegration_1brsv_133,._modalContent_1brsv_118._performanceTestModalContent_1brsv_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_1brsv_118._monitoringReportContent_1brsv_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_1brsv_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_1brsv_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_1brsv_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_1brsv_158:after,._modalLine_1brsv_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_1brsv_158:before{left:-20px}._modalLine_1brsv_158:after{right:-20px}._infoMessage_1brsv_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_1brsv_181:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._modalFooter_1brsv_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_1brsv_196._buttonsAutoWidth_1brsv_203{justify-content:flex-end}._modalFooter_1brsv_196._buttonsAutoWidth_1brsv_203 button,._modalFooter_1brsv_196._buttonsAutoWidth_1brsv_203 span{margin-left:12px}._fullWidthTitle_1brsv_211{text-transform:uppercase;color:#64748b;background:#f8fafc;width:calc(100% + 40px);margin-bottom:20px;margin-left:-20px;padding:8px 20px;font-size:.75rem;line-height:1}._widgetsWrapper_1brsv_223{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_1brsv_230,._perfTestWidgetWrapper_1brsv_230{background:#fff;border:1px solid #e2e8f0;border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_1brsv_230,._perfTestWidgetWrapper_1brsv_230{padding:0 16px 15px}}._widgetHeader_1brsv_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_1brsv_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_1brsv_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_1brsv_266{align-items:center;height:180px;display:flex}._widgetFooter_1brsv_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_1brsv_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_1brsv_279:last-child{border:none}._widgetMainValue_1brsv_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_1brsv_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_1brsv_303{color:#64748b;font-size:.75rem}._widgetLoader_1brsv_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_1brsv_315{opacity:.5;cursor:default}._widgetAddress_1brsv_320{color:#64748b;font-size:.75rem}._widgetTag_1brsv_325{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_1brsv_333{color:#0f172a;font-weight:500}._chartValuesWrapper_1brsv_338{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_1brsv_346{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_1brsv_346._green_1brsv_351:before,._chartValuesTitle_1brsv_346._dark_1brsv_351:before,._chartValuesTitle_1brsv_346._blue_1brsv_351:before{content:"";border:2px solid #fff;border-radius:50%;width:13px;height:13px;margin-right:4px;display:inline-flex;position:relative;top:1px;box-shadow:0 2px 4px #00000014}._chartValuesTitle_1brsv_346._green_1brsv_351:before{background:#22c55e}._chartValuesTitle_1brsv_346._dark_1brsv_351:before{background:#475569}._chartValuesTitle_1brsv_346._blue_1brsv_351:before{background:#43e0f8}._topbar_1brsv_373{justify-content:space-between;align-items:center;width:100%;padding:0 16px;display:flex}._logoWrapper_1brsv_381{display:inline-flex}._logo_1brsv_381{max-width:110px}._menuWrapper_1brsv_389{display:flex}@media only screen and (width<=1340px){._menuWrapper_1brsv_389{background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);flex-direction:column;width:265px;height:100vh;padding:64px 16px 0;display:none;position:absolute;top:0;right:0;box-shadow:-12px 1px 89px -41px #0000004d}._menuWrapper_1brsv_389._opened_1brsv_406{display:flex}}._menuItem_1brsv_411{color:#fff;border-radius:30px;align-items:center;margin:0 8px;padding:8px 20px;font-family:Inter;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}@media only screen and (width<=1300px){._menuItem_1brsv_411{flex:none;width:auto;margin-bottom:10px}}._menuItem_1brsv_411 ._menuIcon_1brsv_432{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_1brsv_411 ._menuIconPerformance_1brsv_437{fill:none}._menuItem_1brsv_411 ._menuIconStroke_1brsv_440{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_1brsv_411._active_1brsv_445,._menuItem_1brsv_411:hover{color:#52c2fd;background:#fff}._menuItem_1brsv_411._active_1brsv_445 ._menuIcon_1brsv_432:not(._menuIconStroke_1brsv_440,._menuIconPerformance_1brsv_437),._menuItem_1brsv_411:hover ._menuIcon_1brsv_432:not(._menuIconStroke_1brsv_440,._menuIconPerformance_1brsv_437){fill:#52c2fd}._menuItem_1brsv_411._active_1brsv_445 ._menuIconPerformance_1brsv_437 path,._menuItem_1brsv_411:hover ._menuIconPerformance_1brsv_437 path{stroke:#59a6fd}._menuItem_1brsv_411._active_1brsv_445 ._menuIconStroke_1brsv_440:not(._menuIcon_1brsv_432),._menuItem_1brsv_411:hover ._menuIconStroke_1brsv_440:not(._menuIcon_1brsv_432){stroke:#52c2fd}._redDot_1brsv_459{color:#fff;background:#d73d3d;border-radius:50%;justify-content:center;align-items:center;width:14px;height:14px;font-size:8px;display:inline-flex;position:relative;top:-6px;right:-6px}._screenWrapper_1brsv_474{justify-content:center;display:flex}._link_1brsv_479{color:#2db2c8;cursor:pointer;text-decoration:underline}._perfTestWidgetWrapper_1brsv_230{max-width:100%;min-height:193px}._chartWrapper_1brsv_490{padding:16px 0}._indicatorsWrapper_1brsv_494{margin-top:16px}._indicator_1brsv_494{color:#475569;text-transform:uppercase;align-items:center;margin-right:20px;font-size:12px;font-style:normal;font-weight:500;display:inline-flex}._indicator_1brsv_494 i{color:#0f172a;padding-left:4px;font-style:normal}._colorCircle_1brsv_514{border-radius:50%;width:8px;height:8px;margin-right:6px;display:inline-flex}._authButtonsWrapper_rp0r8_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_rp0r8_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_rp0r8_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;top:0;left:0}._fieldWrapper_rp0r8_23{width:100%;margin-bottom:16px}._fieldWrapper_rp0r8_23:last-child{margin-bottom:0}._fieldLabel_rp0r8_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_rp0r8_36{margin-top:8px;font-size:.75rem}._field_rp0r8_23{width:100%;position:relative}._fieldLabelNew_rp0r8_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_rp0r8_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_rp0r8_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_rp0r8_52[type=password]{font-size:18px}._inputNew_rp0r8_52:focus,._inputNew_rp0r8_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_rp0r8_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_rp0r8_52:disabled::placeholder{color:#cbd5e1}._inputNew_rp0r8_52._error_rp0r8_7{border:1px solid #ef4444}._inputNew_rp0r8_52._error_rp0r8_7:focus,._inputNew_rp0r8_52._error_rp0r8_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_rp0r8_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_rp0r8_90{width:calc(50% - 8px)}._tableNavWrapper_rp0r8_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_rp0r8_109{align-items:center;display:flex}._tableNavItem_rp0r8_114{margin:0 6px}._modalContent_rp0r8_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_rp0r8_118._center_rp0r8_125{text-align:center;font-family:Inter}._modalContent_rp0r8_118._settings_rp0r8_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_rp0r8_118._settingsIntegration_rp0r8_133,._modalContent_rp0r8_118._performanceTestModalContent_rp0r8_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_rp0r8_118._monitoringReportContent_rp0r8_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_rp0r8_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_rp0r8_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_rp0r8_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_rp0r8_158:after,._modalLine_rp0r8_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_rp0r8_158:before{left:-20px}._modalLine_rp0r8_158:after{right:-20px}._infoMessage_rp0r8_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_rp0r8_181:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._modalFooter_rp0r8_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_rp0r8_196._buttonsAutoWidth_rp0r8_203{justify-content:flex-end}._modalFooter_rp0r8_196._buttonsAutoWidth_rp0r8_203 button,._modalFooter_rp0r8_196._buttonsAutoWidth_rp0r8_203 span{margin-left:12px}._fullWidthTitle_rp0r8_211{text-transform:uppercase;color:#64748b;background:#f8fafc;width:calc(100% + 40px);margin-bottom:20px;margin-left:-20px;padding:8px 20px;font-size:.75rem;line-height:1}._widgetsWrapper_rp0r8_223{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_rp0r8_230{background:#fff;border:1px solid #e2e8f0;border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_rp0r8_230{padding:0 16px 15px}}._widgetHeader_rp0r8_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_rp0r8_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_rp0r8_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_rp0r8_266{align-items:center;height:180px;display:flex}._widgetFooter_rp0r8_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_rp0r8_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_rp0r8_279:last-child{border:none}._widgetMainValue_rp0r8_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_rp0r8_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_rp0r8_303{color:#64748b;font-size:.75rem}._widgetLoader_rp0r8_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_rp0r8_315{opacity:.5;cursor:default}._widgetAddress_rp0r8_320{color:#64748b;font-size:.75rem}._widgetTag_rp0r8_325{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_rp0r8_333{color:#0f172a;font-weight:500}._chartValuesWrapper_rp0r8_338{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_rp0r8_346{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_rp0r8_346._green_rp0r8_351:before,._chartValuesTitle_rp0r8_346._dark_rp0r8_351:before,._chartValuesTitle_rp0r8_346._blue_rp0r8_351:before{content:"";border:2px solid #fff;border-radius:50%;width:13px;height:13px;margin-right:4px;display:inline-flex;position:relative;top:1px;box-shadow:0 2px 4px #00000014}._chartValuesTitle_rp0r8_346._green_rp0r8_351:before{background:#22c55e}._chartValuesTitle_rp0r8_346._dark_rp0r8_351:before{background:#475569}._chartValuesTitle_rp0r8_346._blue_rp0r8_351:before{background:#43e0f8}._topbar_rp0r8_373{justify-content:space-between;align-items:center;width:100%;padding:0 16px;display:flex}._logoWrapper_rp0r8_381{display:inline-flex}._logo_rp0r8_381{max-width:110px}._menuWrapper_rp0r8_389{display:flex}@media only screen and (width<=1340px){._menuWrapper_rp0r8_389{background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);flex-direction:column;width:265px;height:100vh;padding:64px 16px 0;display:none;position:absolute;top:0;right:0;box-shadow:-12px 1px 89px -41px #0000004d}._menuWrapper_rp0r8_389._opened_rp0r8_406{display:flex}}._menuItem_rp0r8_411{color:#fff;border-radius:30px;align-items:center;margin:0 8px;padding:8px 20px;font-family:Inter;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}@media only screen and (width<=1300px){._menuItem_rp0r8_411{flex:none;width:auto;margin-bottom:10px}}._menuItem_rp0r8_411 ._menuIcon_rp0r8_432{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_rp0r8_411 ._menuIconPerformance_rp0r8_437{fill:none}._menuItem_rp0r8_411 ._menuIconStroke_rp0r8_440{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_rp0r8_411._active_rp0r8_445,._menuItem_rp0r8_411:hover{color:#52c2fd;background:#fff}._menuItem_rp0r8_411._active_rp0r8_445 ._menuIcon_rp0r8_432:not(._menuIconStroke_rp0r8_440,._menuIconPerformance_rp0r8_437),._menuItem_rp0r8_411:hover ._menuIcon_rp0r8_432:not(._menuIconStroke_rp0r8_440,._menuIconPerformance_rp0r8_437){fill:#52c2fd}._menuItem_rp0r8_411._active_rp0r8_445 ._menuIconPerformance_rp0r8_437 path,._menuItem_rp0r8_411:hover ._menuIconPerformance_rp0r8_437 path{stroke:#59a6fd}._menuItem_rp0r8_411._active_rp0r8_445 ._menuIconStroke_rp0r8_440:not(._menuIcon_rp0r8_432),._menuItem_rp0r8_411:hover ._menuIconStroke_rp0r8_440:not(._menuIcon_rp0r8_432){stroke:#52c2fd}._redDot_rp0r8_459{color:#fff;background:#d73d3d;border-radius:50%;justify-content:center;align-items:center;width:14px;height:14px;font-size:8px;display:inline-flex;position:relative;top:-6px;right:-6px}._screenWrapper_rp0r8_474{justify-content:center;display:flex}._link_rp0r8_479{color:#2db2c8;cursor:pointer;text-decoration:underline}._tableNavButtonsWrapper_rp0r8_109{display:flex}._confirmedCheckboxWrapper_rp0r8_489{align-items:center;margin:0 6px;display:flex}._confirmedCheckboxWrapper_rp0r8_489 label{margin-right:8px}._startPerformanceButton_rp0r8_498{color:#165964!important;background-color:#43e0f8!important}._startPerformanceButton_rp0r8_498[disabled]{border:1px solid #f1f5f9;color:#cbd5e1!important;background-color:#f1f5f9!important}._cancelButton_rp0r8_508{color:#fff!important;height:unset!important;background-color:#ef4444!important;border:1px solid #ef4444!important;margin-left:10px!important;padding:2px 8px!important;font-size:12px!important}._cancelButton_rp0r8_508[disabled]{opacity:.5!important}._authButtonsWrapper_1u01y_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_1u01y_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_1u01y_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;top:0;left:0}._fieldWrapper_1u01y_23{width:100%;margin-bottom:16px}._fieldWrapper_1u01y_23:last-child{margin-bottom:0}._fieldLabel_1u01y_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_1u01y_36{margin-top:8px;font-size:.75rem}._field_1u01y_23{width:100%;position:relative}._fieldLabelNew_1u01y_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_1u01y_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_1u01y_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_1u01y_52[type=password]{font-size:18px}._inputNew_1u01y_52:focus,._inputNew_1u01y_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_1u01y_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_1u01y_52:disabled::placeholder{color:#cbd5e1}._inputNew_1u01y_52._error_1u01y_7{border:1px solid #ef4444}._inputNew_1u01y_52._error_1u01y_7:focus,._inputNew_1u01y_52._error_1u01y_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_1u01y_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_1u01y_90{width:calc(50% - 8px)}._tableNavWrapper_1u01y_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_1u01y_109{align-items:center;display:flex}._tableNavItem_1u01y_114{margin:0 6px}._modalContent_1u01y_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_1u01y_118._center_1u01y_125{text-align:center;font-family:Inter}._modalContent_1u01y_118._settings_1u01y_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_1u01y_118._settingsIntegration_1u01y_133,._modalContent_1u01y_118._performanceTestModalContent_1u01y_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_1u01y_118._monitoringReportContent_1u01y_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_1u01y_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_1u01y_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_1u01y_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_1u01y_158:after,._modalLine_1u01y_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_1u01y_158:before{left:-20px}._modalLine_1u01y_158:after{right:-20px}._infoMessage_1u01y_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_1u01y_181:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._modalFooter_1u01y_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_1u01y_196._buttonsAutoWidth_1u01y_203{justify-content:flex-end}._modalFooter_1u01y_196._buttonsAutoWidth_1u01y_203 button,._modalFooter_1u01y_196._buttonsAutoWidth_1u01y_203 span{margin-left:12px}._fullWidthTitle_1u01y_211{text-transform:uppercase;color:#64748b;background:#f8fafc;width:calc(100% + 40px);margin-bottom:20px;margin-left:-20px;padding:8px 20px;font-size:.75rem;line-height:1}._widgetsWrapper_1u01y_223{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_1u01y_230{background:#fff;border:1px solid #e2e8f0;border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_1u01y_230{padding:0 16px 15px}}._widgetHeader_1u01y_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_1u01y_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_1u01y_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_1u01y_266{align-items:center;height:180px;display:flex}._widgetFooter_1u01y_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_1u01y_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_1u01y_279:last-child{border:none}._widgetMainValue_1u01y_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_1u01y_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_1u01y_303{color:#64748b;font-size:.75rem}._widgetLoader_1u01y_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_1u01y_315{opacity:.5;cursor:default}._widgetAddress_1u01y_320{color:#64748b;font-size:.75rem}._widgetTag_1u01y_325{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_1u01y_333{color:#0f172a;font-weight:500}._chartValuesWrapper_1u01y_338{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_1u01y_346{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_1u01y_346._green_1u01y_351:before,._chartValuesTitle_1u01y_346._dark_1u01y_351:before,._chartValuesTitle_1u01y_346._blue_1u01y_351:before{content:"";border:2px solid #fff;border-radius:50%;width:13px;height:13px;margin-right:4px;display:inline-flex;position:relative;top:1px;box-shadow:0 2px 4px #00000014}._chartValuesTitle_1u01y_346._green_1u01y_351:before{background:#22c55e}._chartValuesTitle_1u01y_346._dark_1u01y_351:before{background:#475569}._chartValuesTitle_1u01y_346._blue_1u01y_351:before{background:#43e0f8}._topbar_1u01y_373{justify-content:space-between;align-items:center;width:100%;padding:0 16px;display:flex}._logoWrapper_1u01y_381{display:inline-flex}._logo_1u01y_381{max-width:110px}._menuWrapper_1u01y_389{display:flex}@media only screen and (width<=1340px){._menuWrapper_1u01y_389{background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);flex-direction:column;width:265px;height:100vh;padding:64px 16px 0;display:none;position:absolute;top:0;right:0;box-shadow:-12px 1px 89px -41px #0000004d}._menuWrapper_1u01y_389._opened_1u01y_406{display:flex}}._menuItem_1u01y_411{color:#fff;border-radius:30px;align-items:center;margin:0 8px;padding:8px 20px;font-family:Inter;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}@media only screen and (width<=1300px){._menuItem_1u01y_411{flex:none;width:auto;margin-bottom:10px}}._menuItem_1u01y_411 ._menuIcon_1u01y_432{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_1u01y_411 ._menuIconPerformance_1u01y_437{fill:none}._menuItem_1u01y_411 ._menuIconStroke_1u01y_440{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_1u01y_411._active_1u01y_445,._menuItem_1u01y_411:hover{color:#52c2fd;background:#fff}._menuItem_1u01y_411._active_1u01y_445 ._menuIcon_1u01y_432:not(._menuIconStroke_1u01y_440,._menuIconPerformance_1u01y_437),._menuItem_1u01y_411:hover ._menuIcon_1u01y_432:not(._menuIconStroke_1u01y_440,._menuIconPerformance_1u01y_437){fill:#52c2fd}._menuItem_1u01y_411._active_1u01y_445 ._menuIconPerformance_1u01y_437 path,._menuItem_1u01y_411:hover ._menuIconPerformance_1u01y_437 path{stroke:#59a6fd}._menuItem_1u01y_411._active_1u01y_445 ._menuIconStroke_1u01y_440:not(._menuIcon_1u01y_432),._menuItem_1u01y_411:hover ._menuIconStroke_1u01y_440:not(._menuIcon_1u01y_432){stroke:#52c2fd}._redDot_1u01y_459{color:#fff;background:#d73d3d;border-radius:50%;justify-content:center;align-items:center;width:14px;height:14px;font-size:8px;display:inline-flex;position:relative;top:-6px;right:-6px}._screenWrapper_1u01y_474{justify-content:center;display:flex}._link_1u01y_479{color:#2db2c8;cursor:pointer;text-decoration:underline}._widgetWrapper_1u01y_230{max-width:initial;flex:400px;min-height:193px}@media only screen and (width<=1024px){._widgetWrapper_1u01y_230{width:100%}}._alertWidgetSubtitle_1u01y_496{margin:16px 0 18px;font-size:.75rem}._indicatorsWrapper_1u01y_501{flex-wrap:wrap;justify-content:space-between;display:flex}._indicatorWrapper_1u01y_507{flex-wrap:wrap;justify-content:center;align-items:center;display:flex}._indicatorValue_1u01y_514{text-align:center;color:#0f172a;width:100%;margin-bottom:16px;font-size:16px;font-weight:500}._indicator_1u01y_501{color:#475569;font-size:.75rem}._summaryIndicators_1u01y_528{color:#475569;border:1px solid #e2e8f0;border-radius:6px;align-items:center;margin:0 2px;padding:4px 10px 4px 5px;font-size:.75rem;display:inline-flex}._summaryIndicators_1u01y_528 i{color:#0f172a;padding:0 5px;font-size:12px;font-style:normal;font-weight:500;display:inline-flex}._authButtonsWrapper_1fdyj_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_1fdyj_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_1fdyj_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;top:0;left:0}._fieldWrapper_1fdyj_23{width:100%;margin-bottom:16px}._fieldWrapper_1fdyj_23:last-child{margin-bottom:0}._fieldLabel_1fdyj_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_1fdyj_36{margin-top:8px;font-size:.75rem}._field_1fdyj_23{width:100%;position:relative}._fieldLabelNew_1fdyj_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_1fdyj_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_1fdyj_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_1fdyj_52[type=password]{font-size:18px}._inputNew_1fdyj_52:focus,._inputNew_1fdyj_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_1fdyj_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_1fdyj_52:disabled::placeholder{color:#cbd5e1}._inputNew_1fdyj_52._error_1fdyj_7{border:1px solid #ef4444}._inputNew_1fdyj_52._error_1fdyj_7:focus,._inputNew_1fdyj_52._error_1fdyj_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_1fdyj_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_1fdyj_90{width:calc(50% - 8px)}._tableNavWrapper_1fdyj_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_1fdyj_109{align-items:center;display:flex}._tableNavItem_1fdyj_114{margin:0 6px}._modalContent_1fdyj_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_1fdyj_118._center_1fdyj_125{text-align:center;font-family:Inter}._modalContent_1fdyj_118._settings_1fdyj_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_1fdyj_118._settingsIntegration_1fdyj_133,._modalContent_1fdyj_118._performanceTestModalContent_1fdyj_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_1fdyj_118._monitoringReportContent_1fdyj_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_1fdyj_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_1fdyj_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_1fdyj_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_1fdyj_158:after,._modalLine_1fdyj_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_1fdyj_158:before{left:-20px}._modalLine_1fdyj_158:after{right:-20px}._infoMessage_1fdyj_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_1fdyj_181:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._modalFooter_1fdyj_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_1fdyj_196._buttonsAutoWidth_1fdyj_203{justify-content:flex-end}._modalFooter_1fdyj_196._buttonsAutoWidth_1fdyj_203 button,._modalFooter_1fdyj_196._buttonsAutoWidth_1fdyj_203 span{margin-left:12px}._fullWidthTitle_1fdyj_211{text-transform:uppercase;color:#64748b;background:#f8fafc;width:calc(100% + 40px);margin-bottom:20px;margin-left:-20px;padding:8px 20px;font-size:.75rem;line-height:1}._widgetsWrapper_1fdyj_223{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_1fdyj_230{background:#fff;border:1px solid #e2e8f0;border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_1fdyj_230{padding:0 16px 15px}}._widgetHeader_1fdyj_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_1fdyj_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_1fdyj_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_1fdyj_266{align-items:center;height:180px;display:flex}._widgetFooter_1fdyj_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_1fdyj_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_1fdyj_279:last-child{border:none}._widgetMainValue_1fdyj_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_1fdyj_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_1fdyj_303{color:#64748b;font-size:.75rem}._widgetLoader_1fdyj_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_1fdyj_315{opacity:.5;cursor:default}._widgetAddress_1fdyj_320{color:#64748b;font-size:.75rem}._widgetTag_1fdyj_325{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_1fdyj_333{color:#0f172a;font-weight:500}._chartValuesWrapper_1fdyj_338{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_1fdyj_346{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_1fdyj_346._green_1fdyj_351:before,._chartValuesTitle_1fdyj_346._dark_1fdyj_351:before,._chartValuesTitle_1fdyj_346._blue_1fdyj_351:before{content:"";border:2px solid #fff;border-radius:50%;width:13px;height:13px;margin-right:4px;display:inline-flex;position:relative;top:1px;box-shadow:0 2px 4px #00000014}._chartValuesTitle_1fdyj_346._green_1fdyj_351:before{background:#22c55e}._chartValuesTitle_1fdyj_346._dark_1fdyj_351:before{background:#475569}._chartValuesTitle_1fdyj_346._blue_1fdyj_351:before{background:#43e0f8}._topbar_1fdyj_373{justify-content:space-between;align-items:center;width:100%;padding:0 16px;display:flex}._logoWrapper_1fdyj_381{display:inline-flex}._logo_1fdyj_381{max-width:110px}._menuWrapper_1fdyj_389{display:flex}@media only screen and (width<=1340px){._menuWrapper_1fdyj_389{background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);flex-direction:column;width:265px;height:100vh;padding:64px 16px 0;display:none;position:absolute;top:0;right:0;box-shadow:-12px 1px 89px -41px #0000004d}._menuWrapper_1fdyj_389._opened_1fdyj_406{display:flex}}._menuItem_1fdyj_411{color:#fff;border-radius:30px;align-items:center;margin:0 8px;padding:8px 20px;font-family:Inter;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}@media only screen and (width<=1300px){._menuItem_1fdyj_411{flex:none;width:auto;margin-bottom:10px}}._menuItem_1fdyj_411 ._menuIcon_1fdyj_432{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_1fdyj_411 ._menuIconPerformance_1fdyj_437{fill:none}._menuItem_1fdyj_411 ._menuIconStroke_1fdyj_440{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_1fdyj_411._active_1fdyj_445,._menuItem_1fdyj_411:hover{color:#52c2fd;background:#fff}._menuItem_1fdyj_411._active_1fdyj_445 ._menuIcon_1fdyj_432:not(._menuIconStroke_1fdyj_440,._menuIconPerformance_1fdyj_437),._menuItem_1fdyj_411:hover ._menuIcon_1fdyj_432:not(._menuIconStroke_1fdyj_440,._menuIconPerformance_1fdyj_437){fill:#52c2fd}._menuItem_1fdyj_411._active_1fdyj_445 ._menuIconPerformance_1fdyj_437 path,._menuItem_1fdyj_411:hover ._menuIconPerformance_1fdyj_437 path{stroke:#59a6fd}._menuItem_1fdyj_411._active_1fdyj_445 ._menuIconStroke_1fdyj_440:not(._menuIcon_1fdyj_432),._menuItem_1fdyj_411:hover ._menuIconStroke_1fdyj_440:not(._menuIcon_1fdyj_432){stroke:#52c2fd}._redDot_1fdyj_459{color:#fff;background:#d73d3d;border-radius:50%;justify-content:center;align-items:center;width:14px;height:14px;font-size:8px;display:inline-flex;position:relative;top:-6px;right:-6px}._screenWrapper_1fdyj_474{justify-content:center;display:flex}._link_1fdyj_479{color:#2db2c8;cursor:pointer;text-decoration:underline}._widgetWrapper_1fdyj_230{max-width:initial;flex:400px;min-height:193px}@media only screen and (width<=1024px){._widgetWrapper_1fdyj_230{width:100%}}._chartWrapper_1fdyj_496{padding:16px 0}._indicatorsWrapper_1fdyj_500{margin-top:16px}._indicator_1fdyj_500{color:#475569;text-transform:uppercase;align-items:center;margin-right:20px;font-size:12px;font-style:normal;font-weight:500;display:inline-flex}._indicator_1fdyj_500 i{color:#0f172a;padding-left:4px;font-style:normal}._colorCircle_1fdyj_520{border-radius:50%;width:8px;height:8px;margin-right:6px;display:inline-flex}._authButtonsWrapper_ht897_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_ht897_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_ht897_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;top:0;left:0}._fieldWrapper_ht897_23{width:100%;margin-bottom:16px}._fieldWrapper_ht897_23:last-child{margin-bottom:0}._fieldLabel_ht897_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_ht897_36{margin-top:8px;font-size:.75rem}._field_ht897_23{width:100%;position:relative}._fieldLabelNew_ht897_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_ht897_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_ht897_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_ht897_52[type=password]{font-size:18px}._inputNew_ht897_52:focus,._inputNew_ht897_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_ht897_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_ht897_52:disabled::placeholder{color:#cbd5e1}._inputNew_ht897_52._error_ht897_7{border:1px solid #ef4444}._inputNew_ht897_52._error_ht897_7:focus,._inputNew_ht897_52._error_ht897_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_ht897_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_ht897_90{width:calc(50% - 8px)}._tableNavWrapper_ht897_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_ht897_109{align-items:center;display:flex}._tableNavItem_ht897_114{margin:0 6px}._modalContent_ht897_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_ht897_118._center_ht897_125{text-align:center;font-family:Inter}._modalContent_ht897_118._settings_ht897_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_ht897_118._settingsIntegration_ht897_133,._modalContent_ht897_118._performanceTestModalContent_ht897_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_ht897_118._monitoringReportContent_ht897_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_ht897_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_ht897_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_ht897_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_ht897_158:after,._modalLine_ht897_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_ht897_158:before{left:-20px}._modalLine_ht897_158:after{right:-20px}._infoMessage_ht897_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_ht897_181:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._modalFooter_ht897_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_ht897_196._buttonsAutoWidth_ht897_203{justify-content:flex-end}._modalFooter_ht897_196._buttonsAutoWidth_ht897_203 button,._modalFooter_ht897_196._buttonsAutoWidth_ht897_203 span{margin-left:12px}._fullWidthTitle_ht897_211{text-transform:uppercase;color:#64748b;background:#f8fafc;width:calc(100% + 40px);margin-bottom:20px;margin-left:-20px;padding:8px 20px;font-size:.75rem;line-height:1}._widgetsWrapper_ht897_223{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_ht897_230{background:#fff;border:1px solid #e2e8f0;border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_ht897_230{padding:0 16px 15px}}._widgetHeader_ht897_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_ht897_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_ht897_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_ht897_266{align-items:center;height:180px;display:flex}._widgetFooter_ht897_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_ht897_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_ht897_279:last-child{border:none}._widgetMainValue_ht897_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_ht897_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_ht897_303{color:#64748b;font-size:.75rem}._widgetLoader_ht897_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_ht897_315{opacity:.5;cursor:default}._widgetAddress_ht897_320{color:#64748b;font-size:.75rem}._widgetTag_ht897_325{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_ht897_333{color:#0f172a;font-weight:500}._chartValuesWrapper_ht897_338{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_ht897_346{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_ht897_346._green_ht897_351:before,._chartValuesTitle_ht897_346._dark_ht897_351:before,._chartValuesTitle_ht897_346._blue_ht897_351:before{content:"";border:2px solid #fff;border-radius:50%;width:13px;height:13px;margin-right:4px;display:inline-flex;position:relative;top:1px;box-shadow:0 2px 4px #00000014}._chartValuesTitle_ht897_346._green_ht897_351:before{background:#22c55e}._chartValuesTitle_ht897_346._dark_ht897_351:before{background:#475569}._chartValuesTitle_ht897_346._blue_ht897_351:before{background:#43e0f8}._topbar_ht897_373{justify-content:space-between;align-items:center;width:100%;padding:0 16px;display:flex}._logoWrapper_ht897_381{display:inline-flex}._logo_ht897_381{max-width:110px}._menuWrapper_ht897_389{display:flex}@media only screen and (width<=1340px){._menuWrapper_ht897_389{background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);flex-direction:column;width:265px;height:100vh;padding:64px 16px 0;display:none;position:absolute;top:0;right:0;box-shadow:-12px 1px 89px -41px #0000004d}._menuWrapper_ht897_389._opened_ht897_406{display:flex}}._menuItem_ht897_411{color:#fff;border-radius:30px;align-items:center;margin:0 8px;padding:8px 20px;font-family:Inter;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}@media only screen and (width<=1300px){._menuItem_ht897_411{flex:none;width:auto;margin-bottom:10px}}._menuItem_ht897_411 ._menuIcon_ht897_432{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_ht897_411 ._menuIconPerformance_ht897_437{fill:none}._menuItem_ht897_411 ._menuIconStroke_ht897_440{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_ht897_411._active_ht897_445,._menuItem_ht897_411:hover{color:#52c2fd;background:#fff}._menuItem_ht897_411._active_ht897_445 ._menuIcon_ht897_432:not(._menuIconStroke_ht897_440,._menuIconPerformance_ht897_437),._menuItem_ht897_411:hover ._menuIcon_ht897_432:not(._menuIconStroke_ht897_440,._menuIconPerformance_ht897_437){fill:#52c2fd}._menuItem_ht897_411._active_ht897_445 ._menuIconPerformance_ht897_437 path,._menuItem_ht897_411:hover ._menuIconPerformance_ht897_437 path{stroke:#59a6fd}._menuItem_ht897_411._active_ht897_445 ._menuIconStroke_ht897_440:not(._menuIcon_ht897_432),._menuItem_ht897_411:hover ._menuIconStroke_ht897_440:not(._menuIcon_ht897_432){stroke:#52c2fd}._redDot_ht897_459{color:#fff;background:#d73d3d;border-radius:50%;justify-content:center;align-items:center;width:14px;height:14px;font-size:8px;display:inline-flex;position:relative;top:-6px;right:-6px}._screenWrapper_ht897_474{justify-content:center;display:flex}._link_ht897_479{color:#2db2c8;cursor:pointer;text-decoration:underline}._widgetsWrapper_ht897_223{column-count:2}@media only screen and (width<=1200px){._widgetsWrapper_ht897_223{flex-wrap:wrap}}._statusButtonWrapper_ht897_494{margin-right:12px}._statusButton_ht897_494{text-transform:uppercase;cursor:pointer;border-radius:20px;margin-left:4px;padding:2px 8px;font-size:.75rem;font-weight:500;display:inline-flex}._statusButton_ht897_494._acknowledge_ht897_508{color:#4338ca;background:#dbeafe;border:1px solid #2563eb}._statusButton_ht897_494._active_ht897_445{color:#165964;background:#ebfcff;border:1px solid #2db2cb}._statusButton_ht897_494._frozen_ht897_518{color:#115e59;background:#dffbf4;border:1px solid #14b8a6}._statusButton_ht897_494._disabled_ht897_315{color:#cbd5e1;background:#f1f5f9;border:1px solid #cbd5e1}._statusButton_ht897_494._disabledStatusButton_ht897_528{pointer-events:none;opacity:.5}._statusButton_ht897_494._transfer_ht897_532{color:#164d63;background:#cff9fe;border:1px solid #06b3d4}._statusButton_ht897_494._missing_ht897_537{color:#b45309;background:#fef3c7;border:1px solid #f59e0b}._authButtonsWrapper_n33zy_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_n33zy_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_n33zy_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;top:0;left:0}._fieldWrapper_n33zy_23{width:100%;margin-bottom:16px}._fieldWrapper_n33zy_23:last-child{margin-bottom:0}._fieldLabel_n33zy_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_n33zy_36{margin-top:8px;font-size:.75rem}._field_n33zy_23{width:100%;position:relative}._fieldLabelNew_n33zy_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_n33zy_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_n33zy_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_n33zy_52[type=password]{font-size:18px}._inputNew_n33zy_52:focus,._inputNew_n33zy_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_n33zy_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_n33zy_52:disabled::placeholder{color:#cbd5e1}._inputNew_n33zy_52._error_n33zy_7{border:1px solid #ef4444}._inputNew_n33zy_52._error_n33zy_7:focus,._inputNew_n33zy_52._error_n33zy_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_n33zy_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_n33zy_90{width:calc(50% - 8px)}._tableNavWrapper_n33zy_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_n33zy_109{align-items:center;display:flex}._tableNavItem_n33zy_114{margin:0 6px}._modalContent_n33zy_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_n33zy_118._center_n33zy_125{text-align:center;font-family:Inter}._modalContent_n33zy_118._settings_n33zy_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_n33zy_118._settingsIntegration_n33zy_133,._modalContent_n33zy_118._performanceTestModalContent_n33zy_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_n33zy_118._monitoringReportContent_n33zy_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_n33zy_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_n33zy_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_n33zy_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_n33zy_158:after,._modalLine_n33zy_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_n33zy_158:before{left:-20px}._modalLine_n33zy_158:after{right:-20px}._infoMessage_n33zy_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_n33zy_181:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._modalFooter_n33zy_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_n33zy_196._buttonsAutoWidth_n33zy_203{justify-content:flex-end}._modalFooter_n33zy_196._buttonsAutoWidth_n33zy_203 button,._modalFooter_n33zy_196._buttonsAutoWidth_n33zy_203 span{margin-left:12px}._fullWidthTitle_n33zy_211{text-transform:uppercase;color:#64748b;background:#f8fafc;width:calc(100% + 40px);margin-bottom:20px;margin-left:-20px;padding:8px 20px;font-size:.75rem;line-height:1}._widgetsWrapper_n33zy_223{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_n33zy_230{background:#fff;border:1px solid #e2e8f0;border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_n33zy_230{padding:0 16px 15px}}._widgetHeader_n33zy_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_n33zy_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_n33zy_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_n33zy_266{align-items:center;height:180px;display:flex}._widgetFooter_n33zy_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_n33zy_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_n33zy_279:last-child{border:none}._widgetMainValue_n33zy_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_n33zy_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_n33zy_303{color:#64748b;font-size:.75rem}._widgetLoader_n33zy_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_n33zy_315{opacity:.5;cursor:default}._widgetAddress_n33zy_320{color:#64748b;font-size:.75rem}._widgetTag_n33zy_325{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_n33zy_333{color:#0f172a;font-weight:500}._chartValuesWrapper_n33zy_338{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_n33zy_346{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_n33zy_346._green_n33zy_351:before,._chartValuesTitle_n33zy_346._dark_n33zy_351:before,._chartValuesTitle_n33zy_346._blue_n33zy_351:before{content:"";border:2px solid #fff;border-radius:50%;width:13px;height:13px;margin-right:4px;display:inline-flex;position:relative;top:1px;box-shadow:0 2px 4px #00000014}._chartValuesTitle_n33zy_346._green_n33zy_351:before{background:#22c55e}._chartValuesTitle_n33zy_346._dark_n33zy_351:before{background:#475569}._chartValuesTitle_n33zy_346._blue_n33zy_351:before{background:#43e0f8}._topbar_n33zy_373{justify-content:space-between;align-items:center;width:100%;padding:0 16px;display:flex}._logoWrapper_n33zy_381{display:inline-flex}._logo_n33zy_381{max-width:110px}._menuWrapper_n33zy_389{display:flex}@media only screen and (width<=1340px){._menuWrapper_n33zy_389{background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);flex-direction:column;width:265px;height:100vh;padding:64px 16px 0;display:none;position:absolute;top:0;right:0;box-shadow:-12px 1px 89px -41px #0000004d}._menuWrapper_n33zy_389._opened_n33zy_406{display:flex}}._menuItem_n33zy_411{color:#fff;border-radius:30px;align-items:center;margin:0 8px;padding:8px 20px;font-family:Inter;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}@media only screen and (width<=1300px){._menuItem_n33zy_411{flex:none;width:auto;margin-bottom:10px}}._menuItem_n33zy_411 ._menuIcon_n33zy_432{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_n33zy_411 ._menuIconPerformance_n33zy_437{fill:none}._menuItem_n33zy_411 ._menuIconStroke_n33zy_440{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_n33zy_411._active_n33zy_445,._menuItem_n33zy_411:hover{color:#52c2fd;background:#fff}._menuItem_n33zy_411._active_n33zy_445 ._menuIcon_n33zy_432:not(._menuIconStroke_n33zy_440,._menuIconPerformance_n33zy_437),._menuItem_n33zy_411:hover ._menuIcon_n33zy_432:not(._menuIconStroke_n33zy_440,._menuIconPerformance_n33zy_437){fill:#52c2fd}._menuItem_n33zy_411._active_n33zy_445 ._menuIconPerformance_n33zy_437 path,._menuItem_n33zy_411:hover ._menuIconPerformance_n33zy_437 path{stroke:#59a6fd}._menuItem_n33zy_411._active_n33zy_445 ._menuIconStroke_n33zy_440:not(._menuIcon_n33zy_432),._menuItem_n33zy_411:hover ._menuIconStroke_n33zy_440:not(._menuIcon_n33zy_432){stroke:#52c2fd}._redDot_n33zy_459{color:#fff;background:#d73d3d;border-radius:50%;justify-content:center;align-items:center;width:14px;height:14px;font-size:8px;display:inline-flex;position:relative;top:-6px;right:-6px}._screenWrapper_n33zy_474{justify-content:center;display:flex}._link_n33zy_479{color:#2db2c8;cursor:pointer;text-decoration:underline}._toggleFieldWrapper_n33zy_485{justify-content:space-between;align-items:center;display:flex}._toggleFieldWrapper_n33zy_485._disabled_n33zy_315{opacity:.5;pointer-events:none}._saveButton_n33zy_495{z-index:2;text-align:center;color:#165964;cursor:pointer;background-color:#43e0f8;border-radius:20px;width:120px;height:36px;font-size:14px;line-height:36px;position:absolute;top:20px;right:52px}@media only screen and (width<=450px){._saveButton_n33zy_495{width:60px}}._contractorContainer_n33zy_516{height:calc(100vh - 76px);overflow:scroll}._addButton_n33zy_521{color:#2db2c8;cursor:pointer;align-items:center;font-size:.875rem;font-weight:500;display:inline-flex}._addButton_n33zy_521:after{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");display:inline-flex;position:relative;top:2px;left:4px}._closeIconClassName_n33zy_537{z-index:2;top:18px}._inputText_n33zy_542{margin-bottom:0}._scheduleField_n33zy_546{flex-direction:column;gap:10px;display:flex}._row_n33zy_552{flex-direction:row;gap:16px;margin-bottom:20px;padding:0 20px;display:flex}._row_n33zy_552>div{flex:1}@media only screen and (width<=450px){._row_n33zy_552{flex-direction:column}._row_n33zy_552._subscriptionRow_n33zy_566{flex-direction:row}}._directionColumn_n33zy_571{flex-direction:column;gap:5px}._sectionTitleInfoIcon_n33zy_576 path{fill:#64769b}._titleInformationIcon_n33zy_580 span:after{display:block;transform:scale(1.2)}._subscriptionSectionModalLine_n33zy_585{margin:0}._subscriptionPlanName_n33zy_589 div:first-child{color:#0f172a;margin-bottom:10px;font-size:16px;font-weight:500}._subscriptionPlanName_n33zy_589 div:nth-child(2){color:#64769b;font-size:14px}._subscriptionDropdownContainer_n33zy_600{max-width:140px}._subscriptionDropdownContainer_n33zy_600 .static-select__control{color:#2db2c8;cursor:pointer;outline:none;min-width:95px;font-size:14px;box-shadow:none!important;border:0!important}._subscriptionDropdownContainer_n33zy_600 .static-select__indicator{color:#2db2c8;right:20px}._subscriptionDropdownContainer_n33zy_600 .static-select__indicator:hover svg{color:#2db2c8}._subscriptionDropdownContainer_n33zy_600 .static-select__indicator svg{width:18px;height:18px}._subscriptionDropdownContainer_n33zy_600 .static-select__menu,._subscriptionSelectMenu_n33zy_630{width:200px!important;right:20px!important}._toggleFieldWrapper_19lif_1{justify-content:space-between;align-items:center;display:flex}._customAppLinkWrapper_19lif_7{margin-top:16px}._authButtonsWrapper_17lbl_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_17lbl_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_17lbl_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;top:0;left:0}._fieldWrapper_17lbl_23{width:100%;margin-bottom:16px}._fieldWrapper_17lbl_23:last-child{margin-bottom:0}._fieldLabel_17lbl_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_17lbl_36{margin-top:8px;font-size:.75rem}._field_17lbl_23{width:100%;position:relative}._fieldLabelNew_17lbl_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_17lbl_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_17lbl_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_17lbl_52[type=password]{font-size:18px}._inputNew_17lbl_52:focus,._inputNew_17lbl_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_17lbl_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_17lbl_52:disabled::placeholder{color:#cbd5e1}._inputNew_17lbl_52._error_17lbl_7{border:1px solid #ef4444}._inputNew_17lbl_52._error_17lbl_7:focus,._inputNew_17lbl_52._error_17lbl_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_17lbl_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_17lbl_90{width:calc(50% - 8px)}._tableNavWrapper_17lbl_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_17lbl_109{align-items:center;display:flex}._tableNavItem_17lbl_114{margin:0 6px}._modalContent_17lbl_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_17lbl_118._center_17lbl_125{text-align:center;font-family:Inter}._modalContent_17lbl_118._settings_17lbl_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_17lbl_118._settingsIntegration_17lbl_133,._modalContent_17lbl_118._performanceTestModalContent_17lbl_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_17lbl_118._monitoringReportContent_17lbl_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_17lbl_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_17lbl_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_17lbl_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_17lbl_158:after,._modalLine_17lbl_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_17lbl_158:before{left:-20px}._modalLine_17lbl_158:after{right:-20px}._infoMessage_17lbl_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_17lbl_181:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._modalFooter_17lbl_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_17lbl_196._buttonsAutoWidth_17lbl_203{justify-content:flex-end}._modalFooter_17lbl_196._buttonsAutoWidth_17lbl_203 button,._modalFooter_17lbl_196._buttonsAutoWidth_17lbl_203 span{margin-left:12px}._fullWidthTitle_17lbl_211{text-transform:uppercase;color:#64748b;background:#f8fafc;width:calc(100% + 40px);margin-bottom:20px;margin-left:-20px;padding:8px 20px;font-size:.75rem;line-height:1}._widgetsWrapper_17lbl_223{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_17lbl_230{background:#fff;border:1px solid #e2e8f0;border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_17lbl_230{padding:0 16px 15px}}._widgetHeader_17lbl_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_17lbl_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_17lbl_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_17lbl_266{align-items:center;height:180px;display:flex}._widgetFooter_17lbl_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_17lbl_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_17lbl_279:last-child{border:none}._widgetMainValue_17lbl_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_17lbl_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_17lbl_303{color:#64748b;font-size:.75rem}._widgetLoader_17lbl_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_17lbl_315{opacity:.5;cursor:default}._widgetAddress_17lbl_320{color:#64748b;font-size:.75rem}._widgetTag_17lbl_325{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_17lbl_333{color:#0f172a;font-weight:500}._chartValuesWrapper_17lbl_338{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_17lbl_346{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_17lbl_346._green_17lbl_351:before,._chartValuesTitle_17lbl_346._dark_17lbl_351:before,._chartValuesTitle_17lbl_346._blue_17lbl_351:before{content:"";border:2px solid #fff;border-radius:50%;width:13px;height:13px;margin-right:4px;display:inline-flex;position:relative;top:1px;box-shadow:0 2px 4px #00000014}._chartValuesTitle_17lbl_346._green_17lbl_351:before{background:#22c55e}._chartValuesTitle_17lbl_346._dark_17lbl_351:before{background:#475569}._chartValuesTitle_17lbl_346._blue_17lbl_351:before{background:#43e0f8}._topbar_17lbl_373{justify-content:space-between;align-items:center;width:100%;padding:0 16px;display:flex}._logoWrapper_17lbl_381{display:inline-flex}._logo_17lbl_381{max-width:110px}._menuWrapper_17lbl_389{display:flex}@media only screen and (width<=1340px){._menuWrapper_17lbl_389{background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);flex-direction:column;width:265px;height:100vh;padding:64px 16px 0;display:none;position:absolute;top:0;right:0;box-shadow:-12px 1px 89px -41px #0000004d}._menuWrapper_17lbl_389._opened_17lbl_406{display:flex}}._menuItem_17lbl_411{color:#fff;border-radius:30px;align-items:center;margin:0 8px;padding:8px 20px;font-family:Inter;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}@media only screen and (width<=1300px){._menuItem_17lbl_411{flex:none;width:auto;margin-bottom:10px}}._menuItem_17lbl_411 ._menuIcon_17lbl_432{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_17lbl_411 ._menuIconPerformance_17lbl_437{fill:none}._menuItem_17lbl_411 ._menuIconStroke_17lbl_440{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_17lbl_411._active_17lbl_445,._menuItem_17lbl_411:hover{color:#52c2fd;background:#fff}._menuItem_17lbl_411._active_17lbl_445 ._menuIcon_17lbl_432:not(._menuIconStroke_17lbl_440,._menuIconPerformance_17lbl_437),._menuItem_17lbl_411:hover ._menuIcon_17lbl_432:not(._menuIconStroke_17lbl_440,._menuIconPerformance_17lbl_437){fill:#52c2fd}._menuItem_17lbl_411._active_17lbl_445 ._menuIconPerformance_17lbl_437 path,._menuItem_17lbl_411:hover ._menuIconPerformance_17lbl_437 path{stroke:#59a6fd}._menuItem_17lbl_411._active_17lbl_445 ._menuIconStroke_17lbl_440:not(._menuIcon_17lbl_432),._menuItem_17lbl_411:hover ._menuIconStroke_17lbl_440:not(._menuIcon_17lbl_432){stroke:#52c2fd}._redDot_17lbl_459{color:#fff;background:#d73d3d;border-radius:50%;justify-content:center;align-items:center;width:14px;height:14px;font-size:8px;display:inline-flex;position:relative;top:-6px;right:-6px}._screenWrapper_17lbl_474{justify-content:center;display:flex}._link_17lbl_479{color:#2db2c8;cursor:pointer;text-decoration:underline}._inputButton_17lbl_485,._iconWrapper_17lbl_486{color:#43e0f8;cursor:pointer;font-size:.875rem;font-weight:500;position:absolute;top:11px;right:10px}._iconWrapper_17lbl_486{top:11px}@media only screen and (width<=1024px){._jobID_17lbl_501 svg{width:18px!important;height:18px!important}}._colorOption_91e4k_1{cursor:pointer;padding:8px 12px;font-size:14px}._colorOption_91e4k_1:hover{background-color:#f1f5f9}._colorSingleValue_91e4k_10{align-items:center;display:flex}._authButtonsWrapper_1lj02_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_1lj02_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_1lj02_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;top:0;left:0}._fieldWrapper_1lj02_23{width:100%;margin-bottom:16px}._fieldWrapper_1lj02_23:last-child{margin-bottom:0}._fieldLabel_1lj02_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_1lj02_36{margin-top:8px;font-size:.75rem}._field_1lj02_23{width:100%;position:relative}._fieldLabelNew_1lj02_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_1lj02_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_1lj02_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_1lj02_52[type=password]{font-size:18px}._inputNew_1lj02_52:focus,._inputNew_1lj02_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_1lj02_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_1lj02_52:disabled::placeholder{color:#cbd5e1}._inputNew_1lj02_52._error_1lj02_7{border:1px solid #ef4444}._inputNew_1lj02_52._error_1lj02_7:focus,._inputNew_1lj02_52._error_1lj02_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_1lj02_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_1lj02_90{width:calc(50% - 8px)}._tableNavWrapper_1lj02_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_1lj02_109{align-items:center;display:flex}._tableNavItem_1lj02_114{margin:0 6px}._modalContent_1lj02_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_1lj02_118._center_1lj02_125{text-align:center;font-family:Inter}._modalContent_1lj02_118._settings_1lj02_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_1lj02_118._settingsIntegration_1lj02_133,._modalContent_1lj02_118._performanceTestModalContent_1lj02_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_1lj02_118._monitoringReportContent_1lj02_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_1lj02_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_1lj02_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_1lj02_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_1lj02_158:after,._modalLine_1lj02_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_1lj02_158:before{left:-20px}._modalLine_1lj02_158:after{right:-20px}._infoMessage_1lj02_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_1lj02_181:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._modalFooter_1lj02_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_1lj02_196._buttonsAutoWidth_1lj02_203{justify-content:flex-end}._modalFooter_1lj02_196._buttonsAutoWidth_1lj02_203 button,._modalFooter_1lj02_196._buttonsAutoWidth_1lj02_203 span{margin-left:12px}._fullWidthTitle_1lj02_211{text-transform:uppercase;color:#64748b;background:#f8fafc;width:calc(100% + 40px);margin-bottom:20px;margin-left:-20px;padding:8px 20px;font-size:.75rem;line-height:1}._widgetsWrapper_1lj02_223{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_1lj02_230{background:#fff;border:1px solid #e2e8f0;border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_1lj02_230{padding:0 16px 15px}}._widgetHeader_1lj02_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_1lj02_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_1lj02_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_1lj02_266{align-items:center;height:180px;display:flex}._widgetFooter_1lj02_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_1lj02_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_1lj02_279:last-child{border:none}._widgetMainValue_1lj02_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_1lj02_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_1lj02_303{color:#64748b;font-size:.75rem}._widgetLoader_1lj02_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_1lj02_315{opacity:.5;cursor:default}._widgetAddress_1lj02_320{color:#64748b;font-size:.75rem}._widgetTag_1lj02_325{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_1lj02_333{color:#0f172a;font-weight:500}._chartValuesWrapper_1lj02_338{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_1lj02_346{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_1lj02_346._green_1lj02_351:before,._chartValuesTitle_1lj02_346._dark_1lj02_351:before,._chartValuesTitle_1lj02_346._blue_1lj02_351:before{content:"";border:2px solid #fff;border-radius:50%;width:13px;height:13px;margin-right:4px;display:inline-flex;position:relative;top:1px;box-shadow:0 2px 4px #00000014}._chartValuesTitle_1lj02_346._green_1lj02_351:before{background:#22c55e}._chartValuesTitle_1lj02_346._dark_1lj02_351:before{background:#475569}._chartValuesTitle_1lj02_346._blue_1lj02_351:before{background:#43e0f8}._topbar_1lj02_373{justify-content:space-between;align-items:center;width:100%;padding:0 16px;display:flex}._logoWrapper_1lj02_381{display:inline-flex}._logo_1lj02_381{max-width:110px}._menuWrapper_1lj02_389{display:flex}@media only screen and (width<=1340px){._menuWrapper_1lj02_389{background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);flex-direction:column;width:265px;height:100vh;padding:64px 16px 0;display:none;position:absolute;top:0;right:0;box-shadow:-12px 1px 89px -41px #0000004d}._menuWrapper_1lj02_389._opened_1lj02_406{display:flex}}._menuItem_1lj02_411{color:#fff;border-radius:30px;align-items:center;margin:0 8px;padding:8px 20px;font-family:Inter;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}@media only screen and (width<=1300px){._menuItem_1lj02_411{flex:none;width:auto;margin-bottom:10px}}._menuItem_1lj02_411 ._menuIcon_1lj02_432{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_1lj02_411 ._menuIconPerformance_1lj02_437{fill:none}._menuItem_1lj02_411 ._menuIconStroke_1lj02_440{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_1lj02_411._active_1lj02_445,._menuItem_1lj02_411:hover{color:#52c2fd;background:#fff}._menuItem_1lj02_411._active_1lj02_445 ._menuIcon_1lj02_432:not(._menuIconStroke_1lj02_440,._menuIconPerformance_1lj02_437),._menuItem_1lj02_411:hover ._menuIcon_1lj02_432:not(._menuIconStroke_1lj02_440,._menuIconPerformance_1lj02_437){fill:#52c2fd}._menuItem_1lj02_411._active_1lj02_445 ._menuIconPerformance_1lj02_437 path,._menuItem_1lj02_411:hover ._menuIconPerformance_1lj02_437 path{stroke:#59a6fd}._menuItem_1lj02_411._active_1lj02_445 ._menuIconStroke_1lj02_440:not(._menuIcon_1lj02_432),._menuItem_1lj02_411:hover ._menuIconStroke_1lj02_440:not(._menuIcon_1lj02_432){stroke:#52c2fd}._redDot_1lj02_459{color:#fff;background:#d73d3d;border-radius:50%;justify-content:center;align-items:center;width:14px;height:14px;font-size:8px;display:inline-flex;position:relative;top:-6px;right:-6px}._screenWrapper_1lj02_474{justify-content:center;display:flex}._link_1lj02_479{color:#2db2c8;cursor:pointer;text-decoration:underline}._closeIconClassName_1lj02_485{z-index:2;top:18px}._hiddenModal_1lj02_490{display:none}._changeSubscriptionSubModal_1lj02_494 ._modalBody_1lj02_494{flex-direction:column;align-items:center;padding:16px 20px;display:flex}._changeSubscriptionSubModal_1lj02_494 ._modalBody_1lj02_494 p{color:#475569;text-align:center;margin-top:4px;font-size:14px}._changeSubscriptionSubModal_1lj02_494 ._modalBody_1lj02_494 span{font-weight:700}._changeSubscriptionSubModal_1lj02_494 ._subscriptionSubModalFooter_1lj02_509{flex-direction:column;gap:12px}._changeSubscriptionSubModal_1lj02_494 ._iconWrapper_1lj02_513{background-color:#ebfcff;border-radius:10px;justify-content:center;align-items:center;width:44px;height:44px;margin-bottom:16px;display:flex}._changeSubscriptionSubModal_1lj02_494 ._iconWrapper_1lj02_513 svg{width:24px;height:24px}._closeIconClassName_1jdgt_1{z-index:2;top:13px}._installedDevicesHistoryModalWrapper_1jdgt_6 header{padding:22px 60px 22px 20px}._authButtonsWrapper_1u6qn_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_1u6qn_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_1u6qn_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;top:0;left:0}._fieldWrapper_1u6qn_23{width:100%;margin-bottom:16px}._fieldWrapper_1u6qn_23:last-child{margin-bottom:0}._fieldLabel_1u6qn_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_1u6qn_36{margin-top:8px;font-size:.75rem}._field_1u6qn_23{width:100%;position:relative}._fieldLabelNew_1u6qn_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_1u6qn_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_1u6qn_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_1u6qn_52[type=password]{font-size:18px}._inputNew_1u6qn_52:focus,._inputNew_1u6qn_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_1u6qn_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_1u6qn_52:disabled::placeholder{color:#cbd5e1}._inputNew_1u6qn_52._error_1u6qn_7{border:1px solid #ef4444}._inputNew_1u6qn_52._error_1u6qn_7:focus,._inputNew_1u6qn_52._error_1u6qn_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_1u6qn_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_1u6qn_90{width:calc(50% - 8px)}._tableNavWrapper_1u6qn_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_1u6qn_109{align-items:center;display:flex}._tableNavItem_1u6qn_114{margin:0 6px}._modalContent_1u6qn_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_1u6qn_118._center_1u6qn_125{text-align:center;font-family:Inter}._modalContent_1u6qn_118._settings_1u6qn_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_1u6qn_118._settingsIntegration_1u6qn_133,._modalContent_1u6qn_118._performanceTestModalContent_1u6qn_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_1u6qn_118._monitoringReportContent_1u6qn_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_1u6qn_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_1u6qn_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_1u6qn_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_1u6qn_158:after,._modalLine_1u6qn_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_1u6qn_158:before{left:-20px}._modalLine_1u6qn_158:after{right:-20px}._infoMessage_1u6qn_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_1u6qn_181:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._modalFooter_1u6qn_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_1u6qn_196._buttonsAutoWidth_1u6qn_203{justify-content:flex-end}._modalFooter_1u6qn_196._buttonsAutoWidth_1u6qn_203 button,._modalFooter_1u6qn_196._buttonsAutoWidth_1u6qn_203 span{margin-left:12px}._fullWidthTitle_1u6qn_211{text-transform:uppercase;color:#64748b;background:#f8fafc;width:calc(100% + 40px);margin-bottom:20px;margin-left:-20px;padding:8px 20px;font-size:.75rem;line-height:1}._widgetsWrapper_1u6qn_223{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_1u6qn_230{background:#fff;border:1px solid #e2e8f0;border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_1u6qn_230{padding:0 16px 15px}}._widgetHeader_1u6qn_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_1u6qn_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_1u6qn_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_1u6qn_266{align-items:center;height:180px;display:flex}._widgetFooter_1u6qn_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_1u6qn_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_1u6qn_279:last-child{border:none}._widgetMainValue_1u6qn_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_1u6qn_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_1u6qn_303{color:#64748b;font-size:.75rem}._widgetLoader_1u6qn_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_1u6qn_315{opacity:.5;cursor:default}._widgetAddress_1u6qn_320{color:#64748b;font-size:.75rem}._widgetTag_1u6qn_325{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_1u6qn_333{color:#0f172a;font-weight:500}._chartValuesWrapper_1u6qn_338{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_1u6qn_346{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_1u6qn_346._green_1u6qn_351:before,._chartValuesTitle_1u6qn_346._dark_1u6qn_351:before,._chartValuesTitle_1u6qn_346._blue_1u6qn_351:before{content:"";border:2px solid #fff;border-radius:50%;width:13px;height:13px;margin-right:4px;display:inline-flex;position:relative;top:1px;box-shadow:0 2px 4px #00000014}._chartValuesTitle_1u6qn_346._green_1u6qn_351:before{background:#22c55e}._chartValuesTitle_1u6qn_346._dark_1u6qn_351:before{background:#475569}._chartValuesTitle_1u6qn_346._blue_1u6qn_351:before{background:#43e0f8}._topbar_1u6qn_373{justify-content:space-between;align-items:center;width:100%;padding:0 16px;display:flex}._logoWrapper_1u6qn_381{display:inline-flex}._logo_1u6qn_381{max-width:110px}._menuWrapper_1u6qn_389{display:flex}@media only screen and (width<=1340px){._menuWrapper_1u6qn_389{background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);flex-direction:column;width:265px;height:100vh;padding:64px 16px 0;display:none;position:absolute;top:0;right:0;box-shadow:-12px 1px 89px -41px #0000004d}._menuWrapper_1u6qn_389._opened_1u6qn_406{display:flex}}._menuItem_1u6qn_411{color:#fff;border-radius:30px;align-items:center;margin:0 8px;padding:8px 20px;font-family:Inter;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}@media only screen and (width<=1300px){._menuItem_1u6qn_411{flex:none;width:auto;margin-bottom:10px}}._menuItem_1u6qn_411 ._menuIcon_1u6qn_432{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_1u6qn_411 ._menuIconPerformance_1u6qn_437{fill:none}._menuItem_1u6qn_411 ._menuIconStroke_1u6qn_440{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_1u6qn_411._active_1u6qn_445,._menuItem_1u6qn_411:hover{color:#52c2fd;background:#fff}._menuItem_1u6qn_411._active_1u6qn_445 ._menuIcon_1u6qn_432:not(._menuIconStroke_1u6qn_440,._menuIconPerformance_1u6qn_437),._menuItem_1u6qn_411:hover ._menuIcon_1u6qn_432:not(._menuIconStroke_1u6qn_440,._menuIconPerformance_1u6qn_437){fill:#52c2fd}._menuItem_1u6qn_411._active_1u6qn_445 ._menuIconPerformance_1u6qn_437 path,._menuItem_1u6qn_411:hover ._menuIconPerformance_1u6qn_437 path{stroke:#59a6fd}._menuItem_1u6qn_411._active_1u6qn_445 ._menuIconStroke_1u6qn_440:not(._menuIcon_1u6qn_432),._menuItem_1u6qn_411:hover ._menuIconStroke_1u6qn_440:not(._menuIcon_1u6qn_432){stroke:#52c2fd}._redDot_1u6qn_459{color:#fff;background:#d73d3d;border-radius:50%;justify-content:center;align-items:center;width:14px;height:14px;font-size:8px;display:inline-flex;position:relative;top:-6px;right:-6px}._screenWrapper_1u6qn_474{justify-content:center;display:flex}._link_1u6qn_479{color:#2db2c8;cursor:pointer;text-decoration:underline}._widgetWrapper_1u6qn_230{width:100%;max-width:100%;min-height:170px}._chart_1u6qn_338{height:20px}._authButtonsWrapper_1f38p_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_1f38p_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_1f38p_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;top:0;left:0}._fieldWrapper_1f38p_23{width:100%;margin-bottom:16px}._fieldWrapper_1f38p_23:last-child{margin-bottom:0}._fieldLabel_1f38p_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_1f38p_36{margin-top:8px;font-size:.75rem}._field_1f38p_23{width:100%;position:relative}._fieldLabelNew_1f38p_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_1f38p_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_1f38p_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_1f38p_52[type=password]{font-size:18px}._inputNew_1f38p_52:focus,._inputNew_1f38p_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_1f38p_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_1f38p_52:disabled::placeholder{color:#cbd5e1}._inputNew_1f38p_52._error_1f38p_7{border:1px solid #ef4444}._inputNew_1f38p_52._error_1f38p_7:focus,._inputNew_1f38p_52._error_1f38p_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_1f38p_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_1f38p_90{width:calc(50% - 8px)}._tableNavWrapper_1f38p_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_1f38p_109{align-items:center;display:flex}._tableNavItem_1f38p_114{margin:0 6px}._modalContent_1f38p_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_1f38p_118._center_1f38p_125{text-align:center;font-family:Inter}._modalContent_1f38p_118._settings_1f38p_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_1f38p_118._settingsIntegration_1f38p_133,._modalContent_1f38p_118._performanceTestModalContent_1f38p_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_1f38p_118._monitoringReportContent_1f38p_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_1f38p_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_1f38p_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_1f38p_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_1f38p_158:after,._modalLine_1f38p_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_1f38p_158:before{left:-20px}._modalLine_1f38p_158:after{right:-20px}._infoMessage_1f38p_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_1f38p_181:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._modalFooter_1f38p_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_1f38p_196._buttonsAutoWidth_1f38p_203{justify-content:flex-end}._modalFooter_1f38p_196._buttonsAutoWidth_1f38p_203 button,._modalFooter_1f38p_196._buttonsAutoWidth_1f38p_203 span{margin-left:12px}._fullWidthTitle_1f38p_211{text-transform:uppercase;color:#64748b;background:#f8fafc;width:calc(100% + 40px);margin-bottom:20px;margin-left:-20px;padding:8px 20px;font-size:.75rem;line-height:1}._widgetsWrapper_1f38p_223{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_1f38p_230{background:#fff;border:1px solid #e2e8f0;border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_1f38p_230{padding:0 16px 15px}}._widgetHeader_1f38p_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_1f38p_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_1f38p_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_1f38p_266{align-items:center;height:180px;display:flex}._widgetFooter_1f38p_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_1f38p_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_1f38p_279:last-child{border:none}._widgetMainValue_1f38p_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_1f38p_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_1f38p_303{color:#64748b;font-size:.75rem}._widgetLoader_1f38p_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_1f38p_315{opacity:.5;cursor:default}._widgetAddress_1f38p_320{color:#64748b;font-size:.75rem}._widgetTag_1f38p_325{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_1f38p_333{color:#0f172a;font-weight:500}._chartValuesWrapper_1f38p_338{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_1f38p_346{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_1f38p_346._green_1f38p_351:before,._chartValuesTitle_1f38p_346._dark_1f38p_351:before,._chartValuesTitle_1f38p_346._blue_1f38p_351:before{content:"";border:2px solid #fff;border-radius:50%;width:13px;height:13px;margin-right:4px;display:inline-flex;position:relative;top:1px;box-shadow:0 2px 4px #00000014}._chartValuesTitle_1f38p_346._green_1f38p_351:before{background:#22c55e}._chartValuesTitle_1f38p_346._dark_1f38p_351:before{background:#475569}._chartValuesTitle_1f38p_346._blue_1f38p_351:before{background:#43e0f8}._topbar_1f38p_373{justify-content:space-between;align-items:center;width:100%;padding:0 16px;display:flex}._logoWrapper_1f38p_381{display:inline-flex}._logo_1f38p_381{max-width:110px}._menuWrapper_1f38p_389{display:flex}@media only screen and (width<=1340px){._menuWrapper_1f38p_389{background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);flex-direction:column;width:265px;height:100vh;padding:64px 16px 0;display:none;position:absolute;top:0;right:0;box-shadow:-12px 1px 89px -41px #0000004d}._menuWrapper_1f38p_389._opened_1f38p_406{display:flex}}._menuItem_1f38p_411{color:#fff;border-radius:30px;align-items:center;margin:0 8px;padding:8px 20px;font-family:Inter;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}@media only screen and (width<=1300px){._menuItem_1f38p_411{flex:none;width:auto;margin-bottom:10px}}._menuItem_1f38p_411 ._menuIcon_1f38p_432{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_1f38p_411 ._menuIconPerformance_1f38p_437{fill:none}._menuItem_1f38p_411 ._menuIconStroke_1f38p_440{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_1f38p_411._active_1f38p_445,._menuItem_1f38p_411:hover{color:#52c2fd;background:#fff}._menuItem_1f38p_411._active_1f38p_445 ._menuIcon_1f38p_432:not(._menuIconStroke_1f38p_440,._menuIconPerformance_1f38p_437),._menuItem_1f38p_411:hover ._menuIcon_1f38p_432:not(._menuIconStroke_1f38p_440,._menuIconPerformance_1f38p_437){fill:#52c2fd}._menuItem_1f38p_411._active_1f38p_445 ._menuIconPerformance_1f38p_437 path,._menuItem_1f38p_411:hover ._menuIconPerformance_1f38p_437 path{stroke:#59a6fd}._menuItem_1f38p_411._active_1f38p_445 ._menuIconStroke_1f38p_440:not(._menuIcon_1f38p_432),._menuItem_1f38p_411:hover ._menuIconStroke_1f38p_440:not(._menuIcon_1f38p_432){stroke:#52c2fd}._redDot_1f38p_459{color:#fff;background:#d73d3d;border-radius:50%;justify-content:center;align-items:center;width:14px;height:14px;font-size:8px;display:inline-flex;position:relative;top:-6px;right:-6px}._screenWrapper_1f38p_474{justify-content:center;display:flex}._link_1f38p_479{color:#2db2c8;cursor:pointer;text-decoration:underline}._widgetWrapper_1f38p_230{width:initial;max-width:initial;flex:520px}@media only screen and (width<=1200px){._widgetWrapper_1f38p_230{padding:0 6px 24px}}._chartWrapper_1f38p_496{justify-content:flex-end;display:flex}@media only screen and (width<=1100px){._chartWrapper_1f38p_496{max-width:560px;margin:0 auto;position:relative}}._chart_1f38p_338{position:absolute;top:-36px;left:0}@media only screen and (width<=1100px){._chart_1f38p_338{top:-54px}}._widgetMainValue_1f38p_288{width:210px;position:absolute;bottom:30px;left:14px}._chartNotesWrapper_1f38p_526{flex-wrap:wrap;justify-content:flex-end;row-gap:36px;width:100%;display:flex}@media only screen and (width<=1420px){._chartNotesWrapper_1f38p_526 ._rowLastNote_1f38p_534{width:14%}}@media only screen and (width>=1201px) and (width<=1299px){._chartNotesWrapper_1f38p_526 ._rowPreLastNote_1f38p_539{width:17%}}@media only screen and (width<=690px){._chartNotesWrapper_1f38p_526{gap:30px 10px;width:46%}}._chartNote_1f38p_526{color:#64748b;break-inside:avoid-column;width:18%;font-size:.75rem;font-weight:400}._chartNote_1f38p_526:nth-child(3){margin-bottom:0}._chartNote_1f38p_526:before{content:"";border-radius:4px;width:4px;height:12px;margin-right:6px;display:inline-flex;position:relative;top:2px}._chartNote_1f38p_526._installed_1f38p_570:before{background:#14b8a6}._chartNote_1f38p_526._packed_1f38p_573:before{background:#a855f7}._chartNote_1f38p_526._inInventory_1f38p_576:before{background:#c11574}._chartNote_1f38p_526._inStock_1f38p_579:before{background:#22c55e}._chartNote_1f38p_526._missing_1f38p_582:before{background:#fcd34d}._chartNote_1f38p_526._preinstalled_1f38p_585:before{background:#115e59}._chartNote_1f38p_526._damaged_1f38p_588:before{background:#ef4444}._chartNote_1f38p_526._transfering_1f38p_591:before{background:#3b82f6}._chartNote_1f38p_526._production_1f38p_594:before{background:#cbd5e1}._chartNote_1f38p_526._warranty_1f38p_597:before{background:#43e0f8}@media only screen and (width<=690px){._chartNote_1f38p_526{width:45%!important}._hiddenChartNote_1f38p_607{display:none}}._chartNoteValue_1f38p_612{color:#000;margin-top:10px;font-size:1rem;font-weight:500;display:block}._authButtonsWrapper_18ywy_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_18ywy_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_18ywy_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;top:0;left:0}._fieldWrapper_18ywy_23{width:100%;margin-bottom:16px}._fieldWrapper_18ywy_23:last-child{margin-bottom:0}._fieldLabel_18ywy_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_18ywy_36{margin-top:8px;font-size:.75rem}._field_18ywy_23{width:100%;position:relative}._fieldLabelNew_18ywy_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_18ywy_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_18ywy_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_18ywy_52[type=password]{font-size:18px}._inputNew_18ywy_52:focus,._inputNew_18ywy_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_18ywy_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_18ywy_52:disabled::placeholder{color:#cbd5e1}._inputNew_18ywy_52._error_18ywy_7{border:1px solid #ef4444}._inputNew_18ywy_52._error_18ywy_7:focus,._inputNew_18ywy_52._error_18ywy_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_18ywy_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_18ywy_90{width:calc(50% - 8px)}._tableNavWrapper_18ywy_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_18ywy_109{align-items:center;display:flex}._tableNavItem_18ywy_114{margin:0 6px}._modalContent_18ywy_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_18ywy_118._center_18ywy_125{text-align:center;font-family:Inter}._modalContent_18ywy_118._settings_18ywy_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_18ywy_118._settingsIntegration_18ywy_133,._modalContent_18ywy_118._performanceTestModalContent_18ywy_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_18ywy_118._monitoringReportContent_18ywy_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_18ywy_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_18ywy_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_18ywy_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_18ywy_158:after,._modalLine_18ywy_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_18ywy_158:before{left:-20px}._modalLine_18ywy_158:after{right:-20px}._infoMessage_18ywy_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_18ywy_181:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._modalFooter_18ywy_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_18ywy_196._buttonsAutoWidth_18ywy_203{justify-content:flex-end}._modalFooter_18ywy_196._buttonsAutoWidth_18ywy_203 button,._modalFooter_18ywy_196._buttonsAutoWidth_18ywy_203 span{margin-left:12px}._fullWidthTitle_18ywy_211{text-transform:uppercase;color:#64748b;background:#f8fafc;width:calc(100% + 40px);margin-bottom:20px;margin-left:-20px;padding:8px 20px;font-size:.75rem;line-height:1}._widgetsWrapper_18ywy_223{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_18ywy_230{background:#fff;border:1px solid #e2e8f0;border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_18ywy_230{padding:0 16px 15px}}._widgetHeader_18ywy_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_18ywy_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_18ywy_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_18ywy_266{align-items:center;height:180px;display:flex}._widgetFooter_18ywy_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_18ywy_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_18ywy_279:last-child{border:none}._widgetMainValue_18ywy_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_18ywy_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_18ywy_303{color:#64748b;font-size:.75rem}._widgetLoader_18ywy_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_18ywy_315{opacity:.5;cursor:default}._widgetAddress_18ywy_320{color:#64748b;font-size:.75rem}._widgetTag_18ywy_325{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_18ywy_333{color:#0f172a;font-weight:500}._chartValuesWrapper_18ywy_338{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_18ywy_346{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_18ywy_346._green_18ywy_351:before,._chartValuesTitle_18ywy_346._dark_18ywy_351:before,._chartValuesTitle_18ywy_346._blue_18ywy_351:before{content:"";border:2px solid #fff;border-radius:50%;width:13px;height:13px;margin-right:4px;display:inline-flex;position:relative;top:1px;box-shadow:0 2px 4px #00000014}._chartValuesTitle_18ywy_346._green_18ywy_351:before{background:#22c55e}._chartValuesTitle_18ywy_346._dark_18ywy_351:before{background:#475569}._chartValuesTitle_18ywy_346._blue_18ywy_351:before{background:#43e0f8}._topbar_18ywy_373{justify-content:space-between;align-items:center;width:100%;padding:0 16px;display:flex}._logoWrapper_18ywy_381{display:inline-flex}._logo_18ywy_381{max-width:110px}._menuWrapper_18ywy_389{display:flex}@media only screen and (width<=1340px){._menuWrapper_18ywy_389{background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);flex-direction:column;width:265px;height:100vh;padding:64px 16px 0;display:none;position:absolute;top:0;right:0;box-shadow:-12px 1px 89px -41px #0000004d}._menuWrapper_18ywy_389._opened_18ywy_406{display:flex}}._menuItem_18ywy_411{color:#fff;border-radius:30px;align-items:center;margin:0 8px;padding:8px 20px;font-family:Inter;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}@media only screen and (width<=1300px){._menuItem_18ywy_411{flex:none;width:auto;margin-bottom:10px}}._menuItem_18ywy_411 ._menuIcon_18ywy_432{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_18ywy_411 ._menuIconPerformance_18ywy_437{fill:none}._menuItem_18ywy_411 ._menuIconStroke_18ywy_440{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_18ywy_411._active_18ywy_445,._menuItem_18ywy_411:hover{color:#52c2fd;background:#fff}._menuItem_18ywy_411._active_18ywy_445 ._menuIcon_18ywy_432:not(._menuIconStroke_18ywy_440,._menuIconPerformance_18ywy_437),._menuItem_18ywy_411:hover ._menuIcon_18ywy_432:not(._menuIconStroke_18ywy_440,._menuIconPerformance_18ywy_437){fill:#52c2fd}._menuItem_18ywy_411._active_18ywy_445 ._menuIconPerformance_18ywy_437 path,._menuItem_18ywy_411:hover ._menuIconPerformance_18ywy_437 path{stroke:#59a6fd}._menuItem_18ywy_411._active_18ywy_445 ._menuIconStroke_18ywy_440:not(._menuIcon_18ywy_432),._menuItem_18ywy_411:hover ._menuIconStroke_18ywy_440:not(._menuIcon_18ywy_432){stroke:#52c2fd}._redDot_18ywy_459{color:#fff;background:#d73d3d;border-radius:50%;justify-content:center;align-items:center;width:14px;height:14px;font-size:8px;display:inline-flex;position:relative;top:-6px;right:-6px}._screenWrapper_18ywy_474{justify-content:center;display:flex}._link_18ywy_479{color:#2db2c8;cursor:pointer;text-decoration:underline}._widgetWrapper_18ywy_230{width:100%;max-width:100%;min-height:150px}._chart_18ywy_338{height:16px}._chartItemWrapper_18ywy_495{margin-bottom:20px}._authButtonsWrapper_fzxt3_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_fzxt3_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_fzxt3_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;top:0;left:0}._fieldWrapper_fzxt3_23{width:100%;margin-bottom:16px}._fieldWrapper_fzxt3_23:last-child{margin-bottom:0}._fieldLabel_fzxt3_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_fzxt3_36{margin-top:8px;font-size:.75rem}._field_fzxt3_23{width:100%;position:relative}._fieldLabelNew_fzxt3_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_fzxt3_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_fzxt3_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_fzxt3_52[type=password]{font-size:18px}._inputNew_fzxt3_52:focus,._inputNew_fzxt3_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_fzxt3_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_fzxt3_52:disabled::placeholder{color:#cbd5e1}._inputNew_fzxt3_52._error_fzxt3_7{border:1px solid #ef4444}._inputNew_fzxt3_52._error_fzxt3_7:focus,._inputNew_fzxt3_52._error_fzxt3_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_fzxt3_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_fzxt3_90{width:calc(50% - 8px)}._tableNavWrapper_fzxt3_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_fzxt3_109{align-items:center;display:flex}._tableNavItem_fzxt3_114{margin:0 6px}._modalContent_fzxt3_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_fzxt3_118._center_fzxt3_125{text-align:center;font-family:Inter}._modalContent_fzxt3_118._settings_fzxt3_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_fzxt3_118._settingsIntegration_fzxt3_133,._modalContent_fzxt3_118._performanceTestModalContent_fzxt3_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_fzxt3_118._monitoringReportContent_fzxt3_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_fzxt3_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_fzxt3_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_fzxt3_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_fzxt3_158:after,._modalLine_fzxt3_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_fzxt3_158:before{left:-20px}._modalLine_fzxt3_158:after{right:-20px}._infoMessage_fzxt3_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_fzxt3_181:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._modalFooter_fzxt3_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_fzxt3_196._buttonsAutoWidth_fzxt3_203{justify-content:flex-end}._modalFooter_fzxt3_196._buttonsAutoWidth_fzxt3_203 button,._modalFooter_fzxt3_196._buttonsAutoWidth_fzxt3_203 span{margin-left:12px}._fullWidthTitle_fzxt3_211{text-transform:uppercase;color:#64748b;background:#f8fafc;width:calc(100% + 40px);margin-bottom:20px;margin-left:-20px;padding:8px 20px;font-size:.75rem;line-height:1}._widgetsWrapper_fzxt3_223{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_fzxt3_230{background:#fff;border:1px solid #e2e8f0;border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_fzxt3_230{padding:0 16px 15px}}._widgetHeader_fzxt3_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_fzxt3_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_fzxt3_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_fzxt3_266{align-items:center;height:180px;display:flex}._widgetFooter_fzxt3_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_fzxt3_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_fzxt3_279:last-child{border:none}._widgetMainValue_fzxt3_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_fzxt3_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_fzxt3_303{color:#64748b;font-size:.75rem}._widgetLoader_fzxt3_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_fzxt3_315{opacity:.5;cursor:default}._widgetAddress_fzxt3_320{color:#64748b;font-size:.75rem}._widgetTag_fzxt3_325{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_fzxt3_333{color:#0f172a;font-weight:500}._chartValuesWrapper_fzxt3_338{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_fzxt3_346{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_fzxt3_346._green_fzxt3_351:before,._chartValuesTitle_fzxt3_346._dark_fzxt3_351:before,._chartValuesTitle_fzxt3_346._blue_fzxt3_351:before{content:"";border:2px solid #fff;border-radius:50%;width:13px;height:13px;margin-right:4px;display:inline-flex;position:relative;top:1px;box-shadow:0 2px 4px #00000014}._chartValuesTitle_fzxt3_346._green_fzxt3_351:before{background:#22c55e}._chartValuesTitle_fzxt3_346._dark_fzxt3_351:before{background:#475569}._chartValuesTitle_fzxt3_346._blue_fzxt3_351:before{background:#43e0f8}._topbar_fzxt3_373{justify-content:space-between;align-items:center;width:100%;padding:0 16px;display:flex}._logoWrapper_fzxt3_381{display:inline-flex}._logo_fzxt3_381{max-width:110px}._menuWrapper_fzxt3_389{display:flex}@media only screen and (width<=1340px){._menuWrapper_fzxt3_389{background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);flex-direction:column;width:265px;height:100vh;padding:64px 16px 0;display:none;position:absolute;top:0;right:0;box-shadow:-12px 1px 89px -41px #0000004d}._menuWrapper_fzxt3_389._opened_fzxt3_406{display:flex}}._menuItem_fzxt3_411{color:#fff;border-radius:30px;align-items:center;margin:0 8px;padding:8px 20px;font-family:Inter;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}@media only screen and (width<=1300px){._menuItem_fzxt3_411{flex:none;width:auto;margin-bottom:10px}}._menuItem_fzxt3_411 ._menuIcon_fzxt3_432{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_fzxt3_411 ._menuIconPerformance_fzxt3_437{fill:none}._menuItem_fzxt3_411 ._menuIconStroke_fzxt3_440{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_fzxt3_411._active_fzxt3_445,._menuItem_fzxt3_411:hover{color:#52c2fd;background:#fff}._menuItem_fzxt3_411._active_fzxt3_445 ._menuIcon_fzxt3_432:not(._menuIconStroke_fzxt3_440,._menuIconPerformance_fzxt3_437),._menuItem_fzxt3_411:hover ._menuIcon_fzxt3_432:not(._menuIconStroke_fzxt3_440,._menuIconPerformance_fzxt3_437){fill:#52c2fd}._menuItem_fzxt3_411._active_fzxt3_445 ._menuIconPerformance_fzxt3_437 path,._menuItem_fzxt3_411:hover ._menuIconPerformance_fzxt3_437 path{stroke:#59a6fd}._menuItem_fzxt3_411._active_fzxt3_445 ._menuIconStroke_fzxt3_440:not(._menuIcon_fzxt3_432),._menuItem_fzxt3_411:hover ._menuIconStroke_fzxt3_440:not(._menuIcon_fzxt3_432){stroke:#52c2fd}._redDot_fzxt3_459{color:#fff;background:#d73d3d;border-radius:50%;justify-content:center;align-items:center;width:14px;height:14px;font-size:8px;display:inline-flex;position:relative;top:-6px;right:-6px}._screenWrapper_fzxt3_474{justify-content:center;display:flex}._link_fzxt3_479{color:#2db2c8;cursor:pointer;text-decoration:underline}._widgetWrapper_fzxt3_230{max-width:initial;flex:500px}._widgetContent_fzxt3_490{justify-content:space-between;gap:16px;display:flex}._widgetBlock_fzxt3_496{text-align:center;border:1px solid #e2e8f0;border-radius:10px;flex:1}._widgetBlockHeader_fzxt3_505{color:#0f172a;background-color:#e2e8f0;border-top-left-radius:10px;border-top-right-radius:10px;padding-top:6px;padding-bottom:6px}._widgetBlockContent_fzxt3_514{padding:16px}._widgetBlockTotal_fzxt3_518 p:first-child{font-size:24px;font-weight:500;line-height:32px}._widgetBlockTotal_fzxt3_518 p:last-child{color:#64748b;font-size:12px;font-weight:500;line-height:16px}._widgetBlockAvailable_fzxt3_531{border-bottom:1px solid #f1f5f9;justify-content:space-between;padding-top:22px;padding-bottom:12px;display:flex}._widgetBlockAvailable_fzxt3_531 span{font-size:14px;font-weight:500;line-height:20px}._widgetBlockAvailable_fzxt3_531 span:first-child{color:#15803d;background-color:#dcfce7;border-radius:10px;padding:2px 8px}._widgetBlockPacked_fzxt3_552{justify-content:space-between;padding-top:12px;display:flex}._widgetBlockPacked_fzxt3_552 span{font-size:14px;font-weight:500;line-height:20px}._widgetBlockPacked_fzxt3_552 span:first-child{color:#0f172a;background-color:#f3e8ff;border-radius:10px;padding:2px 8px}._valueNote_fzxt3_571{color:#64748b;font-size:12px;font-weight:400}._chartWrapper_fzxt3_577{justify-content:center;align-items:center;height:50px;display:flex;position:relative}._chart_fzxt3_338{position:absolute;bottom:-126px}._text_fzxt3_590{color:#64748b;font-family:Inter;font-size:.75rem}._available_fzxt3_596,._packed_fzxt3_597{align-items:center;display:inline-flex}._available_fzxt3_596:before,._packed_fzxt3_597:before{content:"";border-radius:50%;width:12px;height:12px;margin-right:4px;display:inline-flex}._available_fzxt3_596:before{background-color:#fef3c7}._packed_fzxt3_597:before{background-color:#fcd34d}._authButtonsWrapper_ds54x_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_ds54x_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_ds54x_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;top:0;left:0}._fieldWrapper_ds54x_23{width:100%;margin-bottom:16px}._fieldWrapper_ds54x_23:last-child{margin-bottom:0}._fieldLabel_ds54x_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_ds54x_36{margin-top:8px;font-size:.75rem}._field_ds54x_23{width:100%;position:relative}._fieldLabelNew_ds54x_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_ds54x_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_ds54x_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_ds54x_52[type=password]{font-size:18px}._inputNew_ds54x_52:focus,._inputNew_ds54x_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_ds54x_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_ds54x_52:disabled::placeholder{color:#cbd5e1}._inputNew_ds54x_52._error_ds54x_7{border:1px solid #ef4444}._inputNew_ds54x_52._error_ds54x_7:focus,._inputNew_ds54x_52._error_ds54x_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_ds54x_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_ds54x_90{width:calc(50% - 8px)}._tableNavWrapper_ds54x_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_ds54x_109{align-items:center;display:flex}._tableNavItem_ds54x_114{margin:0 6px}._modalContent_ds54x_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_ds54x_118._center_ds54x_125{text-align:center;font-family:Inter}._modalContent_ds54x_118._settings_ds54x_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_ds54x_118._settingsIntegration_ds54x_133,._modalContent_ds54x_118._performanceTestModalContent_ds54x_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_ds54x_118._monitoringReportContent_ds54x_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_ds54x_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_ds54x_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_ds54x_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_ds54x_158:after,._modalLine_ds54x_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_ds54x_158:before{left:-20px}._modalLine_ds54x_158:after{right:-20px}._infoMessage_ds54x_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_ds54x_181:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._modalFooter_ds54x_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_ds54x_196._buttonsAutoWidth_ds54x_203{justify-content:flex-end}._modalFooter_ds54x_196._buttonsAutoWidth_ds54x_203 button,._modalFooter_ds54x_196._buttonsAutoWidth_ds54x_203 span{margin-left:12px}._fullWidthTitle_ds54x_211{text-transform:uppercase;color:#64748b;background:#f8fafc;width:calc(100% + 40px);margin-bottom:20px;margin-left:-20px;padding:8px 20px;font-size:.75rem;line-height:1}._widgetsWrapper_ds54x_223{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_ds54x_230{background:#fff;border:1px solid #e2e8f0;border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_ds54x_230{padding:0 16px 15px}}._widgetHeader_ds54x_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_ds54x_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_ds54x_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_ds54x_266{align-items:center;height:180px;display:flex}._widgetFooter_ds54x_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_ds54x_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_ds54x_279:last-child{border:none}._widgetMainValue_ds54x_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_ds54x_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_ds54x_303{color:#64748b;font-size:.75rem}._widgetLoader_ds54x_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_ds54x_315{opacity:.5;cursor:default}._widgetAddress_ds54x_320{color:#64748b;font-size:.75rem}._widgetTag_ds54x_325{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_ds54x_333{color:#0f172a;font-weight:500}._chartValuesWrapper_ds54x_338{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_ds54x_346{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_ds54x_346._green_ds54x_351:before,._chartValuesTitle_ds54x_346._dark_ds54x_351:before,._chartValuesTitle_ds54x_346._blue_ds54x_351:before{content:"";border:2px solid #fff;border-radius:50%;width:13px;height:13px;margin-right:4px;display:inline-flex;position:relative;top:1px;box-shadow:0 2px 4px #00000014}._chartValuesTitle_ds54x_346._green_ds54x_351:before{background:#22c55e}._chartValuesTitle_ds54x_346._dark_ds54x_351:before{background:#475569}._chartValuesTitle_ds54x_346._blue_ds54x_351:before{background:#43e0f8}._topbar_ds54x_373{justify-content:space-between;align-items:center;width:100%;padding:0 16px;display:flex}._logoWrapper_ds54x_381{display:inline-flex}._logo_ds54x_381{max-width:110px}._menuWrapper_ds54x_389{display:flex}@media only screen and (width<=1340px){._menuWrapper_ds54x_389{background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);flex-direction:column;width:265px;height:100vh;padding:64px 16px 0;display:none;position:absolute;top:0;right:0;box-shadow:-12px 1px 89px -41px #0000004d}._menuWrapper_ds54x_389._opened_ds54x_406{display:flex}}._menuItem_ds54x_411{color:#fff;border-radius:30px;align-items:center;margin:0 8px;padding:8px 20px;font-family:Inter;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}@media only screen and (width<=1300px){._menuItem_ds54x_411{flex:none;width:auto;margin-bottom:10px}}._menuItem_ds54x_411 ._menuIcon_ds54x_432{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_ds54x_411 ._menuIconPerformance_ds54x_437{fill:none}._menuItem_ds54x_411 ._menuIconStroke_ds54x_440{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_ds54x_411._active_ds54x_445,._menuItem_ds54x_411:hover{color:#52c2fd;background:#fff}._menuItem_ds54x_411._active_ds54x_445 ._menuIcon_ds54x_432:not(._menuIconStroke_ds54x_440,._menuIconPerformance_ds54x_437),._menuItem_ds54x_411:hover ._menuIcon_ds54x_432:not(._menuIconStroke_ds54x_440,._menuIconPerformance_ds54x_437){fill:#52c2fd}._menuItem_ds54x_411._active_ds54x_445 ._menuIconPerformance_ds54x_437 path,._menuItem_ds54x_411:hover ._menuIconPerformance_ds54x_437 path{stroke:#59a6fd}._menuItem_ds54x_411._active_ds54x_445 ._menuIconStroke_ds54x_440:not(._menuIcon_ds54x_432),._menuItem_ds54x_411:hover ._menuIconStroke_ds54x_440:not(._menuIcon_ds54x_432){stroke:#52c2fd}._redDot_ds54x_459{color:#fff;background:#d73d3d;border-radius:50%;justify-content:center;align-items:center;width:14px;height:14px;font-size:8px;display:inline-flex;position:relative;top:-6px;right:-6px}._screenWrapper_ds54x_474{justify-content:center;display:flex}._link_ds54x_479{color:#2db2c8;cursor:pointer;text-decoration:underline}._widgetsWrapper_ds54x_223{flex-wrap:wrap}._actionButtonsWrapper_ds54x_489._disabled_ds54x_315 ._actionButton_ds54x_489{color:#cbd5e1!important;cursor:default!important;background:#f1f5f9!important;border:1px solid #cbd5e1!important}._actionButton_ds54x_489{text-transform:uppercase;cursor:pointer;border-radius:20px;margin-right:12px;padding:2px 8px;font-size:.75rem;font-weight:500;line-height:1.2}._actionButton_ds54x_489._transfer_ds54x_506{color:#1e40af;background:#dbeafe;border:1px solid #3b82f6}._actionButton_ds54x_489._missing_ds54x_511{color:#b45309;background:#fef3c7;border:1px solid #f59e0b}._actionButton_ds54x_489._damaged_ds54x_516{color:#b91c1c;background:#fee2e2;border:1px solid #ef4444}._actionButton_ds54x_489._warehouse_ds54x_521{color:#1e293b;background:#f1f5f9;border:1px solid #64748b}._actionButton_ds54x_489._warranty_ds54x_526{color:#165964;background:#ebfcff;border:1px solid #43e0f8}._actionButton_ds54x_489:disabled{opacity:.5;cursor:default}._authButtonsWrapper_cvg3h_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_cvg3h_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_cvg3h_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;top:0;left:0}._fieldWrapper_cvg3h_23{width:100%;margin-bottom:16px}._fieldWrapper_cvg3h_23:last-child{margin-bottom:0}._fieldLabel_cvg3h_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_cvg3h_36{margin-top:8px;font-size:.75rem}._field_cvg3h_23{width:100%;position:relative}._fieldLabelNew_cvg3h_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_cvg3h_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_cvg3h_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_cvg3h_52[type=password]{font-size:18px}._inputNew_cvg3h_52:focus,._inputNew_cvg3h_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_cvg3h_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_cvg3h_52:disabled::placeholder{color:#cbd5e1}._inputNew_cvg3h_52._error_cvg3h_7{border:1px solid #ef4444}._inputNew_cvg3h_52._error_cvg3h_7:focus,._inputNew_cvg3h_52._error_cvg3h_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_cvg3h_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_cvg3h_90{width:calc(50% - 8px)}._tableNavWrapper_cvg3h_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_cvg3h_109{align-items:center;display:flex}._tableNavItem_cvg3h_114{margin:0 6px}._modalContent_cvg3h_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_cvg3h_118._center_cvg3h_125{text-align:center;font-family:Inter}._modalContent_cvg3h_118._settings_cvg3h_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_cvg3h_118._settingsIntegration_cvg3h_133,._modalContent_cvg3h_118._performanceTestModalContent_cvg3h_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_cvg3h_118._monitoringReportContent_cvg3h_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_cvg3h_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_cvg3h_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_cvg3h_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_cvg3h_158:after,._modalLine_cvg3h_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_cvg3h_158:before{left:-20px}._modalLine_cvg3h_158:after{right:-20px}._infoMessage_cvg3h_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_cvg3h_181:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._modalFooter_cvg3h_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_cvg3h_196._buttonsAutoWidth_cvg3h_203{justify-content:flex-end}._modalFooter_cvg3h_196._buttonsAutoWidth_cvg3h_203 button,._modalFooter_cvg3h_196._buttonsAutoWidth_cvg3h_203 span{margin-left:12px}._fullWidthTitle_cvg3h_211{text-transform:uppercase;color:#64748b;background:#f8fafc;width:calc(100% + 40px);margin-bottom:20px;margin-left:-20px;padding:8px 20px;font-size:.75rem;line-height:1}._widgetsWrapper_cvg3h_223{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_cvg3h_230{background:#fff;border:1px solid #e2e8f0;border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_cvg3h_230{padding:0 16px 15px}}._widgetHeader_cvg3h_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_cvg3h_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_cvg3h_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_cvg3h_266{align-items:center;height:180px;display:flex}._widgetFooter_cvg3h_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_cvg3h_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_cvg3h_279:last-child{border:none}._widgetMainValue_cvg3h_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_cvg3h_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_cvg3h_303{color:#64748b;font-size:.75rem}._widgetLoader_cvg3h_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_cvg3h_315{opacity:.5;cursor:default}._widgetAddress_cvg3h_320{color:#64748b;font-size:.75rem}._widgetTag_cvg3h_325{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_cvg3h_333{color:#0f172a;font-weight:500}._chartValuesWrapper_cvg3h_338{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_cvg3h_346{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_cvg3h_346._green_cvg3h_351:before,._chartValuesTitle_cvg3h_346._dark_cvg3h_351:before,._chartValuesTitle_cvg3h_346._blue_cvg3h_351:before{content:"";border:2px solid #fff;border-radius:50%;width:13px;height:13px;margin-right:4px;display:inline-flex;position:relative;top:1px;box-shadow:0 2px 4px #00000014}._chartValuesTitle_cvg3h_346._green_cvg3h_351:before{background:#22c55e}._chartValuesTitle_cvg3h_346._dark_cvg3h_351:before{background:#475569}._chartValuesTitle_cvg3h_346._blue_cvg3h_351:before{background:#43e0f8}._topbar_cvg3h_373{justify-content:space-between;align-items:center;width:100%;padding:0 16px;display:flex}._logoWrapper_cvg3h_381{display:inline-flex}._logo_cvg3h_381{max-width:110px}._menuWrapper_cvg3h_389{display:flex}@media only screen and (width<=1340px){._menuWrapper_cvg3h_389{background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);flex-direction:column;width:265px;height:100vh;padding:64px 16px 0;display:none;position:absolute;top:0;right:0;box-shadow:-12px 1px 89px -41px #0000004d}._menuWrapper_cvg3h_389._opened_cvg3h_406{display:flex}}._menuItem_cvg3h_411{color:#fff;border-radius:30px;align-items:center;margin:0 8px;padding:8px 20px;font-family:Inter;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}@media only screen and (width<=1300px){._menuItem_cvg3h_411{flex:none;width:auto;margin-bottom:10px}}._menuItem_cvg3h_411 ._menuIcon_cvg3h_432{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_cvg3h_411 ._menuIconPerformance_cvg3h_437{fill:none}._menuItem_cvg3h_411 ._menuIconStroke_cvg3h_440{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_cvg3h_411._active_cvg3h_445,._menuItem_cvg3h_411:hover{color:#52c2fd;background:#fff}._menuItem_cvg3h_411._active_cvg3h_445 ._menuIcon_cvg3h_432:not(._menuIconStroke_cvg3h_440,._menuIconPerformance_cvg3h_437),._menuItem_cvg3h_411:hover ._menuIcon_cvg3h_432:not(._menuIconStroke_cvg3h_440,._menuIconPerformance_cvg3h_437){fill:#52c2fd}._menuItem_cvg3h_411._active_cvg3h_445 ._menuIconPerformance_cvg3h_437 path,._menuItem_cvg3h_411:hover ._menuIconPerformance_cvg3h_437 path{stroke:#59a6fd}._menuItem_cvg3h_411._active_cvg3h_445 ._menuIconStroke_cvg3h_440:not(._menuIcon_cvg3h_432),._menuItem_cvg3h_411:hover ._menuIconStroke_cvg3h_440:not(._menuIcon_cvg3h_432){stroke:#52c2fd}._redDot_cvg3h_459{color:#fff;background:#d73d3d;border-radius:50%;justify-content:center;align-items:center;width:14px;height:14px;font-size:8px;display:inline-flex;position:relative;top:-6px;right:-6px}._screenWrapper_cvg3h_474{justify-content:center;display:flex}._link_cvg3h_479{color:#2db2c8;cursor:pointer;text-decoration:underline}._orderDetails_cvg3h_485{flex-direction:column;gap:20px;font-family:Inter;display:flex}._orderDetailsRow_cvg3h_492{flex-wrap:wrap;justify-content:space-between;gap:20px;display:flex}._orderDetailsItem_cvg3h_499{flex:1;min-width:150px}._orderDetailsLabel_cvg3h_504{color:#64748b;margin-bottom:4px;font-size:.875rem;font-weight:300;display:block}._orderDetailsValue_cvg3h_512{font-weight:400;display:block}._separator_cvg3h_517{background:#e2e8f0;width:100%;height:1px;margin:20px 0 15px}._deviceWrapper_cvg3h_524{align-items:center;font-family:Inter;display:flex}._deviceWrapper_cvg3h_524:before{content:url(/assets/device-O4Bbl98r.svg);display:block}._deviceWrapper_cvg3h_524 svg{stroke:#64748b}._deviceQtyWrapper_cvg3h_537{margin-right:20px;padding-left:16px}._deviceName_cvg3h_542{margin-bottom:4px;font-weight:500;display:block}._deviceQty_cvg3h_537{color:#64748b;font-size:.875rem;display:block}._deviceQtyDelete_cvg3h_554{cursor:pointer;border:1px solid #cbd5e1;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;margin-left:auto;display:flex}._orderNote_cvg3h_566{color:#0f172a;-webkit-user-select:none;user-select:none;background-color:#ebfcff;border-radius:10px;gap:3px;margin-top:8px;padding:10px 25px 10px 12px;font-size:14px;display:flex}._orderNote_cvg3h_566 svg{flex-shrink:0;width:18px;height:18px}._orderNote_cvg3h_566 svg path{fill:#2db2c8}._productTypeSelect_cvg3h_586{width:115px;overflow:hidden}._productTypeSelect_cvg3h_586 .static-select__indicators{display:none}._productTypeSelect_cvg3h_586 .static-select__control{width:200px;box-shadow:none!important;border:0!important}._productTypeSelect_cvg3h_586 .static-select__control:hover,._productTypeSelect_cvg3h_586 .static-select__control:focus{border:0}._addNewButtonWrapper_cvg3h_602{display:inline-block}._addNewButton_cvg3h_602{padding:0 6px 0 16px!important}._dropdownIndicator_cvg3h_610{vertical-align:middle;stroke:currentColor;width:17px;height:16px;margin-left:8px}._authButtonsWrapper_18kvw_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_18kvw_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_18kvw_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;top:0;left:0}._fieldWrapper_18kvw_23{width:100%;margin-bottom:16px}._fieldWrapper_18kvw_23:last-child{margin-bottom:0}._fieldLabel_18kvw_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_18kvw_36{margin-top:8px;font-size:.75rem}._field_18kvw_23{width:100%;position:relative}._fieldLabelNew_18kvw_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_18kvw_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_18kvw_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_18kvw_52[type=password]{font-size:18px}._inputNew_18kvw_52:focus,._inputNew_18kvw_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_18kvw_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_18kvw_52:disabled::placeholder{color:#cbd5e1}._inputNew_18kvw_52._error_18kvw_7{border:1px solid #ef4444}._inputNew_18kvw_52._error_18kvw_7:focus,._inputNew_18kvw_52._error_18kvw_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_18kvw_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_18kvw_90{width:calc(50% - 8px)}._tableNavWrapper_18kvw_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_18kvw_109{align-items:center;display:flex}._tableNavItem_18kvw_114{margin:0 6px}._modalContent_18kvw_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_18kvw_118._center_18kvw_125{text-align:center;font-family:Inter}._modalContent_18kvw_118._settings_18kvw_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_18kvw_118._settingsIntegration_18kvw_133,._modalContent_18kvw_118._performanceTestModalContent_18kvw_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_18kvw_118._monitoringReportContent_18kvw_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_18kvw_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_18kvw_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_18kvw_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_18kvw_158:after,._modalLine_18kvw_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_18kvw_158:before{left:-20px}._modalLine_18kvw_158:after{right:-20px}._infoMessage_18kvw_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_18kvw_181:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._modalFooter_18kvw_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_18kvw_196._buttonsAutoWidth_18kvw_203{justify-content:flex-end}._modalFooter_18kvw_196._buttonsAutoWidth_18kvw_203 button,._modalFooter_18kvw_196._buttonsAutoWidth_18kvw_203 span{margin-left:12px}._fullWidthTitle_18kvw_211{text-transform:uppercase;color:#64748b;background:#f8fafc;width:calc(100% + 40px);margin-bottom:20px;margin-left:-20px;padding:8px 20px;font-size:.75rem;line-height:1}._widgetsWrapper_18kvw_223{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_18kvw_230{background:#fff;border:1px solid #e2e8f0;border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_18kvw_230{padding:0 16px 15px}}._widgetHeader_18kvw_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_18kvw_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_18kvw_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_18kvw_266{align-items:center;height:180px;display:flex}._widgetFooter_18kvw_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_18kvw_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_18kvw_279:last-child{border:none}._widgetMainValue_18kvw_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_18kvw_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_18kvw_303{color:#64748b;font-size:.75rem}._widgetLoader_18kvw_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_18kvw_315{opacity:.5;cursor:default}._widgetAddress_18kvw_320{color:#64748b;font-size:.75rem}._widgetTag_18kvw_325{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_18kvw_333{color:#0f172a;font-weight:500}._chartValuesWrapper_18kvw_338{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_18kvw_346{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_18kvw_346._green_18kvw_351:before,._chartValuesTitle_18kvw_346._dark_18kvw_351:before,._chartValuesTitle_18kvw_346._blue_18kvw_351:before{content:"";border:2px solid #fff;border-radius:50%;width:13px;height:13px;margin-right:4px;display:inline-flex;position:relative;top:1px;box-shadow:0 2px 4px #00000014}._chartValuesTitle_18kvw_346._green_18kvw_351:before{background:#22c55e}._chartValuesTitle_18kvw_346._dark_18kvw_351:before{background:#475569}._chartValuesTitle_18kvw_346._blue_18kvw_351:before{background:#43e0f8}._topbar_18kvw_373{justify-content:space-between;align-items:center;width:100%;padding:0 16px;display:flex}._logoWrapper_18kvw_381{display:inline-flex}._logo_18kvw_381{max-width:110px}._menuWrapper_18kvw_389{display:flex}@media only screen and (width<=1340px){._menuWrapper_18kvw_389{background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);flex-direction:column;width:265px;height:100vh;padding:64px 16px 0;display:none;position:absolute;top:0;right:0;box-shadow:-12px 1px 89px -41px #0000004d}._menuWrapper_18kvw_389._opened_18kvw_406{display:flex}}._menuItem_18kvw_411{color:#fff;border-radius:30px;align-items:center;margin:0 8px;padding:8px 20px;font-family:Inter;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}@media only screen and (width<=1300px){._menuItem_18kvw_411{flex:none;width:auto;margin-bottom:10px}}._menuItem_18kvw_411 ._menuIcon_18kvw_432{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_18kvw_411 ._menuIconPerformance_18kvw_437{fill:none}._menuItem_18kvw_411 ._menuIconStroke_18kvw_440{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_18kvw_411._active_18kvw_445,._menuItem_18kvw_411:hover{color:#52c2fd;background:#fff}._menuItem_18kvw_411._active_18kvw_445 ._menuIcon_18kvw_432:not(._menuIconStroke_18kvw_440,._menuIconPerformance_18kvw_437),._menuItem_18kvw_411:hover ._menuIcon_18kvw_432:not(._menuIconStroke_18kvw_440,._menuIconPerformance_18kvw_437){fill:#52c2fd}._menuItem_18kvw_411._active_18kvw_445 ._menuIconPerformance_18kvw_437 path,._menuItem_18kvw_411:hover ._menuIconPerformance_18kvw_437 path{stroke:#59a6fd}._menuItem_18kvw_411._active_18kvw_445 ._menuIconStroke_18kvw_440:not(._menuIcon_18kvw_432),._menuItem_18kvw_411:hover ._menuIconStroke_18kvw_440:not(._menuIcon_18kvw_432){stroke:#52c2fd}._redDot_18kvw_459{color:#fff;background:#d73d3d;border-radius:50%;justify-content:center;align-items:center;width:14px;height:14px;font-size:8px;display:inline-flex;position:relative;top:-6px;right:-6px}._screenWrapper_18kvw_474{justify-content:center;display:flex}._link_18kvw_479{color:#2db2c8;cursor:pointer;text-decoration:underline}._orderStatus_18kvw_485{text-transform:uppercase;border-radius:20px;align-items:center;padding:2px 8px 2px 6px;font-size:.75rem;line-height:1;display:inline-flex;position:relative}._orderStatus_18kvw_485:before{margin-right:2px;display:inline-flex;position:relative;top:1px}._orderStatus_18kvw_485._new_18kvw_501{color:#15803d;background:#dcfce7}._orderStatus_18kvw_485._new_18kvw_501:before{content:url("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_18kvw_485._pending_18kvw_508{color:#b45309;background:#fef3c7}._orderStatus_18kvw_485._pending_18kvw_508:before{content:url("data: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_18kvw_485._confirmed_18kvw_515{color:#134f66;background:#cdfcff}._orderStatus_18kvw_485._confirmed_18kvw_515:before{content:url("data: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_18kvw_485._packed_18kvw_522{color:#7e22ce;background:#f3e8ff}._orderStatus_18kvw_485._packed_18kvw_522:before{content:url("data: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_18kvw_485._shipping_18kvw_529{color:#2563eb;background:#dbeafe}._orderStatus_18kvw_485._shipping_18kvw_529:before{content:url("data: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_18kvw_485._fulfilled_18kvw_536{color:#4338ca;background:#e0e7ff}._orderStatus_18kvw_485._fulfilled_18kvw_536:before{content:url("data: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_18kvw_485._denied_18kvw_543{color:#b91c1c;background:#fee2e2}._orderStatus_18kvw_485._denied_18kvw_543:before{content:url("data: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_18kvw_485._canceled_18kvw_550{color:#b91c1c;background:#fee2e2}._orderStatus_18kvw_485._canceled_18kvw_550:before{content:url("data: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_1s504_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_1s504_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_1s504_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;top:0;left:0}._fieldWrapper_1s504_23{width:100%;margin-bottom:16px}._fieldWrapper_1s504_23:last-child{margin-bottom:0}._fieldLabel_1s504_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_1s504_36{margin-top:8px;font-size:.75rem}._field_1s504_23{width:100%;position:relative}._fieldLabelNew_1s504_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_1s504_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_1s504_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_1s504_52[type=password]{font-size:18px}._inputNew_1s504_52:focus,._inputNew_1s504_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_1s504_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_1s504_52:disabled::placeholder{color:#cbd5e1}._inputNew_1s504_52._error_1s504_7{border:1px solid #ef4444}._inputNew_1s504_52._error_1s504_7:focus,._inputNew_1s504_52._error_1s504_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_1s504_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_1s504_90{width:calc(50% - 8px)}._tableNavWrapper_1s504_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_1s504_109{align-items:center;display:flex}._tableNavItem_1s504_114{margin:0 6px}._modalContent_1s504_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_1s504_118._center_1s504_125{text-align:center;font-family:Inter}._modalContent_1s504_118._settings_1s504_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_1s504_118._settingsIntegration_1s504_133,._modalContent_1s504_118._performanceTestModalContent_1s504_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_1s504_118._monitoringReportContent_1s504_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_1s504_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_1s504_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_1s504_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_1s504_158:after,._modalLine_1s504_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_1s504_158:before{left:-20px}._modalLine_1s504_158:after{right:-20px}._infoMessage_1s504_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_1s504_181:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._modalFooter_1s504_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_1s504_196._buttonsAutoWidth_1s504_203{justify-content:flex-end}._modalFooter_1s504_196._buttonsAutoWidth_1s504_203 button,._modalFooter_1s504_196._buttonsAutoWidth_1s504_203 span{margin-left:12px}._fullWidthTitle_1s504_211{text-transform:uppercase;color:#64748b;background:#f8fafc;width:calc(100% + 40px);margin-bottom:20px;margin-left:-20px;padding:8px 20px;font-size:.75rem;line-height:1}._widgetsWrapper_1s504_223{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_1s504_230{background:#fff;border:1px solid #e2e8f0;border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_1s504_230{padding:0 16px 15px}}._widgetHeader_1s504_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_1s504_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_1s504_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_1s504_266{align-items:center;height:180px;display:flex}._widgetFooter_1s504_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_1s504_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_1s504_279:last-child{border:none}._widgetMainValue_1s504_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_1s504_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_1s504_303{color:#64748b;font-size:.75rem}._widgetLoader_1s504_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_1s504_315{opacity:.5;cursor:default}._widgetAddress_1s504_320{color:#64748b;font-size:.75rem}._widgetTag_1s504_325{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_1s504_333{color:#0f172a;font-weight:500}._chartValuesWrapper_1s504_338{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_1s504_346{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_1s504_346._green_1s504_351:before,._chartValuesTitle_1s504_346._dark_1s504_351:before,._chartValuesTitle_1s504_346._blue_1s504_351:before{content:"";border:2px solid #fff;border-radius:50%;width:13px;height:13px;margin-right:4px;display:inline-flex;position:relative;top:1px;box-shadow:0 2px 4px #00000014}._chartValuesTitle_1s504_346._green_1s504_351:before{background:#22c55e}._chartValuesTitle_1s504_346._dark_1s504_351:before{background:#475569}._chartValuesTitle_1s504_346._blue_1s504_351:before{background:#43e0f8}._topbar_1s504_373{justify-content:space-between;align-items:center;width:100%;padding:0 16px;display:flex}._logoWrapper_1s504_381{display:inline-flex}._logo_1s504_381{max-width:110px}._menuWrapper_1s504_389{display:flex}@media only screen and (width<=1340px){._menuWrapper_1s504_389{background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);flex-direction:column;width:265px;height:100vh;padding:64px 16px 0;display:none;position:absolute;top:0;right:0;box-shadow:-12px 1px 89px -41px #0000004d}._menuWrapper_1s504_389._opened_1s504_406{display:flex}}._menuItem_1s504_411{color:#fff;border-radius:30px;align-items:center;margin:0 8px;padding:8px 20px;font-family:Inter;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}@media only screen and (width<=1300px){._menuItem_1s504_411{flex:none;width:auto;margin-bottom:10px}}._menuItem_1s504_411 ._menuIcon_1s504_432{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_1s504_411 ._menuIconPerformance_1s504_437{fill:none}._menuItem_1s504_411 ._menuIconStroke_1s504_440{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_1s504_411._active_1s504_445,._menuItem_1s504_411:hover{color:#52c2fd;background:#fff}._menuItem_1s504_411._active_1s504_445 ._menuIcon_1s504_432:not(._menuIconStroke_1s504_440,._menuIconPerformance_1s504_437),._menuItem_1s504_411:hover ._menuIcon_1s504_432:not(._menuIconStroke_1s504_440,._menuIconPerformance_1s504_437){fill:#52c2fd}._menuItem_1s504_411._active_1s504_445 ._menuIconPerformance_1s504_437 path,._menuItem_1s504_411:hover ._menuIconPerformance_1s504_437 path{stroke:#59a6fd}._menuItem_1s504_411._active_1s504_445 ._menuIconStroke_1s504_440:not(._menuIcon_1s504_432),._menuItem_1s504_411:hover ._menuIconStroke_1s504_440:not(._menuIcon_1s504_432){stroke:#52c2fd}._redDot_1s504_459{color:#fff;background:#d73d3d;border-radius:50%;justify-content:center;align-items:center;width:14px;height:14px;font-size:8px;display:inline-flex;position:relative;top:-6px;right:-6px}._screenWrapper_1s504_474{justify-content:center;display:flex}._link_1s504_479{color:#2db2c8;cursor:pointer;text-decoration:underline}._widgetsWrapper_1s504_223{flex-wrap:wrap}._ordersActionsWrapper_1s504_489{background-color:#0000}._ordersActionsWrapper_1s504_489 span{background-color:#f9fafc}._ordersActionsWrapper_1s504_489 span._deleteAction_1s504_495{background-color:#e2f8fc}._ordersActionsWrapper_1s504_489 span._deleteAction_1s504_495:hover svg path{stroke:#ef4444}._ordersActionsWrapper_1s504_489 span._denyAction_1s504_501{background-color:#e2f8fc}._ordersActionsWrapper_1s504_489 span._denyAction_1s504_501:hover svg path{fill:#ef4444;stroke:#e17a7a}._ordersActionsWrapper_1s504_489 span._editAction_1s504_508{background-color:#e2f8fc}._ordersActionsWrapper_1s504_489 span._editAction_1s504_508:hover{background-color:#d0edf2}._ordersActionsWrapper_1s504_489 span._editAction_1s504_508:hover svg path{stroke:#0f172a}._ordersActionsWrapper_1s504_489._singleItem_1s504_517 span{background-color:#f9fafc}._ordersActionsWrapper_1s504_489._singleItem_1s504_517 span:hover{background-color:#e2e8f0}._ordersActionsWrapper_1s504_489._singleItem_1s504_517 span:hover svg path{stroke:#0f172a}._ordersActionsWrapper_1s504_489._singleItem_1s504_517 span._deleteAction_1s504_495{background-color:#f9fafc}._ordersActionsWrapper_1s504_489._singleItem_1s504_517 span._deleteAction_1s504_495:hover svg path{stroke:#ef4444}._ordersActionsWrapper_1s504_489._singleItem_1s504_517 span._denyAction_1s504_501{background-color:#f9fafc}._ordersActionsWrapper_1s504_489._singleItem_1s504_517 span._denyAction_1s504_501:hover svg path{fill:#ef4444;stroke:#e17a7a}._authButtonsWrapper_7rwc0_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_7rwc0_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_7rwc0_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;top:0;left:0}._fieldWrapper_7rwc0_23{width:100%;margin-bottom:16px}._fieldWrapper_7rwc0_23:last-child{margin-bottom:0}._fieldLabel_7rwc0_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_7rwc0_36{margin-top:8px;font-size:.75rem}._field_7rwc0_23{width:100%;position:relative}._fieldLabelNew_7rwc0_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_7rwc0_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_7rwc0_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_7rwc0_52[type=password]{font-size:18px}._inputNew_7rwc0_52:focus,._inputNew_7rwc0_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_7rwc0_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_7rwc0_52:disabled::placeholder{color:#cbd5e1}._inputNew_7rwc0_52._error_7rwc0_7{border:1px solid #ef4444}._inputNew_7rwc0_52._error_7rwc0_7:focus,._inputNew_7rwc0_52._error_7rwc0_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_7rwc0_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_7rwc0_90{width:calc(50% - 8px)}._tableNavWrapper_7rwc0_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_7rwc0_109{align-items:center;display:flex}._tableNavItem_7rwc0_114{margin:0 6px}._modalContent_7rwc0_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_7rwc0_118._center_7rwc0_125{text-align:center;font-family:Inter}._modalContent_7rwc0_118._settings_7rwc0_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_7rwc0_118._settingsIntegration_7rwc0_133,._modalContent_7rwc0_118._performanceTestModalContent_7rwc0_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_7rwc0_118._monitoringReportContent_7rwc0_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_7rwc0_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_7rwc0_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_7rwc0_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_7rwc0_158:after,._modalLine_7rwc0_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_7rwc0_158:before{left:-20px}._modalLine_7rwc0_158:after{right:-20px}._infoMessage_7rwc0_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_7rwc0_181:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._modalFooter_7rwc0_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_7rwc0_196._buttonsAutoWidth_7rwc0_203{justify-content:flex-end}._modalFooter_7rwc0_196._buttonsAutoWidth_7rwc0_203 button,._modalFooter_7rwc0_196._buttonsAutoWidth_7rwc0_203 span{margin-left:12px}._fullWidthTitle_7rwc0_211{text-transform:uppercase;color:#64748b;background:#f8fafc;width:calc(100% + 40px);margin-bottom:20px;margin-left:-20px;padding:8px 20px;font-size:.75rem;line-height:1}._widgetsWrapper_7rwc0_223{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_7rwc0_230{background:#fff;border:1px solid #e2e8f0;border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_7rwc0_230{padding:0 16px 15px}}._widgetHeader_7rwc0_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_7rwc0_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_7rwc0_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_7rwc0_266{align-items:center;height:180px;display:flex}._widgetFooter_7rwc0_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_7rwc0_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_7rwc0_279:last-child{border:none}._widgetMainValue_7rwc0_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_7rwc0_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_7rwc0_303{color:#64748b;font-size:.75rem}._widgetLoader_7rwc0_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_7rwc0_315{opacity:.5;cursor:default}._widgetAddress_7rwc0_320{color:#64748b;font-size:.75rem}._widgetTag_7rwc0_325{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_7rwc0_333{color:#0f172a;font-weight:500}._chartValuesWrapper_7rwc0_338{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_7rwc0_346{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_7rwc0_346._green_7rwc0_351:before,._chartValuesTitle_7rwc0_346._dark_7rwc0_351:before,._chartValuesTitle_7rwc0_346._blue_7rwc0_351:before{content:"";border:2px solid #fff;border-radius:50%;width:13px;height:13px;margin-right:4px;display:inline-flex;position:relative;top:1px;box-shadow:0 2px 4px #00000014}._chartValuesTitle_7rwc0_346._green_7rwc0_351:before{background:#22c55e}._chartValuesTitle_7rwc0_346._dark_7rwc0_351:before{background:#475569}._chartValuesTitle_7rwc0_346._blue_7rwc0_351:before{background:#43e0f8}._topbar_7rwc0_373{justify-content:space-between;align-items:center;width:100%;padding:0 16px;display:flex}._logoWrapper_7rwc0_381{display:inline-flex}._logo_7rwc0_381{max-width:110px}._menuWrapper_7rwc0_389{display:flex}@media only screen and (width<=1340px){._menuWrapper_7rwc0_389{background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);flex-direction:column;width:265px;height:100vh;padding:64px 16px 0;display:none;position:absolute;top:0;right:0;box-shadow:-12px 1px 89px -41px #0000004d}._menuWrapper_7rwc0_389._opened_7rwc0_406{display:flex}}._menuItem_7rwc0_411{color:#fff;border-radius:30px;align-items:center;margin:0 8px;padding:8px 20px;font-family:Inter;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}@media only screen and (width<=1300px){._menuItem_7rwc0_411{flex:none;width:auto;margin-bottom:10px}}._menuItem_7rwc0_411 ._menuIcon_7rwc0_432{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_7rwc0_411 ._menuIconPerformance_7rwc0_437{fill:none}._menuItem_7rwc0_411 ._menuIconStroke_7rwc0_440{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_7rwc0_411._active_7rwc0_445,._menuItem_7rwc0_411:hover{color:#52c2fd;background:#fff}._menuItem_7rwc0_411._active_7rwc0_445 ._menuIcon_7rwc0_432:not(._menuIconStroke_7rwc0_440,._menuIconPerformance_7rwc0_437),._menuItem_7rwc0_411:hover ._menuIcon_7rwc0_432:not(._menuIconStroke_7rwc0_440,._menuIconPerformance_7rwc0_437){fill:#52c2fd}._menuItem_7rwc0_411._active_7rwc0_445 ._menuIconPerformance_7rwc0_437 path,._menuItem_7rwc0_411:hover ._menuIconPerformance_7rwc0_437 path{stroke:#59a6fd}._menuItem_7rwc0_411._active_7rwc0_445 ._menuIconStroke_7rwc0_440:not(._menuIcon_7rwc0_432),._menuItem_7rwc0_411:hover ._menuIconStroke_7rwc0_440:not(._menuIcon_7rwc0_432){stroke:#52c2fd}._redDot_7rwc0_459{color:#fff;background:#d73d3d;border-radius:50%;justify-content:center;align-items:center;width:14px;height:14px;font-size:8px;display:inline-flex;position:relative;top:-6px;right:-6px}._screenWrapper_7rwc0_474{justify-content:center;display:flex}._link_7rwc0_479{color:#2db2c8;cursor:pointer;text-decoration:underline}._fileWrapper_7rwc0_485{cursor:pointer;background:#f8fafc;border:1px dashed #e2e8f0;border-radius:10px;flex-flow:column wrap;justify-content:center;align-items:center;width:100%;min-height:76px;display:flex}._dragging_7rwc0_499{cursor:grabbing;background-color:#b8f6b8}._inputFile_7rwc0_504{display:none}._labelText_7rwc0_508{text-align:center;color:#64748b;width:100%;font-family:Inter;font-size:.875rem}._labelText_7rwc0_508 span{color:#43e0f8}._icon_7rwc0_519{margin-bottom:16px}._uploadedImage_7rwc0_523{max-width:80%;max-height:100px}._fileNameWrapper_7rwc0_528{border:1px solid #e2e8f0;border-radius:8px;flex-wrap:wrap;align-items:center;margin-top:8px;padding:8px 12px;font-size:.75rem;font-weight:500;display:flex;position:relative}._fileName_7rwc0_528{max-width:calc(100% - 30px);padding-left:4px}._clearFile_7rwc0_546{cursor:pointer;position:absolute;right:8px}._authButtonsWrapper_1wtue_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_1wtue_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_1wtue_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;top:0;left:0}._fieldWrapper_1wtue_23{width:100%;margin-bottom:16px}._fieldWrapper_1wtue_23:last-child{margin-bottom:0}._fieldLabel_1wtue_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_1wtue_36{margin-top:8px;font-size:.75rem}._field_1wtue_23{width:100%;position:relative}._fieldLabelNew_1wtue_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_1wtue_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_1wtue_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_1wtue_52[type=password]{font-size:18px}._inputNew_1wtue_52:focus,._inputNew_1wtue_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_1wtue_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_1wtue_52:disabled::placeholder{color:#cbd5e1}._inputNew_1wtue_52._error_1wtue_7{border:1px solid #ef4444}._inputNew_1wtue_52._error_1wtue_7:focus,._inputNew_1wtue_52._error_1wtue_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_1wtue_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_1wtue_90{width:calc(50% - 8px)}._tableNavWrapper_1wtue_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_1wtue_109{align-items:center;display:flex}._tableNavItem_1wtue_114{margin:0 6px}._modalContent_1wtue_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_1wtue_118._center_1wtue_125{text-align:center;font-family:Inter}._modalContent_1wtue_118._settings_1wtue_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_1wtue_118._settingsIntegration_1wtue_133,._modalContent_1wtue_118._performanceTestModalContent_1wtue_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_1wtue_118._monitoringReportContent_1wtue_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_1wtue_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_1wtue_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_1wtue_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_1wtue_158:after,._modalLine_1wtue_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_1wtue_158:before{left:-20px}._modalLine_1wtue_158:after{right:-20px}._infoMessage_1wtue_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_1wtue_181:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._modalFooter_1wtue_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_1wtue_196._buttonsAutoWidth_1wtue_203{justify-content:flex-end}._modalFooter_1wtue_196._buttonsAutoWidth_1wtue_203 button,._modalFooter_1wtue_196._buttonsAutoWidth_1wtue_203 span{margin-left:12px}._fullWidthTitle_1wtue_211{text-transform:uppercase;color:#64748b;background:#f8fafc;width:calc(100% + 40px);margin-bottom:20px;margin-left:-20px;padding:8px 20px;font-size:.75rem;line-height:1}._widgetsWrapper_1wtue_223{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_1wtue_230{background:#fff;border:1px solid #e2e8f0;border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_1wtue_230{padding:0 16px 15px}}._widgetHeader_1wtue_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_1wtue_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_1wtue_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_1wtue_266{align-items:center;height:180px;display:flex}._widgetFooter_1wtue_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_1wtue_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_1wtue_279:last-child{border:none}._widgetMainValue_1wtue_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_1wtue_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_1wtue_303{color:#64748b;font-size:.75rem}._widgetLoader_1wtue_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_1wtue_315{opacity:.5;cursor:default}._widgetAddress_1wtue_320{color:#64748b;font-size:.75rem}._widgetTag_1wtue_325{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_1wtue_333{color:#0f172a;font-weight:500}._chartValuesWrapper_1wtue_338{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_1wtue_346{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_1wtue_346._green_1wtue_351:before,._chartValuesTitle_1wtue_346._dark_1wtue_351:before,._chartValuesTitle_1wtue_346._blue_1wtue_351:before{content:"";border:2px solid #fff;border-radius:50%;width:13px;height:13px;margin-right:4px;display:inline-flex;position:relative;top:1px;box-shadow:0 2px 4px #00000014}._chartValuesTitle_1wtue_346._green_1wtue_351:before{background:#22c55e}._chartValuesTitle_1wtue_346._dark_1wtue_351:before{background:#475569}._chartValuesTitle_1wtue_346._blue_1wtue_351:before{background:#43e0f8}._topbar_1wtue_373{justify-content:space-between;align-items:center;width:100%;padding:0 16px;display:flex}._logoWrapper_1wtue_381{display:inline-flex}._logo_1wtue_381{max-width:110px}._menuWrapper_1wtue_389{display:flex}@media only screen and (width<=1340px){._menuWrapper_1wtue_389{background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);flex-direction:column;width:265px;height:100vh;padding:64px 16px 0;display:none;position:absolute;top:0;right:0;box-shadow:-12px 1px 89px -41px #0000004d}._menuWrapper_1wtue_389._opened_1wtue_406{display:flex}}._menuItem_1wtue_411{color:#fff;border-radius:30px;align-items:center;margin:0 8px;padding:8px 20px;font-family:Inter;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}@media only screen and (width<=1300px){._menuItem_1wtue_411{flex:none;width:auto;margin-bottom:10px}}._menuItem_1wtue_411 ._menuIcon_1wtue_432{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_1wtue_411 ._menuIconPerformance_1wtue_437{fill:none}._menuItem_1wtue_411 ._menuIconStroke_1wtue_440{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_1wtue_411._active_1wtue_445,._menuItem_1wtue_411:hover{color:#52c2fd;background:#fff}._menuItem_1wtue_411._active_1wtue_445 ._menuIcon_1wtue_432:not(._menuIconStroke_1wtue_440,._menuIconPerformance_1wtue_437),._menuItem_1wtue_411:hover ._menuIcon_1wtue_432:not(._menuIconStroke_1wtue_440,._menuIconPerformance_1wtue_437){fill:#52c2fd}._menuItem_1wtue_411._active_1wtue_445 ._menuIconPerformance_1wtue_437 path,._menuItem_1wtue_411:hover ._menuIconPerformance_1wtue_437 path{stroke:#59a6fd}._menuItem_1wtue_411._active_1wtue_445 ._menuIconStroke_1wtue_440:not(._menuIcon_1wtue_432),._menuItem_1wtue_411:hover ._menuIconStroke_1wtue_440:not(._menuIcon_1wtue_432){stroke:#52c2fd}._redDot_1wtue_459{color:#fff;background:#d73d3d;border-radius:50%;justify-content:center;align-items:center;width:14px;height:14px;font-size:8px;display:inline-flex;position:relative;top:-6px;right:-6px}._screenWrapper_1wtue_474{justify-content:center;display:flex}._link_1wtue_479{color:#2db2c8;cursor:pointer;text-decoration:underline}._inputWrapper_1wtue_485{margin-bottom:16px;display:flex}._inputWrapper_1wtue_485:last-child{margin-bottom:0}._inputNumber_1wtue_493{color:#64748b;text-align:center;border-right:1px solid #e2e8f0;min-width:25px;height:20px;margin-top:10px;margin-right:8px;font-size:.875rem;line-height:1.4}._inputSN_1wtue_505{flex-shrink:3;margin-bottom:0}._clearButton_1wtue_510{cursor:pointer;border:1px solid #e2e8f0;border-radius:8px;justify-content:center;align-items:center;width:40px;height:40px;margin-left:8px;display:flex}._authButtonsWrapper_ajspk_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_ajspk_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_ajspk_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;top:0;left:0}._fieldWrapper_ajspk_23{width:100%;margin-bottom:16px}._fieldWrapper_ajspk_23:last-child{margin-bottom:0}._fieldLabel_ajspk_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_ajspk_36{margin-top:8px;font-size:.75rem}._field_ajspk_23{width:100%;position:relative}._fieldLabelNew_ajspk_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_ajspk_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_ajspk_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_ajspk_52[type=password]{font-size:18px}._inputNew_ajspk_52:focus,._inputNew_ajspk_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_ajspk_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_ajspk_52:disabled::placeholder{color:#cbd5e1}._inputNew_ajspk_52._error_ajspk_7{border:1px solid #ef4444}._inputNew_ajspk_52._error_ajspk_7:focus,._inputNew_ajspk_52._error_ajspk_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_ajspk_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_ajspk_90{width:calc(50% - 8px)}._tableNavWrapper_ajspk_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_ajspk_109{align-items:center;display:flex}._tableNavItem_ajspk_114{margin:0 6px}._modalContent_ajspk_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_ajspk_118._center_ajspk_125{text-align:center;font-family:Inter}._modalContent_ajspk_118._settings_ajspk_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_ajspk_118._settingsIntegration_ajspk_133,._modalContent_ajspk_118._performanceTestModalContent_ajspk_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_ajspk_118._monitoringReportContent_ajspk_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_ajspk_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_ajspk_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_ajspk_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_ajspk_158:after,._modalLine_ajspk_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_ajspk_158:before{left:-20px}._modalLine_ajspk_158:after{right:-20px}._infoMessage_ajspk_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_ajspk_181:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._modalFooter_ajspk_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_ajspk_196._buttonsAutoWidth_ajspk_203{justify-content:flex-end}._modalFooter_ajspk_196._buttonsAutoWidth_ajspk_203 button,._modalFooter_ajspk_196._buttonsAutoWidth_ajspk_203 span{margin-left:12px}._fullWidthTitle_ajspk_211{text-transform:uppercase;color:#64748b;background:#f8fafc;width:calc(100% + 40px);margin-bottom:20px;margin-left:-20px;padding:8px 20px;font-size:.75rem;line-height:1}._widgetsWrapper_ajspk_223{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_ajspk_230{background:#fff;border:1px solid #e2e8f0;border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_ajspk_230{padding:0 16px 15px}}._widgetHeader_ajspk_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_ajspk_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_ajspk_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_ajspk_266{align-items:center;height:180px;display:flex}._widgetFooter_ajspk_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_ajspk_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_ajspk_279:last-child{border:none}._widgetMainValue_ajspk_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_ajspk_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_ajspk_303{color:#64748b;font-size:.75rem}._widgetLoader_ajspk_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_ajspk_315{opacity:.5;cursor:default}._widgetAddress_ajspk_320{color:#64748b;font-size:.75rem}._widgetTag_ajspk_325{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_ajspk_333{color:#0f172a;font-weight:500}._chartValuesWrapper_ajspk_338{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_ajspk_346{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_ajspk_346._green_ajspk_351:before,._chartValuesTitle_ajspk_346._dark_ajspk_351:before,._chartValuesTitle_ajspk_346._blue_ajspk_351:before{content:"";border:2px solid #fff;border-radius:50%;width:13px;height:13px;margin-right:4px;display:inline-flex;position:relative;top:1px;box-shadow:0 2px 4px #00000014}._chartValuesTitle_ajspk_346._green_ajspk_351:before{background:#22c55e}._chartValuesTitle_ajspk_346._dark_ajspk_351:before{background:#475569}._chartValuesTitle_ajspk_346._blue_ajspk_351:before{background:#43e0f8}._topbar_ajspk_373{justify-content:space-between;align-items:center;width:100%;padding:0 16px;display:flex}._logoWrapper_ajspk_381{display:inline-flex}._logo_ajspk_381{max-width:110px}._menuWrapper_ajspk_389{display:flex}@media only screen and (width<=1340px){._menuWrapper_ajspk_389{background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);flex-direction:column;width:265px;height:100vh;padding:64px 16px 0;display:none;position:absolute;top:0;right:0;box-shadow:-12px 1px 89px -41px #0000004d}._menuWrapper_ajspk_389._opened_ajspk_406{display:flex}}._menuItem_ajspk_411{color:#fff;border-radius:30px;align-items:center;margin:0 8px;padding:8px 20px;font-family:Inter;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}@media only screen and (width<=1300px){._menuItem_ajspk_411{flex:none;width:auto;margin-bottom:10px}}._menuItem_ajspk_411 ._menuIcon_ajspk_432{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_ajspk_411 ._menuIconPerformance_ajspk_437{fill:none}._menuItem_ajspk_411 ._menuIconStroke_ajspk_440{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_ajspk_411._active_ajspk_445,._menuItem_ajspk_411:hover{color:#52c2fd;background:#fff}._menuItem_ajspk_411._active_ajspk_445 ._menuIcon_ajspk_432:not(._menuIconStroke_ajspk_440,._menuIconPerformance_ajspk_437),._menuItem_ajspk_411:hover ._menuIcon_ajspk_432:not(._menuIconStroke_ajspk_440,._menuIconPerformance_ajspk_437){fill:#52c2fd}._menuItem_ajspk_411._active_ajspk_445 ._menuIconPerformance_ajspk_437 path,._menuItem_ajspk_411:hover ._menuIconPerformance_ajspk_437 path{stroke:#59a6fd}._menuItem_ajspk_411._active_ajspk_445 ._menuIconStroke_ajspk_440:not(._menuIcon_ajspk_432),._menuItem_ajspk_411:hover ._menuIconStroke_ajspk_440:not(._menuIcon_ajspk_432){stroke:#52c2fd}._redDot_ajspk_459{color:#fff;background:#d73d3d;border-radius:50%;justify-content:center;align-items:center;width:14px;height:14px;font-size:8px;display:inline-flex;position:relative;top:-6px;right:-6px}._screenWrapper_ajspk_474{justify-content:center;display:flex}._link_ajspk_479{color:#2db2c8;cursor:pointer;text-decoration:underline}._dataWrapper_ajspk_485{margin-bottom:16px;display:flex}._dataItem_ajspk_490{width:50%}._dataItemTitle_ajspk_494{color:#64748b;margin-bottom:8px;font-size:.875rem}._dataItemText_ajspk_500{font-weight:500}._line_ajspk_504{background:#e2e8f0;width:100%;height:1px;margin-bottom:16px}._inputFileWrapper_ajspk_511{margin-bottom:16px;position:relative}._spinnerWrapper_ajspk_516{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._errorMessageFullWith_ajspk_523{max-width:100%}._authButtonsWrapper_1kn42_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_1kn42_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_1kn42_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;top:0;left:0}._fieldWrapper_1kn42_23{width:100%;margin-bottom:16px}._fieldWrapper_1kn42_23:last-child{margin-bottom:0}._fieldLabel_1kn42_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_1kn42_36{margin-top:8px;font-size:.75rem}._field_1kn42_23{width:100%;position:relative}._fieldLabelNew_1kn42_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_1kn42_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_1kn42_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_1kn42_52[type=password]{font-size:18px}._inputNew_1kn42_52:focus,._inputNew_1kn42_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_1kn42_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_1kn42_52:disabled::placeholder{color:#cbd5e1}._inputNew_1kn42_52._error_1kn42_7{border:1px solid #ef4444}._inputNew_1kn42_52._error_1kn42_7:focus,._inputNew_1kn42_52._error_1kn42_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_1kn42_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_1kn42_90{width:calc(50% - 8px)}._tableNavWrapper_1kn42_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_1kn42_109{align-items:center;display:flex}._tableNavItem_1kn42_114{margin:0 6px}._modalContent_1kn42_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_1kn42_118._center_1kn42_125{text-align:center;font-family:Inter}._modalContent_1kn42_118._settings_1kn42_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_1kn42_118._settingsIntegration_1kn42_133,._modalContent_1kn42_118._performanceTestModalContent_1kn42_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_1kn42_118._monitoringReportContent_1kn42_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_1kn42_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_1kn42_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_1kn42_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_1kn42_158:after,._modalLine_1kn42_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_1kn42_158:before{left:-20px}._modalLine_1kn42_158:after{right:-20px}._infoMessage_1kn42_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_1kn42_181:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._modalFooter_1kn42_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_1kn42_196._buttonsAutoWidth_1kn42_203{justify-content:flex-end}._modalFooter_1kn42_196._buttonsAutoWidth_1kn42_203 button,._modalFooter_1kn42_196._buttonsAutoWidth_1kn42_203 span{margin-left:12px}._fullWidthTitle_1kn42_211{text-transform:uppercase;color:#64748b;background:#f8fafc;width:calc(100% + 40px);margin-bottom:20px;margin-left:-20px;padding:8px 20px;font-size:.75rem;line-height:1}._widgetsWrapper_1kn42_223{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_1kn42_230{background:#fff;border:1px solid #e2e8f0;border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_1kn42_230{padding:0 16px 15px}}._widgetHeader_1kn42_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_1kn42_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_1kn42_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_1kn42_266{align-items:center;height:180px;display:flex}._widgetFooter_1kn42_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_1kn42_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_1kn42_279:last-child{border:none}._widgetMainValue_1kn42_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_1kn42_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_1kn42_303{color:#64748b;font-size:.75rem}._widgetLoader_1kn42_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_1kn42_315{opacity:.5;cursor:default}._widgetAddress_1kn42_320{color:#64748b;font-size:.75rem}._widgetTag_1kn42_325{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_1kn42_333{color:#0f172a;font-weight:500}._chartValuesWrapper_1kn42_338{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_1kn42_346{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_1kn42_346._green_1kn42_351:before,._chartValuesTitle_1kn42_346._dark_1kn42_351:before,._chartValuesTitle_1kn42_346._blue_1kn42_351:before{content:"";border:2px solid #fff;border-radius:50%;width:13px;height:13px;margin-right:4px;display:inline-flex;position:relative;top:1px;box-shadow:0 2px 4px #00000014}._chartValuesTitle_1kn42_346._green_1kn42_351:before{background:#22c55e}._chartValuesTitle_1kn42_346._dark_1kn42_351:before{background:#475569}._chartValuesTitle_1kn42_346._blue_1kn42_351:before{background:#43e0f8}._topbar_1kn42_373{justify-content:space-between;align-items:center;width:100%;padding:0 16px;display:flex}._logoWrapper_1kn42_381{display:inline-flex}._logo_1kn42_381{max-width:110px}._menuWrapper_1kn42_389{display:flex}@media only screen and (width<=1340px){._menuWrapper_1kn42_389{background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);flex-direction:column;width:265px;height:100vh;padding:64px 16px 0;display:none;position:absolute;top:0;right:0;box-shadow:-12px 1px 89px -41px #0000004d}._menuWrapper_1kn42_389._opened_1kn42_406{display:flex}}._menuItem_1kn42_411{color:#fff;border-radius:30px;align-items:center;margin:0 8px;padding:8px 20px;font-family:Inter;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}@media only screen and (width<=1300px){._menuItem_1kn42_411{flex:none;width:auto;margin-bottom:10px}}._menuItem_1kn42_411 ._menuIcon_1kn42_432{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_1kn42_411 ._menuIconPerformance_1kn42_437{fill:none}._menuItem_1kn42_411 ._menuIconStroke_1kn42_440{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_1kn42_411._active_1kn42_445,._menuItem_1kn42_411:hover{color:#52c2fd;background:#fff}._menuItem_1kn42_411._active_1kn42_445 ._menuIcon_1kn42_432:not(._menuIconStroke_1kn42_440,._menuIconPerformance_1kn42_437),._menuItem_1kn42_411:hover ._menuIcon_1kn42_432:not(._menuIconStroke_1kn42_440,._menuIconPerformance_1kn42_437){fill:#52c2fd}._menuItem_1kn42_411._active_1kn42_445 ._menuIconPerformance_1kn42_437 path,._menuItem_1kn42_411:hover ._menuIconPerformance_1kn42_437 path{stroke:#59a6fd}._menuItem_1kn42_411._active_1kn42_445 ._menuIconStroke_1kn42_440:not(._menuIcon_1kn42_432),._menuItem_1kn42_411:hover ._menuIconStroke_1kn42_440:not(._menuIcon_1kn42_432){stroke:#52c2fd}._redDot_1kn42_459{color:#fff;background:#d73d3d;border-radius:50%;justify-content:center;align-items:center;width:14px;height:14px;font-size:8px;display:inline-flex;position:relative;top:-6px;right:-6px}._screenWrapper_1kn42_474{justify-content:center;display:flex}._link_1kn42_479{color:#2db2c8;cursor:pointer;text-decoration:underline}._valueNote_1kn42_485{color:#64748b;font-size:12px;font-weight:400}._devicesWrapper_1kn42_491{width:100%;max-width:100%;min-height:240px;margin-bottom:16px}._valueNote_1kn42_485{color:#64748b;align-items:center;font-size:.75rem;display:inline-flex}._valueNote_1kn42_485:before{content:"";border-radius:50%;width:12px;height:12px;margin-right:4px;display:inline-flex}._valueNote_1kn42_485._green_1kn42_351:before{background-color:#4ade80}._valueNote_1kn42_485._yellow_1kn42_515:before{background-color:#fde047}._valueNote_1kn42_485._red_1kn42_459:before{background-color:#ef4444}._valueNote_1kn42_485._turquoise_1kn42_521:before{background-color:#43e0f8}._valueNote_1kn42_485._purple_1kn42_524:before{background-color:#a855f7}._devicesFooter_1kn42_528{margin-top:16px}._authButtonsWrapper_ln7g5_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_ln7g5_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_ln7g5_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;top:0;left:0}._fieldWrapper_ln7g5_23{width:100%;margin-bottom:16px}._fieldWrapper_ln7g5_23:last-child{margin-bottom:0}._fieldLabel_ln7g5_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_ln7g5_36{margin-top:8px;font-size:.75rem}._field_ln7g5_23{width:100%;position:relative}._fieldLabelNew_ln7g5_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_ln7g5_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_ln7g5_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_ln7g5_52[type=password]{font-size:18px}._inputNew_ln7g5_52:focus,._inputNew_ln7g5_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_ln7g5_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_ln7g5_52:disabled::placeholder{color:#cbd5e1}._inputNew_ln7g5_52._error_ln7g5_7{border:1px solid #ef4444}._inputNew_ln7g5_52._error_ln7g5_7:focus,._inputNew_ln7g5_52._error_ln7g5_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_ln7g5_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_ln7g5_90{width:calc(50% - 8px)}._tableNavWrapper_ln7g5_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_ln7g5_109{align-items:center;display:flex}._tableNavItem_ln7g5_114{margin:0 6px}._modalContent_ln7g5_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_ln7g5_118._center_ln7g5_125{text-align:center;font-family:Inter}._modalContent_ln7g5_118._settings_ln7g5_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_ln7g5_118._settingsIntegration_ln7g5_133,._modalContent_ln7g5_118._performanceTestModalContent_ln7g5_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_ln7g5_118._monitoringReportContent_ln7g5_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_ln7g5_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_ln7g5_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_ln7g5_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_ln7g5_158:after,._modalLine_ln7g5_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_ln7g5_158:before{left:-20px}._modalLine_ln7g5_158:after{right:-20px}._infoMessage_ln7g5_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_ln7g5_181:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._modalFooter_ln7g5_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_ln7g5_196._buttonsAutoWidth_ln7g5_203{justify-content:flex-end}._modalFooter_ln7g5_196._buttonsAutoWidth_ln7g5_203 button,._modalFooter_ln7g5_196._buttonsAutoWidth_ln7g5_203 span{margin-left:12px}._fullWidthTitle_ln7g5_211{text-transform:uppercase;color:#64748b;background:#f8fafc;width:calc(100% + 40px);margin-bottom:20px;margin-left:-20px;padding:8px 20px;font-size:.75rem;line-height:1}._widgetsWrapper_ln7g5_223{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_ln7g5_230{background:#fff;border:1px solid #e2e8f0;border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_ln7g5_230{padding:0 16px 15px}}._widgetHeader_ln7g5_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_ln7g5_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_ln7g5_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_ln7g5_266{align-items:center;height:180px;display:flex}._widgetFooter_ln7g5_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_ln7g5_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_ln7g5_279:last-child{border:none}._widgetMainValue_ln7g5_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_ln7g5_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_ln7g5_303{color:#64748b;font-size:.75rem}._widgetLoader_ln7g5_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_ln7g5_315{opacity:.5;cursor:default}._widgetAddress_ln7g5_320{color:#64748b;font-size:.75rem}._widgetTag_ln7g5_325{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_ln7g5_333{color:#0f172a;font-weight:500}._chartValuesWrapper_ln7g5_338{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_ln7g5_346{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_ln7g5_346._green_ln7g5_351:before,._chartValuesTitle_ln7g5_346._dark_ln7g5_351:before,._chartValuesTitle_ln7g5_346._blue_ln7g5_351:before{content:"";border:2px solid #fff;border-radius:50%;width:13px;height:13px;margin-right:4px;display:inline-flex;position:relative;top:1px;box-shadow:0 2px 4px #00000014}._chartValuesTitle_ln7g5_346._green_ln7g5_351:before{background:#22c55e}._chartValuesTitle_ln7g5_346._dark_ln7g5_351:before{background:#475569}._chartValuesTitle_ln7g5_346._blue_ln7g5_351:before{background:#43e0f8}._topbar_ln7g5_373{justify-content:space-between;align-items:center;width:100%;padding:0 16px;display:flex}._logoWrapper_ln7g5_381{display:inline-flex}._logo_ln7g5_381{max-width:110px}._menuWrapper_ln7g5_389{display:flex}@media only screen and (width<=1340px){._menuWrapper_ln7g5_389{background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);flex-direction:column;width:265px;height:100vh;padding:64px 16px 0;display:none;position:absolute;top:0;right:0;box-shadow:-12px 1px 89px -41px #0000004d}._menuWrapper_ln7g5_389._opened_ln7g5_406{display:flex}}._menuItem_ln7g5_411{color:#fff;border-radius:30px;align-items:center;margin:0 8px;padding:8px 20px;font-family:Inter;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}@media only screen and (width<=1300px){._menuItem_ln7g5_411{flex:none;width:auto;margin-bottom:10px}}._menuItem_ln7g5_411 ._menuIcon_ln7g5_432{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_ln7g5_411 ._menuIconPerformance_ln7g5_437{fill:none}._menuItem_ln7g5_411 ._menuIconStroke_ln7g5_440{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_ln7g5_411._active_ln7g5_445,._menuItem_ln7g5_411:hover{color:#52c2fd;background:#fff}._menuItem_ln7g5_411._active_ln7g5_445 ._menuIcon_ln7g5_432:not(._menuIconStroke_ln7g5_440,._menuIconPerformance_ln7g5_437),._menuItem_ln7g5_411:hover ._menuIcon_ln7g5_432:not(._menuIconStroke_ln7g5_440,._menuIconPerformance_ln7g5_437){fill:#52c2fd}._menuItem_ln7g5_411._active_ln7g5_445 ._menuIconPerformance_ln7g5_437 path,._menuItem_ln7g5_411:hover ._menuIconPerformance_ln7g5_437 path{stroke:#59a6fd}._menuItem_ln7g5_411._active_ln7g5_445 ._menuIconStroke_ln7g5_440:not(._menuIcon_ln7g5_432),._menuItem_ln7g5_411:hover ._menuIconStroke_ln7g5_440:not(._menuIcon_ln7g5_432){stroke:#52c2fd}._redDot_ln7g5_459{color:#fff;background:#d73d3d;border-radius:50%;justify-content:center;align-items:center;width:14px;height:14px;font-size:8px;display:inline-flex;position:relative;top:-6px;right:-6px}._screenWrapper_ln7g5_474{justify-content:center;display:flex}._link_ln7g5_479{color:#2db2c8;cursor:pointer;text-decoration:underline}._tagButton_ln7g5_485{color:#cbd5e1;cursor:pointer;background:#f1f5f9;border:1px solid #cbd5e1;border-radius:20px;align-items:center;height:20px;margin-left:4px;padding:0 8px;font-size:.75rem;font-weight:500;line-height:1;display:inline-flex}._tagButton_ln7g5_485._yellow_ln7g5_500{color:#b45309;background:#fef3c7;border-color:#f59e0b}._tagButton_ln7g5_485._red_ln7g5_459{color:#b91c1c;background:#fee2e2;border-color:#ef4444}._tagButton_ln7g5_485._disabled_ln7g5_315{cursor:default;pointer-events:none;opacity:.5}._authButtonsWrapper_1g73u_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_1g73u_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_1g73u_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;top:0;left:0}._fieldWrapper_1g73u_23{width:100%;margin-bottom:16px}._fieldWrapper_1g73u_23:last-child{margin-bottom:0}._fieldLabel_1g73u_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_1g73u_36{margin-top:8px;font-size:.75rem}._field_1g73u_23{width:100%;position:relative}._fieldLabelNew_1g73u_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_1g73u_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_1g73u_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_1g73u_52[type=password]{font-size:18px}._inputNew_1g73u_52:focus,._inputNew_1g73u_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_1g73u_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_1g73u_52:disabled::placeholder{color:#cbd5e1}._inputNew_1g73u_52._error_1g73u_7{border:1px solid #ef4444}._inputNew_1g73u_52._error_1g73u_7:focus,._inputNew_1g73u_52._error_1g73u_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_1g73u_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_1g73u_90{width:calc(50% - 8px)}._tableNavWrapper_1g73u_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_1g73u_109{align-items:center;display:flex}._tableNavItem_1g73u_114{margin:0 6px}._modalContent_1g73u_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_1g73u_118._center_1g73u_125{text-align:center;font-family:Inter}._modalContent_1g73u_118._settings_1g73u_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_1g73u_118._settingsIntegration_1g73u_133,._modalContent_1g73u_118._performanceTestModalContent_1g73u_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_1g73u_118._monitoringReportContent_1g73u_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_1g73u_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_1g73u_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_1g73u_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_1g73u_158:after,._modalLine_1g73u_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_1g73u_158:before{left:-20px}._modalLine_1g73u_158:after{right:-20px}._infoMessage_1g73u_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_1g73u_181:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._modalFooter_1g73u_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_1g73u_196._buttonsAutoWidth_1g73u_203{justify-content:flex-end}._modalFooter_1g73u_196._buttonsAutoWidth_1g73u_203 button,._modalFooter_1g73u_196._buttonsAutoWidth_1g73u_203 span{margin-left:12px}._fullWidthTitle_1g73u_211{text-transform:uppercase;color:#64748b;background:#f8fafc;width:calc(100% + 40px);margin-bottom:20px;margin-left:-20px;padding:8px 20px;font-size:.75rem;line-height:1}._widgetsWrapper_1g73u_223{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_1g73u_230{background:#fff;border:1px solid #e2e8f0;border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_1g73u_230{padding:0 16px 15px}}._widgetHeader_1g73u_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_1g73u_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_1g73u_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_1g73u_266{align-items:center;height:180px;display:flex}._widgetFooter_1g73u_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_1g73u_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_1g73u_279:last-child{border:none}._widgetMainValue_1g73u_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_1g73u_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_1g73u_303{color:#64748b;font-size:.75rem}._widgetLoader_1g73u_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_1g73u_315{opacity:.5;cursor:default}._widgetAddress_1g73u_320{color:#64748b;font-size:.75rem}._widgetTag_1g73u_325{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_1g73u_333{color:#0f172a;font-weight:500}._chartValuesWrapper_1g73u_338{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_1g73u_346{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_1g73u_346._green_1g73u_351:before,._chartValuesTitle_1g73u_346._dark_1g73u_351:before,._chartValuesTitle_1g73u_346._blue_1g73u_351:before{content:"";border:2px solid #fff;border-radius:50%;width:13px;height:13px;margin-right:4px;display:inline-flex;position:relative;top:1px;box-shadow:0 2px 4px #00000014}._chartValuesTitle_1g73u_346._green_1g73u_351:before{background:#22c55e}._chartValuesTitle_1g73u_346._dark_1g73u_351:before{background:#475569}._chartValuesTitle_1g73u_346._blue_1g73u_351:before{background:#43e0f8}._topbar_1g73u_373{justify-content:space-between;align-items:center;width:100%;padding:0 16px;display:flex}._logoWrapper_1g73u_381{display:inline-flex}._logo_1g73u_381{max-width:110px}._menuWrapper_1g73u_389{display:flex}@media only screen and (width<=1340px){._menuWrapper_1g73u_389{background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);flex-direction:column;width:265px;height:100vh;padding:64px 16px 0;display:none;position:absolute;top:0;right:0;box-shadow:-12px 1px 89px -41px #0000004d}._menuWrapper_1g73u_389._opened_1g73u_406{display:flex}}._menuItem_1g73u_411{color:#fff;border-radius:30px;align-items:center;margin:0 8px;padding:8px 20px;font-family:Inter;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}@media only screen and (width<=1300px){._menuItem_1g73u_411{flex:none;width:auto;margin-bottom:10px}}._menuItem_1g73u_411 ._menuIcon_1g73u_432{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_1g73u_411 ._menuIconPerformance_1g73u_437{fill:none}._menuItem_1g73u_411 ._menuIconStroke_1g73u_440{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_1g73u_411._active_1g73u_445,._menuItem_1g73u_411:hover{color:#52c2fd;background:#fff}._menuItem_1g73u_411._active_1g73u_445 ._menuIcon_1g73u_432:not(._menuIconStroke_1g73u_440,._menuIconPerformance_1g73u_437),._menuItem_1g73u_411:hover ._menuIcon_1g73u_432:not(._menuIconStroke_1g73u_440,._menuIconPerformance_1g73u_437){fill:#52c2fd}._menuItem_1g73u_411._active_1g73u_445 ._menuIconPerformance_1g73u_437 path,._menuItem_1g73u_411:hover ._menuIconPerformance_1g73u_437 path{stroke:#59a6fd}._menuItem_1g73u_411._active_1g73u_445 ._menuIconStroke_1g73u_440:not(._menuIcon_1g73u_432),._menuItem_1g73u_411:hover ._menuIconStroke_1g73u_440:not(._menuIcon_1g73u_432){stroke:#52c2fd}._redDot_1g73u_459{color:#fff;background:#d73d3d;border-radius:50%;justify-content:center;align-items:center;width:14px;height:14px;font-size:8px;display:inline-flex;position:relative;top:-6px;right:-6px}._screenWrapper_1g73u_474{justify-content:center;display:flex}._link_1g73u_479{color:#2db2c8;cursor:pointer;text-decoration:underline}._dataWrapper_1g73u_485{margin-bottom:16px;display:flex}._dataItem_1g73u_490{width:50%}._dataItemTitle_1g73u_494{color:#64748b;margin-bottom:8px;font-size:.875rem}._dataItemText_1g73u_500{font-weight:500}._devicesInfo_1g73u_504{background:#f8fafc;border-radius:12px}._devicesInfoItem_1g73u_509{padding:12px 16px}._line_1g73u_513{background:#e2e8f0;width:100%;height:1px;margin-bottom:16px}._inputFileWrapper_1g73u_520{margin-bottom:16px;position:relative}._spinnerWrapper_1g73u_525{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._errorMessageFullWith_1g73u_532{max-width:100%}._exportButtonFirst_1g73u_536 :last-child{order:-1;margin-right:auto;margin-left:0!important}._authButtonsWrapper_wrgzd_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_wrgzd_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_wrgzd_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;top:0;left:0}._fieldWrapper_wrgzd_23{width:100%;margin-bottom:16px}._fieldWrapper_wrgzd_23:last-child{margin-bottom:0}._fieldLabel_wrgzd_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_wrgzd_36{margin-top:8px;font-size:.75rem}._field_wrgzd_23{width:100%;position:relative}._fieldLabelNew_wrgzd_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_wrgzd_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_wrgzd_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_wrgzd_52[type=password]{font-size:18px}._inputNew_wrgzd_52:focus,._inputNew_wrgzd_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_wrgzd_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_wrgzd_52:disabled::placeholder{color:#cbd5e1}._inputNew_wrgzd_52._error_wrgzd_7{border:1px solid #ef4444}._inputNew_wrgzd_52._error_wrgzd_7:focus,._inputNew_wrgzd_52._error_wrgzd_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_wrgzd_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_wrgzd_90{width:calc(50% - 8px)}._tableNavWrapper_wrgzd_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_wrgzd_109{align-items:center;display:flex}._tableNavItem_wrgzd_114{margin:0 6px}._modalContent_wrgzd_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_wrgzd_118._center_wrgzd_125{text-align:center;font-family:Inter}._modalContent_wrgzd_118._settings_wrgzd_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_wrgzd_118._settingsIntegration_wrgzd_133,._modalContent_wrgzd_118._performanceTestModalContent_wrgzd_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_wrgzd_118._monitoringReportContent_wrgzd_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_wrgzd_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_wrgzd_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_wrgzd_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_wrgzd_158:after,._modalLine_wrgzd_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_wrgzd_158:before{left:-20px}._modalLine_wrgzd_158:after{right:-20px}._infoMessage_wrgzd_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_wrgzd_181:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._modalFooter_wrgzd_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_wrgzd_196._buttonsAutoWidth_wrgzd_203{justify-content:flex-end}._modalFooter_wrgzd_196._buttonsAutoWidth_wrgzd_203 button,._modalFooter_wrgzd_196._buttonsAutoWidth_wrgzd_203 span{margin-left:12px}._fullWidthTitle_wrgzd_211{text-transform:uppercase;color:#64748b;background:#f8fafc;width:calc(100% + 40px);margin-bottom:20px;margin-left:-20px;padding:8px 20px;font-size:.75rem;line-height:1}._widgetsWrapper_wrgzd_223{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_wrgzd_230{background:#fff;border:1px solid #e2e8f0;border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_wrgzd_230{padding:0 16px 15px}}._widgetHeader_wrgzd_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_wrgzd_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_wrgzd_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_wrgzd_266{align-items:center;height:180px;display:flex}._widgetFooter_wrgzd_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_wrgzd_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_wrgzd_279:last-child{border:none}._widgetMainValue_wrgzd_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_wrgzd_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_wrgzd_303{color:#64748b;font-size:.75rem}._widgetLoader_wrgzd_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_wrgzd_315{opacity:.5;cursor:default}._widgetAddress_wrgzd_320{color:#64748b;font-size:.75rem}._widgetTag_wrgzd_325{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_wrgzd_333{color:#0f172a;font-weight:500}._chartValuesWrapper_wrgzd_338{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_wrgzd_346{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_wrgzd_346._green_wrgzd_351:before,._chartValuesTitle_wrgzd_346._dark_wrgzd_351:before,._chartValuesTitle_wrgzd_346._blue_wrgzd_351:before{content:"";border:2px solid #fff;border-radius:50%;width:13px;height:13px;margin-right:4px;display:inline-flex;position:relative;top:1px;box-shadow:0 2px 4px #00000014}._chartValuesTitle_wrgzd_346._green_wrgzd_351:before{background:#22c55e}._chartValuesTitle_wrgzd_346._dark_wrgzd_351:before{background:#475569}._chartValuesTitle_wrgzd_346._blue_wrgzd_351:before{background:#43e0f8}._topbar_wrgzd_373{justify-content:space-between;align-items:center;width:100%;padding:0 16px;display:flex}._logoWrapper_wrgzd_381{display:inline-flex}._logo_wrgzd_381{max-width:110px}._menuWrapper_wrgzd_389{display:flex}@media only screen and (width<=1340px){._menuWrapper_wrgzd_389{background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);flex-direction:column;width:265px;height:100vh;padding:64px 16px 0;display:none;position:absolute;top:0;right:0;box-shadow:-12px 1px 89px -41px #0000004d}._menuWrapper_wrgzd_389._opened_wrgzd_406{display:flex}}._menuItem_wrgzd_411{color:#fff;border-radius:30px;align-items:center;margin:0 8px;padding:8px 20px;font-family:Inter;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}@media only screen and (width<=1300px){._menuItem_wrgzd_411{flex:none;width:auto;margin-bottom:10px}}._menuItem_wrgzd_411 ._menuIcon_wrgzd_432{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_wrgzd_411 ._menuIconPerformance_wrgzd_437{fill:none}._menuItem_wrgzd_411 ._menuIconStroke_wrgzd_440{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_wrgzd_411._active_wrgzd_445,._menuItem_wrgzd_411:hover{color:#52c2fd;background:#fff}._menuItem_wrgzd_411._active_wrgzd_445 ._menuIcon_wrgzd_432:not(._menuIconStroke_wrgzd_440,._menuIconPerformance_wrgzd_437),._menuItem_wrgzd_411:hover ._menuIcon_wrgzd_432:not(._menuIconStroke_wrgzd_440,._menuIconPerformance_wrgzd_437){fill:#52c2fd}._menuItem_wrgzd_411._active_wrgzd_445 ._menuIconPerformance_wrgzd_437 path,._menuItem_wrgzd_411:hover ._menuIconPerformance_wrgzd_437 path{stroke:#59a6fd}._menuItem_wrgzd_411._active_wrgzd_445 ._menuIconStroke_wrgzd_440:not(._menuIcon_wrgzd_432),._menuItem_wrgzd_411:hover ._menuIconStroke_wrgzd_440:not(._menuIcon_wrgzd_432){stroke:#52c2fd}._redDot_wrgzd_459{color:#fff;background:#d73d3d;border-radius:50%;justify-content:center;align-items:center;width:14px;height:14px;font-size:8px;display:inline-flex;position:relative;top:-6px;right:-6px}._screenWrapper_wrgzd_474{justify-content:center;display:flex}._link_wrgzd_479{color:#2db2c8;cursor:pointer;text-decoration:underline}@media only screen and (width<=1024px){._widgetWrapper_wrgzd_230{max-width:100%}}._chartWrapper_wrgzd_491{justify-content:flex-end;display:flex}@media only screen and (width<=1024px){._chartWrapper_wrgzd_491{max-width:450px;margin:0 auto;position:relative}}._chart_wrgzd_338{position:absolute;top:16px;left:0}@media only screen and (width<=1024px){._chart_wrgzd_338{top:0}}._widgetMainValue_wrgzd_288{width:210px;position:absolute;bottom:63px;left:0}._chartNotesWrapper_wrgzd_521{padding-top:10px}._chartNote_wrgzd_521{color:#64748b;width:100%;font-size:12px;font-weight:400}._chartNote_wrgzd_521:before{content:"";border-radius:50%;width:12px;height:12px;margin-right:4px;display:inline-flex;position:relative;top:2px}._chartNote_wrgzd_521._green_wrgzd_351:before{background:#22c55e}._chartNote_wrgzd_521._yellow_wrgzd_544:before{background:#fcd34d}._chartNote_wrgzd_521._purple_wrgzd_547:before{background:#2563eb}._chartNoteValue_wrgzd_551{color:#000;padding-left:4px;font-size:.875rem;font-weight:500}._chartNoteLine_wrgzd_558{background:#f1f5f9;width:110px;height:1px;margin:25px 0;display:block}._authButtonsWrapper_1ke60_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_1ke60_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_1ke60_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;top:0;left:0}._fieldWrapper_1ke60_23{width:100%;margin-bottom:16px}._fieldWrapper_1ke60_23:last-child{margin-bottom:0}._fieldLabel_1ke60_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_1ke60_36{margin-top:8px;font-size:.75rem}._field_1ke60_23{width:100%;position:relative}._fieldLabelNew_1ke60_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_1ke60_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_1ke60_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_1ke60_52[type=password]{font-size:18px}._inputNew_1ke60_52:focus,._inputNew_1ke60_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_1ke60_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_1ke60_52:disabled::placeholder{color:#cbd5e1}._inputNew_1ke60_52._error_1ke60_7{border:1px solid #ef4444}._inputNew_1ke60_52._error_1ke60_7:focus,._inputNew_1ke60_52._error_1ke60_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_1ke60_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_1ke60_90{width:calc(50% - 8px)}._tableNavWrapper_1ke60_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_1ke60_109{align-items:center;display:flex}._tableNavItem_1ke60_114{margin:0 6px}._modalContent_1ke60_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_1ke60_118._center_1ke60_125{text-align:center;font-family:Inter}._modalContent_1ke60_118._settings_1ke60_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_1ke60_118._settingsIntegration_1ke60_133,._modalContent_1ke60_118._performanceTestModalContent_1ke60_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_1ke60_118._monitoringReportContent_1ke60_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_1ke60_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_1ke60_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_1ke60_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_1ke60_158:after,._modalLine_1ke60_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_1ke60_158:before{left:-20px}._modalLine_1ke60_158:after{right:-20px}._infoMessage_1ke60_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_1ke60_181:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._modalFooter_1ke60_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_1ke60_196._buttonsAutoWidth_1ke60_203{justify-content:flex-end}._modalFooter_1ke60_196._buttonsAutoWidth_1ke60_203 button,._modalFooter_1ke60_196._buttonsAutoWidth_1ke60_203 span{margin-left:12px}._fullWidthTitle_1ke60_211{text-transform:uppercase;color:#64748b;background:#f8fafc;width:calc(100% + 40px);margin-bottom:20px;margin-left:-20px;padding:8px 20px;font-size:.75rem;line-height:1}._widgetsWrapper_1ke60_223{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_1ke60_230{background:#fff;border:1px solid #e2e8f0;border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_1ke60_230{padding:0 16px 15px}}._widgetHeader_1ke60_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_1ke60_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_1ke60_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_1ke60_266{align-items:center;height:180px;display:flex}._widgetFooter_1ke60_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_1ke60_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_1ke60_279:last-child{border:none}._widgetMainValue_1ke60_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_1ke60_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_1ke60_303{color:#64748b;font-size:.75rem}._widgetLoader_1ke60_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_1ke60_315{opacity:.5;cursor:default}._widgetAddress_1ke60_320{color:#64748b;font-size:.75rem}._widgetTag_1ke60_325{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_1ke60_333{color:#0f172a;font-weight:500}._chartValuesWrapper_1ke60_338{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_1ke60_346{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_1ke60_346._green_1ke60_351:before,._chartValuesTitle_1ke60_346._dark_1ke60_351:before,._chartValuesTitle_1ke60_346._blue_1ke60_351:before{content:"";border:2px solid #fff;border-radius:50%;width:13px;height:13px;margin-right:4px;display:inline-flex;position:relative;top:1px;box-shadow:0 2px 4px #00000014}._chartValuesTitle_1ke60_346._green_1ke60_351:before{background:#22c55e}._chartValuesTitle_1ke60_346._dark_1ke60_351:before{background:#475569}._chartValuesTitle_1ke60_346._blue_1ke60_351:before{background:#43e0f8}._topbar_1ke60_373{justify-content:space-between;align-items:center;width:100%;padding:0 16px;display:flex}._logoWrapper_1ke60_381{display:inline-flex}._logo_1ke60_381{max-width:110px}._menuWrapper_1ke60_389{display:flex}@media only screen and (width<=1340px){._menuWrapper_1ke60_389{background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);flex-direction:column;width:265px;height:100vh;padding:64px 16px 0;display:none;position:absolute;top:0;right:0;box-shadow:-12px 1px 89px -41px #0000004d}._menuWrapper_1ke60_389._opened_1ke60_406{display:flex}}._menuItem_1ke60_411{color:#fff;border-radius:30px;align-items:center;margin:0 8px;padding:8px 20px;font-family:Inter;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}@media only screen and (width<=1300px){._menuItem_1ke60_411{flex:none;width:auto;margin-bottom:10px}}._menuItem_1ke60_411 ._menuIcon_1ke60_432{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_1ke60_411 ._menuIconPerformance_1ke60_437{fill:none}._menuItem_1ke60_411 ._menuIconStroke_1ke60_440{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_1ke60_411._active_1ke60_445,._menuItem_1ke60_411:hover{color:#52c2fd;background:#fff}._menuItem_1ke60_411._active_1ke60_445 ._menuIcon_1ke60_432:not(._menuIconStroke_1ke60_440,._menuIconPerformance_1ke60_437),._menuItem_1ke60_411:hover ._menuIcon_1ke60_432:not(._menuIconStroke_1ke60_440,._menuIconPerformance_1ke60_437){fill:#52c2fd}._menuItem_1ke60_411._active_1ke60_445 ._menuIconPerformance_1ke60_437 path,._menuItem_1ke60_411:hover ._menuIconPerformance_1ke60_437 path{stroke:#59a6fd}._menuItem_1ke60_411._active_1ke60_445 ._menuIconStroke_1ke60_440:not(._menuIcon_1ke60_432),._menuItem_1ke60_411:hover ._menuIconStroke_1ke60_440:not(._menuIcon_1ke60_432){stroke:#52c2fd}._redDot_1ke60_459{color:#fff;background:#d73d3d;border-radius:50%;justify-content:center;align-items:center;width:14px;height:14px;font-size:8px;display:inline-flex;position:relative;top:-6px;right:-6px}._screenWrapper_1ke60_474{justify-content:center;display:flex}._link_1ke60_479{color:#2db2c8;cursor:pointer;text-decoration:underline}@media only screen and (width<=1024px){._widgetWrapper_1ke60_230{max-width:100%}}._valueNote_1ke60_491{color:#64748b;font-size:12px;font-weight:400}._chartWrapper_1ke60_497{justify-content:center;align-items:center;height:50px;display:flex;position:relative}._chart_1ke60_338{position:absolute;bottom:-126px}._text_1ke60_510{color:#64748b;font-family:Inter;font-size:.75rem}._available_1ke60_516,._packed_1ke60_517{align-items:center;display:inline-flex}._available_1ke60_516:before,._packed_1ke60_517:before{content:"";border-radius:50%;width:12px;height:12px;margin-right:4px;display:inline-flex}._available_1ke60_516:before{background-color:#fef3c7}._packed_1ke60_517:before{background-color:#fcd34d}._authButtonsWrapper_154je_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_154je_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_154je_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;top:0;left:0}._fieldWrapper_154je_23{width:100%;margin-bottom:16px}._fieldWrapper_154je_23:last-child{margin-bottom:0}._fieldLabel_154je_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_154je_36{margin-top:8px;font-size:.75rem}._field_154je_23{width:100%;position:relative}._fieldLabelNew_154je_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_154je_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_154je_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_154je_52[type=password]{font-size:18px}._inputNew_154je_52:focus,._inputNew_154je_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_154je_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_154je_52:disabled::placeholder{color:#cbd5e1}._inputNew_154je_52._error_154je_7{border:1px solid #ef4444}._inputNew_154je_52._error_154je_7:focus,._inputNew_154je_52._error_154je_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_154je_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_154je_90{width:calc(50% - 8px)}._tableNavWrapper_154je_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_154je_109{align-items:center;display:flex}._tableNavItem_154je_114{margin:0 6px}._modalContent_154je_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_154je_118._center_154je_125{text-align:center;font-family:Inter}._modalContent_154je_118._settings_154je_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_154je_118._settingsIntegration_154je_133,._modalContent_154je_118._performanceTestModalContent_154je_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_154je_118._monitoringReportContent_154je_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_154je_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_154je_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_154je_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_154je_158:after,._modalLine_154je_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_154je_158:before{left:-20px}._modalLine_154je_158:after{right:-20px}._infoMessage_154je_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_154je_181:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._modalFooter_154je_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_154je_196._buttonsAutoWidth_154je_203{justify-content:flex-end}._modalFooter_154je_196._buttonsAutoWidth_154je_203 button,._modalFooter_154je_196._buttonsAutoWidth_154je_203 span{margin-left:12px}._fullWidthTitle_154je_211{text-transform:uppercase;color:#64748b;background:#f8fafc;width:calc(100% + 40px);margin-bottom:20px;margin-left:-20px;padding:8px 20px;font-size:.75rem;line-height:1}._widgetsWrapper_154je_223{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_154je_230{background:#fff;border:1px solid #e2e8f0;border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_154je_230{padding:0 16px 15px}}._widgetHeader_154je_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_154je_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_154je_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_154je_266{align-items:center;height:180px;display:flex}._widgetFooter_154je_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_154je_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_154je_279:last-child{border:none}._widgetMainValue_154je_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_154je_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_154je_303{color:#64748b;font-size:.75rem}._widgetLoader_154je_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_154je_315{opacity:.5;cursor:default}._widgetAddress_154je_320{color:#64748b;font-size:.75rem}._widgetTag_154je_325{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_154je_333{color:#0f172a;font-weight:500}._chartValuesWrapper_154je_338{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_154je_346{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_154je_346._green_154je_351:before,._chartValuesTitle_154je_346._dark_154je_351:before,._chartValuesTitle_154je_346._blue_154je_351:before{content:"";border:2px solid #fff;border-radius:50%;width:13px;height:13px;margin-right:4px;display:inline-flex;position:relative;top:1px;box-shadow:0 2px 4px #00000014}._chartValuesTitle_154je_346._green_154je_351:before{background:#22c55e}._chartValuesTitle_154je_346._dark_154je_351:before{background:#475569}._chartValuesTitle_154je_346._blue_154je_351:before{background:#43e0f8}._topbar_154je_373{justify-content:space-between;align-items:center;width:100%;padding:0 16px;display:flex}._logoWrapper_154je_381{display:inline-flex}._logo_154je_381{max-width:110px}._menuWrapper_154je_389{display:flex}@media only screen and (width<=1340px){._menuWrapper_154je_389{background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);flex-direction:column;width:265px;height:100vh;padding:64px 16px 0;display:none;position:absolute;top:0;right:0;box-shadow:-12px 1px 89px -41px #0000004d}._menuWrapper_154je_389._opened_154je_406{display:flex}}._menuItem_154je_411{color:#fff;border-radius:30px;align-items:center;margin:0 8px;padding:8px 20px;font-family:Inter;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}@media only screen and (width<=1300px){._menuItem_154je_411{flex:none;width:auto;margin-bottom:10px}}._menuItem_154je_411 ._menuIcon_154je_432{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_154je_411 ._menuIconPerformance_154je_437{fill:none}._menuItem_154je_411 ._menuIconStroke_154je_440{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_154je_411._active_154je_445,._menuItem_154je_411:hover{color:#52c2fd;background:#fff}._menuItem_154je_411._active_154je_445 ._menuIcon_154je_432:not(._menuIconStroke_154je_440,._menuIconPerformance_154je_437),._menuItem_154je_411:hover ._menuIcon_154je_432:not(._menuIconStroke_154je_440,._menuIconPerformance_154je_437){fill:#52c2fd}._menuItem_154je_411._active_154je_445 ._menuIconPerformance_154je_437 path,._menuItem_154je_411:hover ._menuIconPerformance_154je_437 path{stroke:#59a6fd}._menuItem_154je_411._active_154je_445 ._menuIconStroke_154je_440:not(._menuIcon_154je_432),._menuItem_154je_411:hover ._menuIconStroke_154je_440:not(._menuIcon_154je_432){stroke:#52c2fd}._redDot_154je_459{color:#fff;background:#d73d3d;border-radius:50%;justify-content:center;align-items:center;width:14px;height:14px;font-size:8px;display:inline-flex;position:relative;top:-6px;right:-6px}._screenWrapper_154je_474{justify-content:center;display:flex}._link_154je_479{color:#2db2c8;cursor:pointer;text-decoration:underline}._statusContainer_154je_485{flex-wrap:wrap;align-items:center;gap:8px;display:flex}._orderStatus_154je_492{text-transform:uppercase;color:#ccc;border:1px solid #ccc;border-radius:20px;align-items:center;padding:2px 8px;font-size:.75rem;font-weight:500;display:inline-flex}._orderStatus_154je_492:before{display:none}._orderStatus_154je_492._packed_154je_506{color:#78350f;background:#fef3c7;border-color:#b45309}._orderStatus_154je_492._confirmed_154je_511{color:#14532d;background:#dcfce7;border-color:#15803d}._orderStatus_154je_492._shipping_154je_516{color:#264af8;background:#dbeafe;border-color:#2563eb}._authButtonsWrapper_1cnjk_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_1cnjk_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_1cnjk_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;top:0;left:0}._fieldWrapper_1cnjk_23{width:100%;margin-bottom:16px}._fieldWrapper_1cnjk_23:last-child{margin-bottom:0}._fieldLabel_1cnjk_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_1cnjk_36{margin-top:8px;font-size:.75rem}._field_1cnjk_23{width:100%;position:relative}._fieldLabelNew_1cnjk_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_1cnjk_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_1cnjk_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_1cnjk_52[type=password]{font-size:18px}._inputNew_1cnjk_52:focus,._inputNew_1cnjk_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_1cnjk_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_1cnjk_52:disabled::placeholder{color:#cbd5e1}._inputNew_1cnjk_52._error_1cnjk_7{border:1px solid #ef4444}._inputNew_1cnjk_52._error_1cnjk_7:focus,._inputNew_1cnjk_52._error_1cnjk_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_1cnjk_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_1cnjk_90{width:calc(50% - 8px)}._tableNavWrapper_1cnjk_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_1cnjk_109{align-items:center;display:flex}._tableNavItem_1cnjk_114{margin:0 6px}._modalContent_1cnjk_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_1cnjk_118._center_1cnjk_125{text-align:center;font-family:Inter}._modalContent_1cnjk_118._settings_1cnjk_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_1cnjk_118._settingsIntegration_1cnjk_133,._modalContent_1cnjk_118._performanceTestModalContent_1cnjk_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_1cnjk_118._monitoringReportContent_1cnjk_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_1cnjk_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_1cnjk_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_1cnjk_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_1cnjk_158:after,._modalLine_1cnjk_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_1cnjk_158:before{left:-20px}._modalLine_1cnjk_158:after{right:-20px}._infoMessage_1cnjk_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_1cnjk_181:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._modalFooter_1cnjk_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_1cnjk_196._buttonsAutoWidth_1cnjk_203{justify-content:flex-end}._modalFooter_1cnjk_196._buttonsAutoWidth_1cnjk_203 button,._modalFooter_1cnjk_196._buttonsAutoWidth_1cnjk_203 span{margin-left:12px}._fullWidthTitle_1cnjk_211{text-transform:uppercase;color:#64748b;background:#f8fafc;width:calc(100% + 40px);margin-bottom:20px;margin-left:-20px;padding:8px 20px;font-size:.75rem;line-height:1}._widgetsWrapper_1cnjk_223{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_1cnjk_230{background:#fff;border:1px solid #e2e8f0;border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_1cnjk_230{padding:0 16px 15px}}._widgetHeader_1cnjk_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_1cnjk_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_1cnjk_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_1cnjk_266{align-items:center;height:180px;display:flex}._widgetFooter_1cnjk_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_1cnjk_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_1cnjk_279:last-child{border:none}._widgetMainValue_1cnjk_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_1cnjk_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_1cnjk_303{color:#64748b;font-size:.75rem}._widgetLoader_1cnjk_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_1cnjk_315{opacity:.5;cursor:default}._widgetAddress_1cnjk_320{color:#64748b;font-size:.75rem}._widgetTag_1cnjk_325{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_1cnjk_333{color:#0f172a;font-weight:500}._chartValuesWrapper_1cnjk_338{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_1cnjk_346{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_1cnjk_346._green_1cnjk_351:before,._chartValuesTitle_1cnjk_346._dark_1cnjk_351:before,._chartValuesTitle_1cnjk_346._blue_1cnjk_351:before{content:"";border:2px solid #fff;border-radius:50%;width:13px;height:13px;margin-right:4px;display:inline-flex;position:relative;top:1px;box-shadow:0 2px 4px #00000014}._chartValuesTitle_1cnjk_346._green_1cnjk_351:before{background:#22c55e}._chartValuesTitle_1cnjk_346._dark_1cnjk_351:before{background:#475569}._chartValuesTitle_1cnjk_346._blue_1cnjk_351:before{background:#43e0f8}._topbar_1cnjk_373{justify-content:space-between;align-items:center;width:100%;padding:0 16px;display:flex}._logoWrapper_1cnjk_381{display:inline-flex}._logo_1cnjk_381{max-width:110px}._menuWrapper_1cnjk_389{display:flex}@media only screen and (width<=1340px){._menuWrapper_1cnjk_389{background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);flex-direction:column;width:265px;height:100vh;padding:64px 16px 0;display:none;position:absolute;top:0;right:0;box-shadow:-12px 1px 89px -41px #0000004d}._menuWrapper_1cnjk_389._opened_1cnjk_406{display:flex}}._menuItem_1cnjk_411{color:#fff;border-radius:30px;align-items:center;margin:0 8px;padding:8px 20px;font-family:Inter;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}@media only screen and (width<=1300px){._menuItem_1cnjk_411{flex:none;width:auto;margin-bottom:10px}}._menuItem_1cnjk_411 ._menuIcon_1cnjk_432{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_1cnjk_411 ._menuIconPerformance_1cnjk_437{fill:none}._menuItem_1cnjk_411 ._menuIconStroke_1cnjk_440{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_1cnjk_411._active_1cnjk_445,._menuItem_1cnjk_411:hover{color:#52c2fd;background:#fff}._menuItem_1cnjk_411._active_1cnjk_445 ._menuIcon_1cnjk_432:not(._menuIconStroke_1cnjk_440,._menuIconPerformance_1cnjk_437),._menuItem_1cnjk_411:hover ._menuIcon_1cnjk_432:not(._menuIconStroke_1cnjk_440,._menuIconPerformance_1cnjk_437){fill:#52c2fd}._menuItem_1cnjk_411._active_1cnjk_445 ._menuIconPerformance_1cnjk_437 path,._menuItem_1cnjk_411:hover ._menuIconPerformance_1cnjk_437 path{stroke:#59a6fd}._menuItem_1cnjk_411._active_1cnjk_445 ._menuIconStroke_1cnjk_440:not(._menuIcon_1cnjk_432),._menuItem_1cnjk_411:hover ._menuIconStroke_1cnjk_440:not(._menuIcon_1cnjk_432){stroke:#52c2fd}._redDot_1cnjk_459{color:#fff;background:#d73d3d;border-radius:50%;justify-content:center;align-items:center;width:14px;height:14px;font-size:8px;display:inline-flex;position:relative;top:-6px;right:-6px}._screenWrapper_1cnjk_474{justify-content:center;display:flex}._link_1cnjk_479{color:#2db2c8;cursor:pointer;text-decoration:underline}._widgetsWrapper_1cnjk_223{justify-content:stretch;align-items:stretch}._widgetsWrapper_1cnjk_223>*{flex:1 1 0;min-width:0;max-width:none}@media only screen and (width<=1024px){._widgetsWrapper_1cnjk_223{flex-wrap:wrap}._widgetsWrapper_1cnjk_223>*{flex-basis:100%}}._tableActionsWrapper_1cnjk_503 span{color:#334155;background:#fff;border:1px solid #e2e8f0;border-radius:32px;align-items:center;width:auto;height:32px;padding:0 12px;font-size:.875rem;display:inline-flex;position:relative}
