@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:24px 16px;margin:0 0 24px;display:flex}.widgetWrapper{background:#fff;border:1px solid #e2e8f0;border-radius:20px;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{z-index:2000;justify-content:space-between;align-items:center;width:100%;height:64px;margin-bottom:24px;padding:0 24px;display:flex;position:relative}.topbar.sticky{background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);position:sticky;top:0;left:0}.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}body{background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);overflow-x:hidden}._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_147iy_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_147iy_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_147iy_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.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_147iy_23{width:100%;margin-bottom:16px}._fieldWrapper_147iy_23:last-child{margin-bottom:0}._fieldLabel_147iy_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_147iy_36{margin-top:8px;font-size:.75rem}._field_147iy_23{width:100%;position:relative}._fieldLabelNew_147iy_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_147iy_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_147iy_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_147iy_52[type=password]{font-size:18px}._inputNew_147iy_52:focus,._inputNew_147iy_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_147iy_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_147iy_52:disabled::placeholder{color:#cbd5e1}._inputNew_147iy_52._error_147iy_7{border:1px solid #ef4444}._inputNew_147iy_52._error_147iy_7:focus,._inputNew_147iy_52._error_147iy_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_147iy_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_147iy_90{width:calc(50% - 8px)}._tableNavWrapper_147iy_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_147iy_109{align-items:center;display:flex}._tableNavItem_147iy_114{margin:0 6px}._modalContent_147iy_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_147iy_118._center_147iy_125{text-align:center;font-family:Inter}._modalContent_147iy_118._settings_147iy_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_147iy_118._settingsIntegration_147iy_133,._modalContent_147iy_118._performanceTestModalContent_147iy_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_147iy_118._monitoringReportContent_147iy_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_147iy_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_147iy_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_147iy_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_147iy_158:after,._modalLine_147iy_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_147iy_158:before{left:-20px}._modalLine_147iy_158:after{right:-20px}._infoMessage_147iy_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_147iy_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_147iy_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_147iy_196._buttonsAutoWidth_147iy_203{justify-content:flex-end}._modalFooter_147iy_196._buttonsAutoWidth_147iy_203 button,._modalFooter_147iy_196._buttonsAutoWidth_147iy_203 span{margin-left:12px}._fullWidthTitle_147iy_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_147iy_223{justify-content:center;gap:24px 16px;margin:0 0 24px;display:flex}._widgetWrapper_147iy_230{background:#fff;border:1px solid #e2e8f0;border-radius:20px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_147iy_230{padding:0 16px 15px}}._widgetHeader_147iy_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_147iy_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_147iy_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_147iy_266{align-items:center;height:180px;display:flex}._widgetFooter_147iy_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_147iy_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_147iy_279:last-child{border:none}._widgetMainValue_147iy_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_147iy_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_147iy_303{color:#64748b;font-size:.75rem}._widgetLoader_147iy_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_147iy_315{opacity:.5;cursor:default}._widgetAddress_147iy_320{color:#64748b;font-size:.75rem}._widgetTag_147iy_325{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_147iy_333{color:#0f172a;font-weight:500}._chartValuesWrapper_147iy_338{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_147iy_346{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_147iy_346._green_147iy_351:before,._chartValuesTitle_147iy_346._dark_147iy_351:before,._chartValuesTitle_147iy_346._blue_147iy_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_147iy_346._green_147iy_351:before{background:#22c55e}._chartValuesTitle_147iy_346._dark_147iy_351:before{background:#475569}._chartValuesTitle_147iy_346._blue_147iy_351:before{background:#43e0f8}._topbar_147iy_373{z-index:2000;justify-content:space-between;align-items:center;width:100%;height:64px;margin-bottom:24px;padding:0 24px;display:flex;position:relative}._topbar_147iy_373._sticky_147iy_384{background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);position:sticky;top:0;left:0}._logoWrapper_147iy_391{display:inline-flex}._logo_147iy_391{max-width:110px}._menuWrapper_147iy_399{display:flex}@media only screen and (width<=1340px){._menuWrapper_147iy_399{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_147iy_399._opened_147iy_416{display:flex}}._menuItem_147iy_421{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_147iy_421{flex:none;width:auto;margin-bottom:10px}}._menuItem_147iy_421 ._menuIcon_147iy_442{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_147iy_421 ._menuIconPerformance_147iy_447{fill:none}._menuItem_147iy_421 ._menuIconStroke_147iy_450{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_147iy_421._active_147iy_455,._menuItem_147iy_421:hover{color:#52c2fd;background:#fff}._menuItem_147iy_421._active_147iy_455 ._menuIcon_147iy_442:not(._menuIconStroke_147iy_450,._menuIconPerformance_147iy_447),._menuItem_147iy_421:hover ._menuIcon_147iy_442:not(._menuIconStroke_147iy_450,._menuIconPerformance_147iy_447){fill:#52c2fd}._menuItem_147iy_421._active_147iy_455 ._menuIconPerformance_147iy_447 path,._menuItem_147iy_421:hover ._menuIconPerformance_147iy_447 path{stroke:#59a6fd}._menuItem_147iy_421._active_147iy_455 ._menuIconStroke_147iy_450:not(._menuIcon_147iy_442),._menuItem_147iy_421:hover ._menuIconStroke_147iy_450:not(._menuIcon_147iy_442){stroke:#52c2fd}._redDot_147iy_469{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_147iy_484{justify-content:center;display:flex}._link_147iy_489{color:#2db2c8;cursor:pointer;text-decoration:underline}._viewport_147iy_495{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:3000;background:#2e323e66;width:100%;height:100vh;position:fixed;top:0;left:0}._layout_147iy_506{z-index:3100;background:#fff;outline:none;position:fixed;box-shadow:0 16px 40px -8px #47556921}._modal_147iy_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_147iy_525{width:100%;height:100vh;top:0;right:0}._closeIcon_147iy_532{cursor:pointer;z-index:2;padding:10px;position:absolute;top:6px;right:6px}._closeIcon_147iy_532: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_147iy_544{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_87ia3_118._settingsIntegration_87ia3_133,._modalContent_87ia3_118._performanceTestModalContent_87ia3_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}@media only screen and (width<=768px){._widgetWrapper_87ia3_230{padding:0 16px 15px}}@media only screen and (width<=1340px){._menuWrapper_87ia3_399{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_87ia3_399._opened_87ia3_416{display:flex}}@media only screen and (width<=1300px){._menuItem_87ia3_421{flex:none;width:auto;margin-bottom:10px}}._authButtonsWrapper_1svzy_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_1svzy_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_1svzy_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.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_1svzy_23{width:100%;margin-bottom:16px}._fieldWrapper_1svzy_23:last-child{margin-bottom:0}._fieldLabel_1svzy_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_1svzy_36{margin-top:8px;font-size:.75rem}._field_1svzy_23{width:100%;position:relative}._fieldLabelNew_1svzy_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_1svzy_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_1svzy_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_1svzy_52[type=password]{font-size:18px}._inputNew_1svzy_52:focus,._inputNew_1svzy_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_1svzy_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_1svzy_52:disabled::placeholder{color:#cbd5e1}._inputNew_1svzy_52._error_1svzy_7{border:1px solid #ef4444}._inputNew_1svzy_52._error_1svzy_7:focus,._inputNew_1svzy_52._error_1svzy_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_1svzy_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_1svzy_90{width:calc(50% - 8px)}._tableNavWrapper_1svzy_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_1svzy_109{align-items:center;display:flex}._tableNavItem_1svzy_114{margin:0 6px}._modalContent_1svzy_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_1svzy_118._center_1svzy_125{text-align:center;font-family:Inter}._modalContent_1svzy_118._settings_1svzy_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_1svzy_118._settingsIntegration_1svzy_133,._modalContent_1svzy_118._performanceTestModalContent_1svzy_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_1svzy_118._monitoringReportContent_1svzy_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_1svzy_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_1svzy_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_1svzy_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_1svzy_158:after,._modalLine_1svzy_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_1svzy_158:before{left:-20px}._modalLine_1svzy_158:after{right:-20px}._infoMessage_1svzy_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_1svzy_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_1svzy_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_1svzy_196._buttonsAutoWidth_1svzy_203{justify-content:flex-end}._modalFooter_1svzy_196._buttonsAutoWidth_1svzy_203 button,._modalFooter_1svzy_196._buttonsAutoWidth_1svzy_203 span{margin-left:12px}._fullWidthTitle_1svzy_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_1svzy_223{justify-content:center;gap:24px 16px;margin:0 0 24px;display:flex}._widgetWrapper_1svzy_230{background:#fff;border:1px solid #e2e8f0;border-radius:20px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_1svzy_230{padding:0 16px 15px}}._widgetHeader_1svzy_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_1svzy_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_1svzy_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_1svzy_266{align-items:center;height:180px;display:flex}._widgetFooter_1svzy_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_1svzy_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_1svzy_279:last-child{border:none}._widgetMainValue_1svzy_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_1svzy_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_1svzy_303{color:#64748b;font-size:.75rem}._widgetLoader_1svzy_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_1svzy_315{opacity:.5;cursor:default}._widgetAddress_1svzy_320{color:#64748b;font-size:.75rem}._widgetTag_1svzy_325{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_1svzy_333{color:#0f172a;font-weight:500}._chartValuesWrapper_1svzy_338{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_1svzy_346{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_1svzy_346._green_1svzy_351:before,._chartValuesTitle_1svzy_346._dark_1svzy_351:before,._chartValuesTitle_1svzy_346._blue_1svzy_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_1svzy_346._green_1svzy_351:before{background:#22c55e}._chartValuesTitle_1svzy_346._dark_1svzy_351:before{background:#475569}._chartValuesTitle_1svzy_346._blue_1svzy_351:before{background:#43e0f8}._topbar_1svzy_373{z-index:2000;justify-content:space-between;align-items:center;width:100%;height:64px;margin-bottom:24px;padding:0 24px;display:flex;position:relative}._topbar_1svzy_373._sticky_1svzy_384{background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);position:sticky;top:0;left:0}._logoWrapper_1svzy_391{display:inline-flex}._logo_1svzy_391{max-width:110px}._menuWrapper_1svzy_399{display:flex}@media only screen and (width<=1340px){._menuWrapper_1svzy_399{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_1svzy_399._opened_1svzy_416{display:flex}}._menuItem_1svzy_421{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_1svzy_421{flex:none;width:auto;margin-bottom:10px}}._menuItem_1svzy_421 ._menuIcon_1svzy_442{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_1svzy_421 ._menuIconPerformance_1svzy_447{fill:none}._menuItem_1svzy_421 ._menuIconStroke_1svzy_450{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_1svzy_421._active_1svzy_455,._menuItem_1svzy_421:hover{color:#52c2fd;background:#fff}._menuItem_1svzy_421._active_1svzy_455 ._menuIcon_1svzy_442:not(._menuIconStroke_1svzy_450,._menuIconPerformance_1svzy_447),._menuItem_1svzy_421:hover ._menuIcon_1svzy_442:not(._menuIconStroke_1svzy_450,._menuIconPerformance_1svzy_447){fill:#52c2fd}._menuItem_1svzy_421._active_1svzy_455 ._menuIconPerformance_1svzy_447 path,._menuItem_1svzy_421:hover ._menuIconPerformance_1svzy_447 path{stroke:#59a6fd}._menuItem_1svzy_421._active_1svzy_455 ._menuIconStroke_1svzy_450:not(._menuIcon_1svzy_442),._menuItem_1svzy_421:hover ._menuIconStroke_1svzy_450:not(._menuIcon_1svzy_442){stroke:#52c2fd}._redDot_1svzy_469{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_1svzy_484{justify-content:center;display:flex}._link_1svzy_489{color:#2db2c8;cursor:pointer;text-decoration:underline}._fieldWrapper_1svzy_23{min-width:0}._fieldWrapper_1svzy_23 ._error_1svzy_7{border:1px solid #ef4444!important}._errorText_1svzy_502{color:#ef4444;max-width:100%}._customOptionField_1svzy_507{color:#2db2c8;padding:10px;font-size:14px}._customOptionField_1svzy_507:hover{background-color:#fafafa}._authButtonsWrapper_4tm48_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_4tm48_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_4tm48_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.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_4tm48_23{width:100%;margin-bottom:16px}._fieldWrapper_4tm48_23:last-child{margin-bottom:0}._fieldLabel_4tm48_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_4tm48_36{margin-top:8px;font-size:.75rem}._field_4tm48_23{width:100%;position:relative}._fieldLabelNew_4tm48_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_4tm48_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_4tm48_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_4tm48_52[type=password]{font-size:18px}._inputNew_4tm48_52:focus,._inputNew_4tm48_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_4tm48_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_4tm48_52:disabled::placeholder{color:#cbd5e1}._inputNew_4tm48_52._error_4tm48_7{border:1px solid #ef4444}._inputNew_4tm48_52._error_4tm48_7:focus,._inputNew_4tm48_52._error_4tm48_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_4tm48_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_4tm48_90{width:calc(50% - 8px)}._tableNavWrapper_4tm48_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_4tm48_109{align-items:center;display:flex}._tableNavItem_4tm48_114{margin:0 6px}._modalContent_4tm48_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_4tm48_118._center_4tm48_125{text-align:center;font-family:Inter}._modalContent_4tm48_118._settings_4tm48_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_4tm48_118._settingsIntegration_4tm48_133,._modalContent_4tm48_118._performanceTestModalContent_4tm48_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_4tm48_118._monitoringReportContent_4tm48_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_4tm48_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_4tm48_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_4tm48_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_4tm48_158:after,._modalLine_4tm48_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_4tm48_158:before{left:-20px}._modalLine_4tm48_158:after{right:-20px}._infoMessage_4tm48_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_4tm48_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_4tm48_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_4tm48_196._buttonsAutoWidth_4tm48_203{justify-content:flex-end}._modalFooter_4tm48_196._buttonsAutoWidth_4tm48_203 button,._modalFooter_4tm48_196._buttonsAutoWidth_4tm48_203 span{margin-left:12px}._fullWidthTitle_4tm48_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_4tm48_223{justify-content:center;gap:24px 16px;margin:0 0 24px;display:flex}._widgetWrapper_4tm48_230{background:#fff;border:1px solid #e2e8f0;border-radius:20px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_4tm48_230{padding:0 16px 15px}}._widgetHeader_4tm48_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_4tm48_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_4tm48_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_4tm48_266{align-items:center;height:180px;display:flex}._widgetFooter_4tm48_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_4tm48_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_4tm48_279:last-child{border:none}._widgetMainValue_4tm48_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_4tm48_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_4tm48_303{color:#64748b;font-size:.75rem}._widgetLoader_4tm48_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_4tm48_315{opacity:.5;cursor:default}._widgetAddress_4tm48_320{color:#64748b;font-size:.75rem}._widgetTag_4tm48_325{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_4tm48_333{color:#0f172a;font-weight:500}._chartValuesWrapper_4tm48_338{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_4tm48_346{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_4tm48_346._green_4tm48_351:before,._chartValuesTitle_4tm48_346._dark_4tm48_351:before,._chartValuesTitle_4tm48_346._blue_4tm48_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_4tm48_346._green_4tm48_351:before{background:#22c55e}._chartValuesTitle_4tm48_346._dark_4tm48_351:before{background:#475569}._chartValuesTitle_4tm48_346._blue_4tm48_351:before{background:#43e0f8}._topbar_4tm48_373{z-index:2000;justify-content:space-between;align-items:center;width:100%;height:64px;margin-bottom:24px;padding:0 24px;display:flex;position:relative}._topbar_4tm48_373._sticky_4tm48_384{background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);position:sticky;top:0;left:0}._logoWrapper_4tm48_391{display:inline-flex}._logo_4tm48_391{max-width:110px}._menuWrapper_4tm48_399{display:flex}@media only screen and (width<=1340px){._menuWrapper_4tm48_399{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_4tm48_399._opened_4tm48_416{display:flex}}._menuItem_4tm48_421{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_4tm48_421{flex:none;width:auto;margin-bottom:10px}}._menuItem_4tm48_421 ._menuIcon_4tm48_442{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_4tm48_421 ._menuIconPerformance_4tm48_447{fill:none}._menuItem_4tm48_421 ._menuIconStroke_4tm48_450{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_4tm48_421._active_4tm48_455,._menuItem_4tm48_421:hover{color:#52c2fd;background:#fff}._menuItem_4tm48_421._active_4tm48_455 ._menuIcon_4tm48_442:not(._menuIconStroke_4tm48_450,._menuIconPerformance_4tm48_447),._menuItem_4tm48_421:hover ._menuIcon_4tm48_442:not(._menuIconStroke_4tm48_450,._menuIconPerformance_4tm48_447){fill:#52c2fd}._menuItem_4tm48_421._active_4tm48_455 ._menuIconPerformance_4tm48_447 path,._menuItem_4tm48_421:hover ._menuIconPerformance_4tm48_447 path{stroke:#59a6fd}._menuItem_4tm48_421._active_4tm48_455 ._menuIconStroke_4tm48_450:not(._menuIcon_4tm48_442),._menuItem_4tm48_421:hover ._menuIconStroke_4tm48_450:not(._menuIcon_4tm48_442){stroke:#52c2fd}._redDot_4tm48_469{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_4tm48_484{justify-content:center;display:flex}._link_4tm48_489{color:#2db2c8;cursor:pointer;text-decoration:underline}._logoField_4tm48_495{justify-content:space-between;display:flex}._imageWrapper_4tm48_500{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;justify-content:center;align-items:center;width:72px;height:72px;display:flex;overflow:hidden}._fileWrapper_4tm48_512{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_4tm48_512._error_4tm48_7{border:1px solid #ef4444}._dragging_4tm48_529{cursor:grabbing;background-color:#b8f6b8}._inputFile_4tm48_534{display:none}._labelText_4tm48_538{text-align:center;color:#64748b;font-size:.75rem}._labelText_4tm48_538 span{color:#43e0f8;font-weight:500}._uploadedImage_4tm48_548{max-width:72px;max-height:72px}._errorMessage_4tm48_7{max-width:inherit}._authButtonsWrapper_1yq4f_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_1yq4f_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_1yq4f_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.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_1yq4f_23{width:100%;margin-bottom:16px}._fieldWrapper_1yq4f_23:last-child{margin-bottom:0}._fieldLabel_1yq4f_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_1yq4f_36{margin-top:8px;font-size:.75rem}._field_1yq4f_23{width:100%;position:relative}._fieldLabelNew_1yq4f_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_1yq4f_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_1yq4f_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_1yq4f_52[type=password]{font-size:18px}._inputNew_1yq4f_52:focus,._inputNew_1yq4f_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_1yq4f_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_1yq4f_52:disabled::placeholder{color:#cbd5e1}._inputNew_1yq4f_52._error_1yq4f_7{border:1px solid #ef4444}._inputNew_1yq4f_52._error_1yq4f_7:focus,._inputNew_1yq4f_52._error_1yq4f_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_1yq4f_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_1yq4f_90{width:calc(50% - 8px)}._tableNavWrapper_1yq4f_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_1yq4f_109{align-items:center;display:flex}._tableNavItem_1yq4f_114{margin:0 6px}._modalContent_1yq4f_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_1yq4f_118._center_1yq4f_125{text-align:center;font-family:Inter}._modalContent_1yq4f_118._settings_1yq4f_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_1yq4f_118._settingsIntegration_1yq4f_133,._modalContent_1yq4f_118._performanceTestModalContent_1yq4f_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_1yq4f_118._monitoringReportContent_1yq4f_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_1yq4f_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_1yq4f_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_1yq4f_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_1yq4f_158:after,._modalLine_1yq4f_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_1yq4f_158:before{left:-20px}._modalLine_1yq4f_158:after{right:-20px}._infoMessage_1yq4f_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_1yq4f_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_1yq4f_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_1yq4f_196._buttonsAutoWidth_1yq4f_203{justify-content:flex-end}._modalFooter_1yq4f_196._buttonsAutoWidth_1yq4f_203 button,._modalFooter_1yq4f_196._buttonsAutoWidth_1yq4f_203 span{margin-left:12px}._fullWidthTitle_1yq4f_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_1yq4f_223{justify-content:center;gap:24px 16px;margin:0 0 24px;display:flex}._widgetWrapper_1yq4f_230{background:#fff;border:1px solid #e2e8f0;border-radius:20px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_1yq4f_230{padding:0 16px 15px}}._widgetHeader_1yq4f_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_1yq4f_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_1yq4f_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_1yq4f_266{align-items:center;height:180px;display:flex}._widgetFooter_1yq4f_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_1yq4f_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_1yq4f_279:last-child{border:none}._widgetMainValue_1yq4f_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_1yq4f_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_1yq4f_303{color:#64748b;font-size:.75rem}._widgetLoader_1yq4f_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_1yq4f_315{opacity:.5;cursor:default}._widgetAddress_1yq4f_320{color:#64748b;font-size:.75rem}._widgetTag_1yq4f_325{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_1yq4f_333{color:#0f172a;font-weight:500}._chartValuesWrapper_1yq4f_338{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_1yq4f_346{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_1yq4f_346._green_1yq4f_351:before,._chartValuesTitle_1yq4f_346._dark_1yq4f_351:before,._chartValuesTitle_1yq4f_346._blue_1yq4f_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_1yq4f_346._green_1yq4f_351:before{background:#22c55e}._chartValuesTitle_1yq4f_346._dark_1yq4f_351:before{background:#475569}._chartValuesTitle_1yq4f_346._blue_1yq4f_351:before{background:#43e0f8}._topbar_1yq4f_373{z-index:2000;justify-content:space-between;align-items:center;width:100%;height:64px;margin-bottom:24px;padding:0 24px;display:flex;position:relative}._topbar_1yq4f_373._sticky_1yq4f_384{background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);position:sticky;top:0;left:0}._logoWrapper_1yq4f_391{display:inline-flex}._logo_1yq4f_391{max-width:110px}._menuWrapper_1yq4f_399{display:flex}@media only screen and (width<=1340px){._menuWrapper_1yq4f_399{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_1yq4f_399._opened_1yq4f_416{display:flex}}._menuItem_1yq4f_421{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_1yq4f_421{flex:none;width:auto;margin-bottom:10px}}._menuItem_1yq4f_421 ._menuIcon_1yq4f_442{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_1yq4f_421 ._menuIconPerformance_1yq4f_447{fill:none}._menuItem_1yq4f_421 ._menuIconStroke_1yq4f_450{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_1yq4f_421._active_1yq4f_455,._menuItem_1yq4f_421:hover{color:#52c2fd;background:#fff}._menuItem_1yq4f_421._active_1yq4f_455 ._menuIcon_1yq4f_442:not(._menuIconStroke_1yq4f_450,._menuIconPerformance_1yq4f_447),._menuItem_1yq4f_421:hover ._menuIcon_1yq4f_442:not(._menuIconStroke_1yq4f_450,._menuIconPerformance_1yq4f_447){fill:#52c2fd}._menuItem_1yq4f_421._active_1yq4f_455 ._menuIconPerformance_1yq4f_447 path,._menuItem_1yq4f_421:hover ._menuIconPerformance_1yq4f_447 path{stroke:#59a6fd}._menuItem_1yq4f_421._active_1yq4f_455 ._menuIconStroke_1yq4f_450:not(._menuIcon_1yq4f_442),._menuItem_1yq4f_421:hover ._menuIconStroke_1yq4f_450:not(._menuIcon_1yq4f_442){stroke:#52c2fd}._redDot_1yq4f_469{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_1yq4f_484{justify-content:center;display:flex}._link_1yq4f_489{color:#2db2c8;cursor:pointer;text-decoration:underline}._iconButton_1yq4f_495{opacity:.8;cursor:pointer;position:absolute;top:10px;right:12px;transform:scale(.9)}._iconButton_1yq4f_495:hover{opacity:.6;transition:all .15s}._showIcon_1yq4f_508{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_1yq4f_513{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_ztmhh_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_ztmhh_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_ztmhh_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.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_ztmhh_23{width:100%;margin-bottom:16px}._fieldWrapper_ztmhh_23:last-child{margin-bottom:0}._fieldLabel_ztmhh_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_ztmhh_36{margin-top:8px;font-size:.75rem}._field_ztmhh_23{width:100%;position:relative}._fieldLabelNew_ztmhh_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_ztmhh_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_ztmhh_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_ztmhh_52[type=password]{font-size:18px}._inputNew_ztmhh_52:focus,._inputNew_ztmhh_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_ztmhh_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_ztmhh_52:disabled::placeholder{color:#cbd5e1}._inputNew_ztmhh_52._error_ztmhh_7{border:1px solid #ef4444}._inputNew_ztmhh_52._error_ztmhh_7:focus,._inputNew_ztmhh_52._error_ztmhh_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_ztmhh_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_ztmhh_90{width:calc(50% - 8px)}._tableNavWrapper_ztmhh_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_ztmhh_109{align-items:center;display:flex}._tableNavItem_ztmhh_114{margin:0 6px}._modalContent_ztmhh_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_ztmhh_118._center_ztmhh_125{text-align:center;font-family:Inter}._modalContent_ztmhh_118._settings_ztmhh_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_ztmhh_118._settingsIntegration_ztmhh_133,._modalContent_ztmhh_118._performanceTestModalContent_ztmhh_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_ztmhh_118._monitoringReportContent_ztmhh_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_ztmhh_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_ztmhh_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_ztmhh_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_ztmhh_158:after,._modalLine_ztmhh_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_ztmhh_158:before{left:-20px}._modalLine_ztmhh_158:after{right:-20px}._infoMessage_ztmhh_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_ztmhh_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_ztmhh_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_ztmhh_196._buttonsAutoWidth_ztmhh_203{justify-content:flex-end}._modalFooter_ztmhh_196._buttonsAutoWidth_ztmhh_203 button,._modalFooter_ztmhh_196._buttonsAutoWidth_ztmhh_203 span{margin-left:12px}._fullWidthTitle_ztmhh_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_ztmhh_223{justify-content:center;gap:24px 16px;margin:0 0 24px;display:flex}._widgetWrapper_ztmhh_230{background:#fff;border:1px solid #e2e8f0;border-radius:20px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_ztmhh_230{padding:0 16px 15px}}._widgetHeader_ztmhh_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_ztmhh_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_ztmhh_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_ztmhh_266{align-items:center;height:180px;display:flex}._widgetFooter_ztmhh_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_ztmhh_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_ztmhh_279:last-child{border:none}._widgetMainValue_ztmhh_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_ztmhh_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_ztmhh_303{color:#64748b;font-size:.75rem}._widgetLoader_ztmhh_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_ztmhh_315{opacity:.5;cursor:default}._widgetAddress_ztmhh_320{color:#64748b;font-size:.75rem}._widgetTag_ztmhh_325{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_ztmhh_333{color:#0f172a;font-weight:500}._chartValuesWrapper_ztmhh_338{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_ztmhh_346{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_ztmhh_346._green_ztmhh_351:before,._chartValuesTitle_ztmhh_346._dark_ztmhh_351:before,._chartValuesTitle_ztmhh_346._blue_ztmhh_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_ztmhh_346._green_ztmhh_351:before{background:#22c55e}._chartValuesTitle_ztmhh_346._dark_ztmhh_351:before{background:#475569}._chartValuesTitle_ztmhh_346._blue_ztmhh_351:before{background:#43e0f8}._topbar_ztmhh_373{z-index:2000;justify-content:space-between;align-items:center;width:100%;height:64px;margin-bottom:24px;padding:0 24px;display:flex;position:relative}._topbar_ztmhh_373._sticky_ztmhh_384{background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);position:sticky;top:0;left:0}._logoWrapper_ztmhh_391{display:inline-flex}._logo_ztmhh_391{max-width:110px}._menuWrapper_ztmhh_399{display:flex}@media only screen and (width<=1340px){._menuWrapper_ztmhh_399{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_ztmhh_399._opened_ztmhh_416{display:flex}}._menuItem_ztmhh_421{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_ztmhh_421{flex:none;width:auto;margin-bottom:10px}}._menuItem_ztmhh_421 ._menuIcon_ztmhh_442{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_ztmhh_421 ._menuIconPerformance_ztmhh_447{fill:none}._menuItem_ztmhh_421 ._menuIconStroke_ztmhh_450{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_ztmhh_421._active_ztmhh_455,._menuItem_ztmhh_421:hover{color:#52c2fd;background:#fff}._menuItem_ztmhh_421._active_ztmhh_455 ._menuIcon_ztmhh_442:not(._menuIconStroke_ztmhh_450,._menuIconPerformance_ztmhh_447),._menuItem_ztmhh_421:hover ._menuIcon_ztmhh_442:not(._menuIconStroke_ztmhh_450,._menuIconPerformance_ztmhh_447){fill:#52c2fd}._menuItem_ztmhh_421._active_ztmhh_455 ._menuIconPerformance_ztmhh_447 path,._menuItem_ztmhh_421:hover ._menuIconPerformance_ztmhh_447 path{stroke:#59a6fd}._menuItem_ztmhh_421._active_ztmhh_455 ._menuIconStroke_ztmhh_450:not(._menuIcon_ztmhh_442),._menuItem_ztmhh_421:hover ._menuIconStroke_ztmhh_450:not(._menuIcon_ztmhh_442){stroke:#52c2fd}._redDot_ztmhh_469{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_ztmhh_484{justify-content:center;display:flex}._link_ztmhh_489{color:#2db2c8;cursor:pointer;text-decoration:underline}._spinnerWrapper_ztmhh_495{z-index:1;justify-content:center;align-items:center;width:calc(100% - 40px);display:flex;position:absolute}._hidden_ztmhh_504{display:none}._subscriptionPlanContainer_ztmhh_508{margin-bottom:10px;font-size:14px}._subscriptionPlanContainer_ztmhh_508>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_ztmhh_508>div>div{cursor:pointer;color:#2db2c8;font-size:14px}._authButtonsWrapper_1bkvj_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_1bkvj_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_1bkvj_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.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_1bkvj_23{width:100%;margin-bottom:16px}._fieldWrapper_1bkvj_23:last-child{margin-bottom:0}._fieldLabel_1bkvj_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_1bkvj_36{margin-top:8px;font-size:.75rem}._field_1bkvj_23{width:100%;position:relative}._fieldLabelNew_1bkvj_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_1bkvj_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_1bkvj_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_1bkvj_52[type=password]{font-size:18px}._inputNew_1bkvj_52:focus,._inputNew_1bkvj_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_1bkvj_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_1bkvj_52:disabled::placeholder{color:#cbd5e1}._inputNew_1bkvj_52._error_1bkvj_7{border:1px solid #ef4444}._inputNew_1bkvj_52._error_1bkvj_7:focus,._inputNew_1bkvj_52._error_1bkvj_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_1bkvj_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_1bkvj_90{width:calc(50% - 8px)}._tableNavWrapper_1bkvj_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_1bkvj_109{align-items:center;display:flex}._tableNavItem_1bkvj_114{margin:0 6px}._modalContent_1bkvj_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_1bkvj_118._center_1bkvj_125{text-align:center;font-family:Inter}._modalContent_1bkvj_118._settings_1bkvj_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_1bkvj_118._settingsIntegration_1bkvj_133,._modalContent_1bkvj_118._performanceTestModalContent_1bkvj_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_1bkvj_118._monitoringReportContent_1bkvj_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_1bkvj_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_1bkvj_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_1bkvj_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_1bkvj_158:after,._modalLine_1bkvj_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_1bkvj_158:before{left:-20px}._modalLine_1bkvj_158:after{right:-20px}._infoMessage_1bkvj_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_1bkvj_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_1bkvj_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_1bkvj_196._buttonsAutoWidth_1bkvj_203{justify-content:flex-end}._modalFooter_1bkvj_196._buttonsAutoWidth_1bkvj_203 button,._modalFooter_1bkvj_196._buttonsAutoWidth_1bkvj_203 span{margin-left:12px}._fullWidthTitle_1bkvj_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_1bkvj_223{justify-content:center;gap:24px 16px;margin:0 0 24px;display:flex}._widgetWrapper_1bkvj_230{background:#fff;border:1px solid #e2e8f0;border-radius:20px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_1bkvj_230{padding:0 16px 15px}}._widgetHeader_1bkvj_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_1bkvj_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_1bkvj_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_1bkvj_266{align-items:center;height:180px;display:flex}._widgetFooter_1bkvj_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_1bkvj_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_1bkvj_279:last-child{border:none}._widgetMainValue_1bkvj_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_1bkvj_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_1bkvj_303{color:#64748b;font-size:.75rem}._widgetLoader_1bkvj_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_1bkvj_315{opacity:.5;cursor:default}._widgetAddress_1bkvj_320{color:#64748b;font-size:.75rem}._widgetTag_1bkvj_325{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_1bkvj_333{color:#0f172a;font-weight:500}._chartValuesWrapper_1bkvj_338{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_1bkvj_346{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_1bkvj_346._green_1bkvj_351:before,._chartValuesTitle_1bkvj_346._dark_1bkvj_351:before,._chartValuesTitle_1bkvj_346._blue_1bkvj_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_1bkvj_346._green_1bkvj_351:before{background:#22c55e}._chartValuesTitle_1bkvj_346._dark_1bkvj_351:before{background:#475569}._chartValuesTitle_1bkvj_346._blue_1bkvj_351:before{background:#43e0f8}._topbar_1bkvj_373{z-index:2000;justify-content:space-between;align-items:center;width:100%;height:64px;margin-bottom:24px;padding:0 24px;display:flex;position:relative}._topbar_1bkvj_373._sticky_1bkvj_384{background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);position:sticky;top:0;left:0}._logoWrapper_1bkvj_391{display:inline-flex}._logo_1bkvj_391{max-width:110px}._menuWrapper_1bkvj_399{display:flex}@media only screen and (width<=1340px){._menuWrapper_1bkvj_399{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_1bkvj_399._opened_1bkvj_416{display:flex}}._menuItem_1bkvj_421{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_1bkvj_421{flex:none;width:auto;margin-bottom:10px}}._menuItem_1bkvj_421 ._menuIcon_1bkvj_442{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_1bkvj_421 ._menuIconPerformance_1bkvj_447{fill:none}._menuItem_1bkvj_421 ._menuIconStroke_1bkvj_450{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_1bkvj_421._active_1bkvj_455,._menuItem_1bkvj_421:hover{color:#52c2fd;background:#fff}._menuItem_1bkvj_421._active_1bkvj_455 ._menuIcon_1bkvj_442:not(._menuIconStroke_1bkvj_450,._menuIconPerformance_1bkvj_447),._menuItem_1bkvj_421:hover ._menuIcon_1bkvj_442:not(._menuIconStroke_1bkvj_450,._menuIconPerformance_1bkvj_447){fill:#52c2fd}._menuItem_1bkvj_421._active_1bkvj_455 ._menuIconPerformance_1bkvj_447 path,._menuItem_1bkvj_421:hover ._menuIconPerformance_1bkvj_447 path{stroke:#59a6fd}._menuItem_1bkvj_421._active_1bkvj_455 ._menuIconStroke_1bkvj_450:not(._menuIcon_1bkvj_442),._menuItem_1bkvj_421:hover ._menuIconStroke_1bkvj_450:not(._menuIcon_1bkvj_442){stroke:#52c2fd}._redDot_1bkvj_469{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_1bkvj_484{justify-content:center;display:flex}._link_1bkvj_489{color:#2db2c8;cursor:pointer;text-decoration:underline}._modalNoteText_1bkvj_495{color:#165964;background:#ebfcff;border-radius:10px;padding:6px 10px;font-size:.875rem}._spinnerWrapper_1bkvj_503{z-index:1;justify-content:center;align-items:center;width:calc(100% - 40px);display:flex;position:absolute}._settingsIntegration_1bkvj_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}._modalContent_qdu9t_118._settingsIntegration_qdu9t_133,._modalContent_qdu9t_118._performanceTestModalContent_qdu9t_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}@media only screen and (width<=768px){._widgetWrapper_qdu9t_230{padding:0 16px 15px}}@media only screen and (width<=1340px){._menuWrapper_qdu9t_399{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_qdu9t_399._opened_qdu9t_416{display:flex}}@media only screen and (width<=1300px){._menuItem_qdu9t_421{flex:none;width:auto;margin-bottom:10px}}._authButtonsWrapper_blh7l_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_blh7l_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_blh7l_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.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_blh7l_23{width:100%;margin-bottom:16px}._fieldWrapper_blh7l_23:last-child{margin-bottom:0}._fieldLabel_blh7l_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_blh7l_36{margin-top:8px;font-size:.75rem}._field_blh7l_23{width:100%;position:relative}._fieldLabelNew_blh7l_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_blh7l_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_blh7l_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_blh7l_52[type=password]{font-size:18px}._inputNew_blh7l_52:focus,._inputNew_blh7l_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_blh7l_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_blh7l_52:disabled::placeholder{color:#cbd5e1}._inputNew_blh7l_52._error_blh7l_7{border:1px solid #ef4444}._inputNew_blh7l_52._error_blh7l_7:focus,._inputNew_blh7l_52._error_blh7l_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_blh7l_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_blh7l_90{width:calc(50% - 8px)}._tableNavWrapper_blh7l_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_blh7l_109{align-items:center;display:flex}._tableNavItem_blh7l_114{margin:0 6px}._modalContent_blh7l_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_blh7l_118._center_blh7l_125{text-align:center;font-family:Inter}._modalContent_blh7l_118._settings_blh7l_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_blh7l_118._settingsIntegration_blh7l_133,._modalContent_blh7l_118._performanceTestModalContent_blh7l_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_blh7l_118._monitoringReportContent_blh7l_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_blh7l_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_blh7l_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_blh7l_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_blh7l_158:after,._modalLine_blh7l_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_blh7l_158:before{left:-20px}._modalLine_blh7l_158:after{right:-20px}._infoMessage_blh7l_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_blh7l_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_blh7l_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_blh7l_196._buttonsAutoWidth_blh7l_203{justify-content:flex-end}._modalFooter_blh7l_196._buttonsAutoWidth_blh7l_203 button,._modalFooter_blh7l_196._buttonsAutoWidth_blh7l_203 span{margin-left:12px}._fullWidthTitle_blh7l_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_blh7l_223{justify-content:center;gap:24px 16px;margin:0 0 24px;display:flex}._widgetWrapper_blh7l_230{background:#fff;border:1px solid #e2e8f0;border-radius:20px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_blh7l_230{padding:0 16px 15px}}._widgetHeader_blh7l_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_blh7l_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_blh7l_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_blh7l_266{align-items:center;height:180px;display:flex}._widgetFooter_blh7l_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_blh7l_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_blh7l_279:last-child{border:none}._widgetMainValue_blh7l_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_blh7l_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_blh7l_303{color:#64748b;font-size:.75rem}._widgetLoader_blh7l_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_blh7l_315{opacity:.5;cursor:default}._widgetAddress_blh7l_320{color:#64748b;font-size:.75rem}._widgetTag_blh7l_325{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_blh7l_333{color:#0f172a;font-weight:500}._chartValuesWrapper_blh7l_338{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_blh7l_346{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_blh7l_346._green_blh7l_351:before,._chartValuesTitle_blh7l_346._dark_blh7l_351:before,._chartValuesTitle_blh7l_346._blue_blh7l_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_blh7l_346._green_blh7l_351:before{background:#22c55e}._chartValuesTitle_blh7l_346._dark_blh7l_351:before{background:#475569}._chartValuesTitle_blh7l_346._blue_blh7l_351:before{background:#43e0f8}._topbar_blh7l_373{z-index:2000;justify-content:space-between;align-items:center;width:100%;height:64px;margin-bottom:24px;padding:0 24px;display:flex;position:relative}._topbar_blh7l_373._sticky_blh7l_384{background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);position:sticky;top:0;left:0}._logoWrapper_blh7l_391{display:inline-flex}._logo_blh7l_391{max-width:110px}._menuWrapper_blh7l_399{display:flex}@media only screen and (width<=1340px){._menuWrapper_blh7l_399{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_blh7l_399._opened_blh7l_416{display:flex}}._menuItem_blh7l_421{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_blh7l_421{flex:none;width:auto;margin-bottom:10px}}._menuItem_blh7l_421 ._menuIcon_blh7l_442{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_blh7l_421 ._menuIconPerformance_blh7l_447{fill:none}._menuItem_blh7l_421 ._menuIconStroke_blh7l_450{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_blh7l_421._active_blh7l_455,._menuItem_blh7l_421:hover{color:#52c2fd;background:#fff}._menuItem_blh7l_421._active_blh7l_455 ._menuIcon_blh7l_442:not(._menuIconStroke_blh7l_450,._menuIconPerformance_blh7l_447),._menuItem_blh7l_421:hover ._menuIcon_blh7l_442:not(._menuIconStroke_blh7l_450,._menuIconPerformance_blh7l_447){fill:#52c2fd}._menuItem_blh7l_421._active_blh7l_455 ._menuIconPerformance_blh7l_447 path,._menuItem_blh7l_421:hover ._menuIconPerformance_blh7l_447 path{stroke:#59a6fd}._menuItem_blh7l_421._active_blh7l_455 ._menuIconStroke_blh7l_450:not(._menuIcon_blh7l_442),._menuItem_blh7l_421:hover ._menuIconStroke_blh7l_450:not(._menuIcon_blh7l_442){stroke:#52c2fd}._redDot_blh7l_469{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_blh7l_484{justify-content:center;display:flex}._link_blh7l_489{color:#2db2c8;cursor:pointer;text-decoration:underline}._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_f0k4f_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_f0k4f_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_f0k4f_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.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_f0k4f_23{width:100%;margin-bottom:16px}._fieldWrapper_f0k4f_23:last-child{margin-bottom:0}._fieldLabel_f0k4f_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_f0k4f_36{margin-top:8px;font-size:.75rem}._field_f0k4f_23{width:100%;position:relative}._fieldLabelNew_f0k4f_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_f0k4f_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_f0k4f_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_f0k4f_52[type=password]{font-size:18px}._inputNew_f0k4f_52:focus,._inputNew_f0k4f_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_f0k4f_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_f0k4f_52:disabled::placeholder{color:#cbd5e1}._inputNew_f0k4f_52._error_f0k4f_7{border:1px solid #ef4444}._inputNew_f0k4f_52._error_f0k4f_7:focus,._inputNew_f0k4f_52._error_f0k4f_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_f0k4f_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_f0k4f_90{width:calc(50% - 8px)}._tableNavWrapper_f0k4f_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_f0k4f_109{align-items:center;display:flex}._tableNavItem_f0k4f_114{margin:0 6px}._modalContent_f0k4f_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_f0k4f_118._center_f0k4f_125{text-align:center;font-family:Inter}._modalContent_f0k4f_118._settings_f0k4f_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_f0k4f_118._settingsIntegration_f0k4f_133,._modalContent_f0k4f_118._performanceTestModalContent_f0k4f_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_f0k4f_118._monitoringReportContent_f0k4f_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_f0k4f_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_f0k4f_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_f0k4f_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_f0k4f_158:after,._modalLine_f0k4f_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_f0k4f_158:before{left:-20px}._modalLine_f0k4f_158:after{right:-20px}._infoMessage_f0k4f_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_f0k4f_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_f0k4f_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_f0k4f_196._buttonsAutoWidth_f0k4f_203{justify-content:flex-end}._modalFooter_f0k4f_196._buttonsAutoWidth_f0k4f_203 button,._modalFooter_f0k4f_196._buttonsAutoWidth_f0k4f_203 span{margin-left:12px}._fullWidthTitle_f0k4f_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_f0k4f_223{justify-content:center;gap:24px 16px;margin:0 0 24px;display:flex}._widgetWrapper_f0k4f_230{background:#fff;border:1px solid #e2e8f0;border-radius:20px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_f0k4f_230{padding:0 16px 15px}}._widgetHeader_f0k4f_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_f0k4f_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_f0k4f_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_f0k4f_266{align-items:center;height:180px;display:flex}._widgetFooter_f0k4f_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_f0k4f_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_f0k4f_279:last-child{border:none}._widgetMainValue_f0k4f_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_f0k4f_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_f0k4f_303{color:#64748b;font-size:.75rem}._widgetLoader_f0k4f_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_f0k4f_315{opacity:.5;cursor:default}._widgetAddress_f0k4f_320{color:#64748b;font-size:.75rem}._widgetTag_f0k4f_325{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_f0k4f_333{color:#0f172a;font-weight:500}._chartValuesWrapper_f0k4f_338{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_f0k4f_346{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_f0k4f_346._green_f0k4f_351:before,._chartValuesTitle_f0k4f_346._dark_f0k4f_351:before,._chartValuesTitle_f0k4f_346._blue_f0k4f_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_f0k4f_346._green_f0k4f_351:before{background:#22c55e}._chartValuesTitle_f0k4f_346._dark_f0k4f_351:before{background:#475569}._chartValuesTitle_f0k4f_346._blue_f0k4f_351:before{background:#43e0f8}._topbar_f0k4f_373{z-index:2000;justify-content:space-between;align-items:center;width:100%;height:64px;margin-bottom:24px;padding:0 24px;display:flex;position:relative}._topbar_f0k4f_373._sticky_f0k4f_384{background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);position:sticky;top:0;left:0}._logoWrapper_f0k4f_391{display:inline-flex}._logo_f0k4f_391{max-width:110px}._menuWrapper_f0k4f_399{display:flex}@media only screen and (width<=1340px){._menuWrapper_f0k4f_399{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_f0k4f_399._opened_f0k4f_416{display:flex}}._menuItem_f0k4f_421{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_f0k4f_421{flex:none;width:auto;margin-bottom:10px}}._menuItem_f0k4f_421 ._menuIcon_f0k4f_442{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_f0k4f_421 ._menuIconPerformance_f0k4f_447{fill:none}._menuItem_f0k4f_421 ._menuIconStroke_f0k4f_450{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_f0k4f_421._active_f0k4f_455,._menuItem_f0k4f_421:hover{color:#52c2fd;background:#fff}._menuItem_f0k4f_421._active_f0k4f_455 ._menuIcon_f0k4f_442:not(._menuIconStroke_f0k4f_450,._menuIconPerformance_f0k4f_447),._menuItem_f0k4f_421:hover ._menuIcon_f0k4f_442:not(._menuIconStroke_f0k4f_450,._menuIconPerformance_f0k4f_447){fill:#52c2fd}._menuItem_f0k4f_421._active_f0k4f_455 ._menuIconPerformance_f0k4f_447 path,._menuItem_f0k4f_421:hover ._menuIconPerformance_f0k4f_447 path{stroke:#59a6fd}._menuItem_f0k4f_421._active_f0k4f_455 ._menuIconStroke_f0k4f_450:not(._menuIcon_f0k4f_442),._menuItem_f0k4f_421:hover ._menuIconStroke_f0k4f_450:not(._menuIcon_f0k4f_442){stroke:#52c2fd}._redDot_f0k4f_469{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_f0k4f_484{justify-content:center;display:flex}._link_f0k4f_489{color:#2db2c8;cursor:pointer;text-decoration:underline}._spinnerWrapper_f0k4f_495{z-index:1;justify-content:center;align-items:center;width:calc(100% - 40px);display:flex;position:absolute}._inputText_f0k4f_504{margin-bottom:5px}._emailAlertsCheckbox_f0k4f_508{margin-bottom:15px}._authButtonsWrapper_1r9dw_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_1r9dw_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_1r9dw_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.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_1r9dw_23{width:100%;margin-bottom:16px}._fieldWrapper_1r9dw_23:last-child{margin-bottom:0}._fieldLabel_1r9dw_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_1r9dw_36{margin-top:8px;font-size:.75rem}._field_1r9dw_23{width:100%;position:relative}._fieldLabelNew_1r9dw_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_1r9dw_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_1r9dw_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_1r9dw_52[type=password]{font-size:18px}._inputNew_1r9dw_52:focus,._inputNew_1r9dw_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_1r9dw_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_1r9dw_52:disabled::placeholder{color:#cbd5e1}._inputNew_1r9dw_52._error_1r9dw_7{border:1px solid #ef4444}._inputNew_1r9dw_52._error_1r9dw_7:focus,._inputNew_1r9dw_52._error_1r9dw_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_1r9dw_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_1r9dw_90{width:calc(50% - 8px)}._tableNavWrapper_1r9dw_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_1r9dw_109{align-items:center;display:flex}._tableNavItem_1r9dw_114{margin:0 6px}._modalContent_1r9dw_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_1r9dw_118._center_1r9dw_125{text-align:center;font-family:Inter}._modalContent_1r9dw_118._settings_1r9dw_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_1r9dw_118._settingsIntegration_1r9dw_133,._modalContent_1r9dw_118._performanceTestModalContent_1r9dw_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_1r9dw_118._monitoringReportContent_1r9dw_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_1r9dw_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_1r9dw_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_1r9dw_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_1r9dw_158:after,._modalLine_1r9dw_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_1r9dw_158:before{left:-20px}._modalLine_1r9dw_158:after{right:-20px}._infoMessage_1r9dw_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_1r9dw_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_1r9dw_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_1r9dw_196._buttonsAutoWidth_1r9dw_203{justify-content:flex-end}._modalFooter_1r9dw_196._buttonsAutoWidth_1r9dw_203 button,._modalFooter_1r9dw_196._buttonsAutoWidth_1r9dw_203 span{margin-left:12px}._fullWidthTitle_1r9dw_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_1r9dw_223{justify-content:center;gap:24px 16px;margin:0 0 24px;display:flex}._widgetWrapper_1r9dw_230{background:#fff;border:1px solid #e2e8f0;border-radius:20px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_1r9dw_230{padding:0 16px 15px}}._widgetHeader_1r9dw_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_1r9dw_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_1r9dw_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_1r9dw_266{align-items:center;height:180px;display:flex}._widgetFooter_1r9dw_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_1r9dw_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_1r9dw_279:last-child{border:none}._widgetMainValue_1r9dw_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_1r9dw_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_1r9dw_303{color:#64748b;font-size:.75rem}._widgetLoader_1r9dw_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_1r9dw_315{opacity:.5;cursor:default}._widgetAddress_1r9dw_320{color:#64748b;font-size:.75rem}._widgetTag_1r9dw_325{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_1r9dw_333{color:#0f172a;font-weight:500}._chartValuesWrapper_1r9dw_338{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_1r9dw_346{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_1r9dw_346._green_1r9dw_351:before,._chartValuesTitle_1r9dw_346._dark_1r9dw_351:before,._chartValuesTitle_1r9dw_346._blue_1r9dw_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_1r9dw_346._green_1r9dw_351:before{background:#22c55e}._chartValuesTitle_1r9dw_346._dark_1r9dw_351:before{background:#475569}._chartValuesTitle_1r9dw_346._blue_1r9dw_351:before{background:#43e0f8}._topbar_1r9dw_373{z-index:2000;justify-content:space-between;align-items:center;width:100%;height:64px;margin-bottom:24px;padding:0 24px;display:flex;position:relative}._topbar_1r9dw_373._sticky_1r9dw_384{background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);position:sticky;top:0;left:0}._logoWrapper_1r9dw_391{display:inline-flex}._logo_1r9dw_391{max-width:110px}._menuWrapper_1r9dw_399{display:flex}@media only screen and (width<=1340px){._menuWrapper_1r9dw_399{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_1r9dw_399._opened_1r9dw_416{display:flex}}._menuItem_1r9dw_421{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_1r9dw_421{flex:none;width:auto;margin-bottom:10px}}._menuItem_1r9dw_421 ._menuIcon_1r9dw_442{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_1r9dw_421 ._menuIconPerformance_1r9dw_447{fill:none}._menuItem_1r9dw_421 ._menuIconStroke_1r9dw_450{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_1r9dw_421._active_1r9dw_455,._menuItem_1r9dw_421:hover{color:#52c2fd;background:#fff}._menuItem_1r9dw_421._active_1r9dw_455 ._menuIcon_1r9dw_442:not(._menuIconStroke_1r9dw_450,._menuIconPerformance_1r9dw_447),._menuItem_1r9dw_421:hover ._menuIcon_1r9dw_442:not(._menuIconStroke_1r9dw_450,._menuIconPerformance_1r9dw_447){fill:#52c2fd}._menuItem_1r9dw_421._active_1r9dw_455 ._menuIconPerformance_1r9dw_447 path,._menuItem_1r9dw_421:hover ._menuIconPerformance_1r9dw_447 path{stroke:#59a6fd}._menuItem_1r9dw_421._active_1r9dw_455 ._menuIconStroke_1r9dw_450:not(._menuIcon_1r9dw_442),._menuItem_1r9dw_421:hover ._menuIconStroke_1r9dw_450:not(._menuIcon_1r9dw_442){stroke:#52c2fd}._redDot_1r9dw_469{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_1r9dw_484{justify-content:center;display:flex}._link_1r9dw_489{color:#2db2c8;cursor:pointer;text-decoration:underline}._modalTabsWrapper_1r9dw_495{padding:20px 20px 0}._authButtonsWrapper_h687p_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_h687p_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_h687p_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.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_h687p_23{width:100%;margin-bottom:16px}._fieldWrapper_h687p_23:last-child{margin-bottom:0}._fieldLabel_h687p_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_h687p_36{margin-top:8px;font-size:.75rem}._field_h687p_23{width:100%;position:relative}._fieldLabelNew_h687p_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_h687p_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_h687p_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_h687p_52[type=password]{font-size:18px}._inputNew_h687p_52:focus,._inputNew_h687p_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_h687p_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_h687p_52:disabled::placeholder{color:#cbd5e1}._inputNew_h687p_52._error_h687p_7{border:1px solid #ef4444}._inputNew_h687p_52._error_h687p_7:focus,._inputNew_h687p_52._error_h687p_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_h687p_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_h687p_90{width:calc(50% - 8px)}._tableNavWrapper_h687p_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_h687p_109{align-items:center;display:flex}._tableNavItem_h687p_114{margin:0 6px}._modalContent_h687p_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_h687p_118._center_h687p_125{text-align:center;font-family:Inter}._modalContent_h687p_118._settings_h687p_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_h687p_118._settingsIntegration_h687p_133,._modalContent_h687p_118._performanceTestModalContent_h687p_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_h687p_118._monitoringReportContent_h687p_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_h687p_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_h687p_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_h687p_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_h687p_158:after,._modalLine_h687p_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_h687p_158:before{left:-20px}._modalLine_h687p_158:after{right:-20px}._infoMessage_h687p_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_h687p_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_h687p_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_h687p_196._buttonsAutoWidth_h687p_203{justify-content:flex-end}._modalFooter_h687p_196._buttonsAutoWidth_h687p_203 button,._modalFooter_h687p_196._buttonsAutoWidth_h687p_203 span{margin-left:12px}._fullWidthTitle_h687p_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_h687p_223{justify-content:center;gap:24px 16px;margin:0 0 24px;display:flex}._widgetWrapper_h687p_230{background:#fff;border:1px solid #e2e8f0;border-radius:20px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_h687p_230{padding:0 16px 15px}}._widgetHeader_h687p_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_h687p_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_h687p_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_h687p_266{align-items:center;height:180px;display:flex}._widgetFooter_h687p_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_h687p_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_h687p_279:last-child{border:none}._widgetMainValue_h687p_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_h687p_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_h687p_303{color:#64748b;font-size:.75rem}._widgetLoader_h687p_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_h687p_315{opacity:.5;cursor:default}._widgetAddress_h687p_320{color:#64748b;font-size:.75rem}._widgetTag_h687p_325{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_h687p_333{color:#0f172a;font-weight:500}._chartValuesWrapper_h687p_338{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_h687p_346{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_h687p_346._green_h687p_351:before,._chartValuesTitle_h687p_346._dark_h687p_351:before,._chartValuesTitle_h687p_346._blue_h687p_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_h687p_346._green_h687p_351:before{background:#22c55e}._chartValuesTitle_h687p_346._dark_h687p_351:before{background:#475569}._chartValuesTitle_h687p_346._blue_h687p_351:before{background:#43e0f8}._topbar_h687p_373{z-index:2000;justify-content:space-between;align-items:center;width:100%;height:64px;margin-bottom:24px;padding:0 24px;display:flex;position:relative}._topbar_h687p_373._sticky_h687p_384{background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);position:sticky;top:0;left:0}._logoWrapper_h687p_391{display:inline-flex}._logo_h687p_391{max-width:110px}._menuWrapper_h687p_399{display:flex}@media only screen and (width<=1340px){._menuWrapper_h687p_399{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_h687p_399._opened_h687p_416{display:flex}}._menuItem_h687p_421{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_h687p_421{flex:none;width:auto;margin-bottom:10px}}._menuItem_h687p_421 ._menuIcon_h687p_442{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_h687p_421 ._menuIconPerformance_h687p_447{fill:none}._menuItem_h687p_421 ._menuIconStroke_h687p_450{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_h687p_421._active_h687p_455,._menuItem_h687p_421:hover{color:#52c2fd;background:#fff}._menuItem_h687p_421._active_h687p_455 ._menuIcon_h687p_442:not(._menuIconStroke_h687p_450,._menuIconPerformance_h687p_447),._menuItem_h687p_421:hover ._menuIcon_h687p_442:not(._menuIconStroke_h687p_450,._menuIconPerformance_h687p_447){fill:#52c2fd}._menuItem_h687p_421._active_h687p_455 ._menuIconPerformance_h687p_447 path,._menuItem_h687p_421:hover ._menuIconPerformance_h687p_447 path{stroke:#59a6fd}._menuItem_h687p_421._active_h687p_455 ._menuIconStroke_h687p_450:not(._menuIcon_h687p_442),._menuItem_h687p_421:hover ._menuIconStroke_h687p_450:not(._menuIcon_h687p_442){stroke:#52c2fd}._redDot_h687p_469{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_h687p_484{justify-content:center;display:flex}._link_h687p_489{color:#2db2c8;cursor:pointer;text-decoration:underline}._physicalStatus_h687p_495{text-transform:uppercase;border-radius:20px;align-items:center;padding:2px 8px;font-size:.75rem;line-height:1;display:inline-flex;position:relative}._physicalStatus_h687p_495._stocked_h687p_505{color:#15803d;background:#dcfce7;border:1px solid #22c55e}._physicalStatus_h687p_495._inventory_h687p_510{color:#c11574;background:#fdf2fa;border:1px solid #fcceee}._physicalStatus_h687p_495._installed_h687p_515{color:#115e59;background:#dffbf4;border:1px solid #14b8a6}._physicalStatus_h687p_495._missing_h687p_520{color:#b45309;background:#fef3c7;border:1px solid #f59e0b}._physicalStatus_h687p_495._production_h687p_525{color:#1e293b;background:#f1f5f9;border:1px solid #64748b}._physicalStatus_h687p_495._warranty_h687p_530{color:#165964;background:#ebfcff;border:1px solid #2db2c8}._physicalStatus_h687p_495._damaged_h687p_535{color:#b91c1c;background:#fee2e2;border:1px solid #ef4444}._physicalStatus_h687p_495._packed_h687p_540{color:#6b21a8;background:#f3e8ff;border:1px solid #a855f7}._physicalStatus_h687p_495._preinstalled_h687p_545{color:#115e59;background:#dffbf4;border:1px solid #14b8a6}._physicalStatus_h687p_495._transferring_h687p_550{color:#1e40af;background:#dbeafe;border:1px solid #3b82f6}._authButtonsWrapper_8piqn_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_8piqn_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_8piqn_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.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_8piqn_23{width:100%;margin-bottom:16px}._fieldWrapper_8piqn_23:last-child{margin-bottom:0}._fieldLabel_8piqn_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_8piqn_36{margin-top:8px;font-size:.75rem}._field_8piqn_23{width:100%;position:relative}._fieldLabelNew_8piqn_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_8piqn_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_8piqn_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_8piqn_52[type=password]{font-size:18px}._inputNew_8piqn_52:focus,._inputNew_8piqn_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_8piqn_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_8piqn_52:disabled::placeholder{color:#cbd5e1}._inputNew_8piqn_52._error_8piqn_7{border:1px solid #ef4444}._inputNew_8piqn_52._error_8piqn_7:focus,._inputNew_8piqn_52._error_8piqn_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_8piqn_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_8piqn_90{width:calc(50% - 8px)}._tableNavWrapper_8piqn_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_8piqn_109{align-items:center;display:flex}._tableNavItem_8piqn_114{margin:0 6px}._modalContent_8piqn_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_8piqn_118._center_8piqn_125{text-align:center;font-family:Inter}._modalContent_8piqn_118._settings_8piqn_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_8piqn_118._settingsIntegration_8piqn_133,._modalContent_8piqn_118._performanceTestModalContent_8piqn_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_8piqn_118._monitoringReportContent_8piqn_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_8piqn_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_8piqn_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_8piqn_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_8piqn_158:after,._modalLine_8piqn_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_8piqn_158:before{left:-20px}._modalLine_8piqn_158:after{right:-20px}._infoMessage_8piqn_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_8piqn_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_8piqn_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_8piqn_196._buttonsAutoWidth_8piqn_203{justify-content:flex-end}._modalFooter_8piqn_196._buttonsAutoWidth_8piqn_203 button,._modalFooter_8piqn_196._buttonsAutoWidth_8piqn_203 span{margin-left:12px}._fullWidthTitle_8piqn_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_8piqn_223{justify-content:center;gap:24px 16px;margin:0 0 24px;display:flex}._widgetWrapper_8piqn_230{background:#fff;border:1px solid #e2e8f0;border-radius:20px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_8piqn_230{padding:0 16px 15px}}._widgetHeader_8piqn_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_8piqn_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_8piqn_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_8piqn_266{align-items:center;height:180px;display:flex}._widgetFooter_8piqn_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_8piqn_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_8piqn_279:last-child{border:none}._widgetMainValue_8piqn_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_8piqn_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_8piqn_303{color:#64748b;font-size:.75rem}._widgetLoader_8piqn_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_8piqn_315{opacity:.5;cursor:default}._widgetAddress_8piqn_320{color:#64748b;font-size:.75rem}._widgetTag_8piqn_325{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_8piqn_333{color:#0f172a;font-weight:500}._chartValuesWrapper_8piqn_338{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_8piqn_346{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_8piqn_346._green_8piqn_351:before,._chartValuesTitle_8piqn_346._dark_8piqn_351:before,._chartValuesTitle_8piqn_346._blue_8piqn_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_8piqn_346._green_8piqn_351:before{background:#22c55e}._chartValuesTitle_8piqn_346._dark_8piqn_351:before{background:#475569}._chartValuesTitle_8piqn_346._blue_8piqn_351:before{background:#43e0f8}._topbar_8piqn_373{z-index:2000;justify-content:space-between;align-items:center;width:100%;height:64px;margin-bottom:24px;padding:0 24px;display:flex;position:relative}._topbar_8piqn_373._sticky_8piqn_384{background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);position:sticky;top:0;left:0}._logoWrapper_8piqn_391{display:inline-flex}._logo_8piqn_391{max-width:110px}._menuWrapper_8piqn_399{display:flex}@media only screen and (width<=1340px){._menuWrapper_8piqn_399{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_8piqn_399._opened_8piqn_416{display:flex}}._menuItem_8piqn_421{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_8piqn_421{flex:none;width:auto;margin-bottom:10px}}._menuItem_8piqn_421 ._menuIcon_8piqn_442{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_8piqn_421 ._menuIconPerformance_8piqn_447{fill:none}._menuItem_8piqn_421 ._menuIconStroke_8piqn_450{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_8piqn_421._active_8piqn_455,._menuItem_8piqn_421:hover{color:#52c2fd;background:#fff}._menuItem_8piqn_421._active_8piqn_455 ._menuIcon_8piqn_442:not(._menuIconStroke_8piqn_450,._menuIconPerformance_8piqn_447),._menuItem_8piqn_421:hover ._menuIcon_8piqn_442:not(._menuIconStroke_8piqn_450,._menuIconPerformance_8piqn_447){fill:#52c2fd}._menuItem_8piqn_421._active_8piqn_455 ._menuIconPerformance_8piqn_447 path,._menuItem_8piqn_421:hover ._menuIconPerformance_8piqn_447 path{stroke:#59a6fd}._menuItem_8piqn_421._active_8piqn_455 ._menuIconStroke_8piqn_450:not(._menuIcon_8piqn_442),._menuItem_8piqn_421:hover ._menuIconStroke_8piqn_450:not(._menuIcon_8piqn_442){stroke:#52c2fd}._redDot_8piqn_469{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_8piqn_484{justify-content:center;display:flex}._link_8piqn_489{color:#2db2c8;cursor:pointer;text-decoration:underline}._snTableHeader_8piqn_495{display:flex}._snHederCell_8piqn_499{color:#64748b;width:33.33%;font-size:.875rem}._snBodyRow_8piqn_505{border-bottom:1px solid #e2e8f0;padding:16px 0;display:flex}._snBodyRow_8piqn_505:last-child{border:none;padding:16px 0 0}._snBodyCell_8piqn_515{width:33.33%}._authButtonsWrapper_x1kov_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_x1kov_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_x1kov_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.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_x1kov_23{width:100%;margin-bottom:16px}._fieldWrapper_x1kov_23:last-child{margin-bottom:0}._fieldLabel_x1kov_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_x1kov_36{margin-top:8px;font-size:.75rem}._field_x1kov_23{width:100%;position:relative}._fieldLabelNew_x1kov_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_x1kov_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_x1kov_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_x1kov_52[type=password]{font-size:18px}._inputNew_x1kov_52:focus,._inputNew_x1kov_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_x1kov_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_x1kov_52:disabled::placeholder{color:#cbd5e1}._inputNew_x1kov_52._error_x1kov_7{border:1px solid #ef4444}._inputNew_x1kov_52._error_x1kov_7:focus,._inputNew_x1kov_52._error_x1kov_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_x1kov_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_x1kov_90{width:calc(50% - 8px)}._tableNavWrapper_x1kov_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_x1kov_109{align-items:center;display:flex}._tableNavItem_x1kov_114{margin:0 6px}._modalContent_x1kov_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_x1kov_118._center_x1kov_125{text-align:center;font-family:Inter}._modalContent_x1kov_118._settings_x1kov_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_x1kov_118._settingsIntegration_x1kov_133,._modalContent_x1kov_118._performanceTestModalContent_x1kov_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_x1kov_118._monitoringReportContent_x1kov_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_x1kov_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_x1kov_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_x1kov_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_x1kov_158:after,._modalLine_x1kov_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_x1kov_158:before{left:-20px}._modalLine_x1kov_158:after{right:-20px}._infoMessage_x1kov_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_x1kov_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_x1kov_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_x1kov_196._buttonsAutoWidth_x1kov_203{justify-content:flex-end}._modalFooter_x1kov_196._buttonsAutoWidth_x1kov_203 button,._modalFooter_x1kov_196._buttonsAutoWidth_x1kov_203 span{margin-left:12px}._fullWidthTitle_x1kov_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_x1kov_223{justify-content:center;gap:24px 16px;margin:0 0 24px;display:flex}._widgetWrapper_x1kov_230{background:#fff;border:1px solid #e2e8f0;border-radius:20px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_x1kov_230{padding:0 16px 15px}}._widgetHeader_x1kov_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_x1kov_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_x1kov_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_x1kov_266{align-items:center;height:180px;display:flex}._widgetFooter_x1kov_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_x1kov_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_x1kov_279:last-child{border:none}._widgetMainValue_x1kov_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_x1kov_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_x1kov_303{color:#64748b;font-size:.75rem}._widgetLoader_x1kov_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_x1kov_315{opacity:.5;cursor:default}._widgetAddress_x1kov_320{color:#64748b;font-size:.75rem}._widgetTag_x1kov_325{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_x1kov_333{color:#0f172a;font-weight:500}._chartValuesWrapper_x1kov_338{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_x1kov_346{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_x1kov_346._green_x1kov_351:before,._chartValuesTitle_x1kov_346._dark_x1kov_351:before,._chartValuesTitle_x1kov_346._blue_x1kov_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_x1kov_346._green_x1kov_351:before{background:#22c55e}._chartValuesTitle_x1kov_346._dark_x1kov_351:before{background:#475569}._chartValuesTitle_x1kov_346._blue_x1kov_351:before{background:#43e0f8}._topbar_x1kov_373{z-index:2000;justify-content:space-between;align-items:center;width:100%;height:64px;margin-bottom:24px;padding:0 24px;display:flex;position:relative}._topbar_x1kov_373._sticky_x1kov_384{background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);position:sticky;top:0;left:0}._logoWrapper_x1kov_391{display:inline-flex}._logo_x1kov_391{max-width:110px}._menuWrapper_x1kov_399{display:flex}@media only screen and (width<=1340px){._menuWrapper_x1kov_399{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_x1kov_399._opened_x1kov_416{display:flex}}._menuItem_x1kov_421{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_x1kov_421{flex:none;width:auto;margin-bottom:10px}}._menuItem_x1kov_421 ._menuIcon_x1kov_442{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_x1kov_421 ._menuIconPerformance_x1kov_447{fill:none}._menuItem_x1kov_421 ._menuIconStroke_x1kov_450{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_x1kov_421._active_x1kov_455,._menuItem_x1kov_421:hover{color:#52c2fd;background:#fff}._menuItem_x1kov_421._active_x1kov_455 ._menuIcon_x1kov_442:not(._menuIconStroke_x1kov_450,._menuIconPerformance_x1kov_447),._menuItem_x1kov_421:hover ._menuIcon_x1kov_442:not(._menuIconStroke_x1kov_450,._menuIconPerformance_x1kov_447){fill:#52c2fd}._menuItem_x1kov_421._active_x1kov_455 ._menuIconPerformance_x1kov_447 path,._menuItem_x1kov_421:hover ._menuIconPerformance_x1kov_447 path{stroke:#59a6fd}._menuItem_x1kov_421._active_x1kov_455 ._menuIconStroke_x1kov_450:not(._menuIcon_x1kov_442),._menuItem_x1kov_421:hover ._menuIconStroke_x1kov_450:not(._menuIcon_x1kov_442){stroke:#52c2fd}._redDot_x1kov_469{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_x1kov_484{justify-content:center;display:flex}._link_x1kov_489{color:#2db2c8;cursor:pointer;text-decoration:underline}._inputNumberWrapper_x1kov_495{align-items:center;display:inline-flex}._inputNumber_x1kov_495{text-align:center;border:1px solid #cbd5e1;border-radius:10px;width:70px;height:40px;margin:0 4px;font-family:Inter;font-size:.875rem}._inputNumber_x1kov_495::-webkit-outer-spin-button{appearance:none}._inputNumber_x1kov_495::-webkit-inner-spin-button{appearance:none}._inputNumberButton_x1kov_514{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_x1kov_514._disabled_x1kov_315{opacity:.2;cursor:not-allowed}._authButtonsWrapper_m9y2o_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_m9y2o_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_m9y2o_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.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_m9y2o_23{width:100%;margin-bottom:16px}._fieldWrapper_m9y2o_23:last-child{margin-bottom:0}._fieldLabel_m9y2o_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_m9y2o_36{margin-top:8px;font-size:.75rem}._field_m9y2o_23{width:100%;position:relative}._fieldLabelNew_m9y2o_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_m9y2o_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_m9y2o_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_m9y2o_52[type=password]{font-size:18px}._inputNew_m9y2o_52:focus,._inputNew_m9y2o_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_m9y2o_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_m9y2o_52:disabled::placeholder{color:#cbd5e1}._inputNew_m9y2o_52._error_m9y2o_7{border:1px solid #ef4444}._inputNew_m9y2o_52._error_m9y2o_7:focus,._inputNew_m9y2o_52._error_m9y2o_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_m9y2o_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_m9y2o_90{width:calc(50% - 8px)}._tableNavWrapper_m9y2o_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_m9y2o_109{align-items:center;display:flex}._tableNavItem_m9y2o_114{margin:0 6px}._modalContent_m9y2o_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_m9y2o_118._center_m9y2o_125{text-align:center;font-family:Inter}._modalContent_m9y2o_118._settings_m9y2o_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_m9y2o_118._settingsIntegration_m9y2o_133,._modalContent_m9y2o_118._performanceTestModalContent_m9y2o_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_m9y2o_118._monitoringReportContent_m9y2o_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_m9y2o_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_m9y2o_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_m9y2o_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_m9y2o_158:after,._modalLine_m9y2o_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_m9y2o_158:before{left:-20px}._modalLine_m9y2o_158:after{right:-20px}._infoMessage_m9y2o_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_m9y2o_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_m9y2o_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_m9y2o_196._buttonsAutoWidth_m9y2o_203{justify-content:flex-end}._modalFooter_m9y2o_196._buttonsAutoWidth_m9y2o_203 button,._modalFooter_m9y2o_196._buttonsAutoWidth_m9y2o_203 span{margin-left:12px}._fullWidthTitle_m9y2o_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_m9y2o_223{justify-content:center;gap:24px 16px;margin:0 0 24px;display:flex}._widgetWrapper_m9y2o_230{background:#fff;border:1px solid #e2e8f0;border-radius:20px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_m9y2o_230{padding:0 16px 15px}}._widgetHeader_m9y2o_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_m9y2o_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_m9y2o_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_m9y2o_266{align-items:center;height:180px;display:flex}._widgetFooter_m9y2o_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_m9y2o_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_m9y2o_279:last-child{border:none}._widgetMainValue_m9y2o_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_m9y2o_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_m9y2o_303{color:#64748b;font-size:.75rem}._widgetLoader_m9y2o_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_m9y2o_315{opacity:.5;cursor:default}._widgetAddress_m9y2o_320{color:#64748b;font-size:.75rem}._widgetTag_m9y2o_325{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_m9y2o_333{color:#0f172a;font-weight:500}._chartValuesWrapper_m9y2o_338{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_m9y2o_346{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_m9y2o_346._green_m9y2o_351:before,._chartValuesTitle_m9y2o_346._dark_m9y2o_351:before,._chartValuesTitle_m9y2o_346._blue_m9y2o_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_m9y2o_346._green_m9y2o_351:before{background:#22c55e}._chartValuesTitle_m9y2o_346._dark_m9y2o_351:before{background:#475569}._chartValuesTitle_m9y2o_346._blue_m9y2o_351:before{background:#43e0f8}._topbar_m9y2o_373{z-index:2000;justify-content:space-between;align-items:center;width:100%;height:64px;margin-bottom:24px;padding:0 24px;display:flex;position:relative}._topbar_m9y2o_373._sticky_m9y2o_384{background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);position:sticky;top:0;left:0}._logoWrapper_m9y2o_391{display:inline-flex}._logo_m9y2o_391{max-width:110px}._menuWrapper_m9y2o_399{display:flex}@media only screen and (width<=1340px){._menuWrapper_m9y2o_399{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_m9y2o_399._opened_m9y2o_416{display:flex}}._menuItem_m9y2o_421{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_m9y2o_421{flex:none;width:auto;margin-bottom:10px}}._menuItem_m9y2o_421 ._menuIcon_m9y2o_442{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_m9y2o_421 ._menuIconPerformance_m9y2o_447{fill:none}._menuItem_m9y2o_421 ._menuIconStroke_m9y2o_450{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_m9y2o_421._active_m9y2o_455,._menuItem_m9y2o_421:hover{color:#52c2fd;background:#fff}._menuItem_m9y2o_421._active_m9y2o_455 ._menuIcon_m9y2o_442:not(._menuIconStroke_m9y2o_450,._menuIconPerformance_m9y2o_447),._menuItem_m9y2o_421:hover ._menuIcon_m9y2o_442:not(._menuIconStroke_m9y2o_450,._menuIconPerformance_m9y2o_447){fill:#52c2fd}._menuItem_m9y2o_421._active_m9y2o_455 ._menuIconPerformance_m9y2o_447 path,._menuItem_m9y2o_421:hover ._menuIconPerformance_m9y2o_447 path{stroke:#59a6fd}._menuItem_m9y2o_421._active_m9y2o_455 ._menuIconStroke_m9y2o_450:not(._menuIcon_m9y2o_442),._menuItem_m9y2o_421:hover ._menuIconStroke_m9y2o_450:not(._menuIcon_m9y2o_442){stroke:#52c2fd}._redDot_m9y2o_469{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_m9y2o_484{justify-content:center;display:flex}._link_m9y2o_489{color:#2db2c8;cursor:pointer;text-decoration:underline}._orderDetails_m9y2o_495{justify-content:space-between;font-family:Inter;display:flex}._orderDetailsItem_m9y2o_501{width:33%}._orderDetailsLabel_m9y2o_505{color:#64748b;margin-bottom:4px;font-size:.875rem;font-weight:300;display:block}._orderDetailsValue_m9y2o_513{font-weight:400;display:block}._separator_m9y2o_518{background:#e2e8f0;width:100%;height:1px;margin:20px 0}._devicesList_m9y2o_525{flex-direction:column;gap:20px;display:flex}._deviceHeader_m9y2o_531{align-items:center;font-family:Inter;display:flex}._deviceQtyWrapper_m9y2o_537{flex:1;margin-right:10px;padding-left:16px}._deviceName_m9y2o_543{font-weight:500;display:block}._deviceQty_m9y2o_537{color:#64748b;font-size:.875rem;display:block}._orderNote_m9y2o_554{color:#64748b;-webkit-user-select:none;user-select:none;margin-top:30px;font-size:.75rem}._orderNote_m9y2o_554: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_14upg_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_14upg_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_14upg_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.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_14upg_23{width:100%;margin-bottom:16px}._fieldWrapper_14upg_23:last-child{margin-bottom:0}._fieldLabel_14upg_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_14upg_36{margin-top:8px;font-size:.75rem}._field_14upg_23{width:100%;position:relative}._fieldLabelNew_14upg_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_14upg_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_14upg_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_14upg_52[type=password]{font-size:18px}._inputNew_14upg_52:focus,._inputNew_14upg_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_14upg_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_14upg_52:disabled::placeholder{color:#cbd5e1}._inputNew_14upg_52._error_14upg_7{border:1px solid #ef4444}._inputNew_14upg_52._error_14upg_7:focus,._inputNew_14upg_52._error_14upg_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_14upg_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_14upg_90{width:calc(50% - 8px)}._tableNavWrapper_14upg_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_14upg_109{align-items:center;display:flex}._tableNavItem_14upg_114{margin:0 6px}._modalContent_14upg_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_14upg_118._center_14upg_125{text-align:center;font-family:Inter}._modalContent_14upg_118._settings_14upg_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_14upg_118._settingsIntegration_14upg_133,._modalContent_14upg_118._performanceTestModalContent_14upg_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_14upg_118._monitoringReportContent_14upg_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_14upg_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_14upg_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_14upg_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_14upg_158:after,._modalLine_14upg_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_14upg_158:before{left:-20px}._modalLine_14upg_158:after{right:-20px}._infoMessage_14upg_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_14upg_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_14upg_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_14upg_196._buttonsAutoWidth_14upg_203{justify-content:flex-end}._modalFooter_14upg_196._buttonsAutoWidth_14upg_203 button,._modalFooter_14upg_196._buttonsAutoWidth_14upg_203 span{margin-left:12px}._fullWidthTitle_14upg_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_14upg_223{justify-content:center;gap:24px 16px;margin:0 0 24px;display:flex}._widgetWrapper_14upg_230{background:#fff;border:1px solid #e2e8f0;border-radius:20px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_14upg_230{padding:0 16px 15px}}._widgetHeader_14upg_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_14upg_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_14upg_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_14upg_266{align-items:center;height:180px;display:flex}._widgetFooter_14upg_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_14upg_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_14upg_279:last-child{border:none}._widgetMainValue_14upg_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_14upg_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_14upg_303{color:#64748b;font-size:.75rem}._widgetLoader_14upg_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_14upg_315{opacity:.5;cursor:default}._widgetAddress_14upg_320{color:#64748b;font-size:.75rem}._widgetTag_14upg_325{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_14upg_333{color:#0f172a;font-weight:500}._chartValuesWrapper_14upg_338{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_14upg_346{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_14upg_346._green_14upg_351:before,._chartValuesTitle_14upg_346._dark_14upg_351:before,._chartValuesTitle_14upg_346._blue_14upg_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_14upg_346._green_14upg_351:before{background:#22c55e}._chartValuesTitle_14upg_346._dark_14upg_351:before{background:#475569}._chartValuesTitle_14upg_346._blue_14upg_351:before{background:#43e0f8}._topbar_14upg_373{z-index:2000;justify-content:space-between;align-items:center;width:100%;height:64px;margin-bottom:24px;padding:0 24px;display:flex;position:relative}._topbar_14upg_373._sticky_14upg_384{background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);position:sticky;top:0;left:0}._logoWrapper_14upg_391{display:inline-flex}._logo_14upg_391{max-width:110px}._menuWrapper_14upg_399{display:flex}@media only screen and (width<=1340px){._menuWrapper_14upg_399{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_14upg_399._opened_14upg_416{display:flex}}._menuItem_14upg_421{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_14upg_421{flex:none;width:auto;margin-bottom:10px}}._menuItem_14upg_421 ._menuIcon_14upg_442{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_14upg_421 ._menuIconPerformance_14upg_447{fill:none}._menuItem_14upg_421 ._menuIconStroke_14upg_450{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_14upg_421._active_14upg_455,._menuItem_14upg_421:hover{color:#52c2fd;background:#fff}._menuItem_14upg_421._active_14upg_455 ._menuIcon_14upg_442:not(._menuIconStroke_14upg_450,._menuIconPerformance_14upg_447),._menuItem_14upg_421:hover ._menuIcon_14upg_442:not(._menuIconStroke_14upg_450,._menuIconPerformance_14upg_447){fill:#52c2fd}._menuItem_14upg_421._active_14upg_455 ._menuIconPerformance_14upg_447 path,._menuItem_14upg_421:hover ._menuIconPerformance_14upg_447 path{stroke:#59a6fd}._menuItem_14upg_421._active_14upg_455 ._menuIconStroke_14upg_450:not(._menuIcon_14upg_442),._menuItem_14upg_421:hover ._menuIconStroke_14upg_450:not(._menuIcon_14upg_442){stroke:#52c2fd}._redDot_14upg_469{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_14upg_484{justify-content:center;display:flex}._link_14upg_489{color:#2db2c8;cursor:pointer;text-decoration:underline}div._tooltip_14upg_495{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_14upg_508{z-index:-1;border-bottom:1px solid #e2e8f0;border-right:1px solid #e2e8f0;box-shadow:0 1px 2px #e2e8f03d,0 12px 24px #94a3b81f}._authButtonsWrapper_iz0v5_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_iz0v5_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_iz0v5_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.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_iz0v5_23{width:100%;margin-bottom:16px}._fieldWrapper_iz0v5_23:last-child{margin-bottom:0}._fieldLabel_iz0v5_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_iz0v5_36{margin-top:8px;font-size:.75rem}._field_iz0v5_23{width:100%;position:relative}._fieldLabelNew_iz0v5_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_iz0v5_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_iz0v5_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_iz0v5_52[type=password]{font-size:18px}._inputNew_iz0v5_52:focus,._inputNew_iz0v5_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_iz0v5_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_iz0v5_52:disabled::placeholder{color:#cbd5e1}._inputNew_iz0v5_52._error_iz0v5_7{border:1px solid #ef4444}._inputNew_iz0v5_52._error_iz0v5_7:focus,._inputNew_iz0v5_52._error_iz0v5_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_iz0v5_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_iz0v5_90{width:calc(50% - 8px)}._tableNavWrapper_iz0v5_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_iz0v5_109{align-items:center;display:flex}._tableNavItem_iz0v5_114{margin:0 6px}._modalContent_iz0v5_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_iz0v5_118._center_iz0v5_125{text-align:center;font-family:Inter}._modalContent_iz0v5_118._settings_iz0v5_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_iz0v5_118._settingsIntegration_iz0v5_133,._modalContent_iz0v5_118._performanceTestModalContent_iz0v5_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_iz0v5_118._monitoringReportContent_iz0v5_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_iz0v5_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_iz0v5_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_iz0v5_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_iz0v5_158:after,._modalLine_iz0v5_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_iz0v5_158:before{left:-20px}._modalLine_iz0v5_158:after{right:-20px}._infoMessage_iz0v5_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_iz0v5_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_iz0v5_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_iz0v5_196._buttonsAutoWidth_iz0v5_203{justify-content:flex-end}._modalFooter_iz0v5_196._buttonsAutoWidth_iz0v5_203 button,._modalFooter_iz0v5_196._buttonsAutoWidth_iz0v5_203 span{margin-left:12px}._fullWidthTitle_iz0v5_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_iz0v5_223{justify-content:center;gap:24px 16px;margin:0 0 24px;display:flex}._widgetWrapper_iz0v5_230{background:#fff;border:1px solid #e2e8f0;border-radius:20px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_iz0v5_230{padding:0 16px 15px}}._widgetHeader_iz0v5_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_iz0v5_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_iz0v5_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_iz0v5_266{align-items:center;height:180px;display:flex}._widgetFooter_iz0v5_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_iz0v5_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_iz0v5_279:last-child{border:none}._widgetMainValue_iz0v5_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_iz0v5_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_iz0v5_303{color:#64748b;font-size:.75rem}._widgetLoader_iz0v5_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_iz0v5_315{opacity:.5;cursor:default}._widgetAddress_iz0v5_320{color:#64748b;font-size:.75rem}._widgetTag_iz0v5_325{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_iz0v5_333{color:#0f172a;font-weight:500}._chartValuesWrapper_iz0v5_338{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_iz0v5_346{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_iz0v5_346._green_iz0v5_351:before,._chartValuesTitle_iz0v5_346._dark_iz0v5_351:before,._chartValuesTitle_iz0v5_346._blue_iz0v5_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_iz0v5_346._green_iz0v5_351:before{background:#22c55e}._chartValuesTitle_iz0v5_346._dark_iz0v5_351:before{background:#475569}._chartValuesTitle_iz0v5_346._blue_iz0v5_351:before{background:#43e0f8}._topbar_iz0v5_373{z-index:2000;justify-content:space-between;align-items:center;width:100%;height:64px;margin-bottom:24px;padding:0 24px;display:flex;position:relative}._topbar_iz0v5_373._sticky_iz0v5_384{background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);position:sticky;top:0;left:0}._logoWrapper_iz0v5_391{display:inline-flex}._logo_iz0v5_391{max-width:110px}._menuWrapper_iz0v5_399{display:flex}@media only screen and (width<=1340px){._menuWrapper_iz0v5_399{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_iz0v5_399._opened_iz0v5_416{display:flex}}._menuItem_iz0v5_421{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_iz0v5_421{flex:none;width:auto;margin-bottom:10px}}._menuItem_iz0v5_421 ._menuIcon_iz0v5_442{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_iz0v5_421 ._menuIconPerformance_iz0v5_447{fill:none}._menuItem_iz0v5_421 ._menuIconStroke_iz0v5_450{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_iz0v5_421._active_iz0v5_455,._menuItem_iz0v5_421:hover{color:#52c2fd;background:#fff}._menuItem_iz0v5_421._active_iz0v5_455 ._menuIcon_iz0v5_442:not(._menuIconStroke_iz0v5_450,._menuIconPerformance_iz0v5_447),._menuItem_iz0v5_421:hover ._menuIcon_iz0v5_442:not(._menuIconStroke_iz0v5_450,._menuIconPerformance_iz0v5_447){fill:#52c2fd}._menuItem_iz0v5_421._active_iz0v5_455 ._menuIconPerformance_iz0v5_447 path,._menuItem_iz0v5_421:hover ._menuIconPerformance_iz0v5_447 path{stroke:#59a6fd}._menuItem_iz0v5_421._active_iz0v5_455 ._menuIconStroke_iz0v5_450:not(._menuIcon_iz0v5_442),._menuItem_iz0v5_421:hover ._menuIconStroke_iz0v5_450:not(._menuIcon_iz0v5_442){stroke:#52c2fd}._redDot_iz0v5_469{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_iz0v5_484{justify-content:center;display:flex}._link_iz0v5_489{color:#2db2c8;cursor:pointer;text-decoration:underline}._modalSubtitle_iz0v5_495{background-color:#f8fafc;align-items:center;padding:8px 16px;display:flex}._modalSubtitle_iz0v5_495 p{text-transform:uppercase;color:#64748b;font-size:12px;font-weight:500;line-height:16px}._performanceTestModalContent_iz0v5_137{flex-direction:column;padding:0 16px 16px;display:flex}._contentRow_iz0v5_515{border-bottom:1px solid #e2e8f0;padding:16px 0;display:flex}._contentWrapper_iz0v5_521{flex-direction:column;flex-grow:1;row-gap:16px;width:50%;display:flex}._detailsInfo_iz0v5_529{flex-direction:column;display:flex}._detailsInfo_iz0v5_529 h4{color:#64748b;text-transform:uppercase;letter-spacing:1px;margin-bottom:6px;font-size:12px;font-weight:500;line-height:16px}._detailsInfo_iz0v5_529 p{color:#0f172a;font-size:14px;font-weight:500;line-height:20px}._detailsInfo_iz0v5_529 span{color:#94a3b8;font-size:12px}._statusContainer_iz0v5_553{align-items:center;gap:5px;display:flex}._statusContainer_iz0v5_553 span{display:block}div._testStatus_iz0v5_562{border:1px solid #e2e8f0;border-radius:6px;justify-content:center;align-items:center;width:fit-content;padding:4px 8px;display:flex}div._testStatus_iz0v5_562 span{border-radius:50%;width:8px;height:8px;margin-right:8px}div._passed_iz0v5_578 span{background-color:#22c55e}div._passed_iz0v5_578 p{color:#15803d}div._issue_iz0v5_585 span{background-color:#ef4444}div._issue_iz0v5_585 p{color:#b91c1c}._reportDiagramContainer_iz0v5_592{height:200px;margin-top:5px;position:relative}._reportDiagramContainer_iz0v5_592 canvas{padding:5px 3px}@media only screen and (width<=768px){._contentRow_iz0v5_515{flex-wrap:wrap;row-gap:16px}._contentRow_iz0v5_515>div{min-width:200px}}._modalContent_1isd1_118._settingsIntegration_1isd1_133,._modalContent_1isd1_118._performanceTestModalContent_1isd1_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}@media only screen and (width<=768px){._widgetWrapper_1isd1_230{padding:0 16px 15px}}@media only screen and (width<=1340px){._menuWrapper_1isd1_399{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_1isd1_399._opened_1isd1_416{display:flex}}@media only screen and (width<=1300px){._menuItem_1isd1_421{flex:none;width:auto;margin-bottom:10px}}._authButtonsWrapper_1y1n0_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_1y1n0_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_1y1n0_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.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_1y1n0_23{width:100%;margin-bottom:16px}._fieldWrapper_1y1n0_23:last-child{margin-bottom:0}._fieldLabel_1y1n0_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_1y1n0_36{margin-top:8px;font-size:.75rem}._field_1y1n0_23{width:100%;position:relative}._fieldLabelNew_1y1n0_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_1y1n0_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_1y1n0_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_1y1n0_52[type=password]{font-size:18px}._inputNew_1y1n0_52:focus,._inputNew_1y1n0_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_1y1n0_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_1y1n0_52:disabled::placeholder{color:#cbd5e1}._inputNew_1y1n0_52._error_1y1n0_7{border:1px solid #ef4444}._inputNew_1y1n0_52._error_1y1n0_7:focus,._inputNew_1y1n0_52._error_1y1n0_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_1y1n0_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_1y1n0_90{width:calc(50% - 8px)}._tableNavWrapper_1y1n0_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_1y1n0_109{align-items:center;display:flex}._tableNavItem_1y1n0_114{margin:0 6px}._modalContent_1y1n0_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_1y1n0_118._center_1y1n0_125{text-align:center;font-family:Inter}._modalContent_1y1n0_118._settings_1y1n0_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_1y1n0_118._settingsIntegration_1y1n0_133,._modalContent_1y1n0_118._performanceTestModalContent_1y1n0_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_1y1n0_118._monitoringReportContent_1y1n0_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_1y1n0_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_1y1n0_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_1y1n0_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_1y1n0_158:after,._modalLine_1y1n0_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_1y1n0_158:before{left:-20px}._modalLine_1y1n0_158:after{right:-20px}._infoMessage_1y1n0_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_1y1n0_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_1y1n0_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_1y1n0_196._buttonsAutoWidth_1y1n0_203{justify-content:flex-end}._modalFooter_1y1n0_196._buttonsAutoWidth_1y1n0_203 button,._modalFooter_1y1n0_196._buttonsAutoWidth_1y1n0_203 span{margin-left:12px}._fullWidthTitle_1y1n0_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_1y1n0_223{justify-content:center;gap:24px 16px;margin:0 0 24px;display:flex}._widgetWrapper_1y1n0_230{background:#fff;border:1px solid #e2e8f0;border-radius:20px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_1y1n0_230{padding:0 16px 15px}}._widgetHeader_1y1n0_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_1y1n0_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_1y1n0_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_1y1n0_266{align-items:center;height:180px;display:flex}._widgetFooter_1y1n0_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_1y1n0_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_1y1n0_279:last-child{border:none}._widgetMainValue_1y1n0_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_1y1n0_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_1y1n0_303{color:#64748b;font-size:.75rem}._widgetLoader_1y1n0_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_1y1n0_315{opacity:.5;cursor:default}._widgetAddress_1y1n0_320{color:#64748b;font-size:.75rem}._widgetTag_1y1n0_325{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_1y1n0_333{color:#0f172a;font-weight:500}._chartValuesWrapper_1y1n0_338{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_1y1n0_346{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_1y1n0_346._green_1y1n0_351:before,._chartValuesTitle_1y1n0_346._dark_1y1n0_351:before,._chartValuesTitle_1y1n0_346._blue_1y1n0_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_1y1n0_346._green_1y1n0_351:before{background:#22c55e}._chartValuesTitle_1y1n0_346._dark_1y1n0_351:before{background:#475569}._chartValuesTitle_1y1n0_346._blue_1y1n0_351:before{background:#43e0f8}._topbar_1y1n0_373{z-index:2000;justify-content:space-between;align-items:center;width:100%;height:64px;margin-bottom:24px;padding:0 24px;display:flex;position:relative}._topbar_1y1n0_373._sticky_1y1n0_384{background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);position:sticky;top:0;left:0}._logoWrapper_1y1n0_391{display:inline-flex}._logo_1y1n0_391{max-width:110px}._menuWrapper_1y1n0_399{display:flex}@media only screen and (width<=1340px){._menuWrapper_1y1n0_399{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_1y1n0_399._opened_1y1n0_416{display:flex}}._menuItem_1y1n0_421{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_1y1n0_421{flex:none;width:auto;margin-bottom:10px}}._menuItem_1y1n0_421 ._menuIcon_1y1n0_442{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_1y1n0_421 ._menuIconPerformance_1y1n0_447{fill:none}._menuItem_1y1n0_421 ._menuIconStroke_1y1n0_450{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_1y1n0_421._active_1y1n0_455,._menuItem_1y1n0_421:hover{color:#52c2fd;background:#fff}._menuItem_1y1n0_421._active_1y1n0_455 ._menuIcon_1y1n0_442:not(._menuIconStroke_1y1n0_450,._menuIconPerformance_1y1n0_447),._menuItem_1y1n0_421:hover ._menuIcon_1y1n0_442:not(._menuIconStroke_1y1n0_450,._menuIconPerformance_1y1n0_447){fill:#52c2fd}._menuItem_1y1n0_421._active_1y1n0_455 ._menuIconPerformance_1y1n0_447 path,._menuItem_1y1n0_421:hover ._menuIconPerformance_1y1n0_447 path{stroke:#59a6fd}._menuItem_1y1n0_421._active_1y1n0_455 ._menuIconStroke_1y1n0_450:not(._menuIcon_1y1n0_442),._menuItem_1y1n0_421:hover ._menuIconStroke_1y1n0_450:not(._menuIcon_1y1n0_442){stroke:#52c2fd}._redDot_1y1n0_469{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_1y1n0_484{justify-content:center;display:flex}._link_1y1n0_489{color:#2db2c8;cursor:pointer;text-decoration:underline}._tableDateWrapper_1y1n0_495{color:#64748b;cursor:pointer;font-family:Inter;font-size:.875rem;display:inline-flex}._tableDateWrapper_1y1n0_495 svg{stroke:#64748b;margin-left:2px;transition:all .2s}._inputWrapper_1y1n0_508{background:#f8fafc;width:100%;height:100%;position:absolute;top:20px;left:0}._pickerWrapper_1y1n0_517{z-index:10;position:relative}._pickerContainer_1y1n0_522{background-color:#fff;border-radius:8px;width:288px;margin-left:5px;position:absolute}._pickerContainer_1y1n0_522 .ant-picker{opacity:0;pointer-events:none;border:none;width:0;height:0;padding:0;position:absolute;overflow:hidden}._pickerContainer_1y1n0_522 .ant-picker-dropdown{inset:initial!important}._pickerContainer_1y1n0_522 .ant-picker-body{padding:6px!important}._valueWrapper_1y1n0_546{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_1y1n0_546{color:#000}._icon_1y1n0_563{justify-content:center;align-items:center;width:40px;height:32px;display:inline-flex}._icon_1y1n0_563:hover svg{stroke:#000}._authButtonsWrapper_1rdp6_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_1rdp6_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_1rdp6_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.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_1rdp6_23{width:100%;margin-bottom:16px}._fieldWrapper_1rdp6_23:last-child{margin-bottom:0}._fieldLabel_1rdp6_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_1rdp6_36{margin-top:8px;font-size:.75rem}._field_1rdp6_23{width:100%;position:relative}._fieldLabelNew_1rdp6_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_1rdp6_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_1rdp6_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_1rdp6_52[type=password]{font-size:18px}._inputNew_1rdp6_52:focus,._inputNew_1rdp6_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_1rdp6_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_1rdp6_52:disabled::placeholder{color:#cbd5e1}._inputNew_1rdp6_52._error_1rdp6_7{border:1px solid #ef4444}._inputNew_1rdp6_52._error_1rdp6_7:focus,._inputNew_1rdp6_52._error_1rdp6_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_1rdp6_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_1rdp6_90{width:calc(50% - 8px)}._tableNavWrapper_1rdp6_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_1rdp6_109{align-items:center;display:flex}._tableNavItem_1rdp6_114{margin:0 6px}._modalContent_1rdp6_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_1rdp6_118._center_1rdp6_125{text-align:center;font-family:Inter}._modalContent_1rdp6_118._settings_1rdp6_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_1rdp6_118._settingsIntegration_1rdp6_133,._modalContent_1rdp6_118._performanceTestModalContent_1rdp6_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_1rdp6_118._monitoringReportContent_1rdp6_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_1rdp6_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_1rdp6_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_1rdp6_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_1rdp6_158:after,._modalLine_1rdp6_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_1rdp6_158:before{left:-20px}._modalLine_1rdp6_158:after{right:-20px}._infoMessage_1rdp6_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_1rdp6_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_1rdp6_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_1rdp6_196._buttonsAutoWidth_1rdp6_203{justify-content:flex-end}._modalFooter_1rdp6_196._buttonsAutoWidth_1rdp6_203 button,._modalFooter_1rdp6_196._buttonsAutoWidth_1rdp6_203 span{margin-left:12px}._fullWidthTitle_1rdp6_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_1rdp6_223{justify-content:center;gap:24px 16px;margin:0 0 24px;display:flex}._widgetWrapper_1rdp6_230{background:#fff;border:1px solid #e2e8f0;border-radius:20px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_1rdp6_230{padding:0 16px 15px}}._widgetHeader_1rdp6_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_1rdp6_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_1rdp6_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_1rdp6_266{align-items:center;height:180px;display:flex}._widgetFooter_1rdp6_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_1rdp6_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_1rdp6_279:last-child{border:none}._widgetMainValue_1rdp6_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_1rdp6_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_1rdp6_303{color:#64748b;font-size:.75rem}._widgetLoader_1rdp6_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_1rdp6_315{opacity:.5;cursor:default}._widgetAddress_1rdp6_320{color:#64748b;font-size:.75rem}._widgetTag_1rdp6_325{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_1rdp6_333{color:#0f172a;font-weight:500}._chartValuesWrapper_1rdp6_338{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_1rdp6_346{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_1rdp6_346._green_1rdp6_351:before,._chartValuesTitle_1rdp6_346._dark_1rdp6_351:before,._chartValuesTitle_1rdp6_346._blue_1rdp6_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_1rdp6_346._green_1rdp6_351:before{background:#22c55e}._chartValuesTitle_1rdp6_346._dark_1rdp6_351:before{background:#475569}._chartValuesTitle_1rdp6_346._blue_1rdp6_351:before{background:#43e0f8}._topbar_1rdp6_373{z-index:2000;justify-content:space-between;align-items:center;width:100%;height:64px;margin-bottom:24px;padding:0 24px;display:flex;position:relative}._topbar_1rdp6_373._sticky_1rdp6_384{background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);position:sticky;top:0;left:0}._logoWrapper_1rdp6_391{display:inline-flex}._logo_1rdp6_391{max-width:110px}._menuWrapper_1rdp6_399{display:flex}@media only screen and (width<=1340px){._menuWrapper_1rdp6_399{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_1rdp6_399._opened_1rdp6_416{display:flex}}._menuItem_1rdp6_421{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_1rdp6_421{flex:none;width:auto;margin-bottom:10px}}._menuItem_1rdp6_421 ._menuIcon_1rdp6_442{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_1rdp6_421 ._menuIconPerformance_1rdp6_447{fill:none}._menuItem_1rdp6_421 ._menuIconStroke_1rdp6_450{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_1rdp6_421._active_1rdp6_455,._menuItem_1rdp6_421:hover{color:#52c2fd;background:#fff}._menuItem_1rdp6_421._active_1rdp6_455 ._menuIcon_1rdp6_442:not(._menuIconStroke_1rdp6_450,._menuIconPerformance_1rdp6_447),._menuItem_1rdp6_421:hover ._menuIcon_1rdp6_442:not(._menuIconStroke_1rdp6_450,._menuIconPerformance_1rdp6_447){fill:#52c2fd}._menuItem_1rdp6_421._active_1rdp6_455 ._menuIconPerformance_1rdp6_447 path,._menuItem_1rdp6_421:hover ._menuIconPerformance_1rdp6_447 path{stroke:#59a6fd}._menuItem_1rdp6_421._active_1rdp6_455 ._menuIconStroke_1rdp6_450:not(._menuIcon_1rdp6_442),._menuItem_1rdp6_421:hover ._menuIconStroke_1rdp6_450:not(._menuIcon_1rdp6_442){stroke:#52c2fd}._redDot_1rdp6_469{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_1rdp6_484{justify-content:center;display:flex}._link_1rdp6_489{color:#2db2c8;cursor:pointer;text-decoration:underline}._tableDateWrapper_1rdp6_495{color:#64748b;cursor:pointer;align-items:center;font-family:Inter;font-size:.875rem;display:flex}._tableDateWrapper_1rdp6_495._withLabel_1rdp6_503,._tableDateWrapper_1rdp6_495 ._label_1rdp6_506{flex:1}._tableDateWrapper_1rdp6_495 svg{stroke:#64748b;margin-left:2px;transition:all .2s}._inputWrapper_1rdp6_515{background:#f8fafc;width:100%;height:100%;position:absolute;top:20px;left:0}._valueWrapper_1rdp6_524{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_1rdp6_524{color:#000}._inputSearch_1rdp6_541{background:#f8fafc;width:calc(100% - 40px);height:100%;padding:8px 0 8px 12px;font-family:Inter;font-size:.875rem}._inputSearch_1rdp6_541::placeholder{color:#cbd5e1;font-family:Inter;font-size:.875rem}._icon_1rdp6_555{justify-content:center;align-items:center;width:40px;height:32px;display:inline-flex}._icon_1rdp6_555:hover svg{stroke:#000}._authButtonsWrapper_1buze_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_1buze_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_1buze_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.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_1buze_23{width:100%;margin-bottom:16px}._fieldWrapper_1buze_23:last-child{margin-bottom:0}._fieldLabel_1buze_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_1buze_36{margin-top:8px;font-size:.75rem}._field_1buze_23{width:100%;position:relative}._fieldLabelNew_1buze_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_1buze_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_1buze_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_1buze_52[type=password]{font-size:18px}._inputNew_1buze_52:focus,._inputNew_1buze_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_1buze_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_1buze_52:disabled::placeholder{color:#cbd5e1}._inputNew_1buze_52._error_1buze_7{border:1px solid #ef4444}._inputNew_1buze_52._error_1buze_7:focus,._inputNew_1buze_52._error_1buze_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_1buze_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_1buze_90{width:calc(50% - 8px)}._tableNavWrapper_1buze_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_1buze_109{align-items:center;display:flex}._tableNavItem_1buze_114{margin:0 6px}._modalContent_1buze_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_1buze_118._center_1buze_125{text-align:center;font-family:Inter}._modalContent_1buze_118._settings_1buze_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_1buze_118._settingsIntegration_1buze_133,._modalContent_1buze_118._performanceTestModalContent_1buze_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_1buze_118._monitoringReportContent_1buze_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_1buze_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_1buze_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_1buze_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_1buze_158:after,._modalLine_1buze_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_1buze_158:before{left:-20px}._modalLine_1buze_158:after{right:-20px}._infoMessage_1buze_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_1buze_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_1buze_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_1buze_196._buttonsAutoWidth_1buze_203{justify-content:flex-end}._modalFooter_1buze_196._buttonsAutoWidth_1buze_203 button,._modalFooter_1buze_196._buttonsAutoWidth_1buze_203 span{margin-left:12px}._fullWidthTitle_1buze_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_1buze_223{justify-content:center;gap:24px 16px;margin:0 0 24px;display:flex}._widgetWrapper_1buze_230{background:#fff;border:1px solid #e2e8f0;border-radius:20px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_1buze_230{padding:0 16px 15px}}._widgetHeader_1buze_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_1buze_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_1buze_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_1buze_266{align-items:center;height:180px;display:flex}._widgetFooter_1buze_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_1buze_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_1buze_279:last-child{border:none}._widgetMainValue_1buze_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_1buze_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_1buze_303{color:#64748b;font-size:.75rem}._widgetLoader_1buze_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_1buze_315{opacity:.5;cursor:default}._widgetAddress_1buze_320{color:#64748b;font-size:.75rem}._widgetTag_1buze_325{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_1buze_333{color:#0f172a;font-weight:500}._chartValuesWrapper_1buze_338{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_1buze_346{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_1buze_346._green_1buze_351:before,._chartValuesTitle_1buze_346._dark_1buze_351:before,._chartValuesTitle_1buze_346._blue_1buze_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_1buze_346._green_1buze_351:before{background:#22c55e}._chartValuesTitle_1buze_346._dark_1buze_351:before{background:#475569}._chartValuesTitle_1buze_346._blue_1buze_351:before{background:#43e0f8}._topbar_1buze_373{z-index:2000;justify-content:space-between;align-items:center;width:100%;height:64px;margin-bottom:24px;padding:0 24px;display:flex;position:relative}._topbar_1buze_373._sticky_1buze_384{background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);position:sticky;top:0;left:0}._logoWrapper_1buze_391{display:inline-flex}._logo_1buze_391{max-width:110px}._menuWrapper_1buze_399{display:flex}@media only screen and (width<=1340px){._menuWrapper_1buze_399{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_1buze_399._opened_1buze_416{display:flex}}._menuItem_1buze_421{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_1buze_421{flex:none;width:auto;margin-bottom:10px}}._menuItem_1buze_421 ._menuIcon_1buze_442{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_1buze_421 ._menuIconPerformance_1buze_447{fill:none}._menuItem_1buze_421 ._menuIconStroke_1buze_450{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_1buze_421._active_1buze_455,._menuItem_1buze_421:hover{color:#52c2fd;background:#fff}._menuItem_1buze_421._active_1buze_455 ._menuIcon_1buze_442:not(._menuIconStroke_1buze_450,._menuIconPerformance_1buze_447),._menuItem_1buze_421:hover ._menuIcon_1buze_442:not(._menuIconStroke_1buze_450,._menuIconPerformance_1buze_447){fill:#52c2fd}._menuItem_1buze_421._active_1buze_455 ._menuIconPerformance_1buze_447 path,._menuItem_1buze_421:hover ._menuIconPerformance_1buze_447 path{stroke:#59a6fd}._menuItem_1buze_421._active_1buze_455 ._menuIconStroke_1buze_450:not(._menuIcon_1buze_442),._menuItem_1buze_421:hover ._menuIconStroke_1buze_450:not(._menuIcon_1buze_442){stroke:#52c2fd}._redDot_1buze_469{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_1buze_484{justify-content:center;display:flex}._link_1buze_489{color:#2db2c8;cursor:pointer;text-decoration:underline}._iconSearch_1buze_495{justify-content:center;align-items:center;width:40px;height:32px;display:inline-flex}._iconSearch_1buze_495:hover svg{stroke:#000}._inputWrapper_1buze_506{background:#f8fafc;align-items:center;width:100%;height:100%;display:flex;position:absolute;top:0;left:0}._inputSearch_1buze_517{background:#f8fafc;width:calc(100% - 40px);height:100%;padding:8px 0 8px 12px;font-family:Inter;font-size:.875rem}._inputSearch_1buze_517::placeholder{color:#cbd5e1;font-family:Inter;font-size:.875rem}._iconClear_1buze_531{justify-content:center;align-items:center;width:40px;height:32px;display:inline-flex}._iconClear_1buze_531: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_dc0qp_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_dc0qp_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_dc0qp_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.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_dc0qp_23{width:100%;margin-bottom:16px}._fieldWrapper_dc0qp_23:last-child{margin-bottom:0}._fieldLabel_dc0qp_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_dc0qp_36{margin-top:8px;font-size:.75rem}._field_dc0qp_23{width:100%;position:relative}._fieldLabelNew_dc0qp_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_dc0qp_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_dc0qp_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_dc0qp_52[type=password]{font-size:18px}._inputNew_dc0qp_52:focus,._inputNew_dc0qp_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_dc0qp_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_dc0qp_52:disabled::placeholder{color:#cbd5e1}._inputNew_dc0qp_52._error_dc0qp_7{border:1px solid #ef4444}._inputNew_dc0qp_52._error_dc0qp_7:focus,._inputNew_dc0qp_52._error_dc0qp_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_dc0qp_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_dc0qp_90{width:calc(50% - 8px)}._tableNavWrapper_dc0qp_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_dc0qp_109{align-items:center;display:flex}._tableNavItem_dc0qp_114{margin:0 6px}._modalContent_dc0qp_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_dc0qp_118._center_dc0qp_125{text-align:center;font-family:Inter}._modalContent_dc0qp_118._settings_dc0qp_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_dc0qp_118._settingsIntegration_dc0qp_133,._modalContent_dc0qp_118._performanceTestModalContent_dc0qp_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_dc0qp_118._monitoringReportContent_dc0qp_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_dc0qp_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_dc0qp_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_dc0qp_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_dc0qp_158:after,._modalLine_dc0qp_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_dc0qp_158:before{left:-20px}._modalLine_dc0qp_158:after{right:-20px}._infoMessage_dc0qp_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_dc0qp_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_dc0qp_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_dc0qp_196._buttonsAutoWidth_dc0qp_203{justify-content:flex-end}._modalFooter_dc0qp_196._buttonsAutoWidth_dc0qp_203 button,._modalFooter_dc0qp_196._buttonsAutoWidth_dc0qp_203 span{margin-left:12px}._fullWidthTitle_dc0qp_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_dc0qp_223{justify-content:center;gap:24px 16px;margin:0 0 24px;display:flex}._widgetWrapper_dc0qp_230{background:#fff;border:1px solid #e2e8f0;border-radius:20px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_dc0qp_230{padding:0 16px 15px}}._widgetHeader_dc0qp_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_dc0qp_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_dc0qp_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_dc0qp_266{align-items:center;height:180px;display:flex}._widgetFooter_dc0qp_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_dc0qp_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_dc0qp_279:last-child{border:none}._widgetMainValue_dc0qp_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_dc0qp_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_dc0qp_303{color:#64748b;font-size:.75rem}._widgetLoader_dc0qp_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_dc0qp_315{opacity:.5;cursor:default}._widgetAddress_dc0qp_320{color:#64748b;font-size:.75rem}._widgetTag_dc0qp_325{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_dc0qp_333{color:#0f172a;font-weight:500}._chartValuesWrapper_dc0qp_338{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_dc0qp_346{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_dc0qp_346._green_dc0qp_351:before,._chartValuesTitle_dc0qp_346._dark_dc0qp_351:before,._chartValuesTitle_dc0qp_346._blue_dc0qp_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_dc0qp_346._green_dc0qp_351:before{background:#22c55e}._chartValuesTitle_dc0qp_346._dark_dc0qp_351:before{background:#475569}._chartValuesTitle_dc0qp_346._blue_dc0qp_351:before{background:#43e0f8}._topbar_dc0qp_373{z-index:2000;justify-content:space-between;align-items:center;width:100%;height:64px;margin-bottom:24px;padding:0 24px;display:flex;position:relative}._topbar_dc0qp_373._sticky_dc0qp_384{background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);position:sticky;top:0;left:0}._logoWrapper_dc0qp_391{display:inline-flex}._logo_dc0qp_391{max-width:110px}._menuWrapper_dc0qp_399{display:flex}@media only screen and (width<=1340px){._menuWrapper_dc0qp_399{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_dc0qp_399._opened_dc0qp_416{display:flex}}._menuItem_dc0qp_421{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_dc0qp_421{flex:none;width:auto;margin-bottom:10px}}._menuItem_dc0qp_421 ._menuIcon_dc0qp_442{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_dc0qp_421 ._menuIconPerformance_dc0qp_447{fill:none}._menuItem_dc0qp_421 ._menuIconStroke_dc0qp_450{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_dc0qp_421._active_dc0qp_455,._menuItem_dc0qp_421:hover{color:#52c2fd;background:#fff}._menuItem_dc0qp_421._active_dc0qp_455 ._menuIcon_dc0qp_442:not(._menuIconStroke_dc0qp_450,._menuIconPerformance_dc0qp_447),._menuItem_dc0qp_421:hover ._menuIcon_dc0qp_442:not(._menuIconStroke_dc0qp_450,._menuIconPerformance_dc0qp_447){fill:#52c2fd}._menuItem_dc0qp_421._active_dc0qp_455 ._menuIconPerformance_dc0qp_447 path,._menuItem_dc0qp_421:hover ._menuIconPerformance_dc0qp_447 path{stroke:#59a6fd}._menuItem_dc0qp_421._active_dc0qp_455 ._menuIconStroke_dc0qp_450:not(._menuIcon_dc0qp_442),._menuItem_dc0qp_421:hover ._menuIconStroke_dc0qp_450:not(._menuIcon_dc0qp_442){stroke:#52c2fd}._redDot_dc0qp_469{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_dc0qp_484{justify-content:center;display:flex}._link_dc0qp_489{color:#2db2c8;cursor:pointer;text-decoration:underline}._iconArrow_dc0qp_495{width:16px;height:16px}._iconArrow_dc0qp_495 svg{position:absolute;top:9px;right:8px}._iconArrow_dc0qp_495._open_dc0qp_416 svg{transform:rotate(180deg)}._iconClear_dc0qp_508{cursor:pointer;justify-content:center;align-items:center;width:20px;height:20px;display:inline-flex}._iconClear_dc0qp_508 svg{stroke:#64748b;margin-left:2px;transition:all .2s}._iconClear_dc0qp_508:hover svg{stroke:#000}._clearIcon_dc0qp_525{cursor:pointer;justify-content:center;align-items:center;width:20px;height:20px;display:inline-flex}._clearIcon_dc0qp_525 svg{stroke:#64748b;margin-left:2px;transition:all .2s}._clearIcon_dc0qp_525:hover svg{stroke:#000}._colorOption_dc0qp_542{cursor:pointer;align-items:center;gap:8px;padding:8px 12px;display:flex}._colorOption_dc0qp_542:hover,._colorOption_dc0qp_542._focused_dc0qp_549{background-color:#dfebff}._authButtonsWrapper_roxxu_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_roxxu_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_roxxu_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.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_roxxu_23{width:100%;margin-bottom:16px}._fieldWrapper_roxxu_23:last-child{margin-bottom:0}._fieldLabel_roxxu_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_roxxu_36{margin-top:8px;font-size:.75rem}._field_roxxu_23{width:100%;position:relative}._fieldLabelNew_roxxu_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_roxxu_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_roxxu_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_roxxu_52[type=password]{font-size:18px}._inputNew_roxxu_52:focus,._inputNew_roxxu_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_roxxu_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_roxxu_52:disabled::placeholder{color:#cbd5e1}._inputNew_roxxu_52._error_roxxu_7{border:1px solid #ef4444}._inputNew_roxxu_52._error_roxxu_7:focus,._inputNew_roxxu_52._error_roxxu_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_roxxu_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_roxxu_90{width:calc(50% - 8px)}._tableNavWrapper_roxxu_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_roxxu_109{align-items:center;display:flex}._tableNavItem_roxxu_114{margin:0 6px}._modalContent_roxxu_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_roxxu_118._center_roxxu_125{text-align:center;font-family:Inter}._modalContent_roxxu_118._settings_roxxu_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_roxxu_118._settingsIntegration_roxxu_133,._modalContent_roxxu_118._performanceTestModalContent_roxxu_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_roxxu_118._monitoringReportContent_roxxu_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_roxxu_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_roxxu_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_roxxu_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_roxxu_158:after,._modalLine_roxxu_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_roxxu_158:before{left:-20px}._modalLine_roxxu_158:after{right:-20px}._infoMessage_roxxu_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_roxxu_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_roxxu_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_roxxu_196._buttonsAutoWidth_roxxu_203{justify-content:flex-end}._modalFooter_roxxu_196._buttonsAutoWidth_roxxu_203 button,._modalFooter_roxxu_196._buttonsAutoWidth_roxxu_203 span{margin-left:12px}._fullWidthTitle_roxxu_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_roxxu_223{justify-content:center;gap:24px 16px;margin:0 0 24px;display:flex}._widgetWrapper_roxxu_230{background:#fff;border:1px solid #e2e8f0;border-radius:20px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_roxxu_230{padding:0 16px 15px}}._widgetHeader_roxxu_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_roxxu_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_roxxu_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_roxxu_266{align-items:center;height:180px;display:flex}._widgetFooter_roxxu_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_roxxu_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_roxxu_279:last-child{border:none}._widgetMainValue_roxxu_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_roxxu_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_roxxu_303{color:#64748b;font-size:.75rem}._widgetLoader_roxxu_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_roxxu_315{opacity:.5;cursor:default}._widgetAddress_roxxu_320{color:#64748b;font-size:.75rem}._widgetTag_roxxu_325{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_roxxu_333{color:#0f172a;font-weight:500}._chartValuesWrapper_roxxu_338{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_roxxu_346{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_roxxu_346._green_roxxu_351:before,._chartValuesTitle_roxxu_346._dark_roxxu_351:before,._chartValuesTitle_roxxu_346._blue_roxxu_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_roxxu_346._green_roxxu_351:before{background:#22c55e}._chartValuesTitle_roxxu_346._dark_roxxu_351:before{background:#475569}._chartValuesTitle_roxxu_346._blue_roxxu_351:before{background:#43e0f8}._topbar_roxxu_373{z-index:2000;justify-content:space-between;align-items:center;width:100%;height:64px;margin-bottom:24px;padding:0 24px;display:flex;position:relative}._topbar_roxxu_373._sticky_roxxu_384{background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);position:sticky;top:0;left:0}._logoWrapper_roxxu_391{display:inline-flex}._logo_roxxu_391{max-width:110px}._menuWrapper_roxxu_399{display:flex}@media only screen and (width<=1340px){._menuWrapper_roxxu_399{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_roxxu_399._opened_roxxu_416{display:flex}}._menuItem_roxxu_421{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_roxxu_421{flex:none;width:auto;margin-bottom:10px}}._menuItem_roxxu_421 ._menuIcon_roxxu_442{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_roxxu_421 ._menuIconPerformance_roxxu_447{fill:none}._menuItem_roxxu_421 ._menuIconStroke_roxxu_450{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_roxxu_421._active_roxxu_455,._menuItem_roxxu_421:hover{color:#52c2fd;background:#fff}._menuItem_roxxu_421._active_roxxu_455 ._menuIcon_roxxu_442:not(._menuIconStroke_roxxu_450,._menuIconPerformance_roxxu_447),._menuItem_roxxu_421:hover ._menuIcon_roxxu_442:not(._menuIconStroke_roxxu_450,._menuIconPerformance_roxxu_447){fill:#52c2fd}._menuItem_roxxu_421._active_roxxu_455 ._menuIconPerformance_roxxu_447 path,._menuItem_roxxu_421:hover ._menuIconPerformance_roxxu_447 path{stroke:#59a6fd}._menuItem_roxxu_421._active_roxxu_455 ._menuIconStroke_roxxu_450:not(._menuIcon_roxxu_442),._menuItem_roxxu_421:hover ._menuIconStroke_roxxu_450:not(._menuIcon_roxxu_442){stroke:#52c2fd}._redDot_roxxu_469{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_roxxu_484{justify-content:center;display:flex}._link_roxxu_489{color:#2db2c8;cursor:pointer;text-decoration:underline}._tableSort_roxxu_495{color:#64748b;cursor:pointer;align-items:center;font-family:Inter;font-size:.875rem;transition:all .2s;display:inline-flex}._tableSort_roxxu_495 svg{stroke:#64748b;flex-shrink:0;margin-left:2px;transition:all .2s}._tableSort_roxxu_495 ._desc_roxxu_510{transform:rotate(180deg)}._tableSort_roxxu_495._active_roxxu_455,._tableSort_roxxu_495:hover{color:#000}._tableSort_roxxu_495._active_roxxu_455 svg,._tableSort_roxxu_495:hover svg{stroke:#000}._authButtonsWrapper_dnnho_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_dnnho_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_dnnho_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.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_dnnho_23{width:100%;margin-bottom:16px}._fieldWrapper_dnnho_23:last-child{margin-bottom:0}._fieldLabel_dnnho_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_dnnho_36{margin-top:8px;font-size:.75rem}._field_dnnho_23{width:100%;position:relative}._fieldLabelNew_dnnho_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_dnnho_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_dnnho_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_dnnho_52[type=password]{font-size:18px}._inputNew_dnnho_52:focus,._inputNew_dnnho_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_dnnho_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_dnnho_52:disabled::placeholder{color:#cbd5e1}._inputNew_dnnho_52._error_dnnho_7{border:1px solid #ef4444}._inputNew_dnnho_52._error_dnnho_7:focus,._inputNew_dnnho_52._error_dnnho_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_dnnho_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_dnnho_90{width:calc(50% - 8px)}._tableNavWrapper_dnnho_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_dnnho_109{align-items:center;display:flex}._tableNavItem_dnnho_114{margin:0 6px}._modalContent_dnnho_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_dnnho_118._center_dnnho_125{text-align:center;font-family:Inter}._modalContent_dnnho_118._settings_dnnho_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_dnnho_118._settingsIntegration_dnnho_133,._modalContent_dnnho_118._performanceTestModalContent_dnnho_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_dnnho_118._monitoringReportContent_dnnho_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_dnnho_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_dnnho_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_dnnho_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_dnnho_158:after,._modalLine_dnnho_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_dnnho_158:before{left:-20px}._modalLine_dnnho_158:after{right:-20px}._infoMessage_dnnho_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_dnnho_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_dnnho_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_dnnho_196._buttonsAutoWidth_dnnho_203{justify-content:flex-end}._modalFooter_dnnho_196._buttonsAutoWidth_dnnho_203 button,._modalFooter_dnnho_196._buttonsAutoWidth_dnnho_203 span{margin-left:12px}._fullWidthTitle_dnnho_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_dnnho_223{justify-content:center;gap:24px 16px;margin:0 0 24px;display:flex}._widgetWrapper_dnnho_230{background:#fff;border:1px solid #e2e8f0;border-radius:20px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_dnnho_230{padding:0 16px 15px}}._widgetHeader_dnnho_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_dnnho_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_dnnho_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_dnnho_266{align-items:center;height:180px;display:flex}._widgetFooter_dnnho_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_dnnho_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_dnnho_279:last-child{border:none}._widgetMainValue_dnnho_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_dnnho_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_dnnho_303{color:#64748b;font-size:.75rem}._widgetLoader_dnnho_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_dnnho_315{opacity:.5;cursor:default}._widgetAddress_dnnho_320{color:#64748b;font-size:.75rem}._widgetTag_dnnho_325{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_dnnho_333{color:#0f172a;font-weight:500}._chartValuesWrapper_dnnho_338{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_dnnho_346{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_dnnho_346._green_dnnho_351:before,._chartValuesTitle_dnnho_346._dark_dnnho_351:before,._chartValuesTitle_dnnho_346._blue_dnnho_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_dnnho_346._green_dnnho_351:before{background:#22c55e}._chartValuesTitle_dnnho_346._dark_dnnho_351:before{background:#475569}._chartValuesTitle_dnnho_346._blue_dnnho_351:before{background:#43e0f8}._topbar_dnnho_373{z-index:2000;justify-content:space-between;align-items:center;width:100%;height:64px;margin-bottom:24px;padding:0 24px;display:flex;position:relative}._topbar_dnnho_373._sticky_dnnho_384{background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);position:sticky;top:0;left:0}._logoWrapper_dnnho_391{display:inline-flex}._logo_dnnho_391{max-width:110px}._menuWrapper_dnnho_399{display:flex}@media only screen and (width<=1340px){._menuWrapper_dnnho_399{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_dnnho_399._opened_dnnho_416{display:flex}}._menuItem_dnnho_421{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_dnnho_421{flex:none;width:auto;margin-bottom:10px}}._menuItem_dnnho_421 ._menuIcon_dnnho_442{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_dnnho_421 ._menuIconPerformance_dnnho_447{fill:none}._menuItem_dnnho_421 ._menuIconStroke_dnnho_450{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_dnnho_421._active_dnnho_455,._menuItem_dnnho_421:hover{color:#52c2fd;background:#fff}._menuItem_dnnho_421._active_dnnho_455 ._menuIcon_dnnho_442:not(._menuIconStroke_dnnho_450,._menuIconPerformance_dnnho_447),._menuItem_dnnho_421:hover ._menuIcon_dnnho_442:not(._menuIconStroke_dnnho_450,._menuIconPerformance_dnnho_447){fill:#52c2fd}._menuItem_dnnho_421._active_dnnho_455 ._menuIconPerformance_dnnho_447 path,._menuItem_dnnho_421:hover ._menuIconPerformance_dnnho_447 path{stroke:#59a6fd}._menuItem_dnnho_421._active_dnnho_455 ._menuIconStroke_dnnho_450:not(._menuIcon_dnnho_442),._menuItem_dnnho_421:hover ._menuIconStroke_dnnho_450:not(._menuIcon_dnnho_442){stroke:#52c2fd}._redDot_dnnho_469{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_dnnho_484{justify-content:center;display:flex}._link_dnnho_489{color:#2db2c8;cursor:pointer;text-decoration:underline}._tableWrapper_dnnho_495{background:#fff;flex:1;overflow-x:scroll}._table_dnnho_100{font-family:Inter;font-size:.875rem;line-height:1.5;display:inline-block}._tableHeaderCell_dnnho_508,._tableCell_dnnho_509{box-sizing:border-box;word-break:normal;overflow-wrap:anywhere;flex:0 0 300px;width:300px;transition:all .2s}._tableHeaderCell_dnnho_508._withoutSizeSettings_dnnho_517,._tableCell_dnnho_509._withoutSizeSettings_dnnho_517{flex:none;width:100%}._tableHeaderCell_dnnho_508:first-child,._tableCell_dnnho_509:first-child{border-radius:8px 0 0 8px}._tableHeaderCell_dnnho_508:last-child,._tableCell_dnnho_509:last-child{border-radius:0 8px 8px 0}._tableHeaderCell_dnnho_508._action_dnnho_530,._tableCell_dnnho_509._action_dnnho_530{color:#2db2c8;cursor:pointer;font-weight:500}._markdownWrapper_dnnho_537{display:block}._markdownWrapper_dnnho_537 img{max-width:100%}._markdownWrapper_dnnho_537 ul li ul,._markdownWrapper_dnnho_537 ul li ol{padding-left:20px}._tableCell_dnnho_509:nth-last-of-type(2){border-radius:0 8px 8px 0}._tableHeaderCell_dnnho_508{color:#64748b;background:#f8fafc;justify-content:space-between;align-items:center;padding-left:12px;display:flex;position:relative}._tableHeaderCell_dnnho_508._withoutGaps_dnnho_561{padding:0!important}._tableHeader_dnnho_508{z-index:1000;border-radius:8px;min-height:38px;margin-bottom:2px;display:flex;position:sticky;top:0}._tableRow_dnnho_575{transition:all .2s;display:flex}._tableRow_dnnho_575 ._rowNavVisibility_dnnho_579{opacity:0}._tableRow_dnnho_575 ._mobileDevice_dnnho_582{opacity:1}._tableRow_dnnho_575._active_dnnho_455{border-radius:8px}._tableRow_dnnho_575:hover{background:#f8fafc;border-radius:8px}._tableRow_dnnho_575:hover ._rowNavVisibility_dnnho_579{opacity:1}._tableRow_dnnho_575._redFlag_dnnho_595{border-radius:8px}._tableRow_dnnho_575._redFlag_dnnho_595 ._tableCell_dnnho_509{background:#fee2e2}._tableRow_dnnho_575._redFlag_dnnho_595:hover ._tableCell_dnnho_509{background:#fbd5d5!important}._clickableRow_dnnho_605{cursor:pointer}._tableRowSelected_dnnho_609{background:#f8fafc;border-radius:8px}._tableRowSelected_dnnho_609 ._tableCell_dnnho_509{background:#f8fafc}._hasSubRows_dnnho_617{background:#ebfcff}._hasSubRows_dnnho_617:hover{background:#e1f8fc}._lastRow_dnnho_624{border-bottom:2px solid #43e0f8}._lastRow_dnnho_624:hover{border-bottom-right-radius:0;border-bottom-left-radius:0}._tableCell_dnnho_509{border-bottom:1px solid #f1f5f9;align-items:center;padding:22px 12px;display:inline-flex}._tableCell_dnnho_509._companyName_dnnho_638{padding:0 12px}._tableCell_dnnho_509._groupHeader_dnnho_641{background:#f8fafc;border-bottom:none;border-radius:8px;flex:1;height:35px}._tableCell_dnnho_509._hidden_dnnho_648 div{visibility:hidden}._spinnerWrapper_dnnho_652{z-index:1000;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%)}._booleanValue_dnnho_660{align-items:center;display:inline-flex}._booleanValue_dnnho_660:before{content:"";border-radius:50%;width:8px;height:8px;margin-right:6px;display:inline-flex}._booleanValue_dnnho_660._enable_dnnho_672:before{background:#22c55e}._booleanValue_dnnho_660._disable_dnnho_315:before{background:#f59e0b}._tableActionsWrapper_dnnho_679{cursor:initial;background-color:#f8fafc;border-radius:4px;justify-content:space-between;align-items:center;gap:8px;display:flex;position:relative}._tableActionsWrapper_dnnho_679 span{cursor:pointer;border-radius:4px;width:32px;height:32px;padding:6px}._tableActionsWrapper_dnnho_679 span._disabledNavButton_dnnho_696{cursor:not-allowed}._tableActionsWrapper_dnnho_679 span._disabledNavButton_dnnho_696 svg{opacity:.4}._tableActionsWrapper_dnnho_679 span._hidden_dnnho_648{display:none}._tableActionsWrapper_dnnho_679 span svg{fill:#0000;width:20px;height:20px}._tableActionsWrapper_dnnho_679 span svg path{stroke:#64748b}._tableActionsWrapper_dnnho_679 span:hover{background-color:#e2e8f0}._tableActionsWrapper_dnnho_679 span:hover svg path{stroke:#0f172a}._tableActionsWrapper_dnnho_679._redFlag_dnnho_595,._tableActionsWrapper_dnnho_679._redFlag_dnnho_595 span:hover{background-color:#fbd5d5}._tooltipArrow_dnnho_726{display:none}._tooltip_dnnho_726{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_dnnho_741{z-index:1001;border:1px solid #eaf1f8!important;border-radius:8px!important}._mobileTooltip_dnnho_741 svg{fill:#0000;width:20px;height:20px}._mobileTooltip_dnnho_741 svg path{stroke:#64748b}._noBoxShadow_dnnho_755{box-shadow:none!important}._rowNavWrapper_dnnho_759{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_dnnho_759._redFlag_dnnho_595 ._rowNavButtonsContainer_dnnho_770{background-color:#fbd5d5}._rowNavButtonsContainer_dnnho_770{background:#f8fafc;gap:0;padding-right:5px;display:flex}._rowNavButtonsContainer_dnnho_770._withRowActions_dnnho_780{background:0 0}._rowNavButton_dnnho_770{cursor:pointer;justify-content:center;align-items:center;height:30px;margin-left:4px;display:flex;position:relative}._rowNavButton_dnnho_770 svg{stroke:#64748b;transition:all .2s}._rowNavButton_dnnho_770:hover svg{stroke:#334155}._authButtonsWrapper_1q27r_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_1q27r_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_1q27r_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.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_1q27r_23{width:100%;margin-bottom:16px}._fieldWrapper_1q27r_23:last-child{margin-bottom:0}._fieldLabel_1q27r_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_1q27r_36{margin-top:8px;font-size:.75rem}._field_1q27r_23{width:100%;position:relative}._fieldLabelNew_1q27r_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_1q27r_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_1q27r_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_1q27r_52[type=password]{font-size:18px}._inputNew_1q27r_52:focus,._inputNew_1q27r_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_1q27r_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_1q27r_52:disabled::placeholder{color:#cbd5e1}._inputNew_1q27r_52._error_1q27r_7{border:1px solid #ef4444}._inputNew_1q27r_52._error_1q27r_7:focus,._inputNew_1q27r_52._error_1q27r_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_1q27r_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_1q27r_90{width:calc(50% - 8px)}._tableNavWrapper_1q27r_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_1q27r_109{align-items:center;display:flex}._tableNavItem_1q27r_114{margin:0 6px}._modalContent_1q27r_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_1q27r_118._center_1q27r_125{text-align:center;font-family:Inter}._modalContent_1q27r_118._settings_1q27r_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_1q27r_118._settingsIntegration_1q27r_133,._modalContent_1q27r_118._performanceTestModalContent_1q27r_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_1q27r_118._monitoringReportContent_1q27r_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_1q27r_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_1q27r_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_1q27r_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_1q27r_158:after,._modalLine_1q27r_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_1q27r_158:before{left:-20px}._modalLine_1q27r_158:after{right:-20px}._infoMessage_1q27r_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_1q27r_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_1q27r_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_1q27r_196._buttonsAutoWidth_1q27r_203{justify-content:flex-end}._modalFooter_1q27r_196._buttonsAutoWidth_1q27r_203 button,._modalFooter_1q27r_196._buttonsAutoWidth_1q27r_203 span{margin-left:12px}._fullWidthTitle_1q27r_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_1q27r_223{justify-content:center;gap:24px 16px;margin:0 0 24px;display:flex}._widgetWrapper_1q27r_230{background:#fff;border:1px solid #e2e8f0;border-radius:20px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_1q27r_230{padding:0 16px 15px}}._widgetHeader_1q27r_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_1q27r_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_1q27r_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_1q27r_266{align-items:center;height:180px;display:flex}._widgetFooter_1q27r_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_1q27r_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_1q27r_279:last-child{border:none}._widgetMainValue_1q27r_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_1q27r_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_1q27r_303{color:#64748b;font-size:.75rem}._widgetLoader_1q27r_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_1q27r_315{opacity:.5;cursor:default}._widgetAddress_1q27r_320{color:#64748b;font-size:.75rem}._widgetTag_1q27r_325{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_1q27r_333{color:#0f172a;font-weight:500}._chartValuesWrapper_1q27r_338{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_1q27r_346{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_1q27r_346._green_1q27r_351:before,._chartValuesTitle_1q27r_346._dark_1q27r_351:before,._chartValuesTitle_1q27r_346._blue_1q27r_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_1q27r_346._green_1q27r_351:before{background:#22c55e}._chartValuesTitle_1q27r_346._dark_1q27r_351:before{background:#475569}._chartValuesTitle_1q27r_346._blue_1q27r_351:before{background:#43e0f8}._topbar_1q27r_373{z-index:2000;justify-content:space-between;align-items:center;width:100%;height:64px;margin-bottom:24px;padding:0 24px;display:flex;position:relative}._topbar_1q27r_373._sticky_1q27r_384{background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);position:sticky;top:0;left:0}._logoWrapper_1q27r_391{display:inline-flex}._logo_1q27r_391{max-width:110px}._menuWrapper_1q27r_399{display:flex}@media only screen and (width<=1340px){._menuWrapper_1q27r_399{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_1q27r_399._opened_1q27r_416{display:flex}}._menuItem_1q27r_421{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_1q27r_421{flex:none;width:auto;margin-bottom:10px}}._menuItem_1q27r_421 ._menuIcon_1q27r_442{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_1q27r_421 ._menuIconPerformance_1q27r_447{fill:none}._menuItem_1q27r_421 ._menuIconStroke_1q27r_450{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_1q27r_421._active_1q27r_455,._menuItem_1q27r_421:hover{color:#52c2fd;background:#fff}._menuItem_1q27r_421._active_1q27r_455 ._menuIcon_1q27r_442:not(._menuIconStroke_1q27r_450,._menuIconPerformance_1q27r_447),._menuItem_1q27r_421:hover ._menuIcon_1q27r_442:not(._menuIconStroke_1q27r_450,._menuIconPerformance_1q27r_447){fill:#52c2fd}._menuItem_1q27r_421._active_1q27r_455 ._menuIconPerformance_1q27r_447 path,._menuItem_1q27r_421:hover ._menuIconPerformance_1q27r_447 path{stroke:#59a6fd}._menuItem_1q27r_421._active_1q27r_455 ._menuIconStroke_1q27r_450:not(._menuIcon_1q27r_442),._menuItem_1q27r_421:hover ._menuIconStroke_1q27r_450:not(._menuIcon_1q27r_442){stroke:#52c2fd}._redDot_1q27r_469{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_1q27r_484{justify-content:center;display:flex}._link_1q27r_489{color:#2db2c8;cursor:pointer;text-decoration:underline}._modalLink_1q27r_495{color:#000;font-weight:500;text-decoration:underline}._modalLinksSection_1q27r_501{margin-top:1em}._modalContent_1isd1_118._settingsIntegration_1isd1_133,._modalContent_1isd1_118._performanceTestModalContent_1isd1_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}@media only screen and (width<=768px){._widgetWrapper_1isd1_230{padding:0 16px 15px}}@media only screen and (width<=1340px){._menuWrapper_1isd1_399{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_1isd1_399._opened_1isd1_416{display:flex}}@media only screen and (width<=1300px){._menuItem_1isd1_421{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_v6ryt_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_v6ryt_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_v6ryt_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.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_v6ryt_23{width:100%;margin-bottom:16px}._fieldWrapper_v6ryt_23:last-child{margin-bottom:0}._fieldLabel_v6ryt_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_v6ryt_36{margin-top:8px;font-size:.75rem}._field_v6ryt_23{width:100%;position:relative}._fieldLabelNew_v6ryt_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_v6ryt_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_v6ryt_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_v6ryt_52[type=password]{font-size:18px}._inputNew_v6ryt_52:focus,._inputNew_v6ryt_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_v6ryt_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_v6ryt_52:disabled::placeholder{color:#cbd5e1}._inputNew_v6ryt_52._error_v6ryt_7{border:1px solid #ef4444}._inputNew_v6ryt_52._error_v6ryt_7:focus,._inputNew_v6ryt_52._error_v6ryt_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_v6ryt_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_v6ryt_90{width:calc(50% - 8px)}._tableNavWrapper_v6ryt_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_v6ryt_109{align-items:center;display:flex}._tableNavItem_v6ryt_114{margin:0 6px}._modalContent_v6ryt_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_v6ryt_118._center_v6ryt_125{text-align:center;font-family:Inter}._modalContent_v6ryt_118._settings_v6ryt_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_v6ryt_118._settingsIntegration_v6ryt_133,._modalContent_v6ryt_118._performanceTestModalContent_v6ryt_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_v6ryt_118._monitoringReportContent_v6ryt_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_v6ryt_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_v6ryt_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_v6ryt_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_v6ryt_158:after,._modalLine_v6ryt_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_v6ryt_158:before{left:-20px}._modalLine_v6ryt_158:after{right:-20px}._infoMessage_v6ryt_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_v6ryt_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_v6ryt_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_v6ryt_196._buttonsAutoWidth_v6ryt_203{justify-content:flex-end}._modalFooter_v6ryt_196._buttonsAutoWidth_v6ryt_203 button,._modalFooter_v6ryt_196._buttonsAutoWidth_v6ryt_203 span{margin-left:12px}._fullWidthTitle_v6ryt_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_v6ryt_223{justify-content:center;gap:24px 16px;margin:0 0 24px;display:flex}._widgetWrapper_v6ryt_230{background:#fff;border:1px solid #e2e8f0;border-radius:20px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_v6ryt_230{padding:0 16px 15px}}._widgetHeader_v6ryt_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_v6ryt_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_v6ryt_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_v6ryt_266{align-items:center;height:180px;display:flex}._widgetFooter_v6ryt_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_v6ryt_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_v6ryt_279:last-child{border:none}._widgetMainValue_v6ryt_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_v6ryt_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_v6ryt_303{color:#64748b;font-size:.75rem}._widgetLoader_v6ryt_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_v6ryt_315{opacity:.5;cursor:default}._widgetAddress_v6ryt_320{color:#64748b;font-size:.75rem}._widgetTag_v6ryt_325{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_v6ryt_333{color:#0f172a;font-weight:500}._chartValuesWrapper_v6ryt_338{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_v6ryt_346{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_v6ryt_346._green_v6ryt_351:before,._chartValuesTitle_v6ryt_346._dark_v6ryt_351:before,._chartValuesTitle_v6ryt_346._blue_v6ryt_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_v6ryt_346._green_v6ryt_351:before{background:#22c55e}._chartValuesTitle_v6ryt_346._dark_v6ryt_351:before{background:#475569}._chartValuesTitle_v6ryt_346._blue_v6ryt_351:before{background:#43e0f8}._topbar_v6ryt_373{z-index:2000;justify-content:space-between;align-items:center;width:100%;height:64px;margin-bottom:24px;padding:0 24px;display:flex;position:relative}._topbar_v6ryt_373._sticky_v6ryt_384{background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);position:sticky;top:0;left:0}._logoWrapper_v6ryt_391{display:inline-flex}._logo_v6ryt_391{max-width:110px}._menuWrapper_v6ryt_399{display:flex}@media only screen and (width<=1340px){._menuWrapper_v6ryt_399{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_v6ryt_399._opened_v6ryt_416{display:flex}}._menuItem_v6ryt_421{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_v6ryt_421{flex:none;width:auto;margin-bottom:10px}}._menuItem_v6ryt_421 ._menuIcon_v6ryt_442{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_v6ryt_421 ._menuIconPerformance_v6ryt_447{fill:none}._menuItem_v6ryt_421 ._menuIconStroke_v6ryt_450{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_v6ryt_421._active_v6ryt_455,._menuItem_v6ryt_421:hover{color:#52c2fd;background:#fff}._menuItem_v6ryt_421._active_v6ryt_455 ._menuIcon_v6ryt_442:not(._menuIconStroke_v6ryt_450,._menuIconPerformance_v6ryt_447),._menuItem_v6ryt_421:hover ._menuIcon_v6ryt_442:not(._menuIconStroke_v6ryt_450,._menuIconPerformance_v6ryt_447){fill:#52c2fd}._menuItem_v6ryt_421._active_v6ryt_455 ._menuIconPerformance_v6ryt_447 path,._menuItem_v6ryt_421:hover ._menuIconPerformance_v6ryt_447 path{stroke:#59a6fd}._menuItem_v6ryt_421._active_v6ryt_455 ._menuIconStroke_v6ryt_450:not(._menuIcon_v6ryt_442),._menuItem_v6ryt_421:hover ._menuIconStroke_v6ryt_450:not(._menuIcon_v6ryt_442){stroke:#52c2fd}._redDot_v6ryt_469{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_v6ryt_484{justify-content:center;display:flex}._link_v6ryt_489{color:#2db2c8;cursor:pointer;text-decoration:underline}._input_v6ryt_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_v6ryt_52::placeholder{color:#66768e;font-family:Inter;font-size:.875rem}._input_v6ryt_52:focus,._input_v6ryt_52:active{border:1px solid #a7b8d0}._input_v6ryt_52._error_v6ryt_7{border-color:#ef4444}@media only screen and (width<=1024px){._input_v6ryt_52{border-radius:10px;height:40px;padding:0 12px}}._iconButton_v6ryt_525{opacity:.8;cursor:pointer;position:absolute;top:14px;right:16px}._iconButton_v6ryt_525:hover{opacity:.6;transition:all .15s}@media only screen and (width<=1024px){._iconButton_v6ryt_525{top:10px;right:12px}}._showIcon_v6ryt_543{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_v6ryt_548{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_fsrff_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_fsrff_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_fsrff_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.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_fsrff_23{width:100%;margin-bottom:16px}._fieldWrapper_fsrff_23:last-child{margin-bottom:0}._fieldLabel_fsrff_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_fsrff_36{margin-top:8px;font-size:.75rem}._field_fsrff_23{width:100%;position:relative}._fieldLabelNew_fsrff_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_fsrff_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_fsrff_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_fsrff_52[type=password]{font-size:18px}._inputNew_fsrff_52:focus,._inputNew_fsrff_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_fsrff_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_fsrff_52:disabled::placeholder{color:#cbd5e1}._inputNew_fsrff_52._error_fsrff_7{border:1px solid #ef4444}._inputNew_fsrff_52._error_fsrff_7:focus,._inputNew_fsrff_52._error_fsrff_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_fsrff_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_fsrff_90{width:calc(50% - 8px)}._tableNavWrapper_fsrff_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_fsrff_109{align-items:center;display:flex}._tableNavItem_fsrff_114{margin:0 6px}._modalContent_fsrff_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_fsrff_118._center_fsrff_125{text-align:center;font-family:Inter}._modalContent_fsrff_118._settings_fsrff_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_fsrff_118._settingsIntegration_fsrff_133,._modalContent_fsrff_118._performanceTestModalContent_fsrff_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_fsrff_118._monitoringReportContent_fsrff_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_fsrff_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_fsrff_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_fsrff_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_fsrff_158:after,._modalLine_fsrff_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_fsrff_158:before{left:-20px}._modalLine_fsrff_158:after{right:-20px}._infoMessage_fsrff_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_fsrff_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_fsrff_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_fsrff_196._buttonsAutoWidth_fsrff_203{justify-content:flex-end}._modalFooter_fsrff_196._buttonsAutoWidth_fsrff_203 button,._modalFooter_fsrff_196._buttonsAutoWidth_fsrff_203 span{margin-left:12px}._fullWidthTitle_fsrff_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_fsrff_223{justify-content:center;gap:24px 16px;margin:0 0 24px;display:flex}._widgetWrapper_fsrff_230{background:#fff;border:1px solid #e2e8f0;border-radius:20px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_fsrff_230{padding:0 16px 15px}}._widgetHeader_fsrff_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_fsrff_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_fsrff_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_fsrff_266{align-items:center;height:180px;display:flex}._widgetFooter_fsrff_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_fsrff_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_fsrff_279:last-child{border:none}._widgetMainValue_fsrff_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_fsrff_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_fsrff_303{color:#64748b;font-size:.75rem}._widgetLoader_fsrff_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_fsrff_315{opacity:.5;cursor:default}._widgetAddress_fsrff_320{color:#64748b;font-size:.75rem}._widgetTag_fsrff_325{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_fsrff_333{color:#0f172a;font-weight:500}._chartValuesWrapper_fsrff_338{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_fsrff_346{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_fsrff_346._green_fsrff_351:before,._chartValuesTitle_fsrff_346._dark_fsrff_351:before,._chartValuesTitle_fsrff_346._blue_fsrff_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_fsrff_346._green_fsrff_351:before{background:#22c55e}._chartValuesTitle_fsrff_346._dark_fsrff_351:before{background:#475569}._chartValuesTitle_fsrff_346._blue_fsrff_351:before{background:#43e0f8}._topbar_fsrff_373{z-index:2000;justify-content:space-between;align-items:center;width:100%;height:64px;margin-bottom:24px;padding:0 24px;display:flex;position:relative}._topbar_fsrff_373._sticky_fsrff_384{background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);position:sticky;top:0;left:0}._logoWrapper_fsrff_391{display:inline-flex}._logo_fsrff_391{max-width:110px}._menuWrapper_fsrff_399{display:flex}@media only screen and (width<=1340px){._menuWrapper_fsrff_399{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_fsrff_399._opened_fsrff_416{display:flex}}._menuItem_fsrff_421{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_fsrff_421{flex:none;width:auto;margin-bottom:10px}}._menuItem_fsrff_421 ._menuIcon_fsrff_442{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_fsrff_421 ._menuIconPerformance_fsrff_447{fill:none}._menuItem_fsrff_421 ._menuIconStroke_fsrff_450{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_fsrff_421._active_fsrff_455,._menuItem_fsrff_421:hover{color:#52c2fd;background:#fff}._menuItem_fsrff_421._active_fsrff_455 ._menuIcon_fsrff_442:not(._menuIconStroke_fsrff_450,._menuIconPerformance_fsrff_447),._menuItem_fsrff_421:hover ._menuIcon_fsrff_442:not(._menuIconStroke_fsrff_450,._menuIconPerformance_fsrff_447){fill:#52c2fd}._menuItem_fsrff_421._active_fsrff_455 ._menuIconPerformance_fsrff_447 path,._menuItem_fsrff_421:hover ._menuIconPerformance_fsrff_447 path{stroke:#59a6fd}._menuItem_fsrff_421._active_fsrff_455 ._menuIconStroke_fsrff_450:not(._menuIcon_fsrff_442),._menuItem_fsrff_421:hover ._menuIconStroke_fsrff_450:not(._menuIcon_fsrff_442){stroke:#52c2fd}._redDot_fsrff_469{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_fsrff_484{justify-content:center;display:flex}._link_fsrff_489{color:#2db2c8;cursor:pointer;text-decoration:underline}._forgotPasswordLink_fsrff_495{color:#2db2c8;margin-top:16px;font-family:Inter;font-size:.875rem;font-weight:500;transition:all .15s}._textLink_fsrff_504{cursor:pointer;border-bottom:1px solid #64748b;margin-left:auto;transition:all .15s}._textLink_fsrff_504:hover{border-color:#0000}._errorMessageWrapper_fsrff_514{margin-bottom:16px}._inputFooter_fsrff_518{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_1po8n_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_1po8n_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_1po8n_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.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_1po8n_23{width:100%;margin-bottom:16px}._fieldWrapper_1po8n_23:last-child{margin-bottom:0}._fieldLabel_1po8n_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_1po8n_36{margin-top:8px;font-size:.75rem}._field_1po8n_23{width:100%;position:relative}._fieldLabelNew_1po8n_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_1po8n_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_1po8n_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_1po8n_52[type=password]{font-size:18px}._inputNew_1po8n_52:focus,._inputNew_1po8n_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_1po8n_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_1po8n_52:disabled::placeholder{color:#cbd5e1}._inputNew_1po8n_52._error_1po8n_7{border:1px solid #ef4444}._inputNew_1po8n_52._error_1po8n_7:focus,._inputNew_1po8n_52._error_1po8n_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_1po8n_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_1po8n_90{width:calc(50% - 8px)}._tableNavWrapper_1po8n_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_1po8n_109{align-items:center;display:flex}._tableNavItem_1po8n_114{margin:0 6px}._modalContent_1po8n_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_1po8n_118._center_1po8n_125{text-align:center;font-family:Inter}._modalContent_1po8n_118._settings_1po8n_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_1po8n_118._settingsIntegration_1po8n_133,._modalContent_1po8n_118._performanceTestModalContent_1po8n_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_1po8n_118._monitoringReportContent_1po8n_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_1po8n_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_1po8n_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_1po8n_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_1po8n_158:after,._modalLine_1po8n_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_1po8n_158:before{left:-20px}._modalLine_1po8n_158:after{right:-20px}._infoMessage_1po8n_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_1po8n_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_1po8n_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_1po8n_196._buttonsAutoWidth_1po8n_203{justify-content:flex-end}._modalFooter_1po8n_196._buttonsAutoWidth_1po8n_203 button,._modalFooter_1po8n_196._buttonsAutoWidth_1po8n_203 span{margin-left:12px}._fullWidthTitle_1po8n_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_1po8n_223{justify-content:center;gap:24px 16px;margin:0 0 24px;display:flex}._widgetWrapper_1po8n_230,._alertsWidgetWrapper_1po8n_230{background:#fff;border:1px solid #e2e8f0;border-radius:20px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_1po8n_230,._alertsWidgetWrapper_1po8n_230{padding:0 16px 15px}}._widgetHeader_1po8n_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_1po8n_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_1po8n_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_1po8n_266{align-items:center;height:180px;display:flex}._widgetFooter_1po8n_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_1po8n_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_1po8n_279:last-child{border:none}._widgetMainValue_1po8n_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_1po8n_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_1po8n_303{color:#64748b;font-size:.75rem}._disabled_1po8n_315{opacity:.5;cursor:default}._widgetAddress_1po8n_320{color:#64748b;font-size:.75rem}._widgetTag_1po8n_325{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_1po8n_333{color:#0f172a;font-weight:500}._chartValuesWrapper_1po8n_338{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_1po8n_346{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_1po8n_346._green_1po8n_351:before,._chartValuesTitle_1po8n_346._dark_1po8n_351:before,._chartValuesTitle_1po8n_346._blue_1po8n_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_1po8n_346._green_1po8n_351:before{background:#22c55e}._chartValuesTitle_1po8n_346._dark_1po8n_351:before{background:#475569}._chartValuesTitle_1po8n_346._blue_1po8n_351:before{background:#43e0f8}._topbar_1po8n_373{z-index:2000;justify-content:space-between;align-items:center;width:100%;height:64px;margin-bottom:24px;padding:0 24px;display:flex;position:relative}._topbar_1po8n_373._sticky_1po8n_384{background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);position:sticky;top:0;left:0}._logoWrapper_1po8n_391{display:inline-flex}._logo_1po8n_391{max-width:110px}._menuWrapper_1po8n_399{display:flex}@media only screen and (width<=1340px){._menuWrapper_1po8n_399{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_1po8n_399._opened_1po8n_416{display:flex}}._menuItem_1po8n_421{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_1po8n_421{flex:none;width:auto;margin-bottom:10px}}._menuItem_1po8n_421 ._menuIcon_1po8n_442{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_1po8n_421 ._menuIconPerformance_1po8n_447{fill:none}._menuItem_1po8n_421 ._menuIconStroke_1po8n_450{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_1po8n_421._active_1po8n_455,._menuItem_1po8n_421:hover{color:#52c2fd;background:#fff}._menuItem_1po8n_421._active_1po8n_455 ._menuIcon_1po8n_442:not(._menuIconStroke_1po8n_450,._menuIconPerformance_1po8n_447),._menuItem_1po8n_421:hover ._menuIcon_1po8n_442:not(._menuIconStroke_1po8n_450,._menuIconPerformance_1po8n_447){fill:#52c2fd}._menuItem_1po8n_421._active_1po8n_455 ._menuIconPerformance_1po8n_447 path,._menuItem_1po8n_421:hover ._menuIconPerformance_1po8n_447 path{stroke:#59a6fd}._menuItem_1po8n_421._active_1po8n_455 ._menuIconStroke_1po8n_450:not(._menuIcon_1po8n_442),._menuItem_1po8n_421:hover ._menuIconStroke_1po8n_450:not(._menuIcon_1po8n_442){stroke:#52c2fd}._redDot_1po8n_469{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_1po8n_484{justify-content:center;display:flex}._link_1po8n_489{color:#2db2c8;cursor:pointer;text-decoration:underline}._alertsWidgetWrapper_1po8n_230{max-width:initial;flex:500px;min-height:193px}._chartWrapper_1po8n_501{padding:16px 0 0;position:relative}._chartWrapper_1po8n_501>div:first-child{margin:40px 0 50px}._mainValue_1po8n_509{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._mainValueLabel_1po8n_517{color:#64748b;text-transform:uppercase;font-size:12px}._mainValueNumber_1po8n_523{color:#0f172a;margin-top:4px;font-size:24px;font-weight:500;line-height:1.5}._footer_1po8n_531{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._footerItem_1po8n_538{text-align:center;border-right:1px solid #f1f5f9;flex:1}._footerItem_1po8n_538:last-child{border:none}._footerNote_1po8n_547{color:#64748b;align-items:center;font-size:12px;display:inline-flex}._footerNote_1po8n_547:before{content:"";background-color:var(--dot-color,#64748b);border-radius:50%;width:12px;height:12px;margin-right:4px;display:inline-flex}._footerValue_1po8n_563{color:#0f172a;margin-top:4px;font-size:24px;font-weight:500;line-height:1.5;display:block}._widgetLoader_1po8n_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._rainbowWrapper_17jwn_1{width:240px}._authButtonsWrapper_5jcrv_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_5jcrv_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_5jcrv_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.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_5jcrv_23{width:100%;margin-bottom:16px}._fieldWrapper_5jcrv_23:last-child{margin-bottom:0}._fieldLabel_5jcrv_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_5jcrv_36{margin-top:8px;font-size:.75rem}._field_5jcrv_23{width:100%;position:relative}._fieldLabelNew_5jcrv_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_5jcrv_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_5jcrv_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_5jcrv_52[type=password]{font-size:18px}._inputNew_5jcrv_52:focus,._inputNew_5jcrv_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_5jcrv_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_5jcrv_52:disabled::placeholder{color:#cbd5e1}._inputNew_5jcrv_52._error_5jcrv_7{border:1px solid #ef4444}._inputNew_5jcrv_52._error_5jcrv_7:focus,._inputNew_5jcrv_52._error_5jcrv_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_5jcrv_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_5jcrv_90{width:calc(50% - 8px)}._tableNavWrapper_5jcrv_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_5jcrv_109{align-items:center;display:flex}._tableNavItem_5jcrv_114{margin:0 6px}._modalContent_5jcrv_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_5jcrv_118._center_5jcrv_125{text-align:center;font-family:Inter}._modalContent_5jcrv_118._settings_5jcrv_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_5jcrv_118._settingsIntegration_5jcrv_133,._modalContent_5jcrv_118._performanceTestModalContent_5jcrv_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_5jcrv_118._monitoringReportContent_5jcrv_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_5jcrv_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_5jcrv_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_5jcrv_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_5jcrv_158:after,._modalLine_5jcrv_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_5jcrv_158:before{left:-20px}._modalLine_5jcrv_158:after{right:-20px}._infoMessage_5jcrv_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_5jcrv_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_5jcrv_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_5jcrv_196._buttonsAutoWidth_5jcrv_203{justify-content:flex-end}._modalFooter_5jcrv_196._buttonsAutoWidth_5jcrv_203 button,._modalFooter_5jcrv_196._buttonsAutoWidth_5jcrv_203 span{margin-left:12px}._fullWidthTitle_5jcrv_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_5jcrv_223{justify-content:center;gap:24px 16px;margin:0 0 24px;display:flex}._widgetWrapper_5jcrv_230{background:#fff;border:1px solid #e2e8f0;border-radius:20px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_5jcrv_230{padding:0 16px 15px}}._widgetHeader_5jcrv_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_5jcrv_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_5jcrv_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_5jcrv_266{align-items:center;height:180px;display:flex}._widgetFooter_5jcrv_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_5jcrv_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_5jcrv_279:last-child{border:none}._widgetMainValue_5jcrv_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_5jcrv_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_5jcrv_303{color:#64748b;font-size:.75rem}._widgetLoader_5jcrv_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_5jcrv_315{opacity:.5;cursor:default}._widgetAddress_5jcrv_320{color:#64748b;font-size:.75rem}._widgetTag_5jcrv_325{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_5jcrv_333{color:#0f172a;font-weight:500}._chartValuesWrapper_5jcrv_338{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_5jcrv_346{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_5jcrv_346._green_5jcrv_351:before,._chartValuesTitle_5jcrv_346._dark_5jcrv_351:before,._chartValuesTitle_5jcrv_346._blue_5jcrv_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_5jcrv_346._green_5jcrv_351:before{background:#22c55e}._chartValuesTitle_5jcrv_346._dark_5jcrv_351:before{background:#475569}._chartValuesTitle_5jcrv_346._blue_5jcrv_351:before{background:#43e0f8}._topbar_5jcrv_373{z-index:2000;justify-content:space-between;align-items:center;width:100%;height:64px;margin-bottom:24px;padding:0 24px;display:flex;position:relative}._topbar_5jcrv_373._sticky_5jcrv_384{background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);position:sticky;top:0;left:0}._logoWrapper_5jcrv_391{display:inline-flex}._logo_5jcrv_391{max-width:110px}._menuWrapper_5jcrv_399{display:flex}@media only screen and (width<=1340px){._menuWrapper_5jcrv_399{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_5jcrv_399._opened_5jcrv_416{display:flex}}._menuItem_5jcrv_421{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_5jcrv_421{flex:none;width:auto;margin-bottom:10px}}._menuItem_5jcrv_421 ._menuIcon_5jcrv_442{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_5jcrv_421 ._menuIconPerformance_5jcrv_447{fill:none}._menuItem_5jcrv_421 ._menuIconStroke_5jcrv_450{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_5jcrv_421._active_5jcrv_455,._menuItem_5jcrv_421:hover{color:#52c2fd;background:#fff}._menuItem_5jcrv_421._active_5jcrv_455 ._menuIcon_5jcrv_442:not(._menuIconStroke_5jcrv_450,._menuIconPerformance_5jcrv_447),._menuItem_5jcrv_421:hover ._menuIcon_5jcrv_442:not(._menuIconStroke_5jcrv_450,._menuIconPerformance_5jcrv_447){fill:#52c2fd}._menuItem_5jcrv_421._active_5jcrv_455 ._menuIconPerformance_5jcrv_447 path,._menuItem_5jcrv_421:hover ._menuIconPerformance_5jcrv_447 path{stroke:#59a6fd}._menuItem_5jcrv_421._active_5jcrv_455 ._menuIconStroke_5jcrv_450:not(._menuIcon_5jcrv_442),._menuItem_5jcrv_421:hover ._menuIconStroke_5jcrv_450:not(._menuIcon_5jcrv_442){stroke:#52c2fd}._redDot_5jcrv_469{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_5jcrv_484{justify-content:center;display:flex}._link_5jcrv_489{color:#2db2c8;cursor:pointer;text-decoration:underline}._periodButtonsWrapper_5jcrv_495{justify-content:space-between;margin-bottom:-8px;display:flex}._separator_5jcrv_501{background:#e2e8f0;width:calc(100% + 40px);height:1px;margin-top:20px;margin-bottom:12px;margin-right:20px;position:relative;left:-20px}._periodButton_5jcrv_495{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_5jcrv_495._active_5jcrv_455,._periodButton_5jcrv_495:hover{background:#ebfcff;border-color:#43e0f8}._authButtonsWrapper_kksg2_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_kksg2_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_kksg2_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.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_kksg2_23{width:100%;margin-bottom:16px}._fieldWrapper_kksg2_23:last-child{margin-bottom:0}._fieldLabel_kksg2_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_kksg2_36{margin-top:8px;font-size:.75rem}._field_kksg2_23{width:100%;position:relative}._fieldLabelNew_kksg2_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_kksg2_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_kksg2_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_kksg2_52[type=password]{font-size:18px}._inputNew_kksg2_52:focus,._inputNew_kksg2_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_kksg2_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_kksg2_52:disabled::placeholder{color:#cbd5e1}._inputNew_kksg2_52._error_kksg2_7{border:1px solid #ef4444}._inputNew_kksg2_52._error_kksg2_7:focus,._inputNew_kksg2_52._error_kksg2_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_kksg2_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_kksg2_90{width:calc(50% - 8px)}._tableNavWrapper_kksg2_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_kksg2_109{align-items:center;display:flex}._tableNavItem_kksg2_114{margin:0 6px}._modalContent_kksg2_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_kksg2_118._center_kksg2_125{text-align:center;font-family:Inter}._modalContent_kksg2_118._settings_kksg2_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_kksg2_118._settingsIntegration_kksg2_133,._modalContent_kksg2_118._performanceTestModalContent_kksg2_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_kksg2_118._monitoringReportContent_kksg2_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_kksg2_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_kksg2_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_kksg2_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_kksg2_158:after,._modalLine_kksg2_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_kksg2_158:before{left:-20px}._modalLine_kksg2_158:after{right:-20px}._infoMessage_kksg2_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_kksg2_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_kksg2_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_kksg2_196._buttonsAutoWidth_kksg2_203{justify-content:flex-end}._modalFooter_kksg2_196._buttonsAutoWidth_kksg2_203 button,._modalFooter_kksg2_196._buttonsAutoWidth_kksg2_203 span{margin-left:12px}._fullWidthTitle_kksg2_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_kksg2_223{justify-content:center;gap:24px 16px;margin:0 0 24px;display:flex}._widgetWrapper_kksg2_230{background:#fff;border:1px solid #e2e8f0;border-radius:20px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_kksg2_230{padding:0 16px 15px}}._widgetHeader_kksg2_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_kksg2_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_kksg2_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_kksg2_266{align-items:center;height:180px;display:flex}._widgetFooter_kksg2_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_kksg2_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_kksg2_279:last-child{border:none}._widgetMainValue_kksg2_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_kksg2_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_kksg2_303{color:#64748b;font-size:.75rem}._widgetLoader_kksg2_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_kksg2_315{opacity:.5;cursor:default}._widgetAddress_kksg2_320{color:#64748b;font-size:.75rem}._widgetTag_kksg2_325{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_kksg2_333{color:#0f172a;font-weight:500}._chartValuesWrapper_kksg2_338{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_kksg2_346{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_kksg2_346._green_kksg2_351:before,._chartValuesTitle_kksg2_346._dark_kksg2_351:before,._chartValuesTitle_kksg2_346._blue_kksg2_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_kksg2_346._green_kksg2_351:before{background:#22c55e}._chartValuesTitle_kksg2_346._dark_kksg2_351:before{background:#475569}._chartValuesTitle_kksg2_346._blue_kksg2_351:before{background:#43e0f8}._topbar_kksg2_373{z-index:2000;justify-content:space-between;align-items:center;width:100%;height:64px;margin-bottom:24px;padding:0 24px;display:flex;position:relative}._topbar_kksg2_373._sticky_kksg2_384{background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);position:sticky;top:0;left:0}._logoWrapper_kksg2_391{display:inline-flex}._logo_kksg2_391{max-width:110px}._menuWrapper_kksg2_399{display:flex}@media only screen and (width<=1340px){._menuWrapper_kksg2_399{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_kksg2_399._opened_kksg2_416{display:flex}}._menuItem_kksg2_421{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_kksg2_421{flex:none;width:auto;margin-bottom:10px}}._menuItem_kksg2_421 ._menuIcon_kksg2_442{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_kksg2_421 ._menuIconPerformance_kksg2_447{fill:none}._menuItem_kksg2_421 ._menuIconStroke_kksg2_450{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_kksg2_421._active_kksg2_455,._menuItem_kksg2_421:hover{color:#52c2fd;background:#fff}._menuItem_kksg2_421._active_kksg2_455 ._menuIcon_kksg2_442:not(._menuIconStroke_kksg2_450,._menuIconPerformance_kksg2_447),._menuItem_kksg2_421:hover ._menuIcon_kksg2_442:not(._menuIconStroke_kksg2_450,._menuIconPerformance_kksg2_447){fill:#52c2fd}._menuItem_kksg2_421._active_kksg2_455 ._menuIconPerformance_kksg2_447 path,._menuItem_kksg2_421:hover ._menuIconPerformance_kksg2_447 path{stroke:#59a6fd}._menuItem_kksg2_421._active_kksg2_455 ._menuIconStroke_kksg2_450:not(._menuIcon_kksg2_442),._menuItem_kksg2_421:hover ._menuIconStroke_kksg2_450:not(._menuIcon_kksg2_442){stroke:#52c2fd}._redDot_kksg2_469{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_kksg2_484{justify-content:center;display:flex}._link_kksg2_489{color:#2db2c8;cursor:pointer;text-decoration:underline}._toggleContainer_kksg2_495{cursor:pointer;display:inline-flex}._toggleSlider_kksg2_500{background-color:#cbd5e1;border-radius:18px;width:30px;height:18px;transition:all .2s;position:relative}._toggleHandle_kksg2_509{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_kksg2_521._toggleSlider_kksg2_500{background-color:#00bbdc}._checked_kksg2_521 ._toggleHandle_kksg2_509{transform:translate(12px)}input[type=checkbox]{display:none}._toggleWrapper_kksg2_533{align-items:center;display:inline-flex;position:relative}._toggleWrapper_kksg2_533._reverse_kksg2_538{flex-direction:row-reverse}._toggleText_kksg2_542{padding:0 8px;font-size:.875rem}._authButtonsWrapper_xey6w_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_xey6w_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_xey6w_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.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_xey6w_23{width:100%;margin-bottom:16px}._fieldWrapper_xey6w_23:last-child{margin-bottom:0}._fieldLabel_xey6w_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_xey6w_36{margin-top:8px;font-size:.75rem}._field_xey6w_23{width:100%;position:relative}._fieldLabelNew_xey6w_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_xey6w_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_xey6w_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_xey6w_52[type=password]{font-size:18px}._inputNew_xey6w_52:focus,._inputNew_xey6w_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_xey6w_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_xey6w_52:disabled::placeholder{color:#cbd5e1}._inputNew_xey6w_52._error_xey6w_7{border:1px solid #ef4444}._inputNew_xey6w_52._error_xey6w_7:focus,._inputNew_xey6w_52._error_xey6w_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_xey6w_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_xey6w_90{width:calc(50% - 8px)}._tableNavWrapper_xey6w_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_xey6w_109{align-items:center;display:flex}._tableNavItem_xey6w_114{margin:0 6px}._modalContent_xey6w_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_xey6w_118._center_xey6w_125{text-align:center;font-family:Inter}._modalContent_xey6w_118._settings_xey6w_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_xey6w_118._settingsIntegration_xey6w_133,._modalContent_xey6w_118._performanceTestModalContent_xey6w_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_xey6w_118._monitoringReportContent_xey6w_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_xey6w_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_xey6w_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_xey6w_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_xey6w_158:after,._modalLine_xey6w_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_xey6w_158:before{left:-20px}._modalLine_xey6w_158:after{right:-20px}._infoMessage_xey6w_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_xey6w_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_xey6w_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_xey6w_196._buttonsAutoWidth_xey6w_203{justify-content:flex-end}._modalFooter_xey6w_196._buttonsAutoWidth_xey6w_203 button,._modalFooter_xey6w_196._buttonsAutoWidth_xey6w_203 span{margin-left:12px}._fullWidthTitle_xey6w_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_xey6w_223{justify-content:center;gap:24px 16px;margin:0 0 24px;display:flex}._widgetWrapper_xey6w_230{background:#fff;border:1px solid #e2e8f0;border-radius:20px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_xey6w_230{padding:0 16px 15px}}._widgetHeader_xey6w_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_xey6w_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_xey6w_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_xey6w_266{align-items:center;height:180px;display:flex}._widgetFooter_xey6w_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_xey6w_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_xey6w_279:last-child{border:none}._widgetMainValue_xey6w_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_xey6w_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_xey6w_303{color:#64748b;font-size:.75rem}._widgetLoader_xey6w_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_xey6w_315{opacity:.5;cursor:default}._widgetAddress_xey6w_320{color:#64748b;font-size:.75rem}._widgetTag_xey6w_325{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_xey6w_333{color:#0f172a;font-weight:500}._chartValuesWrapper_xey6w_338{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_xey6w_346{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_xey6w_346._green_xey6w_351:before,._chartValuesTitle_xey6w_346._dark_xey6w_351:before,._chartValuesTitle_xey6w_346._blue_xey6w_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_xey6w_346._green_xey6w_351:before{background:#22c55e}._chartValuesTitle_xey6w_346._dark_xey6w_351:before{background:#475569}._chartValuesTitle_xey6w_346._blue_xey6w_351:before{background:#43e0f8}._topbar_xey6w_373{z-index:2000;justify-content:space-between;align-items:center;width:100%;height:64px;margin-bottom:24px;padding:0 24px;display:flex;position:relative}._topbar_xey6w_373._sticky_xey6w_384{background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);position:sticky;top:0;left:0}._logoWrapper_xey6w_391{display:inline-flex}._logo_xey6w_391{max-width:110px}._menuWrapper_xey6w_399{display:flex}@media only screen and (width<=1340px){._menuWrapper_xey6w_399{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_xey6w_399._opened_xey6w_416{display:flex}}._menuItem_xey6w_421{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_xey6w_421{flex:none;width:auto;margin-bottom:10px}}._menuItem_xey6w_421 ._menuIcon_xey6w_442{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_xey6w_421 ._menuIconPerformance_xey6w_447{fill:none}._menuItem_xey6w_421 ._menuIconStroke_xey6w_450{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_xey6w_421._active_xey6w_455,._menuItem_xey6w_421:hover{color:#52c2fd;background:#fff}._menuItem_xey6w_421._active_xey6w_455 ._menuIcon_xey6w_442:not(._menuIconStroke_xey6w_450,._menuIconPerformance_xey6w_447),._menuItem_xey6w_421:hover ._menuIcon_xey6w_442:not(._menuIconStroke_xey6w_450,._menuIconPerformance_xey6w_447){fill:#52c2fd}._menuItem_xey6w_421._active_xey6w_455 ._menuIconPerformance_xey6w_447 path,._menuItem_xey6w_421:hover ._menuIconPerformance_xey6w_447 path{stroke:#59a6fd}._menuItem_xey6w_421._active_xey6w_455 ._menuIconStroke_xey6w_450:not(._menuIcon_xey6w_442),._menuItem_xey6w_421:hover ._menuIconStroke_xey6w_450:not(._menuIcon_xey6w_442){stroke:#52c2fd}._redDot_xey6w_469{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_xey6w_484{justify-content:center;display:flex}._link_xey6w_489{color:#2db2c8;cursor:pointer;text-decoration:underline}._modalTitle_xey6w_146{margin:0}._modalSubtitle_xey6w_499{text-transform:uppercase;color:#64748b;font-size:.75rem}._statsScrollableArea_xey6w_505{height:calc(100vh - 95px);height:calc(var(--vh,1vh) * 100 - 95px);padding-bottom:30px;position:relative;overflow:scroll}._devicesDataContainer_xey6w_513{flex-wrap:wrap;gap:30px;padding:0 20px 20px;display:flex}._devicesDataItem_xey6w_520{max-width:160px}._devicesDataItem_xey6w_520._column3_xey6w_523{width:calc(33.33% - 20px);max-width:none}._devicesDataText_xey6w_528{word-break:break-all;margin-top:4px;font-size:.75rem;font-weight:500}._devicesDataText_xey6w_528._cooling_xey6w_534{color:#3b92f6}._devicesDataText_xey6w_528._heating_xey6w_537{color:#ef4444}._devicesDataText_xey6w_528._good_xey6w_540{color:#22c55e}._devicesDataText_xey6w_528._fair_xey6w_543{color:#f59e0b}._devicesDataText_xey6w_528._bad_xey6w_546{color:#ef4444}._devicesDataText_xey6w_528._blue_xey6w_351{color:#2db2c8}._chartsWrapper_xey6w_553{min-height:480px;padding:0 20px}._mobileChartsWrapper_xey6w_558{min-height:510px}._drawerTabsWrapper_xey6w_562{margin-bottom:24px;padding:0 20px}._drawerTabs_xey6w_562{background-color:#f1f5f9;border-radius:32px;gap:5px;padding:4px;display:flex}._drawerTab_xey6w_562{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_xey6w_562._active_xey6w_455{color:#334155;cursor:initial;background-color:#fff}._drawerTab_xey6w_562:hover{color:#334155;background-color:#fff}._tabButtonsWrapper_xey6w_596{flex:1;align-items:center;width:100%;margin-bottom:14px;display:flex}._tempToggleWrapper_xey6w_604{flex:1;justify-content:flex-end;align-items:center;gap:6px;margin-right:10px;display:flex;position:absolute;top:17px;right:35px}._tempToggleWrapper_xey6w_604 span{color:#64748b;font-size:14px;font-weight:500}._tabButton_xey6w_596{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_xey6w_596:hover{color:#334155}._tabButton_xey6w_596._active_xey6w_455{color:#334155;border-color:#43e0f8}._chartContainer_xey6w_639{height:200px;position:relative}._chartContainerWithLabel_xey6w_644{height:240px}._temperatureLineChartContainer_xey6w_648{margin-bottom:20px}._chartBottomDiv_xey6w_652{opacity:.7;z-index:1;height:24px;position:absolute}._emptyReportDataWrapper_xey6w_659{margin-top:52px}._barChartContainer_xey6w_663{height:280px}@media only screen and (width<=768px){._temperatureLineChartContainer_xey6w_648{margin-bottom:0}._tabButtonsWrapper_xey6w_596{flex-wrap:wrap;width:100%;margin:0 -20px}._tabButtonsWrapper_xey6w_596>span{order:-1;justify-content:center;width:100%;margin:0 auto 5px;display:flex}._tabButtonsWrapper_xey6w_596>div{width:100%;display:flex}._barChartContainer_xey6w_663{margin-bottom:30px}._emptyReportDataWrapper_xey6w_659{margin-top:15px}._tabButton_xey6w_596{text-align:center;cursor:pointer;border-bottom:1px solid #cbd5e1;width:100%;margin-right:0;padding-top:14px}._tabButton_xey6w_596:hover{color:#334155}._tabButton_xey6w_596._active_xey6w_455{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_1ingr_1{background:#fff;border-radius:24px 24px 0 0;padding:24px;font-family:Inter;position:relative}._contentTitle_1ingr_9{text-overflow:ellipsis;max-width:700px;margin-bottom:12px;font-size:1.5rem;font-weight:500;overflow:hidden}._authButtonsWrapper_1vzsz_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_1vzsz_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_1vzsz_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.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_1vzsz_23{width:100%;margin-bottom:16px}._fieldWrapper_1vzsz_23:last-child{margin-bottom:0}._fieldLabel_1vzsz_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_1vzsz_36{margin-top:8px;font-size:.75rem}._field_1vzsz_23{width:100%;position:relative}._fieldLabelNew_1vzsz_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_1vzsz_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_1vzsz_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_1vzsz_52[type=password]{font-size:18px}._inputNew_1vzsz_52:focus,._inputNew_1vzsz_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_1vzsz_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_1vzsz_52:disabled::placeholder{color:#cbd5e1}._inputNew_1vzsz_52._error_1vzsz_7{border:1px solid #ef4444}._inputNew_1vzsz_52._error_1vzsz_7:focus,._inputNew_1vzsz_52._error_1vzsz_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_1vzsz_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_1vzsz_90{width:calc(50% - 8px)}._tableNavWrapper_1vzsz_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_1vzsz_109{align-items:center;display:flex}._tableNavItem_1vzsz_114{margin:0 6px}._modalContent_1vzsz_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_1vzsz_118._center_1vzsz_125{text-align:center;font-family:Inter}._modalContent_1vzsz_118._settings_1vzsz_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_1vzsz_118._settingsIntegration_1vzsz_133,._modalContent_1vzsz_118._performanceTestModalContent_1vzsz_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_1vzsz_118._monitoringReportContent_1vzsz_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_1vzsz_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_1vzsz_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_1vzsz_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_1vzsz_158:after,._modalLine_1vzsz_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_1vzsz_158:before{left:-20px}._modalLine_1vzsz_158:after{right:-20px}._infoMessage_1vzsz_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_1vzsz_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_1vzsz_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_1vzsz_196._buttonsAutoWidth_1vzsz_203{justify-content:flex-end}._modalFooter_1vzsz_196._buttonsAutoWidth_1vzsz_203 button,._modalFooter_1vzsz_196._buttonsAutoWidth_1vzsz_203 span{margin-left:12px}._fullWidthTitle_1vzsz_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_1vzsz_223{justify-content:center;gap:24px 16px;margin:0 0 24px;display:flex}._widgetWrapper_1vzsz_230{background:#fff;border:1px solid #e2e8f0;border-radius:20px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_1vzsz_230{padding:0 16px 15px}}._widgetHeader_1vzsz_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_1vzsz_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_1vzsz_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_1vzsz_266{align-items:center;height:180px;display:flex}._widgetFooter_1vzsz_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_1vzsz_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_1vzsz_279:last-child{border:none}._widgetMainValue_1vzsz_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_1vzsz_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_1vzsz_303{color:#64748b;font-size:.75rem}._widgetLoader_1vzsz_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_1vzsz_315{opacity:.5;cursor:default}._widgetAddress_1vzsz_320{color:#64748b;font-size:.75rem}._widgetTag_1vzsz_325{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_1vzsz_333{color:#0f172a;font-weight:500}._chartValuesWrapper_1vzsz_338{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_1vzsz_346{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_1vzsz_346._green_1vzsz_351:before,._chartValuesTitle_1vzsz_346._dark_1vzsz_351:before,._chartValuesTitle_1vzsz_346._blue_1vzsz_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_1vzsz_346._green_1vzsz_351:before{background:#22c55e}._chartValuesTitle_1vzsz_346._dark_1vzsz_351:before{background:#475569}._chartValuesTitle_1vzsz_346._blue_1vzsz_351:before{background:#43e0f8}._topbar_1vzsz_373{z-index:2000;justify-content:space-between;align-items:center;width:100%;height:64px;margin-bottom:24px;padding:0 24px;display:flex;position:relative}._topbar_1vzsz_373._sticky_1vzsz_384{background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);position:sticky;top:0;left:0}._logoWrapper_1vzsz_391{display:inline-flex}._logo_1vzsz_391{max-width:110px}._menuWrapper_1vzsz_399{display:flex}@media only screen and (width<=1340px){._menuWrapper_1vzsz_399{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_1vzsz_399._opened_1vzsz_416{display:flex}}._menuItem_1vzsz_421{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_1vzsz_421{flex:none;width:auto;margin-bottom:10px}}._menuItem_1vzsz_421 ._menuIcon_1vzsz_442{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_1vzsz_421 ._menuIconPerformance_1vzsz_447{fill:none}._menuItem_1vzsz_421 ._menuIconStroke_1vzsz_450{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_1vzsz_421._active_1vzsz_455,._menuItem_1vzsz_421:hover{color:#52c2fd;background:#fff}._menuItem_1vzsz_421._active_1vzsz_455 ._menuIcon_1vzsz_442:not(._menuIconStroke_1vzsz_450,._menuIconPerformance_1vzsz_447),._menuItem_1vzsz_421:hover ._menuIcon_1vzsz_442:not(._menuIconStroke_1vzsz_450,._menuIconPerformance_1vzsz_447){fill:#52c2fd}._menuItem_1vzsz_421._active_1vzsz_455 ._menuIconPerformance_1vzsz_447 path,._menuItem_1vzsz_421:hover ._menuIconPerformance_1vzsz_447 path{stroke:#59a6fd}._menuItem_1vzsz_421._active_1vzsz_455 ._menuIconStroke_1vzsz_450:not(._menuIcon_1vzsz_442),._menuItem_1vzsz_421:hover ._menuIconStroke_1vzsz_450:not(._menuIcon_1vzsz_442){stroke:#52c2fd}._redDot_1vzsz_469{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_1vzsz_484{justify-content:center;display:flex}._link_1vzsz_489{color:#2db2c8;cursor:pointer;text-decoration:underline}._pageDropdownWrapper_1vzsz_495,._paginationDropdownWrapper_1vzsz_501{font-size:.875rem;font-weight:500;position:relative}._paginationDropdown_1vzsz_501{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_1vzsz_520{position:absolute;top:6px;right:12px;transform:rotate(180deg)}._paginationIcon_1vzsz_520._active_1vzsz_455{transform:rotate(0)}._paginationDropdownList_1vzsz_530{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_1vzsz_541{cursor:pointer;padding:10px;transition:all .2s;position:relative}._paginationDropdownItem_1vzsz_541:hover{background:#f1f5f9}._paginationDropdownItem_1vzsz_541._active_1vzsz_455: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_1bblu_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_1bblu_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_1bblu_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.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_1bblu_23{width:100%;margin-bottom:16px}._fieldWrapper_1bblu_23:last-child{margin-bottom:0}._fieldLabel_1bblu_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_1bblu_36{margin-top:8px;font-size:.75rem}._field_1bblu_23{width:100%;position:relative}._fieldLabelNew_1bblu_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_1bblu_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_1bblu_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_1bblu_52[type=password]{font-size:18px}._inputNew_1bblu_52:focus,._inputNew_1bblu_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_1bblu_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_1bblu_52:disabled::placeholder{color:#cbd5e1}._inputNew_1bblu_52._error_1bblu_7{border:1px solid #ef4444}._inputNew_1bblu_52._error_1bblu_7:focus,._inputNew_1bblu_52._error_1bblu_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_1bblu_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_1bblu_90{width:calc(50% - 8px)}._tableNavWrapper_1bblu_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_1bblu_109{align-items:center;display:flex}._tableNavItem_1bblu_114{margin:0 6px}._modalContent_1bblu_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_1bblu_118._center_1bblu_125{text-align:center;font-family:Inter}._modalContent_1bblu_118._settings_1bblu_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_1bblu_118._settingsIntegration_1bblu_133,._modalContent_1bblu_118._performanceTestModalContent_1bblu_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_1bblu_118._monitoringReportContent_1bblu_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_1bblu_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_1bblu_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_1bblu_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_1bblu_158:after,._modalLine_1bblu_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_1bblu_158:before{left:-20px}._modalLine_1bblu_158:after{right:-20px}._infoMessage_1bblu_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_1bblu_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_1bblu_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_1bblu_196._buttonsAutoWidth_1bblu_203{justify-content:flex-end}._modalFooter_1bblu_196._buttonsAutoWidth_1bblu_203 button,._modalFooter_1bblu_196._buttonsAutoWidth_1bblu_203 span{margin-left:12px}._fullWidthTitle_1bblu_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_1bblu_223{justify-content:center;gap:24px 16px;margin:0 0 24px;display:flex}._widgetWrapper_1bblu_230{background:#fff;border:1px solid #e2e8f0;border-radius:20px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_1bblu_230{padding:0 16px 15px}}._widgetHeader_1bblu_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_1bblu_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_1bblu_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_1bblu_266{align-items:center;height:180px;display:flex}._widgetFooter_1bblu_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_1bblu_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_1bblu_279:last-child{border:none}._widgetMainValue_1bblu_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_1bblu_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_1bblu_303{color:#64748b;font-size:.75rem}._widgetLoader_1bblu_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_1bblu_315{opacity:.5;cursor:default}._widgetAddress_1bblu_320{color:#64748b;font-size:.75rem}._widgetTag_1bblu_325{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_1bblu_333{color:#0f172a;font-weight:500}._chartValuesWrapper_1bblu_338{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_1bblu_346{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_1bblu_346._green_1bblu_351:before,._chartValuesTitle_1bblu_346._dark_1bblu_351:before,._chartValuesTitle_1bblu_346._blue_1bblu_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_1bblu_346._green_1bblu_351:before{background:#22c55e}._chartValuesTitle_1bblu_346._dark_1bblu_351:before{background:#475569}._chartValuesTitle_1bblu_346._blue_1bblu_351:before{background:#43e0f8}._topbar_1bblu_373{z-index:2000;justify-content:space-between;align-items:center;width:100%;height:64px;margin-bottom:24px;padding:0 24px;display:flex;position:relative}._topbar_1bblu_373._sticky_1bblu_384{background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);position:sticky;top:0;left:0}._logoWrapper_1bblu_391{display:inline-flex}._logo_1bblu_391{max-width:110px}._menuWrapper_1bblu_399{display:flex}@media only screen and (width<=1340px){._menuWrapper_1bblu_399{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_1bblu_399._opened_1bblu_416{display:flex}}._menuItem_1bblu_421{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_1bblu_421{flex:none;width:auto;margin-bottom:10px}}._menuItem_1bblu_421 ._menuIcon_1bblu_442{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_1bblu_421 ._menuIconPerformance_1bblu_447{fill:none}._menuItem_1bblu_421 ._menuIconStroke_1bblu_450{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_1bblu_421._active_1bblu_455,._menuItem_1bblu_421:hover{color:#52c2fd;background:#fff}._menuItem_1bblu_421._active_1bblu_455 ._menuIcon_1bblu_442:not(._menuIconStroke_1bblu_450,._menuIconPerformance_1bblu_447),._menuItem_1bblu_421:hover ._menuIcon_1bblu_442:not(._menuIconStroke_1bblu_450,._menuIconPerformance_1bblu_447){fill:#52c2fd}._menuItem_1bblu_421._active_1bblu_455 ._menuIconPerformance_1bblu_447 path,._menuItem_1bblu_421:hover ._menuIconPerformance_1bblu_447 path{stroke:#59a6fd}._menuItem_1bblu_421._active_1bblu_455 ._menuIconStroke_1bblu_450:not(._menuIcon_1bblu_442),._menuItem_1bblu_421:hover ._menuIconStroke_1bblu_450:not(._menuIcon_1bblu_442){stroke:#52c2fd}._redDot_1bblu_469{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_1bblu_484{justify-content:center;display:flex}._link_1bblu_489{color:#2db2c8;cursor:pointer;text-decoration:underline}._paginationWrapper_1bblu_495{background:#fff;justify-content:space-between;align-items:center;padding:12px 0;display:flex}@media only screen and (width<=900px){._paginationWrapper_1bblu_495{flex-wrap:wrap}}._paginationWrapper_1bblu_495 ul{list-style:none}._paginationText_1bblu_511{color:#475569;font-size:.875rem}@media only screen and (width<=768px){._paginationWrapper_1bblu_495{flex-direction:column}._paginationWrapper_1bblu_495>div:nth-child(2){order:-1;margin:0 auto 15px}._paginationWrapper_1bblu_495>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_1c792_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_1c792_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_1c792_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.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_1c792_23{width:100%;margin-bottom:16px}._fieldWrapper_1c792_23:last-child{margin-bottom:0}._fieldLabel_1c792_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_1c792_36{margin-top:8px;font-size:.75rem}._field_1c792_23{width:100%;position:relative}._fieldLabelNew_1c792_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_1c792_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_1c792_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_1c792_52[type=password]{font-size:18px}._inputNew_1c792_52:focus,._inputNew_1c792_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_1c792_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_1c792_52:disabled::placeholder{color:#cbd5e1}._inputNew_1c792_52._error_1c792_7{border:1px solid #ef4444}._inputNew_1c792_52._error_1c792_7:focus,._inputNew_1c792_52._error_1c792_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_1c792_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_1c792_90{width:calc(50% - 8px)}._tableNavWrapper_1c792_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_1c792_109{align-items:center;display:flex}._tableNavItem_1c792_114{margin:0 6px}._modalContent_1c792_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_1c792_118._center_1c792_125{text-align:center;font-family:Inter}._modalContent_1c792_118._settings_1c792_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_1c792_118._settingsIntegration_1c792_133,._modalContent_1c792_118._performanceTestModalContent_1c792_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_1c792_118._monitoringReportContent_1c792_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_1c792_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_1c792_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_1c792_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_1c792_158:after,._modalLine_1c792_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_1c792_158:before{left:-20px}._modalLine_1c792_158:after{right:-20px}._infoMessage_1c792_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_1c792_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_1c792_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_1c792_196._buttonsAutoWidth_1c792_203{justify-content:flex-end}._modalFooter_1c792_196._buttonsAutoWidth_1c792_203 button,._modalFooter_1c792_196._buttonsAutoWidth_1c792_203 span{margin-left:12px}._fullWidthTitle_1c792_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_1c792_223{justify-content:center;gap:24px 16px;margin:0 0 24px;display:flex}._widgetWrapper_1c792_230{background:#fff;border:1px solid #e2e8f0;border-radius:20px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_1c792_230{padding:0 16px 15px}}._widgetHeader_1c792_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_1c792_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_1c792_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_1c792_266{align-items:center;height:180px;display:flex}._widgetFooter_1c792_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_1c792_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_1c792_279:last-child{border:none}._widgetMainValue_1c792_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_1c792_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_1c792_303{color:#64748b;font-size:.75rem}._widgetLoader_1c792_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_1c792_315{opacity:.5;cursor:default}._widgetAddress_1c792_320{color:#64748b;font-size:.75rem}._widgetTag_1c792_325{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_1c792_333{color:#0f172a;font-weight:500}._chartValuesWrapper_1c792_338{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_1c792_346{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_1c792_346._green_1c792_351:before,._chartValuesTitle_1c792_346._dark_1c792_351:before,._chartValuesTitle_1c792_346._blue_1c792_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_1c792_346._green_1c792_351:before{background:#22c55e}._chartValuesTitle_1c792_346._dark_1c792_351:before{background:#475569}._chartValuesTitle_1c792_346._blue_1c792_351:before{background:#43e0f8}._topbar_1c792_373{z-index:2000;justify-content:space-between;align-items:center;width:100%;height:64px;margin-bottom:24px;padding:0 24px;display:flex;position:relative}._topbar_1c792_373._sticky_1c792_384{background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);position:sticky;top:0;left:0}._logoWrapper_1c792_391{display:inline-flex}._logo_1c792_391{max-width:110px}._menuWrapper_1c792_399{display:flex}@media only screen and (width<=1340px){._menuWrapper_1c792_399{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_1c792_399._opened_1c792_416{display:flex}}._menuItem_1c792_421{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_1c792_421{flex:none;width:auto;margin-bottom:10px}}._menuItem_1c792_421 ._menuIcon_1c792_442{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_1c792_421 ._menuIconPerformance_1c792_447{fill:none}._menuItem_1c792_421 ._menuIconStroke_1c792_450{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_1c792_421._active_1c792_455,._menuItem_1c792_421:hover{color:#52c2fd;background:#fff}._menuItem_1c792_421._active_1c792_455 ._menuIcon_1c792_442:not(._menuIconStroke_1c792_450,._menuIconPerformance_1c792_447),._menuItem_1c792_421:hover ._menuIcon_1c792_442:not(._menuIconStroke_1c792_450,._menuIconPerformance_1c792_447){fill:#52c2fd}._menuItem_1c792_421._active_1c792_455 ._menuIconPerformance_1c792_447 path,._menuItem_1c792_421:hover ._menuIconPerformance_1c792_447 path{stroke:#59a6fd}._menuItem_1c792_421._active_1c792_455 ._menuIconStroke_1c792_450:not(._menuIcon_1c792_442),._menuItem_1c792_421:hover ._menuIconStroke_1c792_450:not(._menuIcon_1c792_442){stroke:#52c2fd}._redDot_1c792_469{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_1c792_484{justify-content:center;display:flex}._link_1c792_489{color:#2db2c8;cursor:pointer;text-decoration:underline}._draggableWrapper_1c792_495{text-transform:capitalize;max-height:calc(90vh - 145px);overflow:hidden auto}._editColumnsModal_1c792_502{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_1o358_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_1o358_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_1o358_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.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_1o358_23{width:100%;margin-bottom:16px}._fieldWrapper_1o358_23:last-child{margin-bottom:0}._fieldLabel_1o358_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_1o358_36{margin-top:8px;font-size:.75rem}._field_1o358_23{width:100%;position:relative}._fieldLabelNew_1o358_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_1o358_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_1o358_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_1o358_52[type=password]{font-size:18px}._inputNew_1o358_52:focus,._inputNew_1o358_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_1o358_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_1o358_52:disabled::placeholder{color:#cbd5e1}._inputNew_1o358_52._error_1o358_7{border:1px solid #ef4444}._inputNew_1o358_52._error_1o358_7:focus,._inputNew_1o358_52._error_1o358_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_1o358_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_1o358_90{width:calc(50% - 8px)}._tableNavWrapper_1o358_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_1o358_109{align-items:center;display:flex}._tableNavItem_1o358_114{margin:0 6px}._modalContent_1o358_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_1o358_118._center_1o358_125{text-align:center;font-family:Inter}._modalContent_1o358_118._settings_1o358_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_1o358_118._settingsIntegration_1o358_133,._modalContent_1o358_118._performanceTestModalContent_1o358_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_1o358_118._monitoringReportContent_1o358_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_1o358_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_1o358_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_1o358_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_1o358_158:after,._modalLine_1o358_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_1o358_158:before{left:-20px}._modalLine_1o358_158:after{right:-20px}._infoMessage_1o358_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_1o358_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_1o358_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_1o358_196._buttonsAutoWidth_1o358_203{justify-content:flex-end}._modalFooter_1o358_196._buttonsAutoWidth_1o358_203 button,._modalFooter_1o358_196._buttonsAutoWidth_1o358_203 span{margin-left:12px}._fullWidthTitle_1o358_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_1o358_223{justify-content:center;gap:24px 16px;margin:0 0 24px;display:flex}._widgetWrapper_1o358_230{background:#fff;border:1px solid #e2e8f0;border-radius:20px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_1o358_230{padding:0 16px 15px}}._widgetHeader_1o358_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_1o358_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_1o358_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_1o358_266{align-items:center;height:180px;display:flex}._widgetFooter_1o358_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_1o358_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_1o358_279:last-child{border:none}._widgetMainValue_1o358_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_1o358_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_1o358_303{color:#64748b;font-size:.75rem}._widgetLoader_1o358_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_1o358_315{opacity:.5;cursor:default}._widgetAddress_1o358_320{color:#64748b;font-size:.75rem}._widgetTag_1o358_325{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_1o358_333{color:#0f172a;font-weight:500}._chartValuesWrapper_1o358_338{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_1o358_346{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_1o358_346._green_1o358_351:before,._chartValuesTitle_1o358_346._dark_1o358_351:before,._chartValuesTitle_1o358_346._blue_1o358_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_1o358_346._green_1o358_351:before{background:#22c55e}._chartValuesTitle_1o358_346._dark_1o358_351:before{background:#475569}._chartValuesTitle_1o358_346._blue_1o358_351:before{background:#43e0f8}._topbar_1o358_373{z-index:2000;justify-content:space-between;align-items:center;width:100%;height:64px;margin-bottom:24px;padding:0 24px;display:flex;position:relative}._topbar_1o358_373._sticky_1o358_384{background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);position:sticky;top:0;left:0}._logoWrapper_1o358_391{display:inline-flex}._logo_1o358_391{max-width:110px}._menuWrapper_1o358_399{display:flex}@media only screen and (width<=1340px){._menuWrapper_1o358_399{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_1o358_399._opened_1o358_416{display:flex}}._menuItem_1o358_421{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_1o358_421{flex:none;width:auto;margin-bottom:10px}}._menuItem_1o358_421 ._menuIcon_1o358_442{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_1o358_421 ._menuIconPerformance_1o358_447{fill:none}._menuItem_1o358_421 ._menuIconStroke_1o358_450{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_1o358_421._active_1o358_455,._menuItem_1o358_421:hover{color:#52c2fd;background:#fff}._menuItem_1o358_421._active_1o358_455 ._menuIcon_1o358_442:not(._menuIconStroke_1o358_450,._menuIconPerformance_1o358_447),._menuItem_1o358_421:hover ._menuIcon_1o358_442:not(._menuIconStroke_1o358_450,._menuIconPerformance_1o358_447){fill:#52c2fd}._menuItem_1o358_421._active_1o358_455 ._menuIconPerformance_1o358_447 path,._menuItem_1o358_421:hover ._menuIconPerformance_1o358_447 path{stroke:#59a6fd}._menuItem_1o358_421._active_1o358_455 ._menuIconStroke_1o358_450:not(._menuIcon_1o358_442),._menuItem_1o358_421:hover ._menuIconStroke_1o358_450:not(._menuIcon_1o358_442){stroke:#52c2fd}._redDot_1o358_469{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_1o358_484{justify-content:center;display:flex}._link_1o358_489{color:#2db2c8;cursor:pointer;text-decoration:underline}._alertStatus_1o358_495{text-transform:uppercase;align-items:center;font-size:.75rem;font-weight:500;display:inline-flex}._alertStatus_1o358_495:before{content:"";border-radius:50%;width:8px;height:8px;margin-right:6px;display:inline-flex}._alertStatus_1o358_495._active_1o358_455:before{background:#22c55e}._alertStatus_1o358_495._frozen_1o358_513:before{background:#475569}._alertStatus_1o358_495._acknowledged_1o358_516:before{background:#2db2c8}._authButtonsWrapper_wlmyf_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_wlmyf_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_wlmyf_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.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_wlmyf_23{width:100%;margin-bottom:16px}._fieldWrapper_wlmyf_23:last-child{margin-bottom:0}._fieldLabel_wlmyf_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_wlmyf_36{margin-top:8px;font-size:.75rem}._field_wlmyf_23{width:100%;position:relative}._fieldLabelNew_wlmyf_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_wlmyf_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_wlmyf_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_wlmyf_52[type=password]{font-size:18px}._inputNew_wlmyf_52:focus,._inputNew_wlmyf_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_wlmyf_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_wlmyf_52:disabled::placeholder{color:#cbd5e1}._inputNew_wlmyf_52._error_wlmyf_7{border:1px solid #ef4444}._inputNew_wlmyf_52._error_wlmyf_7:focus,._inputNew_wlmyf_52._error_wlmyf_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_wlmyf_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_wlmyf_90{width:calc(50% - 8px)}._tableNavWrapper_wlmyf_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_wlmyf_109{align-items:center;display:flex}._tableNavItem_wlmyf_114{margin:0 6px}._modalContent_wlmyf_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_wlmyf_118._center_wlmyf_125{text-align:center;font-family:Inter}._modalContent_wlmyf_118._settings_wlmyf_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_wlmyf_118._settingsIntegration_wlmyf_133,._modalContent_wlmyf_118._performanceTestModalContent_wlmyf_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_wlmyf_118._monitoringReportContent_wlmyf_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_wlmyf_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_wlmyf_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_wlmyf_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_wlmyf_158:after,._modalLine_wlmyf_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_wlmyf_158:before{left:-20px}._modalLine_wlmyf_158:after{right:-20px}._infoMessage_wlmyf_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_wlmyf_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_wlmyf_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_wlmyf_196._buttonsAutoWidth_wlmyf_203{justify-content:flex-end}._modalFooter_wlmyf_196._buttonsAutoWidth_wlmyf_203 button,._modalFooter_wlmyf_196._buttonsAutoWidth_wlmyf_203 span{margin-left:12px}._fullWidthTitle_wlmyf_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_wlmyf_223{justify-content:center;gap:24px 16px;margin:0 0 24px;display:flex}._widgetWrapper_wlmyf_230{background:#fff;border:1px solid #e2e8f0;border-radius:20px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_wlmyf_230{padding:0 16px 15px}}._widgetHeader_wlmyf_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_wlmyf_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_wlmyf_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_wlmyf_266{align-items:center;height:180px;display:flex}._widgetFooter_wlmyf_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_wlmyf_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_wlmyf_279:last-child{border:none}._widgetMainValue_wlmyf_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_wlmyf_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_wlmyf_303{color:#64748b;font-size:.75rem}._widgetLoader_wlmyf_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_wlmyf_315{opacity:.5;cursor:default}._widgetAddress_wlmyf_320{color:#64748b;font-size:.75rem}._widgetTag_wlmyf_325{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_wlmyf_333{color:#0f172a;font-weight:500}._chartValuesWrapper_wlmyf_338{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_wlmyf_346{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_wlmyf_346._green_wlmyf_351:before,._chartValuesTitle_wlmyf_346._dark_wlmyf_351:before,._chartValuesTitle_wlmyf_346._blue_wlmyf_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_wlmyf_346._green_wlmyf_351:before{background:#22c55e}._chartValuesTitle_wlmyf_346._dark_wlmyf_351:before{background:#475569}._chartValuesTitle_wlmyf_346._blue_wlmyf_351:before{background:#43e0f8}._topbar_wlmyf_373{z-index:2000;justify-content:space-between;align-items:center;width:100%;height:64px;margin-bottom:24px;padding:0 24px;display:flex;position:relative}._topbar_wlmyf_373._sticky_wlmyf_384{background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);position:sticky;top:0;left:0}._logoWrapper_wlmyf_391{display:inline-flex}._logo_wlmyf_391{max-width:110px}._menuWrapper_wlmyf_399{display:flex}@media only screen and (width<=1340px){._menuWrapper_wlmyf_399{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_wlmyf_399._opened_wlmyf_416{display:flex}}._menuItem_wlmyf_421{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_wlmyf_421{flex:none;width:auto;margin-bottom:10px}}._menuItem_wlmyf_421 ._menuIcon_wlmyf_442{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_wlmyf_421 ._menuIconPerformance_wlmyf_447{fill:none}._menuItem_wlmyf_421 ._menuIconStroke_wlmyf_450{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_wlmyf_421._active_wlmyf_455,._menuItem_wlmyf_421:hover{color:#52c2fd;background:#fff}._menuItem_wlmyf_421._active_wlmyf_455 ._menuIcon_wlmyf_442:not(._menuIconStroke_wlmyf_450,._menuIconPerformance_wlmyf_447),._menuItem_wlmyf_421:hover ._menuIcon_wlmyf_442:not(._menuIconStroke_wlmyf_450,._menuIconPerformance_wlmyf_447){fill:#52c2fd}._menuItem_wlmyf_421._active_wlmyf_455 ._menuIconPerformance_wlmyf_447 path,._menuItem_wlmyf_421:hover ._menuIconPerformance_wlmyf_447 path{stroke:#59a6fd}._menuItem_wlmyf_421._active_wlmyf_455 ._menuIconStroke_wlmyf_450:not(._menuIcon_wlmyf_442),._menuItem_wlmyf_421:hover ._menuIconStroke_wlmyf_450:not(._menuIcon_wlmyf_442){stroke:#52c2fd}._redDot_wlmyf_469{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_wlmyf_484{justify-content:center;display:flex}._link_wlmyf_489{color:#2db2c8;cursor:pointer;text-decoration:underline}._widgetsWrapper_wlmyf_223{flex-wrap:wrap;gap:24px 16px}._authButtonsWrapper_vh1e3_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_vh1e3_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_vh1e3_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.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_vh1e3_23{width:100%;margin-bottom:16px}._fieldWrapper_vh1e3_23:last-child{margin-bottom:0}._fieldLabel_vh1e3_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_vh1e3_36{margin-top:8px;font-size:.75rem}._field_vh1e3_23{width:100%;position:relative}._fieldLabelNew_vh1e3_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_vh1e3_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_vh1e3_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_vh1e3_52[type=password]{font-size:18px}._inputNew_vh1e3_52:focus,._inputNew_vh1e3_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_vh1e3_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_vh1e3_52:disabled::placeholder{color:#cbd5e1}._inputNew_vh1e3_52._error_vh1e3_7{border:1px solid #ef4444}._inputNew_vh1e3_52._error_vh1e3_7:focus,._inputNew_vh1e3_52._error_vh1e3_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_vh1e3_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_vh1e3_90{width:calc(50% - 8px)}._tableNavWrapper_vh1e3_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_vh1e3_109{align-items:center;display:flex}._tableNavItem_vh1e3_114{margin:0 6px}._modalContent_vh1e3_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_vh1e3_118._center_vh1e3_125{text-align:center;font-family:Inter}._modalContent_vh1e3_118._settings_vh1e3_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_vh1e3_118._settingsIntegration_vh1e3_133,._modalContent_vh1e3_118._performanceTestModalContent_vh1e3_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_vh1e3_118._monitoringReportContent_vh1e3_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_vh1e3_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_vh1e3_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_vh1e3_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_vh1e3_158:after,._modalLine_vh1e3_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_vh1e3_158:before{left:-20px}._modalLine_vh1e3_158:after{right:-20px}._infoMessage_vh1e3_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_vh1e3_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_vh1e3_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_vh1e3_196._buttonsAutoWidth_vh1e3_203{justify-content:flex-end}._modalFooter_vh1e3_196._buttonsAutoWidth_vh1e3_203 button,._modalFooter_vh1e3_196._buttonsAutoWidth_vh1e3_203 span{margin-left:12px}._fullWidthTitle_vh1e3_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_vh1e3_223{justify-content:center;gap:24px 16px;margin:0 0 24px;display:flex}._widgetWrapper_vh1e3_230{background:#fff;border:1px solid #e2e8f0;border-radius:20px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_vh1e3_230{padding:0 16px 15px}}._widgetHeader_vh1e3_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_vh1e3_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_vh1e3_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_vh1e3_266{align-items:center;height:180px;display:flex}._widgetFooter_vh1e3_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_vh1e3_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_vh1e3_279:last-child{border:none}._widgetMainValue_vh1e3_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_vh1e3_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_vh1e3_303{color:#64748b;font-size:.75rem}._widgetLoader_vh1e3_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_vh1e3_315{opacity:.5;cursor:default}._widgetAddress_vh1e3_320{color:#64748b;font-size:.75rem}._widgetTag_vh1e3_325{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_vh1e3_333{color:#0f172a;font-weight:500}._chartValuesWrapper_vh1e3_338{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_vh1e3_346{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_vh1e3_346._green_vh1e3_351:before,._chartValuesTitle_vh1e3_346._dark_vh1e3_351:before,._chartValuesTitle_vh1e3_346._blue_vh1e3_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_vh1e3_346._green_vh1e3_351:before{background:#22c55e}._chartValuesTitle_vh1e3_346._dark_vh1e3_351:before{background:#475569}._chartValuesTitle_vh1e3_346._blue_vh1e3_351:before{background:#43e0f8}._topbar_vh1e3_373{z-index:2000;justify-content:space-between;align-items:center;width:100%;height:64px;margin-bottom:24px;padding:0 24px;display:flex;position:relative}._topbar_vh1e3_373._sticky_vh1e3_384{background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);position:sticky;top:0;left:0}._logoWrapper_vh1e3_391{display:inline-flex}._logo_vh1e3_391{max-width:110px}._menuWrapper_vh1e3_399{display:flex}@media only screen and (width<=1340px){._menuWrapper_vh1e3_399{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_vh1e3_399._opened_vh1e3_416{display:flex}}._menuItem_vh1e3_421{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_vh1e3_421{flex:none;width:auto;margin-bottom:10px}}._menuItem_vh1e3_421 ._menuIcon_vh1e3_442{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_vh1e3_421 ._menuIconPerformance_vh1e3_447{fill:none}._menuItem_vh1e3_421 ._menuIconStroke_vh1e3_450{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_vh1e3_421._active_vh1e3_455,._menuItem_vh1e3_421:hover{color:#52c2fd;background:#fff}._menuItem_vh1e3_421._active_vh1e3_455 ._menuIcon_vh1e3_442:not(._menuIconStroke_vh1e3_450,._menuIconPerformance_vh1e3_447),._menuItem_vh1e3_421:hover ._menuIcon_vh1e3_442:not(._menuIconStroke_vh1e3_450,._menuIconPerformance_vh1e3_447){fill:#52c2fd}._menuItem_vh1e3_421._active_vh1e3_455 ._menuIconPerformance_vh1e3_447 path,._menuItem_vh1e3_421:hover ._menuIconPerformance_vh1e3_447 path{stroke:#59a6fd}._menuItem_vh1e3_421._active_vh1e3_455 ._menuIconStroke_vh1e3_450:not(._menuIcon_vh1e3_442),._menuItem_vh1e3_421:hover ._menuIconStroke_vh1e3_450:not(._menuIcon_vh1e3_442){stroke:#52c2fd}._redDot_vh1e3_469{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_vh1e3_484{justify-content:center;display:flex}._link_vh1e3_489{color:#2db2c8;cursor:pointer;text-decoration:underline}._paginationWrapper_vh1e3_495{background:#fff;justify-content:space-between;align-items:center;padding:12px 0;display:flex}._paginationText_vh1e3_503{color:#475569;font-size:.875rem}._pageNumberList_vh1e3_508{align-items:center;display:inline-flex}._pageNumber_vh1e3_508{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_vh1e3_508 svg{fill:#475569}._pageNumber_vh1e3_508._active_vh1e3_455{background:#ebfcff;border-color:#2db2c8}._pageNumber_vh1e3_508._disabled_vh1e3_315{background:#f1f5f9;border:none}._pageNumber_vh1e3_508._disabled_vh1e3_315 svg{fill:#cbd5e1}._rainbowWrapper_1oy9k_1{width:210px}._authButtonsWrapper_139bx_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_139bx_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_139bx_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.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_139bx_23{width:100%;margin-bottom:16px}._fieldWrapper_139bx_23:last-child{margin-bottom:0}._fieldLabel_139bx_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_139bx_36{margin-top:8px;font-size:.75rem}._field_139bx_23{width:100%;position:relative}._fieldLabelNew_139bx_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_139bx_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_139bx_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_139bx_52[type=password]{font-size:18px}._inputNew_139bx_52:focus,._inputNew_139bx_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_139bx_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_139bx_52:disabled::placeholder{color:#cbd5e1}._inputNew_139bx_52._error_139bx_7{border:1px solid #ef4444}._inputNew_139bx_52._error_139bx_7:focus,._inputNew_139bx_52._error_139bx_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_139bx_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_139bx_90{width:calc(50% - 8px)}._tableNavWrapper_139bx_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_139bx_109{align-items:center;display:flex}._tableNavItem_139bx_114{margin:0 6px}._modalContent_139bx_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_139bx_118._center_139bx_125{text-align:center;font-family:Inter}._modalContent_139bx_118._settings_139bx_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_139bx_118._settingsIntegration_139bx_133,._modalContent_139bx_118._performanceTestModalContent_139bx_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_139bx_118._monitoringReportContent_139bx_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_139bx_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_139bx_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_139bx_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_139bx_158:after,._modalLine_139bx_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_139bx_158:before{left:-20px}._modalLine_139bx_158:after{right:-20px}._infoMessage_139bx_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_139bx_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_139bx_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_139bx_196._buttonsAutoWidth_139bx_203{justify-content:flex-end}._modalFooter_139bx_196._buttonsAutoWidth_139bx_203 button,._modalFooter_139bx_196._buttonsAutoWidth_139bx_203 span{margin-left:12px}._fullWidthTitle_139bx_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_139bx_223{justify-content:center;gap:24px 16px;margin:0 0 24px;display:flex}._widgetWrapper_139bx_230{background:#fff;border:1px solid #e2e8f0;border-radius:20px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_139bx_230{padding:0 16px 15px}}._widgetHeader_139bx_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_139bx_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_139bx_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_139bx_266{align-items:center;height:180px;display:flex}._widgetFooter_139bx_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_139bx_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_139bx_279:last-child{border:none}._widgetMainValue_139bx_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_139bx_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_139bx_303{color:#64748b;font-size:.75rem}._widgetLoader_139bx_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_139bx_315{opacity:.5;cursor:default}._widgetAddress_139bx_320{color:#64748b;font-size:.75rem}._widgetTag_139bx_325{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_139bx_333{color:#0f172a;font-weight:500}._chartValuesWrapper_139bx_338{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_139bx_346{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_139bx_346._green_139bx_351:before,._chartValuesTitle_139bx_346._dark_139bx_351:before,._chartValuesTitle_139bx_346._blue_139bx_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_139bx_346._green_139bx_351:before{background:#22c55e}._chartValuesTitle_139bx_346._dark_139bx_351:before{background:#475569}._chartValuesTitle_139bx_346._blue_139bx_351:before{background:#43e0f8}._topbar_139bx_373{z-index:2000;justify-content:space-between;align-items:center;width:100%;height:64px;margin-bottom:24px;padding:0 24px;display:flex;position:relative}._topbar_139bx_373._sticky_139bx_384{background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);position:sticky;top:0;left:0}._logoWrapper_139bx_391{display:inline-flex}._logo_139bx_391{max-width:110px}._menuWrapper_139bx_399{display:flex}@media only screen and (width<=1340px){._menuWrapper_139bx_399{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_139bx_399._opened_139bx_416{display:flex}}._menuItem_139bx_421{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_139bx_421{flex:none;width:auto;margin-bottom:10px}}._menuItem_139bx_421 ._menuIcon_139bx_442{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_139bx_421 ._menuIconPerformance_139bx_447{fill:none}._menuItem_139bx_421 ._menuIconStroke_139bx_450{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_139bx_421._active_139bx_455,._menuItem_139bx_421:hover{color:#52c2fd;background:#fff}._menuItem_139bx_421._active_139bx_455 ._menuIcon_139bx_442:not(._menuIconStroke_139bx_450,._menuIconPerformance_139bx_447),._menuItem_139bx_421:hover ._menuIcon_139bx_442:not(._menuIconStroke_139bx_450,._menuIconPerformance_139bx_447){fill:#52c2fd}._menuItem_139bx_421._active_139bx_455 ._menuIconPerformance_139bx_447 path,._menuItem_139bx_421:hover ._menuIconPerformance_139bx_447 path{stroke:#59a6fd}._menuItem_139bx_421._active_139bx_455 ._menuIconStroke_139bx_450:not(._menuIcon_139bx_442),._menuItem_139bx_421:hover ._menuIconStroke_139bx_450:not(._menuIcon_139bx_442){stroke:#52c2fd}._redDot_139bx_469{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_139bx_484{justify-content:center;display:flex}._link_139bx_489{color:#2db2c8;cursor:pointer;text-decoration:underline}._widgetWrapper_139bx_230{max-width:initial;flex:500px}@media only screen and (width<=550px){._widgetWrapper_139bx_230{flex:100%}}._chartWrapper_139bx_505{justify-content:flex-end;max-width:800px;margin:0 auto;display:flex;position:relative}@media only screen and (width<=1300px){._chartWrapper_139bx_505{max-width:513px;margin:0 auto}}@media only screen and (width<=550px){._chartWrapper_139bx_505{flex-direction:row;justify-content:flex-start;align-items:center;gap:16px;max-width:450px}}._chart_139bx_338{position:absolute;left:0}@media only screen and (width<=550px){._chart_139bx_338{flex-shrink:0;position:relative}._chart_139bx_338>div:first-child{min-width:210px;width:210px!important}}._widgetMainValue_139bx_288{width:95px;position:absolute;bottom:63px;left:57px}._chartNotesWrapper_139bx_550{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_139bx_550{flex-direction:column;flex:1;gap:0;width:auto;min-width:0;max-width:150px;height:auto;padding:0}}._chartNotesWrapperColumn_139bx_572{flex-flow:column;flex:1;height:100%;padding-top:25px;display:flex}@media only screen and (width<=550px){._chartNotesWrapperColumn_139bx_572{flex:none;width:100%;height:auto;padding-top:0}}._chartNotesSeparator_139bx_588{background-color:#e2e8f0;width:1px;height:100%;margin:0 20px}@media only screen and (width<=550px){._chartNotesSeparator_139bx_588{width:100%;height:1px;margin:12px 0}}._chartNote_139bx_550{color:#64748b;justify-content:start;margin-bottom:22px;font-size:.75rem;font-weight:400;display:inline-flex}@media only screen and (width<=550px){._chartNote_139bx_550{margin-bottom:10px}._chartNote_139bx_550:last-child{margin-bottom:0}}._chartNote_139bx_550:before{content:"";border-radius:50%;width:12px;height:12px;margin-right:4px;display:inline-flex;position:relative;top:2px}._chartNote_139bx_550._new_139bx_628:before{background-color:#4ade80}._chartNote_139bx_550._pending_139bx_631:before{background-color:#fde047}._chartNote_139bx_550._confirmed_139bx_634:before{background-color:#43e0f8}._chartNote_139bx_550._packed_139bx_637:before{background-color:#7e22ce}._chartNote_139bx_550._shipping_139bx_640:before{background-color:#2563eb}._chartNote_139bx_550._fulfilled_139bx_643{margin-right:10px}._chartNote_139bx_550._fulfilled_139bx_643:before{background-color:#94a3b8}@media only screen and (width<=550px){._chartNote_139bx_550._fulfilled_139bx_643{margin-right:0}}._chartNote_139bx_550._denied_139bx_654{margin-right:10px}._chartNote_139bx_550._denied_139bx_654:before{background-color:#ef4444}@media only screen and (width<=550px){._chartNote_139bx_550._denied_139bx_654{margin-right:0}}._chartNoteValue_139bx_666{color:#000;margin-left:auto;padding-left:4px;font-size:.875rem;font-weight:500}._authButtonsWrapper_yq27x_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_yq27x_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_yq27x_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.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_yq27x_23{width:100%;margin-bottom:16px}._fieldWrapper_yq27x_23:last-child{margin-bottom:0}._fieldLabel_yq27x_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_yq27x_36{margin-top:8px;font-size:.75rem}._field_yq27x_23{width:100%;position:relative}._fieldLabelNew_yq27x_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_yq27x_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_yq27x_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_yq27x_52[type=password]{font-size:18px}._inputNew_yq27x_52:focus,._inputNew_yq27x_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_yq27x_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_yq27x_52:disabled::placeholder{color:#cbd5e1}._inputNew_yq27x_52._error_yq27x_7{border:1px solid #ef4444}._inputNew_yq27x_52._error_yq27x_7:focus,._inputNew_yq27x_52._error_yq27x_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_yq27x_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_yq27x_90{width:calc(50% - 8px)}._tableNavWrapper_yq27x_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_yq27x_109{align-items:center;display:flex}._tableNavItem_yq27x_114{margin:0 6px}._modalContent_yq27x_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_yq27x_118._center_yq27x_125{text-align:center;font-family:Inter}._modalContent_yq27x_118._settings_yq27x_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_yq27x_118._settingsIntegration_yq27x_133,._modalContent_yq27x_118._performanceTestModalContent_yq27x_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_yq27x_118._monitoringReportContent_yq27x_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_yq27x_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_yq27x_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_yq27x_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_yq27x_158:after,._modalLine_yq27x_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_yq27x_158:before{left:-20px}._modalLine_yq27x_158:after{right:-20px}._infoMessage_yq27x_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_yq27x_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_yq27x_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_yq27x_196._buttonsAutoWidth_yq27x_203{justify-content:flex-end}._modalFooter_yq27x_196._buttonsAutoWidth_yq27x_203 button,._modalFooter_yq27x_196._buttonsAutoWidth_yq27x_203 span{margin-left:12px}._fullWidthTitle_yq27x_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_yq27x_223{justify-content:center;gap:24px 16px;margin:0 0 24px;display:flex}._widgetWrapper_yq27x_230{background:#fff;border:1px solid #e2e8f0;border-radius:20px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_yq27x_230{padding:0 16px 15px}}._widgetHeader_yq27x_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_yq27x_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_yq27x_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_yq27x_266{align-items:center;height:180px;display:flex}._widgetFooter_yq27x_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_yq27x_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_yq27x_279:last-child{border:none}._widgetMainValue_yq27x_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_yq27x_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_yq27x_303{color:#64748b;font-size:.75rem}._widgetLoader_yq27x_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_yq27x_315{opacity:.5;cursor:default}._widgetAddress_yq27x_320{color:#64748b;font-size:.75rem}._widgetTag_yq27x_325{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_yq27x_333{color:#0f172a;font-weight:500}._chartValuesWrapper_yq27x_338{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_yq27x_346{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_yq27x_346._green_yq27x_351:before,._chartValuesTitle_yq27x_346._dark_yq27x_351:before,._chartValuesTitle_yq27x_346._blue_yq27x_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_yq27x_346._green_yq27x_351:before{background:#22c55e}._chartValuesTitle_yq27x_346._dark_yq27x_351:before{background:#475569}._chartValuesTitle_yq27x_346._blue_yq27x_351:before{background:#43e0f8}._topbar_yq27x_373{z-index:2000;justify-content:space-between;align-items:center;width:100%;height:64px;margin-bottom:24px;padding:0 24px;display:flex;position:relative}._topbar_yq27x_373._sticky_yq27x_384{background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);position:sticky;top:0;left:0}._logoWrapper_yq27x_391{display:inline-flex}._logo_yq27x_391{max-width:110px}._menuWrapper_yq27x_399{display:flex}@media only screen and (width<=1340px){._menuWrapper_yq27x_399{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_yq27x_399._opened_yq27x_416{display:flex}}._menuItem_yq27x_421{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_yq27x_421{flex:none;width:auto;margin-bottom:10px}}._menuItem_yq27x_421 ._menuIcon_yq27x_442{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_yq27x_421 ._menuIconPerformance_yq27x_447{fill:none}._menuItem_yq27x_421 ._menuIconStroke_yq27x_450{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_yq27x_421._active_yq27x_455,._menuItem_yq27x_421:hover{color:#52c2fd;background:#fff}._menuItem_yq27x_421._active_yq27x_455 ._menuIcon_yq27x_442:not(._menuIconStroke_yq27x_450,._menuIconPerformance_yq27x_447),._menuItem_yq27x_421:hover ._menuIcon_yq27x_442:not(._menuIconStroke_yq27x_450,._menuIconPerformance_yq27x_447){fill:#52c2fd}._menuItem_yq27x_421._active_yq27x_455 ._menuIconPerformance_yq27x_447 path,._menuItem_yq27x_421:hover ._menuIconPerformance_yq27x_447 path{stroke:#59a6fd}._menuItem_yq27x_421._active_yq27x_455 ._menuIconStroke_yq27x_450:not(._menuIcon_yq27x_442),._menuItem_yq27x_421:hover ._menuIconStroke_yq27x_450:not(._menuIcon_yq27x_442){stroke:#52c2fd}._redDot_yq27x_469{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_yq27x_484{justify-content:center;display:flex}._link_yq27x_489{color:#2db2c8;cursor:pointer;text-decoration:underline}._modalSidebar_yq27x_495{width:370px;padding-right:20px}@media only screen and (width<=1100px){._modalSidebar_yq27x_495{width:100%;padding-top:24px;padding-left:20px;padding-right:0}}._modalMain_yq27x_508{width:calc(100% - 370px);padding-left:20px}@media only screen and (width<=1100px){._modalMain_yq27x_508{width:100%;padding-left:0}}._modalContentWrapper_yq27x_519{width:100%;display:flex}@media only screen and (width<=1100px){._modalContentWrapper_yq27x_519{flex-flow:column-reverse wrap}}._modalMainContent_yq27x_530{border:1px solid #e2e8f0;border-radius:12px;row-gap:16px;padding:20px 12px;display:flex}._modalMainContentColumn_yq27x_538{width:50%;padding:0 8px}._sidebarSubtitle_yq27x_543{margin-bottom:16px;font-size:.875rem;font-weight:500}._modalFieldWrapper_yq27x_549{align-items:center;margin-bottom:16px;display:flex}._modalFieldWrapper_yq27x_549 ._emailInput_yq27x_554 input{padding-right:12px}._modalFieldWrapper_yq27x_549:last-child{margin-bottom:0}._modalFieldLabel_yq27x_561{color:#64748b;flex-shrink:0;width:120px;padding:10px 0;font-size:.875rem}._modalFieldLabel_yq27x_561._wider_yq27x_568{width:140px}._inputLabelWrapper_yq27x_572{align-items:flex-start;display:flex}._modalFieldValue_yq27x_577{color:#94a3b8;text-overflow:ellipsis;white-space:nowrap;padding:10px 0 10px 12px;font-size:.875rem;overflow:hidden}._serialNumberLabel_yq27x_586{flex-shrink:1}._transferButton_yq27x_590{margin-left:auto;font-weight:400;color:#334155!important}._transferButton_yq27x_590:hover{opacity:.7}._modalContent_yq27x_118{flex-direction:column;align-items:center;max-width:100%;padding:20px;display:flex}._modalContent_yq27x_118._center_yq27x_125{text-align:center}._modalTitle_yq27x_146{color:#1e293b;margin:16px 0 8px;font-size:18px;font-weight:500}._modalMessage_yq27x_152{color:#64748b;font-size:14px;font-weight:300;line-height:1.5}._selectWrapper_yq27x_624{text-align:left;width:100%;margin-top:16px}._transferModalViewport_yq27x_630{-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_yq27x_641{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_yq27x_654{cursor:pointer;z-index:2;padding:10px;position:absolute;top:6px;right:6px}._transferModalCloseIcon_yq27x_654: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_yq27x_666{border-top:1px solid #e2e8f0;gap:12px;padding:20px;display:flex}._addBtnWrapper_yq27x_673{align-items:center;padding:8px 8px 8px 16px;display:flex}._addBtnWrapper_yq27x_673 span{color:#2db2c8;font-size:14px;font-weight:400;line-height:20px}._plusIcon_yq27x_685{color:#2db2c8;margin-right:4px;font-size:16px;line-height:14px}._noOptionsMessage_yq27x_692{color:#999;text-align:center;padding:8px 16px;font-size:16px}._plusIcon_yq27x_685{margin-right:4px;font-size:16px;line-height:14px}._serialNumberValue_yq27x_705{flex-shrink:0;margin-right:5px}._tabButtonsWrapper_yq27x_710{z-index:1;flex:1;justify-content:center;align-items:center;margin-top:15px;display:none;position:relative}._tabButtons_yq27x_710{justify-content:center;align-items:center;display:flex}._tabButton_yq27x_710{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_yq27x_710:hover{color:#334155}._tabButton_yq27x_710._active_yq27x_455{color:#2db2c8;border-color:#2db2c8}@media only screen and (width<=768px){._hideTab_yq27x_746,._sidebarSubtitle_yq27x_543{display:none}._tabButtonsWrapper_yq27x_710{display:flex}._modalSidebar_yq27x_495{padding:0}._modalContent_yq27x_118{max-height:calc(90vh - 195px);max-height:calc(var(--vh,1vh) * 90 - 195px)}._modalMainContent_yq27x_530{border:none;flex-direction:column;padding:0}._modalMainContent_yq27x_530 ._modalMainContentColumn_yq27x_538{width:100%;padding:0}._modalFooter_yq27x_196>button,._modalFooter_yq27x_196>span{flex:1}}._authButtonsWrapper_1isd1_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_1isd1_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_1isd1_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.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_1isd1_23{width:100%;margin-bottom:16px}._fieldWrapper_1isd1_23:last-child{margin-bottom:0}._fieldLabel_1isd1_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_1isd1_36{margin-top:8px;font-size:.75rem}._field_1isd1_23{width:100%;position:relative}._fieldLabelNew_1isd1_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_1isd1_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_1isd1_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_1isd1_52[type=password]{font-size:18px}._inputNew_1isd1_52:focus,._inputNew_1isd1_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_1isd1_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_1isd1_52:disabled::placeholder{color:#cbd5e1}._inputNew_1isd1_52._error_1isd1_7{border:1px solid #ef4444}._inputNew_1isd1_52._error_1isd1_7:focus,._inputNew_1isd1_52._error_1isd1_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_1isd1_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_1isd1_90{width:calc(50% - 8px)}._tableNavWrapper_1isd1_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_1isd1_109{align-items:center;display:flex}._tableNavItem_1isd1_114{margin:0 6px}._modalContent_1isd1_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_1isd1_118._center_1isd1_125{text-align:center;font-family:Inter}._modalContent_1isd1_118._settings_1isd1_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_1isd1_118._settingsIntegration_1isd1_133,._modalContent_1isd1_118._performanceTestModalContent_1isd1_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_1isd1_118._monitoringReportContent_1isd1_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_1isd1_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_1isd1_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_1isd1_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_1isd1_158:after,._modalLine_1isd1_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_1isd1_158:before{left:-20px}._modalLine_1isd1_158:after{right:-20px}._infoMessage_1isd1_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_1isd1_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_1isd1_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_1isd1_196._buttonsAutoWidth_1isd1_203{justify-content:flex-end}._modalFooter_1isd1_196._buttonsAutoWidth_1isd1_203 button,._modalFooter_1isd1_196._buttonsAutoWidth_1isd1_203 span{margin-left:12px}._fullWidthTitle_1isd1_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_1isd1_223{justify-content:center;gap:24px 16px;margin:0 0 24px;display:flex}._widgetWrapper_1isd1_230{background:#fff;border:1px solid #e2e8f0;border-radius:20px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_1isd1_230{padding:0 16px 15px}}._widgetHeader_1isd1_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_1isd1_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_1isd1_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_1isd1_266{align-items:center;height:180px;display:flex}._widgetFooter_1isd1_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_1isd1_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_1isd1_279:last-child{border:none}._widgetMainValue_1isd1_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_1isd1_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_1isd1_303{color:#64748b;font-size:.75rem}._widgetLoader_1isd1_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_1isd1_315{opacity:.5;cursor:default}._widgetAddress_1isd1_320{color:#64748b;font-size:.75rem}._widgetTag_1isd1_325{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_1isd1_333{color:#0f172a;font-weight:500}._chartValuesWrapper_1isd1_338{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_1isd1_346{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_1isd1_346._green_1isd1_351:before,._chartValuesTitle_1isd1_346._dark_1isd1_351:before,._chartValuesTitle_1isd1_346._blue_1isd1_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_1isd1_346._green_1isd1_351:before{background:#22c55e}._chartValuesTitle_1isd1_346._dark_1isd1_351:before{background:#475569}._chartValuesTitle_1isd1_346._blue_1isd1_351:before{background:#43e0f8}._topbar_1isd1_373{z-index:2000;justify-content:space-between;align-items:center;width:100%;height:64px;margin-bottom:24px;padding:0 24px;display:flex;position:relative}._topbar_1isd1_373._sticky_1isd1_384{background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);position:sticky;top:0;left:0}._logoWrapper_1isd1_391{display:inline-flex}._logo_1isd1_391{max-width:110px}._menuWrapper_1isd1_399{display:flex}@media only screen and (width<=1340px){._menuWrapper_1isd1_399{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_1isd1_399._opened_1isd1_416{display:flex}}._menuItem_1isd1_421{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_1isd1_421{flex:none;width:auto;margin-bottom:10px}}._menuItem_1isd1_421 ._menuIcon_1isd1_442{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_1isd1_421 ._menuIconPerformance_1isd1_447{fill:none}._menuItem_1isd1_421 ._menuIconStroke_1isd1_450{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_1isd1_421._active_1isd1_455,._menuItem_1isd1_421:hover{color:#52c2fd;background:#fff}._menuItem_1isd1_421._active_1isd1_455 ._menuIcon_1isd1_442:not(._menuIconStroke_1isd1_450,._menuIconPerformance_1isd1_447),._menuItem_1isd1_421:hover ._menuIcon_1isd1_442:not(._menuIconStroke_1isd1_450,._menuIconPerformance_1isd1_447){fill:#52c2fd}._menuItem_1isd1_421._active_1isd1_455 ._menuIconPerformance_1isd1_447 path,._menuItem_1isd1_421:hover ._menuIconPerformance_1isd1_447 path{stroke:#59a6fd}._menuItem_1isd1_421._active_1isd1_455 ._menuIconStroke_1isd1_450:not(._menuIcon_1isd1_442),._menuItem_1isd1_421:hover ._menuIconStroke_1isd1_450:not(._menuIcon_1isd1_442){stroke:#52c2fd}._redDot_1isd1_469{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_1isd1_484{justify-content:center;display:flex}._link_1isd1_489{color:#2db2c8;cursor:pointer;text-decoration:underline}._selectWrapper_1isd1_495{text-align:left;margin-top:16px}._authButtonsWrapper_ajn2t_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_ajn2t_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_ajn2t_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.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_ajn2t_23{width:100%;margin-bottom:16px}._fieldWrapper_ajn2t_23:last-child{margin-bottom:0}._fieldLabel_ajn2t_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_ajn2t_36{margin-top:8px;font-size:.75rem}._field_ajn2t_23{width:100%;position:relative}._fieldLabelNew_ajn2t_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_ajn2t_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_ajn2t_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_ajn2t_52[type=password]{font-size:18px}._inputNew_ajn2t_52:focus,._inputNew_ajn2t_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_ajn2t_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_ajn2t_52:disabled::placeholder{color:#cbd5e1}._inputNew_ajn2t_52._error_ajn2t_7{border:1px solid #ef4444}._inputNew_ajn2t_52._error_ajn2t_7:focus,._inputNew_ajn2t_52._error_ajn2t_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_ajn2t_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_ajn2t_90{width:calc(50% - 8px)}._tableNavWrapper_ajn2t_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_ajn2t_109{align-items:center;display:flex}._tableNavItem_ajn2t_114{margin:0 6px}._modalContent_ajn2t_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_ajn2t_118._center_ajn2t_125{text-align:center;font-family:Inter}._modalContent_ajn2t_118._settings_ajn2t_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_ajn2t_118._settingsIntegration_ajn2t_133,._modalContent_ajn2t_118._performanceTestModalContent_ajn2t_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_ajn2t_118._monitoringReportContent_ajn2t_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_ajn2t_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_ajn2t_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_ajn2t_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_ajn2t_158:after,._modalLine_ajn2t_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_ajn2t_158:before{left:-20px}._modalLine_ajn2t_158:after{right:-20px}._infoMessage_ajn2t_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_ajn2t_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_ajn2t_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_ajn2t_196._buttonsAutoWidth_ajn2t_203{justify-content:flex-end}._modalFooter_ajn2t_196._buttonsAutoWidth_ajn2t_203 button,._modalFooter_ajn2t_196._buttonsAutoWidth_ajn2t_203 span{margin-left:12px}._fullWidthTitle_ajn2t_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_ajn2t_223{justify-content:center;gap:24px 16px;margin:0 0 24px;display:flex}._widgetWrapper_ajn2t_230{background:#fff;border:1px solid #e2e8f0;border-radius:20px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_ajn2t_230{padding:0 16px 15px}}._widgetHeader_ajn2t_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_ajn2t_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_ajn2t_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_ajn2t_266{align-items:center;height:180px;display:flex}._widgetFooter_ajn2t_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_ajn2t_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_ajn2t_279:last-child{border:none}._widgetMainValue_ajn2t_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_ajn2t_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_ajn2t_303{color:#64748b;font-size:.75rem}._widgetLoader_ajn2t_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_ajn2t_315{opacity:.5;cursor:default}._widgetAddress_ajn2t_320{color:#64748b;font-size:.75rem}._widgetTag_ajn2t_325{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_ajn2t_333{color:#0f172a;font-weight:500}._chartValuesWrapper_ajn2t_338{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_ajn2t_346{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_ajn2t_346._green_ajn2t_351:before,._chartValuesTitle_ajn2t_346._dark_ajn2t_351:before,._chartValuesTitle_ajn2t_346._blue_ajn2t_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_ajn2t_346._green_ajn2t_351:before{background:#22c55e}._chartValuesTitle_ajn2t_346._dark_ajn2t_351:before{background:#475569}._chartValuesTitle_ajn2t_346._blue_ajn2t_351:before{background:#43e0f8}._topbar_ajn2t_373{z-index:2000;justify-content:space-between;align-items:center;width:100%;height:64px;margin-bottom:24px;padding:0 24px;display:flex;position:relative}._topbar_ajn2t_373._sticky_ajn2t_384{background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);position:sticky;top:0;left:0}._logoWrapper_ajn2t_391{display:inline-flex}._logo_ajn2t_391{max-width:110px}._menuWrapper_ajn2t_399{display:flex}@media only screen and (width<=1340px){._menuWrapper_ajn2t_399{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_ajn2t_399._opened_ajn2t_416{display:flex}}._menuItem_ajn2t_421{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_ajn2t_421{flex:none;width:auto;margin-bottom:10px}}._menuItem_ajn2t_421 ._menuIcon_ajn2t_442{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_ajn2t_421 ._menuIconPerformance_ajn2t_447{fill:none}._menuItem_ajn2t_421 ._menuIconStroke_ajn2t_450{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_ajn2t_421._active_ajn2t_455,._menuItem_ajn2t_421:hover{color:#52c2fd;background:#fff}._menuItem_ajn2t_421._active_ajn2t_455 ._menuIcon_ajn2t_442:not(._menuIconStroke_ajn2t_450,._menuIconPerformance_ajn2t_447),._menuItem_ajn2t_421:hover ._menuIcon_ajn2t_442:not(._menuIconStroke_ajn2t_450,._menuIconPerformance_ajn2t_447){fill:#52c2fd}._menuItem_ajn2t_421._active_ajn2t_455 ._menuIconPerformance_ajn2t_447 path,._menuItem_ajn2t_421:hover ._menuIconPerformance_ajn2t_447 path{stroke:#59a6fd}._menuItem_ajn2t_421._active_ajn2t_455 ._menuIconStroke_ajn2t_450:not(._menuIcon_ajn2t_442),._menuItem_ajn2t_421:hover ._menuIconStroke_ajn2t_450:not(._menuIcon_ajn2t_442){stroke:#52c2fd}._redDot_ajn2t_469{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_ajn2t_484{justify-content:center;display:flex}._link_ajn2t_489{color:#2db2c8;cursor:pointer;text-decoration:underline}@media only screen and (width<=1024px){._monitoringMembership_ajn2t_496{max-width:100%;margin-bottom:24px}}._valueNote_ajn2t_502{color:#64748b;font-size:12px;font-weight:400}._chartWrapper_ajn2t_508{justify-content:center;align-items:center;height:50px;display:flex;position:relative}._chart_ajn2t_338{position:absolute;bottom:-126px}._authButtonsWrapper_1m3we_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_1m3we_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_1m3we_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.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_1m3we_23{width:100%;margin-bottom:16px}._fieldWrapper_1m3we_23:last-child{margin-bottom:0}._fieldLabel_1m3we_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_1m3we_36{margin-top:8px;font-size:.75rem}._field_1m3we_23{width:100%;position:relative}._fieldLabelNew_1m3we_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_1m3we_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_1m3we_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_1m3we_52[type=password]{font-size:18px}._inputNew_1m3we_52:focus,._inputNew_1m3we_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_1m3we_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_1m3we_52:disabled::placeholder{color:#cbd5e1}._inputNew_1m3we_52._error_1m3we_7{border:1px solid #ef4444}._inputNew_1m3we_52._error_1m3we_7:focus,._inputNew_1m3we_52._error_1m3we_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_1m3we_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_1m3we_90{width:calc(50% - 8px)}._tableNavWrapper_1m3we_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_1m3we_109{align-items:center;display:flex}._tableNavItem_1m3we_114{margin:0 6px}._modalContent_1m3we_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_1m3we_118._center_1m3we_125{text-align:center;font-family:Inter}._modalContent_1m3we_118._settings_1m3we_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_1m3we_118._settingsIntegration_1m3we_133,._modalContent_1m3we_118._performanceTestModalContent_1m3we_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_1m3we_118._monitoringReportContent_1m3we_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_1m3we_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_1m3we_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_1m3we_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_1m3we_158:after,._modalLine_1m3we_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_1m3we_158:before{left:-20px}._modalLine_1m3we_158:after{right:-20px}._infoMessage_1m3we_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_1m3we_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_1m3we_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_1m3we_196._buttonsAutoWidth_1m3we_203{justify-content:flex-end}._modalFooter_1m3we_196._buttonsAutoWidth_1m3we_203 button,._modalFooter_1m3we_196._buttonsAutoWidth_1m3we_203 span{margin-left:12px}._fullWidthTitle_1m3we_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_1m3we_223{justify-content:center;gap:24px 16px;margin:0 0 24px;display:flex}._widgetWrapper_1m3we_230{background:#fff;border:1px solid #e2e8f0;border-radius:20px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_1m3we_230{padding:0 16px 15px}}._widgetHeader_1m3we_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_1m3we_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_1m3we_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_1m3we_266{align-items:center;height:180px;display:flex}._widgetFooter_1m3we_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_1m3we_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_1m3we_279:last-child{border:none}._widgetMainValue_1m3we_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_1m3we_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_1m3we_303{color:#64748b;font-size:.75rem}._widgetLoader_1m3we_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_1m3we_315{opacity:.5;cursor:default}._widgetAddress_1m3we_320{color:#64748b;font-size:.75rem}._widgetTag_1m3we_325{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_1m3we_333{color:#0f172a;font-weight:500}._chartValuesWrapper_1m3we_338{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_1m3we_346{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_1m3we_346._green_1m3we_351:before,._chartValuesTitle_1m3we_346._dark_1m3we_351:before,._chartValuesTitle_1m3we_346._blue_1m3we_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_1m3we_346._green_1m3we_351:before{background:#22c55e}._chartValuesTitle_1m3we_346._dark_1m3we_351:before{background:#475569}._chartValuesTitle_1m3we_346._blue_1m3we_351:before{background:#43e0f8}._topbar_1m3we_373{z-index:2000;justify-content:space-between;align-items:center;width:100%;height:64px;margin-bottom:24px;padding:0 24px;display:flex;position:relative}._topbar_1m3we_373._sticky_1m3we_384{background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);position:sticky;top:0;left:0}._logoWrapper_1m3we_391{display:inline-flex}._logo_1m3we_391{max-width:110px}._menuWrapper_1m3we_399{display:flex}@media only screen and (width<=1340px){._menuWrapper_1m3we_399{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_1m3we_399._opened_1m3we_416{display:flex}}._menuItem_1m3we_421{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_1m3we_421{flex:none;width:auto;margin-bottom:10px}}._menuItem_1m3we_421 ._menuIcon_1m3we_442{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_1m3we_421 ._menuIconPerformance_1m3we_447{fill:none}._menuItem_1m3we_421 ._menuIconStroke_1m3we_450{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_1m3we_421._active_1m3we_455,._menuItem_1m3we_421:hover{color:#52c2fd;background:#fff}._menuItem_1m3we_421._active_1m3we_455 ._menuIcon_1m3we_442:not(._menuIconStroke_1m3we_450,._menuIconPerformance_1m3we_447),._menuItem_1m3we_421:hover ._menuIcon_1m3we_442:not(._menuIconStroke_1m3we_450,._menuIconPerformance_1m3we_447){fill:#52c2fd}._menuItem_1m3we_421._active_1m3we_455 ._menuIconPerformance_1m3we_447 path,._menuItem_1m3we_421:hover ._menuIconPerformance_1m3we_447 path{stroke:#59a6fd}._menuItem_1m3we_421._active_1m3we_455 ._menuIconStroke_1m3we_450:not(._menuIcon_1m3we_442),._menuItem_1m3we_421:hover ._menuIconStroke_1m3we_450:not(._menuIcon_1m3we_442){stroke:#52c2fd}._redDot_1m3we_469{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_1m3we_484{justify-content:center;display:flex}._link_1m3we_489{color:#2db2c8;cursor:pointer;text-decoration:underline}._widgetsWrapper_1m3we_223{flex-wrap:wrap}._widgetsWrapperJustified_1m3we_499{gap:24px 16px}._widgetsWrapperJustified_1m3we_499>div{flex:400px}._widgetsWrapperJustified_1m3we_499 div{max-width:unset;margin:0}._statusButtonWrapper_1m3we_510{flex-wrap:wrap;row-gap:4px;margin-right:12px;display:flex}._statusButton_1m3we_510{text-transform:uppercase;cursor:pointer;border-radius:20px;margin-left:4px;padding:2px 8px;font-size:.75rem;font-weight:500;display:inline-flex}._statusButton_1m3we_510._disabled_1m3we_315{cursor:default;pointer-events:none}._statusButton_1m3we_510._transfer_1m3we_531{color:#164d63;background:#cff9fe;border:1px solid #06b3d4}._statusButton_1m3we_510._missing_1m3we_536{color:#b45309;background:#fef3c7;border:1px solid #f59e0b}._statusButton_1m3we_510._warranty_1m3we_541{color:#165964;background:#ebfcff;border:1px solid #2db2c8}._statusButton_1m3we_510._inventory_1m3we_546{color:#c11574;background:#fdf2fa;border:1px solid #fcceee}._statusButton_1m3we_510._preinstalled_1m3we_551{color:#115e59;background:#dffbf4;border:1px solid #14b8a6}._authButtonsWrapper_10qpj_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_10qpj_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_10qpj_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.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_10qpj_23{width:100%;margin-bottom:16px}._fieldWrapper_10qpj_23:last-child{margin-bottom:0}._fieldLabel_10qpj_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_10qpj_36{margin-top:8px;font-size:.75rem}._field_10qpj_23{width:100%;position:relative}._fieldLabelNew_10qpj_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_10qpj_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_10qpj_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_10qpj_52[type=password]{font-size:18px}._inputNew_10qpj_52:focus,._inputNew_10qpj_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_10qpj_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_10qpj_52:disabled::placeholder{color:#cbd5e1}._inputNew_10qpj_52._error_10qpj_7{border:1px solid #ef4444}._inputNew_10qpj_52._error_10qpj_7:focus,._inputNew_10qpj_52._error_10qpj_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_10qpj_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_10qpj_90{width:calc(50% - 8px)}._tableNavWrapper_10qpj_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_10qpj_109{align-items:center;display:flex}._tableNavItem_10qpj_114{margin:0 6px}._modalContent_10qpj_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_10qpj_118._center_10qpj_125{text-align:center;font-family:Inter}._modalContent_10qpj_118._settings_10qpj_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_10qpj_118._settingsIntegration_10qpj_133,._modalContent_10qpj_118._performanceTestModalContent_10qpj_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_10qpj_118._monitoringReportContent_10qpj_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_10qpj_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_10qpj_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_10qpj_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_10qpj_158:after,._modalLine_10qpj_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_10qpj_158:before{left:-20px}._modalLine_10qpj_158:after{right:-20px}._infoMessage_10qpj_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_10qpj_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_10qpj_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_10qpj_196._buttonsAutoWidth_10qpj_203{justify-content:flex-end}._modalFooter_10qpj_196._buttonsAutoWidth_10qpj_203 button,._modalFooter_10qpj_196._buttonsAutoWidth_10qpj_203 span{margin-left:12px}._fullWidthTitle_10qpj_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_10qpj_223{justify-content:center;gap:24px 16px;margin:0 0 24px;display:flex}._widgetWrapper_10qpj_230{background:#fff;border:1px solid #e2e8f0;border-radius:20px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_10qpj_230{padding:0 16px 15px}}._widgetHeader_10qpj_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_10qpj_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_10qpj_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_10qpj_266{align-items:center;height:180px;display:flex}._widgetFooter_10qpj_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_10qpj_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_10qpj_279:last-child{border:none}._widgetMainValue_10qpj_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_10qpj_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_10qpj_303{color:#64748b;font-size:.75rem}._widgetLoader_10qpj_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_10qpj_315{opacity:.5;cursor:default}._widgetAddress_10qpj_320{color:#64748b;font-size:.75rem}._widgetTag_10qpj_325{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_10qpj_333{color:#0f172a;font-weight:500}._chartValuesWrapper_10qpj_338{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_10qpj_346{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_10qpj_346._green_10qpj_351:before,._chartValuesTitle_10qpj_346._dark_10qpj_351:before,._chartValuesTitle_10qpj_346._blue_10qpj_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_10qpj_346._green_10qpj_351:before{background:#22c55e}._chartValuesTitle_10qpj_346._dark_10qpj_351:before{background:#475569}._chartValuesTitle_10qpj_346._blue_10qpj_351:before{background:#43e0f8}._topbar_10qpj_373{z-index:2000;justify-content:space-between;align-items:center;width:100%;height:64px;margin-bottom:24px;padding:0 24px;display:flex;position:relative}._topbar_10qpj_373._sticky_10qpj_384{background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);position:sticky;top:0;left:0}._logoWrapper_10qpj_391{display:inline-flex}._logo_10qpj_391{max-width:110px}._menuWrapper_10qpj_399{display:flex}@media only screen and (width<=1340px){._menuWrapper_10qpj_399{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_10qpj_399._opened_10qpj_416{display:flex}}._menuItem_10qpj_421{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_10qpj_421{flex:none;width:auto;margin-bottom:10px}}._menuItem_10qpj_421 ._menuIcon_10qpj_442{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_10qpj_421 ._menuIconPerformance_10qpj_447{fill:none}._menuItem_10qpj_421 ._menuIconStroke_10qpj_450{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_10qpj_421._active_10qpj_455,._menuItem_10qpj_421:hover{color:#52c2fd;background:#fff}._menuItem_10qpj_421._active_10qpj_455 ._menuIcon_10qpj_442:not(._menuIconStroke_10qpj_450,._menuIconPerformance_10qpj_447),._menuItem_10qpj_421:hover ._menuIcon_10qpj_442:not(._menuIconStroke_10qpj_450,._menuIconPerformance_10qpj_447){fill:#52c2fd}._menuItem_10qpj_421._active_10qpj_455 ._menuIconPerformance_10qpj_447 path,._menuItem_10qpj_421:hover ._menuIconPerformance_10qpj_447 path{stroke:#59a6fd}._menuItem_10qpj_421._active_10qpj_455 ._menuIconStroke_10qpj_450:not(._menuIcon_10qpj_442),._menuItem_10qpj_421:hover ._menuIconStroke_10qpj_450:not(._menuIcon_10qpj_442){stroke:#52c2fd}._redDot_10qpj_469{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_10qpj_484{justify-content:center;display:flex}._link_10qpj_489{color:#2db2c8;cursor:pointer;text-decoration:underline}._fieldWrapper_10qpj_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_10qpj_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_qdu9t_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_qdu9t_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_qdu9t_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.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_qdu9t_23{width:100%;margin-bottom:16px}._fieldWrapper_qdu9t_23:last-child{margin-bottom:0}._fieldLabel_qdu9t_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_qdu9t_36{margin-top:8px;font-size:.75rem}._field_qdu9t_23{width:100%;position:relative}._fieldLabelNew_qdu9t_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_qdu9t_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_qdu9t_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_qdu9t_52[type=password]{font-size:18px}._inputNew_qdu9t_52:focus,._inputNew_qdu9t_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_qdu9t_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_qdu9t_52:disabled::placeholder{color:#cbd5e1}._inputNew_qdu9t_52._error_qdu9t_7{border:1px solid #ef4444}._inputNew_qdu9t_52._error_qdu9t_7:focus,._inputNew_qdu9t_52._error_qdu9t_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_qdu9t_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_qdu9t_90{width:calc(50% - 8px)}._tableNavWrapper_qdu9t_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_qdu9t_109{align-items:center;display:flex}._tableNavItem_qdu9t_114{margin:0 6px}._modalContent_qdu9t_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_qdu9t_118._center_qdu9t_125{text-align:center;font-family:Inter}._modalContent_qdu9t_118._settings_qdu9t_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_qdu9t_118._settingsIntegration_qdu9t_133,._modalContent_qdu9t_118._performanceTestModalContent_qdu9t_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_qdu9t_118._monitoringReportContent_qdu9t_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_qdu9t_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_qdu9t_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_qdu9t_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_qdu9t_158:after,._modalLine_qdu9t_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_qdu9t_158:before{left:-20px}._modalLine_qdu9t_158:after{right:-20px}._infoMessage_qdu9t_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_qdu9t_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_qdu9t_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_qdu9t_196._buttonsAutoWidth_qdu9t_203{justify-content:flex-end}._modalFooter_qdu9t_196._buttonsAutoWidth_qdu9t_203 button,._modalFooter_qdu9t_196._buttonsAutoWidth_qdu9t_203 span{margin-left:12px}._fullWidthTitle_qdu9t_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_qdu9t_223{justify-content:center;gap:24px 16px;margin:0 0 24px;display:flex}._widgetWrapper_qdu9t_230{background:#fff;border:1px solid #e2e8f0;border-radius:20px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_qdu9t_230{padding:0 16px 15px}}._widgetHeader_qdu9t_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_qdu9t_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_qdu9t_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_qdu9t_266{align-items:center;height:180px;display:flex}._widgetFooter_qdu9t_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_qdu9t_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_qdu9t_279:last-child{border:none}._widgetMainValue_qdu9t_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_qdu9t_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_qdu9t_303{color:#64748b;font-size:.75rem}._widgetLoader_qdu9t_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_qdu9t_315{opacity:.5;cursor:default}._widgetAddress_qdu9t_320{color:#64748b;font-size:.75rem}._widgetTag_qdu9t_325{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_qdu9t_333{color:#0f172a;font-weight:500}._chartValuesWrapper_qdu9t_338{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_qdu9t_346{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_qdu9t_346._green_qdu9t_351:before,._chartValuesTitle_qdu9t_346._dark_qdu9t_351:before,._chartValuesTitle_qdu9t_346._blue_qdu9t_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_qdu9t_346._green_qdu9t_351:before{background:#22c55e}._chartValuesTitle_qdu9t_346._dark_qdu9t_351:before{background:#475569}._chartValuesTitle_qdu9t_346._blue_qdu9t_351:before{background:#43e0f8}._topbar_qdu9t_373{z-index:2000;justify-content:space-between;align-items:center;width:100%;height:64px;margin-bottom:24px;padding:0 24px;display:flex;position:relative}._topbar_qdu9t_373._sticky_qdu9t_384{background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);position:sticky;top:0;left:0}._logoWrapper_qdu9t_391{display:inline-flex}._logo_qdu9t_391{max-width:110px}._menuWrapper_qdu9t_399{display:flex}@media only screen and (width<=1340px){._menuWrapper_qdu9t_399{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_qdu9t_399._opened_qdu9t_416{display:flex}}._menuItem_qdu9t_421{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_qdu9t_421{flex:none;width:auto;margin-bottom:10px}}._menuItem_qdu9t_421 ._menuIcon_qdu9t_442{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_qdu9t_421 ._menuIconPerformance_qdu9t_447{fill:none}._menuItem_qdu9t_421 ._menuIconStroke_qdu9t_450{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_qdu9t_421._active_qdu9t_455,._menuItem_qdu9t_421:hover{color:#52c2fd;background:#fff}._menuItem_qdu9t_421._active_qdu9t_455 ._menuIcon_qdu9t_442:not(._menuIconStroke_qdu9t_450,._menuIconPerformance_qdu9t_447),._menuItem_qdu9t_421:hover ._menuIcon_qdu9t_442:not(._menuIconStroke_qdu9t_450,._menuIconPerformance_qdu9t_447){fill:#52c2fd}._menuItem_qdu9t_421._active_qdu9t_455 ._menuIconPerformance_qdu9t_447 path,._menuItem_qdu9t_421:hover ._menuIconPerformance_qdu9t_447 path{stroke:#59a6fd}._menuItem_qdu9t_421._active_qdu9t_455 ._menuIconStroke_qdu9t_450:not(._menuIcon_qdu9t_442),._menuItem_qdu9t_421:hover ._menuIconStroke_qdu9t_450:not(._menuIcon_qdu9t_442){stroke:#52c2fd}._redDot_qdu9t_469{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_qdu9t_484{justify-content:center;display:flex}._link_qdu9t_489{color:#2db2c8;cursor:pointer;text-decoration:underline}._authButtonsWrapper_14ouv_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_14ouv_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_14ouv_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.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_14ouv_23{width:100%;margin-bottom:16px}._fieldWrapper_14ouv_23:last-child{margin-bottom:0}._fieldLabel_14ouv_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_14ouv_36{margin-top:8px;font-size:.75rem}._field_14ouv_23{width:100%;position:relative}._fieldLabelNew_14ouv_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_14ouv_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_14ouv_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_14ouv_52[type=password]{font-size:18px}._inputNew_14ouv_52:focus,._inputNew_14ouv_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_14ouv_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_14ouv_52:disabled::placeholder{color:#cbd5e1}._inputNew_14ouv_52._error_14ouv_7{border:1px solid #ef4444}._inputNew_14ouv_52._error_14ouv_7:focus,._inputNew_14ouv_52._error_14ouv_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_14ouv_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_14ouv_90{width:calc(50% - 8px)}._tableNavWrapper_14ouv_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_14ouv_109{align-items:center;display:flex}._tableNavItem_14ouv_114{margin:0 6px}._modalContent_14ouv_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_14ouv_118._center_14ouv_125{text-align:center;font-family:Inter}._modalContent_14ouv_118._settings_14ouv_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_14ouv_118._settingsIntegration_14ouv_133,._modalContent_14ouv_118._performanceTestModalContent_14ouv_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_14ouv_118._monitoringReportContent_14ouv_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_14ouv_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_14ouv_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_14ouv_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_14ouv_158:after,._modalLine_14ouv_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_14ouv_158:before{left:-20px}._modalLine_14ouv_158:after{right:-20px}._infoMessage_14ouv_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_14ouv_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_14ouv_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_14ouv_196._buttonsAutoWidth_14ouv_203{justify-content:flex-end}._modalFooter_14ouv_196._buttonsAutoWidth_14ouv_203 button,._modalFooter_14ouv_196._buttonsAutoWidth_14ouv_203 span{margin-left:12px}._fullWidthTitle_14ouv_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_14ouv_223{justify-content:center;gap:24px 16px;margin:0 0 24px;display:flex}._widgetWrapper_14ouv_230{background:#fff;border:1px solid #e2e8f0;border-radius:20px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_14ouv_230{padding:0 16px 15px}}._widgetHeader_14ouv_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_14ouv_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_14ouv_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_14ouv_266{align-items:center;height:180px;display:flex}._widgetFooter_14ouv_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_14ouv_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_14ouv_279:last-child{border:none}._widgetMainValue_14ouv_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_14ouv_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_14ouv_303{color:#64748b;font-size:.75rem}._widgetLoader_14ouv_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_14ouv_315{opacity:.5;cursor:default}._widgetAddress_14ouv_320{color:#64748b;font-size:.75rem}._widgetTag_14ouv_325{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_14ouv_333{color:#0f172a;font-weight:500}._chartValuesWrapper_14ouv_338{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_14ouv_346{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_14ouv_346._green_14ouv_351:before,._chartValuesTitle_14ouv_346._dark_14ouv_351:before,._chartValuesTitle_14ouv_346._blue_14ouv_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_14ouv_346._green_14ouv_351:before{background:#22c55e}._chartValuesTitle_14ouv_346._dark_14ouv_351:before{background:#475569}._chartValuesTitle_14ouv_346._blue_14ouv_351:before{background:#43e0f8}._topbar_14ouv_373{z-index:2000;justify-content:space-between;align-items:center;width:100%;height:64px;margin-bottom:24px;padding:0 24px;display:flex;position:relative}._topbar_14ouv_373._sticky_14ouv_384{background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);position:sticky;top:0;left:0}._logoWrapper_14ouv_391{display:inline-flex}._logo_14ouv_391{max-width:110px}._menuWrapper_14ouv_399{display:flex}@media only screen and (width<=1340px){._menuWrapper_14ouv_399{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_14ouv_399._opened_14ouv_416{display:flex}}._menuItem_14ouv_421{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_14ouv_421{flex:none;width:auto;margin-bottom:10px}}._menuItem_14ouv_421 ._menuIcon_14ouv_442{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_14ouv_421 ._menuIconPerformance_14ouv_447{fill:none}._menuItem_14ouv_421 ._menuIconStroke_14ouv_450{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_14ouv_421._active_14ouv_455,._menuItem_14ouv_421:hover{color:#52c2fd;background:#fff}._menuItem_14ouv_421._active_14ouv_455 ._menuIcon_14ouv_442:not(._menuIconStroke_14ouv_450,._menuIconPerformance_14ouv_447),._menuItem_14ouv_421:hover ._menuIcon_14ouv_442:not(._menuIconStroke_14ouv_450,._menuIconPerformance_14ouv_447){fill:#52c2fd}._menuItem_14ouv_421._active_14ouv_455 ._menuIconPerformance_14ouv_447 path,._menuItem_14ouv_421:hover ._menuIconPerformance_14ouv_447 path{stroke:#59a6fd}._menuItem_14ouv_421._active_14ouv_455 ._menuIconStroke_14ouv_450:not(._menuIcon_14ouv_442),._menuItem_14ouv_421:hover ._menuIconStroke_14ouv_450:not(._menuIcon_14ouv_442){stroke:#52c2fd}._redDot_14ouv_469{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_14ouv_484{justify-content:center;display:flex}._link_14ouv_489{color:#2db2c8;cursor:pointer;text-decoration:underline}._modalHeader_14ouv_495{border-bottom:1px solid #e2e8f0;align-items:center;padding:10px 36px 10px 16px;display:flex}._performanceIconWrapper_14ouv_502{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_14ouv_502 svg{fill:none}._performanceIconWrapper_14ouv_502 svg path{stroke:#59a6fd}._performanceTestInfo_14ouv_521{flex-direction:column;justify-content:center;align-items:flex-start;display:flex}._performanceTestInfo_14ouv_521 h3{color:#0f172a;margin-bottom:4px;font-size:18px;font-weight:500;line-height:24px}._performanceTestInfo_14ouv_521 p{color:#64748b;font-size:14px;font-weight:400;line-height:20px}._modalBody_14ouv_541{padding:16px}._performanceTestActionsWrapper_14ouv_545{justify-content:space-between;gap:10px;display:flex}._performanceTestAction_14ouv_545{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_14ouv_545:hover{background-color:#ebfcff;border:1px solid #43e0f8}._performanceTestAction_14ouv_545:hover svg path{fill:#165964}._performanceTestAction_14ouv_545 svg path{fill:#0f172a}._performanceTestAction_14ouv_545 p{color:#0f172a;font-size:14px;font-weight:500}._performanceTestAction_14ouv_545 span{color:#475569;font-size:12px;font-weight:400}._activeAction_14ouv_583{background-color:#ebfcff;border:1px solid #43e0f8}._activeAction_14ouv_583 svg path{fill:#165964}._scheduleSection_14ouv_591,._labelSection_14ouv_592{flex-direction:column;display:flex}._scheduleSection_14ouv_591 p,._labelSection_14ouv_592 p{margin-bottom:4px;font-size:14px;font-weight:400;line-height:20px}._scheduleSection_14ouv_591{margin-top:12px;position:relative}._selectItemWrapper_14ouv_609{border-radius:8px;align-items:center;margin:4px;padding:8px;display:flex}._selectItemWrapper_14ouv_609:hover{background-color:#f8fafc}._selectItemWrapper_14ouv_609 span{color:#0f172a;font-size:14px;font-weight:400;line-height:20px}._addBtnWrapper_14ouv_626{align-items:center;padding:8px 8px 8px 16px;display:flex}._addBtnWrapper_14ouv_626 span{color:#2db2c8;font-size:14px;font-weight:400;line-height:20px}._plusIcon_14ouv_638{margin-right:4px;font-size:16px;line-height:14px}._authButtonsWrapper_4jytn_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_4jytn_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_4jytn_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.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_4jytn_23{width:100%;margin-bottom:16px}._fieldWrapper_4jytn_23:last-child{margin-bottom:0}._fieldLabel_4jytn_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_4jytn_36{margin-top:8px;font-size:.75rem}._field_4jytn_23{width:100%;position:relative}._fieldLabelNew_4jytn_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_4jytn_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_4jytn_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_4jytn_52[type=password]{font-size:18px}._inputNew_4jytn_52:focus,._inputNew_4jytn_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_4jytn_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_4jytn_52:disabled::placeholder{color:#cbd5e1}._inputNew_4jytn_52._error_4jytn_7{border:1px solid #ef4444}._inputNew_4jytn_52._error_4jytn_7:focus,._inputNew_4jytn_52._error_4jytn_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_4jytn_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_4jytn_90{width:calc(50% - 8px)}._tableNavWrapper_4jytn_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_4jytn_109{align-items:center;display:flex}._tableNavItem_4jytn_114{margin:0 6px}._modalContent_4jytn_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_4jytn_118._center_4jytn_125{text-align:center;font-family:Inter}._modalContent_4jytn_118._settings_4jytn_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_4jytn_118._settingsIntegration_4jytn_133,._modalContent_4jytn_118._performanceTestModalContent_4jytn_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_4jytn_118._monitoringReportContent_4jytn_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_4jytn_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_4jytn_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_4jytn_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_4jytn_158:after,._modalLine_4jytn_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_4jytn_158:before{left:-20px}._modalLine_4jytn_158:after{right:-20px}._infoMessage_4jytn_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_4jytn_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_4jytn_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_4jytn_196._buttonsAutoWidth_4jytn_203{justify-content:flex-end}._modalFooter_4jytn_196._buttonsAutoWidth_4jytn_203 button,._modalFooter_4jytn_196._buttonsAutoWidth_4jytn_203 span{margin-left:12px}._fullWidthTitle_4jytn_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_4jytn_223{justify-content:center;gap:24px 16px;margin:0 0 24px;display:flex}._widgetWrapper_4jytn_230{background:#fff;border:1px solid #e2e8f0;border-radius:20px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_4jytn_230{padding:0 16px 15px}}._widgetHeader_4jytn_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_4jytn_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_4jytn_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_4jytn_266{align-items:center;height:180px;display:flex}._widgetFooter_4jytn_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_4jytn_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_4jytn_279:last-child{border:none}._widgetMainValue_4jytn_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_4jytn_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_4jytn_303{color:#64748b;font-size:.75rem}._widgetLoader_4jytn_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_4jytn_315{opacity:.5;cursor:default}._widgetAddress_4jytn_320{color:#64748b;font-size:.75rem}._widgetTag_4jytn_325{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_4jytn_333{color:#0f172a;font-weight:500}._chartValuesWrapper_4jytn_338{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_4jytn_346{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_4jytn_346._green_4jytn_351:before,._chartValuesTitle_4jytn_346._dark_4jytn_351:before,._chartValuesTitle_4jytn_346._blue_4jytn_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_4jytn_346._green_4jytn_351:before{background:#22c55e}._chartValuesTitle_4jytn_346._dark_4jytn_351:before{background:#475569}._chartValuesTitle_4jytn_346._blue_4jytn_351:before{background:#43e0f8}._topbar_4jytn_373{z-index:2000;justify-content:space-between;align-items:center;width:100%;height:64px;margin-bottom:24px;padding:0 24px;display:flex;position:relative}._topbar_4jytn_373._sticky_4jytn_384{background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);position:sticky;top:0;left:0}._logoWrapper_4jytn_391{display:inline-flex}._logo_4jytn_391{max-width:110px}._menuWrapper_4jytn_399{display:flex}@media only screen and (width<=1340px){._menuWrapper_4jytn_399{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_4jytn_399._opened_4jytn_416{display:flex}}._menuItem_4jytn_421{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_4jytn_421{flex:none;width:auto;margin-bottom:10px}}._menuItem_4jytn_421 ._menuIcon_4jytn_442{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_4jytn_421 ._menuIconPerformance_4jytn_447{fill:none}._menuItem_4jytn_421 ._menuIconStroke_4jytn_450{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_4jytn_421._active_4jytn_455,._menuItem_4jytn_421:hover{color:#52c2fd;background:#fff}._menuItem_4jytn_421._active_4jytn_455 ._menuIcon_4jytn_442:not(._menuIconStroke_4jytn_450,._menuIconPerformance_4jytn_447),._menuItem_4jytn_421:hover ._menuIcon_4jytn_442:not(._menuIconStroke_4jytn_450,._menuIconPerformance_4jytn_447){fill:#52c2fd}._menuItem_4jytn_421._active_4jytn_455 ._menuIconPerformance_4jytn_447 path,._menuItem_4jytn_421:hover ._menuIconPerformance_4jytn_447 path{stroke:#59a6fd}._menuItem_4jytn_421._active_4jytn_455 ._menuIconStroke_4jytn_450:not(._menuIcon_4jytn_442),._menuItem_4jytn_421:hover ._menuIconStroke_4jytn_450:not(._menuIcon_4jytn_442){stroke:#52c2fd}._redDot_4jytn_469{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_4jytn_484{justify-content:center;display:flex}._link_4jytn_489{color:#2db2c8;cursor:pointer;text-decoration:underline}._leftNavWrapper_4jytn_495{align-items:center;display:flex}._selectWrapper_4jytn_500{width:330px!important;margin:0 12px!important}._messageCenterContentWrapper_4jytn_505 .rowWithSubRows .rowNavWrapper .rowNavButtonsContainer{background-color:#e1f8fc}._messageCenterRemoveButtonContainer_4jytn_509{background-color:#0000;gap:0}._messageCenterRemoveButtonContainer_4jytn_509 span{width:28px;height:28px;padding:4px}._messageCenterRemoveButtonContainer_4jytn_509 span:hover{background-color:#0000}._messageCenterRemoveButtonContainer_4jytn_509 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_11d00_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_11d00_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_11d00_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.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_11d00_23{width:100%;margin-bottom:16px}._fieldWrapper_11d00_23:last-child{margin-bottom:0}._fieldLabel_11d00_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_11d00_36{margin-top:8px;font-size:.75rem}._field_11d00_23{width:100%;position:relative}._fieldLabelNew_11d00_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_11d00_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_11d00_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_11d00_52[type=password]{font-size:18px}._inputNew_11d00_52:focus,._inputNew_11d00_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_11d00_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_11d00_52:disabled::placeholder{color:#cbd5e1}._inputNew_11d00_52._error_11d00_7{border:1px solid #ef4444}._inputNew_11d00_52._error_11d00_7:focus,._inputNew_11d00_52._error_11d00_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_11d00_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_11d00_90{width:calc(50% - 8px)}._tableNavWrapper_11d00_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_11d00_109{align-items:center;display:flex}._tableNavItem_11d00_114{margin:0 6px}._modalContent_11d00_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_11d00_118._center_11d00_125{text-align:center;font-family:Inter}._modalContent_11d00_118._settings_11d00_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_11d00_118._settingsIntegration_11d00_133,._modalContent_11d00_118._performanceTestModalContent_11d00_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_11d00_118._monitoringReportContent_11d00_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_11d00_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_11d00_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_11d00_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_11d00_158:after,._modalLine_11d00_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_11d00_158:before{left:-20px}._modalLine_11d00_158:after{right:-20px}._infoMessage_11d00_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_11d00_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_11d00_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_11d00_196._buttonsAutoWidth_11d00_203{justify-content:flex-end}._modalFooter_11d00_196._buttonsAutoWidth_11d00_203 button,._modalFooter_11d00_196._buttonsAutoWidth_11d00_203 span{margin-left:12px}._fullWidthTitle_11d00_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_11d00_223{justify-content:center;gap:24px 16px;margin:0 0 24px;display:flex}._widgetWrapper_11d00_230{background:#fff;border:1px solid #e2e8f0;border-radius:20px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_11d00_230{padding:0 16px 15px}}._widgetHeader_11d00_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_11d00_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_11d00_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_11d00_266{align-items:center;height:180px;display:flex}._widgetFooter_11d00_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_11d00_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_11d00_279:last-child{border:none}._widgetMainValue_11d00_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_11d00_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_11d00_303{color:#64748b;font-size:.75rem}._widgetLoader_11d00_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_11d00_315{opacity:.5;cursor:default}._widgetAddress_11d00_320{color:#64748b;font-size:.75rem}._widgetTag_11d00_325{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_11d00_333{color:#0f172a;font-weight:500}._chartValuesWrapper_11d00_338{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_11d00_346{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_11d00_346._green_11d00_351:before,._chartValuesTitle_11d00_346._dark_11d00_351:before,._chartValuesTitle_11d00_346._blue_11d00_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_11d00_346._green_11d00_351:before{background:#22c55e}._chartValuesTitle_11d00_346._dark_11d00_351:before{background:#475569}._chartValuesTitle_11d00_346._blue_11d00_351:before{background:#43e0f8}._topbar_11d00_373{z-index:2000;justify-content:space-between;align-items:center;width:100%;height:64px;margin-bottom:24px;padding:0 24px;display:flex;position:relative}._topbar_11d00_373._sticky_11d00_384{background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);position:sticky;top:0;left:0}._logoWrapper_11d00_391{display:inline-flex}._logo_11d00_391{max-width:110px}._menuWrapper_11d00_399{display:flex}@media only screen and (width<=1340px){._menuWrapper_11d00_399{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_11d00_399._opened_11d00_416{display:flex}}._menuItem_11d00_421{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_11d00_421{flex:none;width:auto;margin-bottom:10px}}._menuItem_11d00_421 ._menuIcon_11d00_442{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_11d00_421 ._menuIconPerformance_11d00_447{fill:none}._menuItem_11d00_421 ._menuIconStroke_11d00_450{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_11d00_421._active_11d00_455,._menuItem_11d00_421:hover{color:#52c2fd;background:#fff}._menuItem_11d00_421._active_11d00_455 ._menuIcon_11d00_442:not(._menuIconStroke_11d00_450,._menuIconPerformance_11d00_447),._menuItem_11d00_421:hover ._menuIcon_11d00_442:not(._menuIconStroke_11d00_450,._menuIconPerformance_11d00_447){fill:#52c2fd}._menuItem_11d00_421._active_11d00_455 ._menuIconPerformance_11d00_447 path,._menuItem_11d00_421:hover ._menuIconPerformance_11d00_447 path{stroke:#59a6fd}._menuItem_11d00_421._active_11d00_455 ._menuIconStroke_11d00_450:not(._menuIcon_11d00_442),._menuItem_11d00_421:hover ._menuIconStroke_11d00_450:not(._menuIcon_11d00_442){stroke:#52c2fd}._redDot_11d00_469{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_11d00_484{justify-content:center;display:flex}._link_11d00_489{color:#2db2c8;cursor:pointer;text-decoration:underline}._detailsWrapper_11d00_495{margin-top:12px;display:flex}._detailsItem_11d00_500{border:1px solid #e2e8f0;border-radius:12px;min-width:115px;max-width:400px;margin-right:12px;padding:16px}@media (width<=900px){._detailsItem_11d00_500{min-width:90px}}._detailsTitle_11d00_514{color:#64748b;word-break:normal;overflow-wrap:anywhere;align-items:center;margin-bottom:8px;font-size:.875rem;font-weight:400;display:flex}._detailsIcon_11d00_525{margin-right:4px}._detailsText_11d00_529{word-break:normal;overflow-wrap:anywhere;font-size:.875rem;font-weight:500}._detailsText_11d00_529 ul li ul,._detailsText_11d00_529 ul li ol{padding-left:20px}._authButtonsWrapper_475l4_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_475l4_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_475l4_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.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_475l4_23{width:100%;margin-bottom:16px}._fieldWrapper_475l4_23:last-child{margin-bottom:0}._fieldLabel_475l4_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_475l4_36{margin-top:8px;font-size:.75rem}._field_475l4_23{width:100%;position:relative}._fieldLabelNew_475l4_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_475l4_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_475l4_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_475l4_52[type=password]{font-size:18px}._inputNew_475l4_52:focus,._inputNew_475l4_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_475l4_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_475l4_52:disabled::placeholder{color:#cbd5e1}._inputNew_475l4_52._error_475l4_7{border:1px solid #ef4444}._inputNew_475l4_52._error_475l4_7:focus,._inputNew_475l4_52._error_475l4_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_475l4_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_475l4_90{width:calc(50% - 8px)}._tableNavWrapper_475l4_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_475l4_109{align-items:center;display:flex}._tableNavItem_475l4_114{margin:0 6px}._modalContent_475l4_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_475l4_118._center_475l4_125{text-align:center;font-family:Inter}._modalContent_475l4_118._settings_475l4_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_475l4_118._settingsIntegration_475l4_133,._modalContent_475l4_118._performanceTestModalContent_475l4_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_475l4_118._monitoringReportContent_475l4_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_475l4_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_475l4_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_475l4_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_475l4_158:after,._modalLine_475l4_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_475l4_158:before{left:-20px}._modalLine_475l4_158:after{right:-20px}._infoMessage_475l4_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_475l4_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_475l4_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_475l4_196._buttonsAutoWidth_475l4_203{justify-content:flex-end}._modalFooter_475l4_196._buttonsAutoWidth_475l4_203 button,._modalFooter_475l4_196._buttonsAutoWidth_475l4_203 span{margin-left:12px}._fullWidthTitle_475l4_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_475l4_223{justify-content:center;gap:24px 16px;margin:0 0 24px;display:flex}._widgetWrapper_475l4_230{background:#fff;border:1px solid #e2e8f0;border-radius:20px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_475l4_230{padding:0 16px 15px}}._widgetHeader_475l4_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_475l4_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_475l4_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_475l4_266{align-items:center;height:180px;display:flex}._widgetFooter_475l4_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_475l4_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_475l4_279:last-child{border:none}._widgetMainValue_475l4_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_475l4_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_475l4_303{color:#64748b;font-size:.75rem}._widgetLoader_475l4_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_475l4_315{opacity:.5;cursor:default}._widgetAddress_475l4_320{color:#64748b;font-size:.75rem}._widgetTag_475l4_325{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_475l4_333{color:#0f172a;font-weight:500}._chartValuesWrapper_475l4_338{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_475l4_346{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_475l4_346._green_475l4_351:before,._chartValuesTitle_475l4_346._dark_475l4_351:before,._chartValuesTitle_475l4_346._blue_475l4_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_475l4_346._green_475l4_351:before{background:#22c55e}._chartValuesTitle_475l4_346._dark_475l4_351:before{background:#475569}._chartValuesTitle_475l4_346._blue_475l4_351:before{background:#43e0f8}._topbar_475l4_373{z-index:2000;justify-content:space-between;align-items:center;width:100%;height:64px;margin-bottom:24px;padding:0 24px;display:flex;position:relative}._topbar_475l4_373._sticky_475l4_384{background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);position:sticky;top:0;left:0}._logoWrapper_475l4_391{display:inline-flex}._logo_475l4_391{max-width:110px}._menuWrapper_475l4_399{display:flex}@media only screen and (width<=1340px){._menuWrapper_475l4_399{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_475l4_399._opened_475l4_416{display:flex}}._menuItem_475l4_421{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_475l4_421{flex:none;width:auto;margin-bottom:10px}}._menuItem_475l4_421 ._menuIcon_475l4_442{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_475l4_421 ._menuIconPerformance_475l4_447{fill:none}._menuItem_475l4_421 ._menuIconStroke_475l4_450{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_475l4_421._active_475l4_455,._menuItem_475l4_421:hover{color:#52c2fd;background:#fff}._menuItem_475l4_421._active_475l4_455 ._menuIcon_475l4_442:not(._menuIconStroke_475l4_450,._menuIconPerformance_475l4_447),._menuItem_475l4_421:hover ._menuIcon_475l4_442:not(._menuIconStroke_475l4_450,._menuIconPerformance_475l4_447){fill:#52c2fd}._menuItem_475l4_421._active_475l4_455 ._menuIconPerformance_475l4_447 path,._menuItem_475l4_421:hover ._menuIconPerformance_475l4_447 path{stroke:#59a6fd}._menuItem_475l4_421._active_475l4_455 ._menuIconStroke_475l4_450:not(._menuIcon_475l4_442),._menuItem_475l4_421:hover ._menuIconStroke_475l4_450:not(._menuIcon_475l4_442){stroke:#52c2fd}._redDot_475l4_469{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_475l4_484{justify-content:center;display:flex}._link_475l4_489{color:#2db2c8;cursor:pointer;text-decoration:underline}._alertStatus_475l4_495{font-size:.875rem}._alertStatus_475l4_495:before{display:none}._alertStatus_475l4_495._pending_475l4_501{color:#f59e0b}._alertStatus_475l4_495._failed_475l4_504{color:#ef4444}._alertStatus_475l4_495._delivered_475l4_507{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_h7mfc_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_h7mfc_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_h7mfc_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.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_h7mfc_23{width:100%;margin-bottom:16px}._fieldWrapper_h7mfc_23:last-child{margin-bottom:0}._fieldLabel_h7mfc_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_h7mfc_36{margin-top:8px;font-size:.75rem}._field_h7mfc_23{width:100%;position:relative}._fieldLabelNew_h7mfc_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_h7mfc_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_h7mfc_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_h7mfc_52[type=password]{font-size:18px}._inputNew_h7mfc_52:focus,._inputNew_h7mfc_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_h7mfc_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_h7mfc_52:disabled::placeholder{color:#cbd5e1}._inputNew_h7mfc_52._error_h7mfc_7{border:1px solid #ef4444}._inputNew_h7mfc_52._error_h7mfc_7:focus,._inputNew_h7mfc_52._error_h7mfc_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_h7mfc_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_h7mfc_90{width:calc(50% - 8px)}._tableNavWrapper_h7mfc_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_h7mfc_109{align-items:center;display:flex}._tableNavItem_h7mfc_114{margin:0 6px}._modalContent_h7mfc_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_h7mfc_118._center_h7mfc_125{text-align:center;font-family:Inter}._modalContent_h7mfc_118._settings_h7mfc_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_h7mfc_118._settingsIntegration_h7mfc_133,._modalContent_h7mfc_118._performanceTestModalContent_h7mfc_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_h7mfc_118._monitoringReportContent_h7mfc_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_h7mfc_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_h7mfc_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_h7mfc_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_h7mfc_158:after,._modalLine_h7mfc_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_h7mfc_158:before{left:-20px}._modalLine_h7mfc_158:after{right:-20px}._infoMessage_h7mfc_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_h7mfc_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_h7mfc_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_h7mfc_196._buttonsAutoWidth_h7mfc_203{justify-content:flex-end}._modalFooter_h7mfc_196._buttonsAutoWidth_h7mfc_203 button,._modalFooter_h7mfc_196._buttonsAutoWidth_h7mfc_203 span{margin-left:12px}._fullWidthTitle_h7mfc_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_h7mfc_223{justify-content:center;gap:24px 16px;margin:0 0 24px;display:flex}._widgetWrapper_h7mfc_230{background:#fff;border:1px solid #e2e8f0;border-radius:20px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_h7mfc_230{padding:0 16px 15px}}._widgetHeader_h7mfc_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_h7mfc_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_h7mfc_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_h7mfc_266{align-items:center;height:180px;display:flex}._widgetFooter_h7mfc_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_h7mfc_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_h7mfc_279:last-child{border:none}._widgetMainValue_h7mfc_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_h7mfc_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_h7mfc_303{color:#64748b;font-size:.75rem}._widgetLoader_h7mfc_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_h7mfc_315{opacity:.5;cursor:default}._widgetAddress_h7mfc_320{color:#64748b;font-size:.75rem}._widgetTag_h7mfc_325{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_h7mfc_333{color:#0f172a;font-weight:500}._chartValuesWrapper_h7mfc_338{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_h7mfc_346{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_h7mfc_346._green_h7mfc_351:before,._chartValuesTitle_h7mfc_346._dark_h7mfc_351:before,._chartValuesTitle_h7mfc_346._blue_h7mfc_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_h7mfc_346._green_h7mfc_351:before{background:#22c55e}._chartValuesTitle_h7mfc_346._dark_h7mfc_351:before{background:#475569}._chartValuesTitle_h7mfc_346._blue_h7mfc_351:before{background:#43e0f8}._topbar_h7mfc_373{z-index:2000;justify-content:space-between;align-items:center;width:100%;height:64px;margin-bottom:24px;padding:0 24px;display:flex;position:relative}._topbar_h7mfc_373._sticky_h7mfc_384{background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);position:sticky;top:0;left:0}._logoWrapper_h7mfc_391{display:inline-flex}._logo_h7mfc_391{max-width:110px}._menuWrapper_h7mfc_399{display:flex}@media only screen and (width<=1340px){._menuWrapper_h7mfc_399{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_h7mfc_399._opened_h7mfc_416{display:flex}}._menuItem_h7mfc_421{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_h7mfc_421{flex:none;width:auto;margin-bottom:10px}}._menuItem_h7mfc_421 ._menuIcon_h7mfc_442{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_h7mfc_421 ._menuIconPerformance_h7mfc_447{fill:none}._menuItem_h7mfc_421 ._menuIconStroke_h7mfc_450{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_h7mfc_421._active_h7mfc_455,._menuItem_h7mfc_421:hover{color:#52c2fd;background:#fff}._menuItem_h7mfc_421._active_h7mfc_455 ._menuIcon_h7mfc_442:not(._menuIconStroke_h7mfc_450,._menuIconPerformance_h7mfc_447),._menuItem_h7mfc_421:hover ._menuIcon_h7mfc_442:not(._menuIconStroke_h7mfc_450,._menuIconPerformance_h7mfc_447){fill:#52c2fd}._menuItem_h7mfc_421._active_h7mfc_455 ._menuIconPerformance_h7mfc_447 path,._menuItem_h7mfc_421:hover ._menuIconPerformance_h7mfc_447 path{stroke:#59a6fd}._menuItem_h7mfc_421._active_h7mfc_455 ._menuIconStroke_h7mfc_450:not(._menuIcon_h7mfc_442),._menuItem_h7mfc_421:hover ._menuIconStroke_h7mfc_450:not(._menuIcon_h7mfc_442){stroke:#52c2fd}._redDot_h7mfc_469{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_h7mfc_484{justify-content:center;display:flex}._link_h7mfc_489{color:#2db2c8;cursor:pointer;text-decoration:underline}._editor_h7mfc_495{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_h7mfc_495:focus,._editor_h7mfc_495:active{border:1px solid #a7b8d0}._editor_h7mfc_495._error_h7mfc_7{border:1px solid #ef4444}._editor_h7mfc_495._error_h7mfc_7:focus,._editor_h7mfc_495._error_h7mfc_7:active{box-shadow:none;border-color:#ef4444}._authButtonsWrapper_b4qh1_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_b4qh1_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_b4qh1_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.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_b4qh1_23{width:100%;margin-bottom:16px}._fieldWrapper_b4qh1_23:last-child{margin-bottom:0}._fieldLabel_b4qh1_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_b4qh1_36{margin-top:8px;font-size:.75rem}._field_b4qh1_23{width:100%;position:relative}._fieldLabelNew_b4qh1_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_b4qh1_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_b4qh1_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_b4qh1_52[type=password]{font-size:18px}._inputNew_b4qh1_52:focus,._inputNew_b4qh1_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_b4qh1_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_b4qh1_52:disabled::placeholder{color:#cbd5e1}._inputNew_b4qh1_52._error_b4qh1_7{border:1px solid #ef4444}._inputNew_b4qh1_52._error_b4qh1_7:focus,._inputNew_b4qh1_52._error_b4qh1_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_b4qh1_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_b4qh1_90{width:calc(50% - 8px)}._tableNavWrapper_b4qh1_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_b4qh1_109{align-items:center;display:flex}._tableNavItem_b4qh1_114{margin:0 6px}._modalContent_b4qh1_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_b4qh1_118._center_b4qh1_125{text-align:center;font-family:Inter}._modalContent_b4qh1_118._settings_b4qh1_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_b4qh1_118._settingsIntegration_b4qh1_133,._modalContent_b4qh1_118._performanceTestModalContent_b4qh1_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_b4qh1_118._monitoringReportContent_b4qh1_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_b4qh1_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_b4qh1_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_b4qh1_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_b4qh1_158:after,._modalLine_b4qh1_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_b4qh1_158:before{left:-20px}._modalLine_b4qh1_158:after{right:-20px}._infoMessage_b4qh1_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_b4qh1_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_b4qh1_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_b4qh1_196._buttonsAutoWidth_b4qh1_203{justify-content:flex-end}._modalFooter_b4qh1_196._buttonsAutoWidth_b4qh1_203 button,._modalFooter_b4qh1_196._buttonsAutoWidth_b4qh1_203 span{margin-left:12px}._fullWidthTitle_b4qh1_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_b4qh1_223{justify-content:center;gap:24px 16px;margin:0 0 24px;display:flex}._widgetWrapper_b4qh1_230{background:#fff;border:1px solid #e2e8f0;border-radius:20px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_b4qh1_230{padding:0 16px 15px}}._widgetHeader_b4qh1_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_b4qh1_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_b4qh1_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_b4qh1_266{align-items:center;height:180px;display:flex}._widgetFooter_b4qh1_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_b4qh1_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_b4qh1_279:last-child{border:none}._widgetMainValue_b4qh1_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_b4qh1_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_b4qh1_303{color:#64748b;font-size:.75rem}._widgetLoader_b4qh1_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_b4qh1_315{opacity:.5;cursor:default}._widgetAddress_b4qh1_320{color:#64748b;font-size:.75rem}._widgetTag_b4qh1_325{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_b4qh1_333{color:#0f172a;font-weight:500}._chartValuesWrapper_b4qh1_338{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_b4qh1_346{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_b4qh1_346._green_b4qh1_351:before,._chartValuesTitle_b4qh1_346._dark_b4qh1_351:before,._chartValuesTitle_b4qh1_346._blue_b4qh1_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_b4qh1_346._green_b4qh1_351:before{background:#22c55e}._chartValuesTitle_b4qh1_346._dark_b4qh1_351:before{background:#475569}._chartValuesTitle_b4qh1_346._blue_b4qh1_351:before{background:#43e0f8}._topbar_b4qh1_373{z-index:2000;justify-content:space-between;align-items:center;width:100%;height:64px;margin-bottom:24px;padding:0 24px;display:flex;position:relative}._topbar_b4qh1_373._sticky_b4qh1_384{background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);position:sticky;top:0;left:0}._logoWrapper_b4qh1_391{display:inline-flex}._logo_b4qh1_391{max-width:110px}._menuWrapper_b4qh1_399{display:flex}@media only screen and (width<=1340px){._menuWrapper_b4qh1_399{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_b4qh1_399._opened_b4qh1_416{display:flex}}._menuItem_b4qh1_421{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_b4qh1_421{flex:none;width:auto;margin-bottom:10px}}._menuItem_b4qh1_421 ._menuIcon_b4qh1_442{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_b4qh1_421 ._menuIconPerformance_b4qh1_447{fill:none}._menuItem_b4qh1_421 ._menuIconStroke_b4qh1_450{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_b4qh1_421._active_b4qh1_455,._menuItem_b4qh1_421:hover{color:#52c2fd;background:#fff}._menuItem_b4qh1_421._active_b4qh1_455 ._menuIcon_b4qh1_442:not(._menuIconStroke_b4qh1_450,._menuIconPerformance_b4qh1_447),._menuItem_b4qh1_421:hover ._menuIcon_b4qh1_442:not(._menuIconStroke_b4qh1_450,._menuIconPerformance_b4qh1_447){fill:#52c2fd}._menuItem_b4qh1_421._active_b4qh1_455 ._menuIconPerformance_b4qh1_447 path,._menuItem_b4qh1_421:hover ._menuIconPerformance_b4qh1_447 path{stroke:#59a6fd}._menuItem_b4qh1_421._active_b4qh1_455 ._menuIconStroke_b4qh1_450:not(._menuIcon_b4qh1_442),._menuItem_b4qh1_421:hover ._menuIconStroke_b4qh1_450:not(._menuIcon_b4qh1_442){stroke:#52c2fd}._redDot_b4qh1_469{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_b4qh1_484{justify-content:center;display:flex}._link_b4qh1_489{color:#2db2c8;cursor:pointer;text-decoration:underline}._messageFormWrapper_b4qh1_495{border:1px solid #e2e8f0;border-radius:20px;height:100%;padding:20px}._titleImput_b4qh1_502{color:#475569;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;width:100%;height:48px;padding:12px;font-size:1rem}._titleImput_b4qh1_502._error_b4qh1_7{border:1px solid #ef4444}._titleImput_b4qh1_502._error_b4qh1_7:focus,._titleImput_b4qh1_502._error_b4qh1_7:active{box-shadow:none;border-color:#ef4444}._textareaWrapper_b4qh1_520{margin-bottom:16px}._textareaLabel_b4qh1_524{margin-top:16px;margin-bottom:4px;font-size:14px;display:block}._tooltip_b4qh1_531 span{color:#000;font-size:14px!important}._repeatButtonsWrapper_b4qh1_536{border-bottom:1px solid #f1f5f9;justify-content:space-between;margin:8px 0 16px;padding-bottom:16px;display:flex}._repeatButtons_b4qh1_536{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_b4qh1_536:hover,._repeatButtons_b4qh1_536._active_b4qh1_455{background:#ebfcff;border-color:#43e0f8}._submitButtonWrapper_b4qh1_563{justify-content:flex-end;align-items:center;display:flex}._noteText_b4qh1_569{color:#64748b;margin-right:auto;font-size:12px}._symbolsCount_b4qh1_575{text-align:right;color:#64748b;width:100%;margin-top:4px;font-size:14px}._authButtonsWrapper_11rt9_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_11rt9_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_11rt9_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.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_11rt9_23{width:100%;margin-bottom:16px}._fieldWrapper_11rt9_23:last-child{margin-bottom:0}._fieldLabel_11rt9_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_11rt9_36{margin-top:8px;font-size:.75rem}._field_11rt9_23{width:100%;position:relative}._fieldLabelNew_11rt9_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_11rt9_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_11rt9_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_11rt9_52[type=password]{font-size:18px}._inputNew_11rt9_52:focus,._inputNew_11rt9_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_11rt9_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_11rt9_52:disabled::placeholder{color:#cbd5e1}._inputNew_11rt9_52._error_11rt9_7{border:1px solid #ef4444}._inputNew_11rt9_52._error_11rt9_7:focus,._inputNew_11rt9_52._error_11rt9_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_11rt9_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_11rt9_90{width:calc(50% - 8px)}._tableNavWrapper_11rt9_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_11rt9_109{align-items:center;display:flex}._tableNavItem_11rt9_114{margin:0 6px}._modalContent_11rt9_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_11rt9_118._center_11rt9_125{text-align:center;font-family:Inter}._modalContent_11rt9_118._settings_11rt9_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_11rt9_118._settingsIntegration_11rt9_133,._modalContent_11rt9_118._performanceTestModalContent_11rt9_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_11rt9_118._monitoringReportContent_11rt9_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_11rt9_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_11rt9_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_11rt9_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_11rt9_158:after,._modalLine_11rt9_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_11rt9_158:before{left:-20px}._modalLine_11rt9_158:after{right:-20px}._infoMessage_11rt9_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_11rt9_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_11rt9_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_11rt9_196._buttonsAutoWidth_11rt9_203{justify-content:flex-end}._modalFooter_11rt9_196._buttonsAutoWidth_11rt9_203 button,._modalFooter_11rt9_196._buttonsAutoWidth_11rt9_203 span{margin-left:12px}._fullWidthTitle_11rt9_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_11rt9_223{justify-content:center;gap:24px 16px;margin:0 0 24px;display:flex}._widgetWrapper_11rt9_230{background:#fff;border:1px solid #e2e8f0;border-radius:20px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_11rt9_230{padding:0 16px 15px}}._widgetHeader_11rt9_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_11rt9_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_11rt9_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_11rt9_266{align-items:center;height:180px;display:flex}._widgetFooter_11rt9_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_11rt9_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_11rt9_279:last-child{border:none}._widgetMainValue_11rt9_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_11rt9_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_11rt9_303{color:#64748b;font-size:.75rem}._widgetLoader_11rt9_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_11rt9_315{opacity:.5;cursor:default}._widgetAddress_11rt9_320{color:#64748b;font-size:.75rem}._widgetTag_11rt9_325{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_11rt9_333{color:#0f172a;font-weight:500}._chartValuesWrapper_11rt9_338{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_11rt9_346{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_11rt9_346._green_11rt9_351:before,._chartValuesTitle_11rt9_346._dark_11rt9_351:before,._chartValuesTitle_11rt9_346._blue_11rt9_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_11rt9_346._green_11rt9_351:before{background:#22c55e}._chartValuesTitle_11rt9_346._dark_11rt9_351:before{background:#475569}._chartValuesTitle_11rt9_346._blue_11rt9_351:before{background:#43e0f8}._topbar_11rt9_373{z-index:2000;justify-content:space-between;align-items:center;width:100%;height:64px;margin-bottom:24px;padding:0 24px;display:flex;position:relative}._topbar_11rt9_373._sticky_11rt9_384{background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);position:sticky;top:0;left:0}._logoWrapper_11rt9_391{display:inline-flex}._logo_11rt9_391{max-width:110px}._menuWrapper_11rt9_399{display:flex}@media only screen and (width<=1340px){._menuWrapper_11rt9_399{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_11rt9_399._opened_11rt9_416{display:flex}}._menuItem_11rt9_421{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_11rt9_421{flex:none;width:auto;margin-bottom:10px}}._menuItem_11rt9_421 ._menuIcon_11rt9_442{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_11rt9_421 ._menuIconPerformance_11rt9_447{fill:none}._menuItem_11rt9_421 ._menuIconStroke_11rt9_450{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_11rt9_421._active_11rt9_455,._menuItem_11rt9_421:hover{color:#52c2fd;background:#fff}._menuItem_11rt9_421._active_11rt9_455 ._menuIcon_11rt9_442:not(._menuIconStroke_11rt9_450,._menuIconPerformance_11rt9_447),._menuItem_11rt9_421:hover ._menuIcon_11rt9_442:not(._menuIconStroke_11rt9_450,._menuIconPerformance_11rt9_447){fill:#52c2fd}._menuItem_11rt9_421._active_11rt9_455 ._menuIconPerformance_11rt9_447 path,._menuItem_11rt9_421:hover ._menuIconPerformance_11rt9_447 path{stroke:#59a6fd}._menuItem_11rt9_421._active_11rt9_455 ._menuIconStroke_11rt9_450:not(._menuIcon_11rt9_442),._menuItem_11rt9_421:hover ._menuIconStroke_11rt9_450:not(._menuIcon_11rt9_442){stroke:#52c2fd}._redDot_11rt9_469{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_11rt9_484{justify-content:center;display:flex}._link_11rt9_489{color:#2db2c8;cursor:pointer;text-decoration:underline}._templateList_11rt9_495{border:1px solid #e2e8f0;border-radius:20px;height:100%;padding:20px;position:relative;overflow-y:auto}._table_11rt9_100{min-height:100%;top:0}._tabsWrapper_11rt9_509{background:#f1f5f9;border-radius:32px;width:100%;height:40px;margin-bottom:20px;padding:4px;display:inline-flex}._tab_11rt9_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_11rt9_100._active_11rt9_455{color:#334155;background:#fff;box-shadow:0 1px 3px #3341550a,0 1px 2px #3341550a}._tab_11rt9_100:last-child{margin-right:0}._tab_11rt9_100._disabled_11rt9_315{box-shadow:none;background:#f1f5f9}._tab_11rt9_100._grey_11rt9_546{box-shadow:none;color:#94a3b8;cursor:pointer;background:#f1f5f9}._messageTemplateButtonContainer_11rt9_553{gap:0}._messageTemplateButtonContainer_11rt9_553 span{width:28px;height:28px;padding:4px}._messageTemplateButtonContainer_11rt9_553 span:hover{background-color:#0000}._messageTemplateButtonContainer_11rt9_553 span:hover svg path{stroke:#0f172a}._authButtonsWrapper_g7h5v_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_g7h5v_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_g7h5v_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.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_g7h5v_23{width:100%;margin-bottom:16px}._fieldWrapper_g7h5v_23:last-child{margin-bottom:0}._fieldLabel_g7h5v_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_g7h5v_36{margin-top:8px;font-size:.75rem}._field_g7h5v_23{width:100%;position:relative}._fieldLabelNew_g7h5v_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_g7h5v_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_g7h5v_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_g7h5v_52[type=password]{font-size:18px}._inputNew_g7h5v_52:focus,._inputNew_g7h5v_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_g7h5v_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_g7h5v_52:disabled::placeholder{color:#cbd5e1}._inputNew_g7h5v_52._error_g7h5v_7{border:1px solid #ef4444}._inputNew_g7h5v_52._error_g7h5v_7:focus,._inputNew_g7h5v_52._error_g7h5v_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_g7h5v_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_g7h5v_90{width:calc(50% - 8px)}._tableNavWrapper_g7h5v_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_g7h5v_109{align-items:center;display:flex}._tableNavItem_g7h5v_114{margin:0 6px}._modalContent_g7h5v_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_g7h5v_118._center_g7h5v_125{text-align:center;font-family:Inter}._modalContent_g7h5v_118._settings_g7h5v_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_g7h5v_118._settingsIntegration_g7h5v_133,._modalContent_g7h5v_118._performanceTestModalContent_g7h5v_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_g7h5v_118._monitoringReportContent_g7h5v_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_g7h5v_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_g7h5v_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_g7h5v_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_g7h5v_158:after,._modalLine_g7h5v_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_g7h5v_158:before{left:-20px}._modalLine_g7h5v_158:after{right:-20px}._infoMessage_g7h5v_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_g7h5v_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_g7h5v_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_g7h5v_196._buttonsAutoWidth_g7h5v_203{justify-content:flex-end}._modalFooter_g7h5v_196._buttonsAutoWidth_g7h5v_203 button,._modalFooter_g7h5v_196._buttonsAutoWidth_g7h5v_203 span{margin-left:12px}._fullWidthTitle_g7h5v_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_g7h5v_223{justify-content:center;gap:24px 16px;margin:0 0 24px;display:flex}._widgetWrapper_g7h5v_230{background:#fff;border:1px solid #e2e8f0;border-radius:20px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_g7h5v_230{padding:0 16px 15px}}._widgetHeader_g7h5v_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_g7h5v_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_g7h5v_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_g7h5v_266{align-items:center;height:180px;display:flex}._widgetFooter_g7h5v_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_g7h5v_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_g7h5v_279:last-child{border:none}._widgetMainValue_g7h5v_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_g7h5v_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_g7h5v_303{color:#64748b;font-size:.75rem}._widgetLoader_g7h5v_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_g7h5v_315{opacity:.5;cursor:default}._widgetAddress_g7h5v_320{color:#64748b;font-size:.75rem}._widgetTag_g7h5v_325{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_g7h5v_333{color:#0f172a;font-weight:500}._chartValuesWrapper_g7h5v_338{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_g7h5v_346{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_g7h5v_346._green_g7h5v_351:before,._chartValuesTitle_g7h5v_346._dark_g7h5v_351:before,._chartValuesTitle_g7h5v_346._blue_g7h5v_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_g7h5v_346._green_g7h5v_351:before{background:#22c55e}._chartValuesTitle_g7h5v_346._dark_g7h5v_351:before{background:#475569}._chartValuesTitle_g7h5v_346._blue_g7h5v_351:before{background:#43e0f8}._topbar_g7h5v_373{z-index:2000;justify-content:space-between;align-items:center;width:100%;height:64px;margin-bottom:24px;padding:0 24px;display:flex;position:relative}._topbar_g7h5v_373._sticky_g7h5v_384{background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);position:sticky;top:0;left:0}._logoWrapper_g7h5v_391{display:inline-flex}._logo_g7h5v_391{max-width:110px}._menuWrapper_g7h5v_399{display:flex}@media only screen and (width<=1340px){._menuWrapper_g7h5v_399{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_g7h5v_399._opened_g7h5v_416{display:flex}}._menuItem_g7h5v_421{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_g7h5v_421{flex:none;width:auto;margin-bottom:10px}}._menuItem_g7h5v_421 ._menuIcon_g7h5v_442{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_g7h5v_421 ._menuIconPerformance_g7h5v_447{fill:none}._menuItem_g7h5v_421 ._menuIconStroke_g7h5v_450{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_g7h5v_421._active_g7h5v_455,._menuItem_g7h5v_421:hover{color:#52c2fd;background:#fff}._menuItem_g7h5v_421._active_g7h5v_455 ._menuIcon_g7h5v_442:not(._menuIconStroke_g7h5v_450,._menuIconPerformance_g7h5v_447),._menuItem_g7h5v_421:hover ._menuIcon_g7h5v_442:not(._menuIconStroke_g7h5v_450,._menuIconPerformance_g7h5v_447){fill:#52c2fd}._menuItem_g7h5v_421._active_g7h5v_455 ._menuIconPerformance_g7h5v_447 path,._menuItem_g7h5v_421:hover ._menuIconPerformance_g7h5v_447 path{stroke:#59a6fd}._menuItem_g7h5v_421._active_g7h5v_455 ._menuIconStroke_g7h5v_450:not(._menuIcon_g7h5v_442),._menuItem_g7h5v_421:hover ._menuIconStroke_g7h5v_450:not(._menuIcon_g7h5v_442){stroke:#52c2fd}._redDot_g7h5v_469{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_g7h5v_484{justify-content:center;display:flex}._link_g7h5v_489{color:#2db2c8;cursor:pointer;text-decoration:underline}._deviceStatus_g7h5v_495: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_g7h5v_495._online_g7h5v_507:before{background:#22c55e}._deviceStatus_g7h5v_495._offline_g7h5v_510:before{background:#94a3b8}._authButtonsWrapper_1plsq_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_1plsq_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_1plsq_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.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_1plsq_23{width:100%;margin-bottom:16px}._fieldWrapper_1plsq_23:last-child{margin-bottom:0}._fieldLabel_1plsq_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_1plsq_36{margin-top:8px;font-size:.75rem}._field_1plsq_23{width:100%;position:relative}._fieldLabelNew_1plsq_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_1plsq_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_1plsq_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_1plsq_52[type=password]{font-size:18px}._inputNew_1plsq_52:focus,._inputNew_1plsq_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_1plsq_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_1plsq_52:disabled::placeholder{color:#cbd5e1}._inputNew_1plsq_52._error_1plsq_7{border:1px solid #ef4444}._inputNew_1plsq_52._error_1plsq_7:focus,._inputNew_1plsq_52._error_1plsq_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_1plsq_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_1plsq_90{width:calc(50% - 8px)}._tableNavWrapper_1plsq_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_1plsq_109{align-items:center;display:flex}._tableNavItem_1plsq_114{margin:0 6px}._modalContent_1plsq_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_1plsq_118._center_1plsq_125{text-align:center;font-family:Inter}._modalContent_1plsq_118._settings_1plsq_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_1plsq_118._settingsIntegration_1plsq_133,._modalContent_1plsq_118._performanceTestModalContent_1plsq_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_1plsq_118._monitoringReportContent_1plsq_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_1plsq_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_1plsq_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_1plsq_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_1plsq_158:after,._modalLine_1plsq_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_1plsq_158:before{left:-20px}._modalLine_1plsq_158:after{right:-20px}._infoMessage_1plsq_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_1plsq_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_1plsq_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_1plsq_196._buttonsAutoWidth_1plsq_203{justify-content:flex-end}._modalFooter_1plsq_196._buttonsAutoWidth_1plsq_203 button,._modalFooter_1plsq_196._buttonsAutoWidth_1plsq_203 span{margin-left:12px}._fullWidthTitle_1plsq_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_1plsq_223{justify-content:center;gap:24px 16px;margin:0 0 24px;display:flex}._widgetWrapper_1plsq_230{background:#fff;border:1px solid #e2e8f0;border-radius:20px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_1plsq_230{padding:0 16px 15px}}._widgetHeader_1plsq_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_1plsq_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_1plsq_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_1plsq_266{align-items:center;height:180px;display:flex}._widgetFooter_1plsq_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_1plsq_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_1plsq_279:last-child{border:none}._widgetMainValue_1plsq_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_1plsq_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_1plsq_303{color:#64748b;font-size:.75rem}._widgetLoader_1plsq_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_1plsq_315{opacity:.5;cursor:default}._widgetAddress_1plsq_320{color:#64748b;font-size:.75rem}._widgetTag_1plsq_325{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_1plsq_333{color:#0f172a;font-weight:500}._chartValuesWrapper_1plsq_338{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_1plsq_346{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_1plsq_346._green_1plsq_351:before,._chartValuesTitle_1plsq_346._dark_1plsq_351:before,._chartValuesTitle_1plsq_346._blue_1plsq_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_1plsq_346._green_1plsq_351:before{background:#22c55e}._chartValuesTitle_1plsq_346._dark_1plsq_351:before{background:#475569}._chartValuesTitle_1plsq_346._blue_1plsq_351:before{background:#43e0f8}._topbar_1plsq_373{z-index:2000;justify-content:space-between;align-items:center;width:100%;height:64px;margin-bottom:24px;padding:0 24px;display:flex;position:relative}._topbar_1plsq_373._sticky_1plsq_384{background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);position:sticky;top:0;left:0}._logoWrapper_1plsq_391{display:inline-flex}._logo_1plsq_391{max-width:110px}._menuWrapper_1plsq_399{display:flex}@media only screen and (width<=1340px){._menuWrapper_1plsq_399{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_1plsq_399._opened_1plsq_416{display:flex}}._menuItem_1plsq_421{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_1plsq_421{flex:none;width:auto;margin-bottom:10px}}._menuItem_1plsq_421 ._menuIcon_1plsq_442{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_1plsq_421 ._menuIconPerformance_1plsq_447{fill:none}._menuItem_1plsq_421 ._menuIconStroke_1plsq_450{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_1plsq_421._active_1plsq_455,._menuItem_1plsq_421:hover{color:#52c2fd;background:#fff}._menuItem_1plsq_421._active_1plsq_455 ._menuIcon_1plsq_442:not(._menuIconStroke_1plsq_450,._menuIconPerformance_1plsq_447),._menuItem_1plsq_421:hover ._menuIcon_1plsq_442:not(._menuIconStroke_1plsq_450,._menuIconPerformance_1plsq_447){fill:#52c2fd}._menuItem_1plsq_421._active_1plsq_455 ._menuIconPerformance_1plsq_447 path,._menuItem_1plsq_421:hover ._menuIconPerformance_1plsq_447 path{stroke:#59a6fd}._menuItem_1plsq_421._active_1plsq_455 ._menuIconStroke_1plsq_450:not(._menuIcon_1plsq_442),._menuItem_1plsq_421:hover ._menuIconStroke_1plsq_450:not(._menuIcon_1plsq_442){stroke:#52c2fd}._redDot_1plsq_469{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_1plsq_484{justify-content:center;display:flex}._link_1plsq_489{color:#2db2c8;cursor:pointer;text-decoration:underline}._statusContainer_1plsq_495{flex-wrap:wrap;align-items:center;gap:8px;display:flex}._orderStatus_1plsq_502{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_1plsq_502:before{margin-right:2px;display:inline-flex;position:relative;top:1px}._orderStatus_1plsq_502._new_1plsq_518{color:#15803d;background:#dcfce7}._orderStatus_1plsq_502._new_1plsq_518:before{content:url("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_1plsq_502._pending_1plsq_525{color:#b45309;background:#fef3c7}._orderStatus_1plsq_502._pending_1plsq_525:before{content:url("data: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_1plsq_502._confirmed_1plsq_532{color:#134f66;background:#cdfcff}._orderStatus_1plsq_502._confirmed_1plsq_532:before{content:url("data: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_1plsq_502._packed_1plsq_539{color:#7e22ce;background:#f3e8ff}._orderStatus_1plsq_502._packed_1plsq_539:before{content:url("data: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_1plsq_502._shipping_1plsq_546{color:#2563eb;background:#dbeafe}._orderStatus_1plsq_502._shipping_1plsq_546:before{content:url("data: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_1plsq_502._archived_1plsq_553{color:#4338ca;background:#e0e7ff}._orderStatus_1plsq_502._archived_1plsq_553: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_1plsq_502._denied_1plsq_560{color:#b91c1c;background:#fee2e2}._orderStatus_1plsq_502._denied_1plsq_560:before{content:url("data: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_1plsq_502._canceled_1plsq_567{color:#b91c1c;background:#fee2e2}._orderStatus_1plsq_502._canceled_1plsq_567:before{content:url("data: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_87ia3_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_87ia3_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_87ia3_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.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_87ia3_23{width:100%;margin-bottom:16px}._fieldWrapper_87ia3_23:last-child{margin-bottom:0}._fieldLabel_87ia3_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_87ia3_36{margin-top:8px;font-size:.75rem}._field_87ia3_23{width:100%;position:relative}._fieldLabelNew_87ia3_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_87ia3_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_87ia3_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_87ia3_52[type=password]{font-size:18px}._inputNew_87ia3_52:focus,._inputNew_87ia3_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_87ia3_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_87ia3_52:disabled::placeholder{color:#cbd5e1}._inputNew_87ia3_52._error_87ia3_7{border:1px solid #ef4444}._inputNew_87ia3_52._error_87ia3_7:focus,._inputNew_87ia3_52._error_87ia3_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_87ia3_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_87ia3_90{width:calc(50% - 8px)}._tableNavWrapper_87ia3_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_87ia3_109{align-items:center;display:flex}._tableNavItem_87ia3_114{margin:0 6px}._modalContent_87ia3_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_87ia3_118._center_87ia3_125{text-align:center;font-family:Inter}._modalContent_87ia3_118._settings_87ia3_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_87ia3_118._settingsIntegration_87ia3_133,._modalContent_87ia3_118._performanceTestModalContent_87ia3_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_87ia3_118._monitoringReportContent_87ia3_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_87ia3_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_87ia3_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_87ia3_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_87ia3_158:after,._modalLine_87ia3_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_87ia3_158:before{left:-20px}._modalLine_87ia3_158:after{right:-20px}._infoMessage_87ia3_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_87ia3_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_87ia3_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_87ia3_196._buttonsAutoWidth_87ia3_203{justify-content:flex-end}._modalFooter_87ia3_196._buttonsAutoWidth_87ia3_203 button,._modalFooter_87ia3_196._buttonsAutoWidth_87ia3_203 span{margin-left:12px}._fullWidthTitle_87ia3_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_87ia3_223{justify-content:center;gap:24px 16px;margin:0 0 24px;display:flex}._widgetWrapper_87ia3_230{background:#fff;border:1px solid #e2e8f0;border-radius:20px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_87ia3_230{padding:0 16px 15px}}._widgetHeader_87ia3_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_87ia3_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_87ia3_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_87ia3_266{align-items:center;height:180px;display:flex}._widgetFooter_87ia3_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_87ia3_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_87ia3_279:last-child{border:none}._widgetMainValue_87ia3_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_87ia3_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_87ia3_303{color:#64748b;font-size:.75rem}._widgetLoader_87ia3_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_87ia3_315{opacity:.5;cursor:default}._widgetAddress_87ia3_320{color:#64748b;font-size:.75rem}._widgetTag_87ia3_325{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_87ia3_333{color:#0f172a;font-weight:500}._chartValuesWrapper_87ia3_338{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_87ia3_346{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_87ia3_346._green_87ia3_351:before,._chartValuesTitle_87ia3_346._dark_87ia3_351:before,._chartValuesTitle_87ia3_346._blue_87ia3_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_87ia3_346._green_87ia3_351:before{background:#22c55e}._chartValuesTitle_87ia3_346._dark_87ia3_351:before{background:#475569}._chartValuesTitle_87ia3_346._blue_87ia3_351:before{background:#43e0f8}._topbar_87ia3_373{z-index:2000;justify-content:space-between;align-items:center;width:100%;height:64px;margin-bottom:24px;padding:0 24px;display:flex;position:relative}._topbar_87ia3_373._sticky_87ia3_384{background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);position:sticky;top:0;left:0}._logoWrapper_87ia3_391{display:inline-flex}._logo_87ia3_391{max-width:110px}._menuWrapper_87ia3_399{display:flex}@media only screen and (width<=1340px){._menuWrapper_87ia3_399{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_87ia3_399._opened_87ia3_416{display:flex}}._menuItem_87ia3_421{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_87ia3_421{flex:none;width:auto;margin-bottom:10px}}._menuItem_87ia3_421 ._menuIcon_87ia3_442{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_87ia3_421 ._menuIconPerformance_87ia3_447{fill:none}._menuItem_87ia3_421 ._menuIconStroke_87ia3_450{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_87ia3_421._active_87ia3_455,._menuItem_87ia3_421:hover{color:#52c2fd;background:#fff}._menuItem_87ia3_421._active_87ia3_455 ._menuIcon_87ia3_442:not(._menuIconStroke_87ia3_450,._menuIconPerformance_87ia3_447),._menuItem_87ia3_421:hover ._menuIcon_87ia3_442:not(._menuIconStroke_87ia3_450,._menuIconPerformance_87ia3_447){fill:#52c2fd}._menuItem_87ia3_421._active_87ia3_455 ._menuIconPerformance_87ia3_447 path,._menuItem_87ia3_421:hover ._menuIconPerformance_87ia3_447 path{stroke:#59a6fd}._menuItem_87ia3_421._active_87ia3_455 ._menuIconStroke_87ia3_450:not(._menuIcon_87ia3_442),._menuItem_87ia3_421:hover ._menuIconStroke_87ia3_450:not(._menuIcon_87ia3_442){stroke:#52c2fd}._redDot_87ia3_469{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_87ia3_484{justify-content:center;display:flex}._link_87ia3_489{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_qsopf_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_qsopf_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_qsopf_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.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_qsopf_23{width:100%;margin-bottom:16px}._fieldWrapper_qsopf_23:last-child{margin-bottom:0}._fieldLabel_qsopf_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_qsopf_36{margin-top:8px;font-size:.75rem}._field_qsopf_23{width:100%;position:relative}._fieldLabelNew_qsopf_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_qsopf_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_qsopf_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_qsopf_52[type=password]{font-size:18px}._inputNew_qsopf_52:focus,._inputNew_qsopf_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_qsopf_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_qsopf_52:disabled::placeholder{color:#cbd5e1}._inputNew_qsopf_52._error_qsopf_7{border:1px solid #ef4444}._inputNew_qsopf_52._error_qsopf_7:focus,._inputNew_qsopf_52._error_qsopf_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_qsopf_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_qsopf_90{width:calc(50% - 8px)}._tableNavWrapper_qsopf_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_qsopf_109{align-items:center;display:flex}._tableNavItem_qsopf_114{margin:0 6px}._modalContent_qsopf_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_qsopf_118._center_qsopf_125{text-align:center;font-family:Inter}._modalContent_qsopf_118._settings_qsopf_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_qsopf_118._settingsIntegration_qsopf_133,._modalContent_qsopf_118._performanceTestModalContent_qsopf_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_qsopf_118._monitoringReportContent_qsopf_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_qsopf_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_qsopf_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_qsopf_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_qsopf_158:after,._modalLine_qsopf_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_qsopf_158:before{left:-20px}._modalLine_qsopf_158:after{right:-20px}._infoMessage_qsopf_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_qsopf_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_qsopf_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_qsopf_196._buttonsAutoWidth_qsopf_203{justify-content:flex-end}._modalFooter_qsopf_196._buttonsAutoWidth_qsopf_203 button,._modalFooter_qsopf_196._buttonsAutoWidth_qsopf_203 span{margin-left:12px}._fullWidthTitle_qsopf_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_qsopf_223{justify-content:center;gap:24px 16px;margin:0 0 24px;display:flex}._widgetWrapper_qsopf_230,._perfTestWidgetWrapper_qsopf_230{background:#fff;border:1px solid #e2e8f0;border-radius:20px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_qsopf_230,._perfTestWidgetWrapper_qsopf_230{padding:0 16px 15px}}._widgetHeader_qsopf_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_qsopf_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_qsopf_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_qsopf_266{align-items:center;height:180px;display:flex}._widgetFooter_qsopf_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_qsopf_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_qsopf_279:last-child{border:none}._widgetMainValue_qsopf_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_qsopf_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_qsopf_303{color:#64748b;font-size:.75rem}._widgetLoader_qsopf_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_qsopf_315{opacity:.5;cursor:default}._widgetAddress_qsopf_320{color:#64748b;font-size:.75rem}._widgetTag_qsopf_325{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_qsopf_333{color:#0f172a;font-weight:500}._chartValuesWrapper_qsopf_338{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_qsopf_346{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_qsopf_346._green_qsopf_351:before,._chartValuesTitle_qsopf_346._dark_qsopf_351:before,._chartValuesTitle_qsopf_346._blue_qsopf_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_qsopf_346._green_qsopf_351:before{background:#22c55e}._chartValuesTitle_qsopf_346._dark_qsopf_351:before{background:#475569}._chartValuesTitle_qsopf_346._blue_qsopf_351:before{background:#43e0f8}._topbar_qsopf_373{z-index:2000;justify-content:space-between;align-items:center;width:100%;height:64px;margin-bottom:24px;padding:0 24px;display:flex;position:relative}._topbar_qsopf_373._sticky_qsopf_384{background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);position:sticky;top:0;left:0}._logoWrapper_qsopf_391{display:inline-flex}._logo_qsopf_391{max-width:110px}._menuWrapper_qsopf_399{display:flex}@media only screen and (width<=1340px){._menuWrapper_qsopf_399{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_qsopf_399._opened_qsopf_416{display:flex}}._menuItem_qsopf_421{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_qsopf_421{flex:none;width:auto;margin-bottom:10px}}._menuItem_qsopf_421 ._menuIcon_qsopf_442{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_qsopf_421 ._menuIconPerformance_qsopf_447{fill:none}._menuItem_qsopf_421 ._menuIconStroke_qsopf_450{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_qsopf_421._active_qsopf_455,._menuItem_qsopf_421:hover{color:#52c2fd;background:#fff}._menuItem_qsopf_421._active_qsopf_455 ._menuIcon_qsopf_442:not(._menuIconStroke_qsopf_450,._menuIconPerformance_qsopf_447),._menuItem_qsopf_421:hover ._menuIcon_qsopf_442:not(._menuIconStroke_qsopf_450,._menuIconPerformance_qsopf_447){fill:#52c2fd}._menuItem_qsopf_421._active_qsopf_455 ._menuIconPerformance_qsopf_447 path,._menuItem_qsopf_421:hover ._menuIconPerformance_qsopf_447 path{stroke:#59a6fd}._menuItem_qsopf_421._active_qsopf_455 ._menuIconStroke_qsopf_450:not(._menuIcon_qsopf_442),._menuItem_qsopf_421:hover ._menuIconStroke_qsopf_450:not(._menuIcon_qsopf_442){stroke:#52c2fd}._redDot_qsopf_469{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_qsopf_484{justify-content:center;display:flex}._link_qsopf_489{color:#2db2c8;cursor:pointer;text-decoration:underline}._perfTestWidgetWrapper_qsopf_230{max-width:100%;min-height:193px}._chartWrapper_qsopf_500{padding:16px 0}._indicatorsWrapper_qsopf_504{margin-top:16px}._indicator_qsopf_504{color:#475569;text-transform:uppercase;align-items:center;margin-right:20px;font-size:12px;font-style:normal;font-weight:500;display:inline-flex}._indicator_qsopf_504 i{color:#0f172a;padding-left:4px;font-style:normal}._colorCircle_qsopf_524{border-radius:50%;width:8px;height:8px;margin-right:6px;display:inline-flex}._authButtonsWrapper_1kddc_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_1kddc_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_1kddc_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.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_1kddc_23{width:100%;margin-bottom:16px}._fieldWrapper_1kddc_23:last-child{margin-bottom:0}._fieldLabel_1kddc_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_1kddc_36{margin-top:8px;font-size:.75rem}._field_1kddc_23{width:100%;position:relative}._fieldLabelNew_1kddc_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_1kddc_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_1kddc_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_1kddc_52[type=password]{font-size:18px}._inputNew_1kddc_52:focus,._inputNew_1kddc_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_1kddc_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_1kddc_52:disabled::placeholder{color:#cbd5e1}._inputNew_1kddc_52._error_1kddc_7{border:1px solid #ef4444}._inputNew_1kddc_52._error_1kddc_7:focus,._inputNew_1kddc_52._error_1kddc_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_1kddc_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_1kddc_90{width:calc(50% - 8px)}._tableNavWrapper_1kddc_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_1kddc_109{align-items:center;display:flex}._tableNavItem_1kddc_114{margin:0 6px}._modalContent_1kddc_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_1kddc_118._center_1kddc_125{text-align:center;font-family:Inter}._modalContent_1kddc_118._settings_1kddc_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_1kddc_118._settingsIntegration_1kddc_133,._modalContent_1kddc_118._performanceTestModalContent_1kddc_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_1kddc_118._monitoringReportContent_1kddc_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_1kddc_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_1kddc_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_1kddc_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_1kddc_158:after,._modalLine_1kddc_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_1kddc_158:before{left:-20px}._modalLine_1kddc_158:after{right:-20px}._infoMessage_1kddc_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_1kddc_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_1kddc_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_1kddc_196._buttonsAutoWidth_1kddc_203{justify-content:flex-end}._modalFooter_1kddc_196._buttonsAutoWidth_1kddc_203 button,._modalFooter_1kddc_196._buttonsAutoWidth_1kddc_203 span{margin-left:12px}._fullWidthTitle_1kddc_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_1kddc_223{justify-content:center;gap:24px 16px;margin:0 0 24px;display:flex}._widgetWrapper_1kddc_230{background:#fff;border:1px solid #e2e8f0;border-radius:20px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_1kddc_230{padding:0 16px 15px}}._widgetHeader_1kddc_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_1kddc_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_1kddc_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_1kddc_266{align-items:center;height:180px;display:flex}._widgetFooter_1kddc_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_1kddc_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_1kddc_279:last-child{border:none}._widgetMainValue_1kddc_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_1kddc_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_1kddc_303{color:#64748b;font-size:.75rem}._widgetLoader_1kddc_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_1kddc_315{opacity:.5;cursor:default}._widgetAddress_1kddc_320{color:#64748b;font-size:.75rem}._widgetTag_1kddc_325{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_1kddc_333{color:#0f172a;font-weight:500}._chartValuesWrapper_1kddc_338{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_1kddc_346{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_1kddc_346._green_1kddc_351:before,._chartValuesTitle_1kddc_346._dark_1kddc_351:before,._chartValuesTitle_1kddc_346._blue_1kddc_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_1kddc_346._green_1kddc_351:before{background:#22c55e}._chartValuesTitle_1kddc_346._dark_1kddc_351:before{background:#475569}._chartValuesTitle_1kddc_346._blue_1kddc_351:before{background:#43e0f8}._topbar_1kddc_373{z-index:2000;justify-content:space-between;align-items:center;width:100%;height:64px;margin-bottom:24px;padding:0 24px;display:flex;position:relative}._topbar_1kddc_373._sticky_1kddc_384{background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);position:sticky;top:0;left:0}._logoWrapper_1kddc_391{display:inline-flex}._logo_1kddc_391{max-width:110px}._menuWrapper_1kddc_399{display:flex}@media only screen and (width<=1340px){._menuWrapper_1kddc_399{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_1kddc_399._opened_1kddc_416{display:flex}}._menuItem_1kddc_421{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_1kddc_421{flex:none;width:auto;margin-bottom:10px}}._menuItem_1kddc_421 ._menuIcon_1kddc_442{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_1kddc_421 ._menuIconPerformance_1kddc_447{fill:none}._menuItem_1kddc_421 ._menuIconStroke_1kddc_450{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_1kddc_421._active_1kddc_455,._menuItem_1kddc_421:hover{color:#52c2fd;background:#fff}._menuItem_1kddc_421._active_1kddc_455 ._menuIcon_1kddc_442:not(._menuIconStroke_1kddc_450,._menuIconPerformance_1kddc_447),._menuItem_1kddc_421:hover ._menuIcon_1kddc_442:not(._menuIconStroke_1kddc_450,._menuIconPerformance_1kddc_447){fill:#52c2fd}._menuItem_1kddc_421._active_1kddc_455 ._menuIconPerformance_1kddc_447 path,._menuItem_1kddc_421:hover ._menuIconPerformance_1kddc_447 path{stroke:#59a6fd}._menuItem_1kddc_421._active_1kddc_455 ._menuIconStroke_1kddc_450:not(._menuIcon_1kddc_442),._menuItem_1kddc_421:hover ._menuIconStroke_1kddc_450:not(._menuIcon_1kddc_442){stroke:#52c2fd}._redDot_1kddc_469{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_1kddc_484{justify-content:center;display:flex}._link_1kddc_489{color:#2db2c8;cursor:pointer;text-decoration:underline}._tableNavButtonsWrapper_1kddc_109{display:flex}._confirmedCheckboxWrapper_1kddc_499{align-items:center;margin:0 6px;display:flex}._confirmedCheckboxWrapper_1kddc_499 label{margin-right:8px}._startPerformanceButton_1kddc_508{color:#165964!important;background-color:#43e0f8!important}._startPerformanceButton_1kddc_508[disabled]{border:1px solid #f1f5f9;color:#cbd5e1!important;background-color:#f1f5f9!important}._cancelButton_1kddc_518{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_1kddc_518[disabled]{opacity:.5!important}._authButtonsWrapper_1vr86_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_1vr86_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_1vr86_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.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_1vr86_23{width:100%;margin-bottom:16px}._fieldWrapper_1vr86_23:last-child{margin-bottom:0}._fieldLabel_1vr86_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_1vr86_36{margin-top:8px;font-size:.75rem}._field_1vr86_23{width:100%;position:relative}._fieldLabelNew_1vr86_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_1vr86_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_1vr86_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_1vr86_52[type=password]{font-size:18px}._inputNew_1vr86_52:focus,._inputNew_1vr86_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_1vr86_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_1vr86_52:disabled::placeholder{color:#cbd5e1}._inputNew_1vr86_52._error_1vr86_7{border:1px solid #ef4444}._inputNew_1vr86_52._error_1vr86_7:focus,._inputNew_1vr86_52._error_1vr86_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_1vr86_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_1vr86_90{width:calc(50% - 8px)}._tableNavWrapper_1vr86_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_1vr86_109{align-items:center;display:flex}._tableNavItem_1vr86_114{margin:0 6px}._modalContent_1vr86_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_1vr86_118._center_1vr86_125{text-align:center;font-family:Inter}._modalContent_1vr86_118._settings_1vr86_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_1vr86_118._settingsIntegration_1vr86_133,._modalContent_1vr86_118._performanceTestModalContent_1vr86_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_1vr86_118._monitoringReportContent_1vr86_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_1vr86_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_1vr86_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_1vr86_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_1vr86_158:after,._modalLine_1vr86_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_1vr86_158:before{left:-20px}._modalLine_1vr86_158:after{right:-20px}._infoMessage_1vr86_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_1vr86_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_1vr86_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_1vr86_196._buttonsAutoWidth_1vr86_203{justify-content:flex-end}._modalFooter_1vr86_196._buttonsAutoWidth_1vr86_203 button,._modalFooter_1vr86_196._buttonsAutoWidth_1vr86_203 span{margin-left:12px}._fullWidthTitle_1vr86_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_1vr86_223{justify-content:center;gap:24px 16px;margin:0 0 24px;display:flex}._widgetWrapper_1vr86_230{background:#fff;border:1px solid #e2e8f0;border-radius:20px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_1vr86_230{padding:0 16px 15px}}._widgetHeader_1vr86_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_1vr86_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_1vr86_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_1vr86_266{align-items:center;height:180px;display:flex}._widgetFooter_1vr86_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_1vr86_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_1vr86_279:last-child{border:none}._widgetMainValue_1vr86_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_1vr86_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_1vr86_303{color:#64748b;font-size:.75rem}._widgetLoader_1vr86_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_1vr86_315{opacity:.5;cursor:default}._widgetAddress_1vr86_320{color:#64748b;font-size:.75rem}._widgetTag_1vr86_325{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_1vr86_333{color:#0f172a;font-weight:500}._chartValuesWrapper_1vr86_338{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_1vr86_346{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_1vr86_346._green_1vr86_351:before,._chartValuesTitle_1vr86_346._dark_1vr86_351:before,._chartValuesTitle_1vr86_346._blue_1vr86_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_1vr86_346._green_1vr86_351:before{background:#22c55e}._chartValuesTitle_1vr86_346._dark_1vr86_351:before{background:#475569}._chartValuesTitle_1vr86_346._blue_1vr86_351:before{background:#43e0f8}._topbar_1vr86_373{z-index:2000;justify-content:space-between;align-items:center;width:100%;height:64px;margin-bottom:24px;padding:0 24px;display:flex;position:relative}._topbar_1vr86_373._sticky_1vr86_384{background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);position:sticky;top:0;left:0}._logoWrapper_1vr86_391{display:inline-flex}._logo_1vr86_391{max-width:110px}._menuWrapper_1vr86_399{display:flex}@media only screen and (width<=1340px){._menuWrapper_1vr86_399{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_1vr86_399._opened_1vr86_416{display:flex}}._menuItem_1vr86_421{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_1vr86_421{flex:none;width:auto;margin-bottom:10px}}._menuItem_1vr86_421 ._menuIcon_1vr86_442{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_1vr86_421 ._menuIconPerformance_1vr86_447{fill:none}._menuItem_1vr86_421 ._menuIconStroke_1vr86_450{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_1vr86_421._active_1vr86_455,._menuItem_1vr86_421:hover{color:#52c2fd;background:#fff}._menuItem_1vr86_421._active_1vr86_455 ._menuIcon_1vr86_442:not(._menuIconStroke_1vr86_450,._menuIconPerformance_1vr86_447),._menuItem_1vr86_421:hover ._menuIcon_1vr86_442:not(._menuIconStroke_1vr86_450,._menuIconPerformance_1vr86_447){fill:#52c2fd}._menuItem_1vr86_421._active_1vr86_455 ._menuIconPerformance_1vr86_447 path,._menuItem_1vr86_421:hover ._menuIconPerformance_1vr86_447 path{stroke:#59a6fd}._menuItem_1vr86_421._active_1vr86_455 ._menuIconStroke_1vr86_450:not(._menuIcon_1vr86_442),._menuItem_1vr86_421:hover ._menuIconStroke_1vr86_450:not(._menuIcon_1vr86_442){stroke:#52c2fd}._redDot_1vr86_469{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_1vr86_484{justify-content:center;display:flex}._link_1vr86_489{color:#2db2c8;cursor:pointer;text-decoration:underline}._widgetWrapper_1vr86_230{max-width:initial;flex:400px;min-height:193px}@media only screen and (width<=1024px){._widgetWrapper_1vr86_230{width:100%}}._alertWidgetSubtitle_1vr86_506{margin:16px 0 18px;font-size:.75rem}._indicatorsWrapper_1vr86_511{flex-wrap:wrap;justify-content:space-between;display:flex}._indicatorWrapper_1vr86_517{flex-wrap:wrap;justify-content:center;align-items:center;display:flex}._indicatorValue_1vr86_524{text-align:center;color:#0f172a;width:100%;margin-bottom:16px;font-size:16px;font-weight:500}._indicator_1vr86_511{color:#475569;font-size:.75rem}._summaryIndicators_1vr86_538{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_1vr86_538 i{color:#0f172a;padding:0 5px;font-size:12px;font-style:normal;font-weight:500;display:inline-flex}._authButtonsWrapper_1kx73_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_1kx73_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_1kx73_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.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_1kx73_23{width:100%;margin-bottom:16px}._fieldWrapper_1kx73_23:last-child{margin-bottom:0}._fieldLabel_1kx73_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_1kx73_36{margin-top:8px;font-size:.75rem}._field_1kx73_23{width:100%;position:relative}._fieldLabelNew_1kx73_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_1kx73_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_1kx73_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_1kx73_52[type=password]{font-size:18px}._inputNew_1kx73_52:focus,._inputNew_1kx73_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_1kx73_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_1kx73_52:disabled::placeholder{color:#cbd5e1}._inputNew_1kx73_52._error_1kx73_7{border:1px solid #ef4444}._inputNew_1kx73_52._error_1kx73_7:focus,._inputNew_1kx73_52._error_1kx73_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_1kx73_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_1kx73_90{width:calc(50% - 8px)}._tableNavWrapper_1kx73_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_1kx73_109{align-items:center;display:flex}._tableNavItem_1kx73_114{margin:0 6px}._modalContent_1kx73_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_1kx73_118._center_1kx73_125{text-align:center;font-family:Inter}._modalContent_1kx73_118._settings_1kx73_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_1kx73_118._settingsIntegration_1kx73_133,._modalContent_1kx73_118._performanceTestModalContent_1kx73_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_1kx73_118._monitoringReportContent_1kx73_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_1kx73_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_1kx73_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_1kx73_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_1kx73_158:after,._modalLine_1kx73_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_1kx73_158:before{left:-20px}._modalLine_1kx73_158:after{right:-20px}._infoMessage_1kx73_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_1kx73_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_1kx73_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_1kx73_196._buttonsAutoWidth_1kx73_203{justify-content:flex-end}._modalFooter_1kx73_196._buttonsAutoWidth_1kx73_203 button,._modalFooter_1kx73_196._buttonsAutoWidth_1kx73_203 span{margin-left:12px}._fullWidthTitle_1kx73_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_1kx73_223{justify-content:center;gap:24px 16px;margin:0 0 24px;display:flex}._widgetWrapper_1kx73_230{background:#fff;border:1px solid #e2e8f0;border-radius:20px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_1kx73_230{padding:0 16px 15px}}._widgetHeader_1kx73_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_1kx73_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_1kx73_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_1kx73_266{align-items:center;height:180px;display:flex}._widgetFooter_1kx73_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_1kx73_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_1kx73_279:last-child{border:none}._widgetMainValue_1kx73_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_1kx73_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_1kx73_303{color:#64748b;font-size:.75rem}._widgetLoader_1kx73_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_1kx73_315{opacity:.5;cursor:default}._widgetAddress_1kx73_320{color:#64748b;font-size:.75rem}._widgetTag_1kx73_325{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_1kx73_333{color:#0f172a;font-weight:500}._chartValuesWrapper_1kx73_338{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_1kx73_346{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_1kx73_346._green_1kx73_351:before,._chartValuesTitle_1kx73_346._dark_1kx73_351:before,._chartValuesTitle_1kx73_346._blue_1kx73_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_1kx73_346._green_1kx73_351:before{background:#22c55e}._chartValuesTitle_1kx73_346._dark_1kx73_351:before{background:#475569}._chartValuesTitle_1kx73_346._blue_1kx73_351:before{background:#43e0f8}._topbar_1kx73_373{z-index:2000;justify-content:space-between;align-items:center;width:100%;height:64px;margin-bottom:24px;padding:0 24px;display:flex;position:relative}._topbar_1kx73_373._sticky_1kx73_384{background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);position:sticky;top:0;left:0}._logoWrapper_1kx73_391{display:inline-flex}._logo_1kx73_391{max-width:110px}._menuWrapper_1kx73_399{display:flex}@media only screen and (width<=1340px){._menuWrapper_1kx73_399{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_1kx73_399._opened_1kx73_416{display:flex}}._menuItem_1kx73_421{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_1kx73_421{flex:none;width:auto;margin-bottom:10px}}._menuItem_1kx73_421 ._menuIcon_1kx73_442{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_1kx73_421 ._menuIconPerformance_1kx73_447{fill:none}._menuItem_1kx73_421 ._menuIconStroke_1kx73_450{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_1kx73_421._active_1kx73_455,._menuItem_1kx73_421:hover{color:#52c2fd;background:#fff}._menuItem_1kx73_421._active_1kx73_455 ._menuIcon_1kx73_442:not(._menuIconStroke_1kx73_450,._menuIconPerformance_1kx73_447),._menuItem_1kx73_421:hover ._menuIcon_1kx73_442:not(._menuIconStroke_1kx73_450,._menuIconPerformance_1kx73_447){fill:#52c2fd}._menuItem_1kx73_421._active_1kx73_455 ._menuIconPerformance_1kx73_447 path,._menuItem_1kx73_421:hover ._menuIconPerformance_1kx73_447 path{stroke:#59a6fd}._menuItem_1kx73_421._active_1kx73_455 ._menuIconStroke_1kx73_450:not(._menuIcon_1kx73_442),._menuItem_1kx73_421:hover ._menuIconStroke_1kx73_450:not(._menuIcon_1kx73_442){stroke:#52c2fd}._redDot_1kx73_469{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_1kx73_484{justify-content:center;display:flex}._link_1kx73_489{color:#2db2c8;cursor:pointer;text-decoration:underline}._widgetWrapper_1kx73_230{max-width:initial;flex:400px;min-height:193px}@media only screen and (width<=1024px){._widgetWrapper_1kx73_230{width:100%}}._chartWrapper_1kx73_506{padding:16px 0}._indicatorsWrapper_1kx73_510{margin-top:16px}._indicator_1kx73_510{color:#475569;text-transform:uppercase;align-items:center;margin-right:20px;font-size:12px;font-style:normal;font-weight:500;display:inline-flex}._indicator_1kx73_510 i{color:#0f172a;padding-left:4px;font-style:normal}._colorCircle_1kx73_530{border-radius:50%;width:8px;height:8px;margin-right:6px;display:inline-flex}._authButtonsWrapper_1tpi5_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_1tpi5_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_1tpi5_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.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_1tpi5_23{width:100%;margin-bottom:16px}._fieldWrapper_1tpi5_23:last-child{margin-bottom:0}._fieldLabel_1tpi5_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_1tpi5_36{margin-top:8px;font-size:.75rem}._field_1tpi5_23{width:100%;position:relative}._fieldLabelNew_1tpi5_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_1tpi5_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_1tpi5_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_1tpi5_52[type=password]{font-size:18px}._inputNew_1tpi5_52:focus,._inputNew_1tpi5_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_1tpi5_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_1tpi5_52:disabled::placeholder{color:#cbd5e1}._inputNew_1tpi5_52._error_1tpi5_7{border:1px solid #ef4444}._inputNew_1tpi5_52._error_1tpi5_7:focus,._inputNew_1tpi5_52._error_1tpi5_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_1tpi5_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_1tpi5_90{width:calc(50% - 8px)}._tableNavWrapper_1tpi5_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_1tpi5_109{align-items:center;display:flex}._tableNavItem_1tpi5_114{margin:0 6px}._modalContent_1tpi5_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_1tpi5_118._center_1tpi5_125{text-align:center;font-family:Inter}._modalContent_1tpi5_118._settings_1tpi5_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_1tpi5_118._settingsIntegration_1tpi5_133,._modalContent_1tpi5_118._performanceTestModalContent_1tpi5_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_1tpi5_118._monitoringReportContent_1tpi5_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_1tpi5_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_1tpi5_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_1tpi5_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_1tpi5_158:after,._modalLine_1tpi5_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_1tpi5_158:before{left:-20px}._modalLine_1tpi5_158:after{right:-20px}._infoMessage_1tpi5_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_1tpi5_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_1tpi5_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_1tpi5_196._buttonsAutoWidth_1tpi5_203{justify-content:flex-end}._modalFooter_1tpi5_196._buttonsAutoWidth_1tpi5_203 button,._modalFooter_1tpi5_196._buttonsAutoWidth_1tpi5_203 span{margin-left:12px}._fullWidthTitle_1tpi5_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_1tpi5_223{justify-content:center;gap:24px 16px;margin:0 0 24px;display:flex}._widgetWrapper_1tpi5_230{background:#fff;border:1px solid #e2e8f0;border-radius:20px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_1tpi5_230{padding:0 16px 15px}}._widgetHeader_1tpi5_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_1tpi5_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_1tpi5_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_1tpi5_266{align-items:center;height:180px;display:flex}._widgetFooter_1tpi5_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_1tpi5_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_1tpi5_279:last-child{border:none}._widgetMainValue_1tpi5_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_1tpi5_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_1tpi5_303{color:#64748b;font-size:.75rem}._widgetLoader_1tpi5_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_1tpi5_315{opacity:.5;cursor:default}._widgetAddress_1tpi5_320{color:#64748b;font-size:.75rem}._widgetTag_1tpi5_325{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_1tpi5_333{color:#0f172a;font-weight:500}._chartValuesWrapper_1tpi5_338{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_1tpi5_346{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_1tpi5_346._green_1tpi5_351:before,._chartValuesTitle_1tpi5_346._dark_1tpi5_351:before,._chartValuesTitle_1tpi5_346._blue_1tpi5_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_1tpi5_346._green_1tpi5_351:before{background:#22c55e}._chartValuesTitle_1tpi5_346._dark_1tpi5_351:before{background:#475569}._chartValuesTitle_1tpi5_346._blue_1tpi5_351:before{background:#43e0f8}._topbar_1tpi5_373{z-index:2000;justify-content:space-between;align-items:center;width:100%;height:64px;margin-bottom:24px;padding:0 24px;display:flex;position:relative}._topbar_1tpi5_373._sticky_1tpi5_384{background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);position:sticky;top:0;left:0}._logoWrapper_1tpi5_391{display:inline-flex}._logo_1tpi5_391{max-width:110px}._menuWrapper_1tpi5_399{display:flex}@media only screen and (width<=1340px){._menuWrapper_1tpi5_399{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_1tpi5_399._opened_1tpi5_416{display:flex}}._menuItem_1tpi5_421{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_1tpi5_421{flex:none;width:auto;margin-bottom:10px}}._menuItem_1tpi5_421 ._menuIcon_1tpi5_442{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_1tpi5_421 ._menuIconPerformance_1tpi5_447{fill:none}._menuItem_1tpi5_421 ._menuIconStroke_1tpi5_450{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_1tpi5_421._active_1tpi5_455,._menuItem_1tpi5_421:hover{color:#52c2fd;background:#fff}._menuItem_1tpi5_421._active_1tpi5_455 ._menuIcon_1tpi5_442:not(._menuIconStroke_1tpi5_450,._menuIconPerformance_1tpi5_447),._menuItem_1tpi5_421:hover ._menuIcon_1tpi5_442:not(._menuIconStroke_1tpi5_450,._menuIconPerformance_1tpi5_447){fill:#52c2fd}._menuItem_1tpi5_421._active_1tpi5_455 ._menuIconPerformance_1tpi5_447 path,._menuItem_1tpi5_421:hover ._menuIconPerformance_1tpi5_447 path{stroke:#59a6fd}._menuItem_1tpi5_421._active_1tpi5_455 ._menuIconStroke_1tpi5_450:not(._menuIcon_1tpi5_442),._menuItem_1tpi5_421:hover ._menuIconStroke_1tpi5_450:not(._menuIcon_1tpi5_442){stroke:#52c2fd}._redDot_1tpi5_469{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_1tpi5_484{justify-content:center;display:flex}._link_1tpi5_489{color:#2db2c8;cursor:pointer;text-decoration:underline}._widgetsWrapper_1tpi5_223{column-count:2}@media only screen and (width<=1200px){._widgetsWrapper_1tpi5_223{flex-wrap:wrap}}._statusButtonWrapper_1tpi5_504{margin-right:12px}._statusButton_1tpi5_504{text-transform:uppercase;cursor:pointer;border-radius:20px;margin-left:4px;padding:2px 8px;font-size:.75rem;font-weight:500;display:inline-flex}._statusButton_1tpi5_504._acknowledge_1tpi5_518{color:#4338ca;background:#dbeafe;border:1px solid #2563eb}._statusButton_1tpi5_504._active_1tpi5_455{color:#165964;background:#ebfcff;border:1px solid #2db2cb}._statusButton_1tpi5_504._frozen_1tpi5_528{color:#115e59;background:#dffbf4;border:1px solid #14b8a6}._statusButton_1tpi5_504._disabled_1tpi5_315{color:#cbd5e1;background:#f1f5f9;border:1px solid #cbd5e1}._statusButton_1tpi5_504._disabledStatusButton_1tpi5_538{pointer-events:none;opacity:.5}._statusButton_1tpi5_504._transfer_1tpi5_542{color:#164d63;background:#cff9fe;border:1px solid #06b3d4}._statusButton_1tpi5_504._missing_1tpi5_547{color:#b45309;background:#fef3c7;border:1px solid #f59e0b}._authButtonsWrapper_1ee0r_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_1ee0r_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_1ee0r_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.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_1ee0r_23{width:100%;margin-bottom:16px}._fieldWrapper_1ee0r_23:last-child{margin-bottom:0}._fieldLabel_1ee0r_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_1ee0r_36{margin-top:8px;font-size:.75rem}._field_1ee0r_23{width:100%;position:relative}._fieldLabelNew_1ee0r_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_1ee0r_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_1ee0r_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_1ee0r_52[type=password]{font-size:18px}._inputNew_1ee0r_52:focus,._inputNew_1ee0r_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_1ee0r_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_1ee0r_52:disabled::placeholder{color:#cbd5e1}._inputNew_1ee0r_52._error_1ee0r_7{border:1px solid #ef4444}._inputNew_1ee0r_52._error_1ee0r_7:focus,._inputNew_1ee0r_52._error_1ee0r_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_1ee0r_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_1ee0r_90{width:calc(50% - 8px)}._tableNavWrapper_1ee0r_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_1ee0r_109{align-items:center;display:flex}._tableNavItem_1ee0r_114{margin:0 6px}._modalContent_1ee0r_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_1ee0r_118._center_1ee0r_125{text-align:center;font-family:Inter}._modalContent_1ee0r_118._settings_1ee0r_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_1ee0r_118._settingsIntegration_1ee0r_133,._modalContent_1ee0r_118._performanceTestModalContent_1ee0r_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_1ee0r_118._monitoringReportContent_1ee0r_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_1ee0r_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_1ee0r_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_1ee0r_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_1ee0r_158:after,._modalLine_1ee0r_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_1ee0r_158:before{left:-20px}._modalLine_1ee0r_158:after{right:-20px}._infoMessage_1ee0r_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_1ee0r_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_1ee0r_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_1ee0r_196._buttonsAutoWidth_1ee0r_203{justify-content:flex-end}._modalFooter_1ee0r_196._buttonsAutoWidth_1ee0r_203 button,._modalFooter_1ee0r_196._buttonsAutoWidth_1ee0r_203 span{margin-left:12px}._fullWidthTitle_1ee0r_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_1ee0r_223{justify-content:center;gap:24px 16px;margin:0 0 24px;display:flex}._widgetWrapper_1ee0r_230{background:#fff;border:1px solid #e2e8f0;border-radius:20px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_1ee0r_230{padding:0 16px 15px}}._widgetHeader_1ee0r_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_1ee0r_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_1ee0r_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_1ee0r_266{align-items:center;height:180px;display:flex}._widgetFooter_1ee0r_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_1ee0r_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_1ee0r_279:last-child{border:none}._widgetMainValue_1ee0r_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_1ee0r_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_1ee0r_303{color:#64748b;font-size:.75rem}._widgetLoader_1ee0r_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_1ee0r_315{opacity:.5;cursor:default}._widgetAddress_1ee0r_320{color:#64748b;font-size:.75rem}._widgetTag_1ee0r_325{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_1ee0r_333{color:#0f172a;font-weight:500}._chartValuesWrapper_1ee0r_338{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_1ee0r_346{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_1ee0r_346._green_1ee0r_351:before,._chartValuesTitle_1ee0r_346._dark_1ee0r_351:before,._chartValuesTitle_1ee0r_346._blue_1ee0r_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_1ee0r_346._green_1ee0r_351:before{background:#22c55e}._chartValuesTitle_1ee0r_346._dark_1ee0r_351:before{background:#475569}._chartValuesTitle_1ee0r_346._blue_1ee0r_351:before{background:#43e0f8}._topbar_1ee0r_373{z-index:2000;justify-content:space-between;align-items:center;width:100%;height:64px;margin-bottom:24px;padding:0 24px;display:flex;position:relative}._topbar_1ee0r_373._sticky_1ee0r_384{background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);position:sticky;top:0;left:0}._logoWrapper_1ee0r_391{display:inline-flex}._logo_1ee0r_391{max-width:110px}._menuWrapper_1ee0r_399{display:flex}@media only screen and (width<=1340px){._menuWrapper_1ee0r_399{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_1ee0r_399._opened_1ee0r_416{display:flex}}._menuItem_1ee0r_421{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_1ee0r_421{flex:none;width:auto;margin-bottom:10px}}._menuItem_1ee0r_421 ._menuIcon_1ee0r_442{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_1ee0r_421 ._menuIconPerformance_1ee0r_447{fill:none}._menuItem_1ee0r_421 ._menuIconStroke_1ee0r_450{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_1ee0r_421._active_1ee0r_455,._menuItem_1ee0r_421:hover{color:#52c2fd;background:#fff}._menuItem_1ee0r_421._active_1ee0r_455 ._menuIcon_1ee0r_442:not(._menuIconStroke_1ee0r_450,._menuIconPerformance_1ee0r_447),._menuItem_1ee0r_421:hover ._menuIcon_1ee0r_442:not(._menuIconStroke_1ee0r_450,._menuIconPerformance_1ee0r_447){fill:#52c2fd}._menuItem_1ee0r_421._active_1ee0r_455 ._menuIconPerformance_1ee0r_447 path,._menuItem_1ee0r_421:hover ._menuIconPerformance_1ee0r_447 path{stroke:#59a6fd}._menuItem_1ee0r_421._active_1ee0r_455 ._menuIconStroke_1ee0r_450:not(._menuIcon_1ee0r_442),._menuItem_1ee0r_421:hover ._menuIconStroke_1ee0r_450:not(._menuIcon_1ee0r_442){stroke:#52c2fd}._redDot_1ee0r_469{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_1ee0r_484{justify-content:center;display:flex}._link_1ee0r_489{color:#2db2c8;cursor:pointer;text-decoration:underline}._toggleFieldWrapper_1ee0r_495{justify-content:space-between;align-items:center;display:flex}._toggleFieldWrapper_1ee0r_495._disabled_1ee0r_315{opacity:.5;pointer-events:none}._saveButton_1ee0r_505{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_1ee0r_505{width:60px}}._contractorContainer_1ee0r_526{height:calc(100vh - 76px);overflow:scroll}._addButton_1ee0r_531{color:#2db2c8;cursor:pointer;align-items:center;font-size:.875rem;font-weight:500;display:inline-flex}._addButton_1ee0r_531: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_1ee0r_547{z-index:2;top:18px}._inputText_1ee0r_552{margin-bottom:0}._row_1ee0r_556{flex-direction:row;gap:16px;margin-bottom:20px;padding:0 20px;display:flex}._row_1ee0r_556>div{flex:1}@media only screen and (width<=450px){._row_1ee0r_556{flex-direction:column}._row_1ee0r_556._subscriptionRow_1ee0r_570{flex-direction:row}}._directionColumn_1ee0r_575{flex-direction:column;gap:5px}._sectionTitleInfoIcon_1ee0r_580 path{fill:#64769b}._titleInformationIcon_1ee0r_584 span:after{display:block;transform:scale(1.2)}._subscriptionSectionModalLine_1ee0r_589{margin:0}._subscriptionPlanName_1ee0r_593 div:first-child{color:#0f172a;margin-bottom:10px;font-size:16px;font-weight:500}._subscriptionPlanName_1ee0r_593 div:nth-child(2){color:#64769b;font-size:14px}._subscriptionDropdownContainer_1ee0r_604{max-width:140px}._subscriptionDropdownContainer_1ee0r_604 .static-select__control{color:#2db2c8;cursor:pointer;outline:none;min-width:95px;font-size:14px;box-shadow:none!important;border:0!important}._subscriptionDropdownContainer_1ee0r_604 .static-select__indicator{color:#2db2c8;right:20px}._subscriptionDropdownContainer_1ee0r_604 .static-select__indicator:hover svg{color:#2db2c8}._subscriptionDropdownContainer_1ee0r_604 .static-select__indicator svg{width:18px;height:18px}._subscriptionDropdownContainer_1ee0r_604 .static-select__menu,._subscriptionSelectMenu_1ee0r_634{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_17d2f_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_17d2f_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_17d2f_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.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_17d2f_23{width:100%;margin-bottom:16px}._fieldWrapper_17d2f_23:last-child{margin-bottom:0}._fieldLabel_17d2f_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_17d2f_36{margin-top:8px;font-size:.75rem}._field_17d2f_23{width:100%;position:relative}._fieldLabelNew_17d2f_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_17d2f_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_17d2f_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_17d2f_52[type=password]{font-size:18px}._inputNew_17d2f_52:focus,._inputNew_17d2f_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_17d2f_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_17d2f_52:disabled::placeholder{color:#cbd5e1}._inputNew_17d2f_52._error_17d2f_7{border:1px solid #ef4444}._inputNew_17d2f_52._error_17d2f_7:focus,._inputNew_17d2f_52._error_17d2f_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_17d2f_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_17d2f_90{width:calc(50% - 8px)}._tableNavWrapper_17d2f_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_17d2f_109{align-items:center;display:flex}._tableNavItem_17d2f_114{margin:0 6px}._modalContent_17d2f_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_17d2f_118._center_17d2f_125{text-align:center;font-family:Inter}._modalContent_17d2f_118._settings_17d2f_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_17d2f_118._settingsIntegration_17d2f_133,._modalContent_17d2f_118._performanceTestModalContent_17d2f_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_17d2f_118._monitoringReportContent_17d2f_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_17d2f_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_17d2f_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_17d2f_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_17d2f_158:after,._modalLine_17d2f_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_17d2f_158:before{left:-20px}._modalLine_17d2f_158:after{right:-20px}._infoMessage_17d2f_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_17d2f_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_17d2f_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_17d2f_196._buttonsAutoWidth_17d2f_203{justify-content:flex-end}._modalFooter_17d2f_196._buttonsAutoWidth_17d2f_203 button,._modalFooter_17d2f_196._buttonsAutoWidth_17d2f_203 span{margin-left:12px}._fullWidthTitle_17d2f_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_17d2f_223{justify-content:center;gap:24px 16px;margin:0 0 24px;display:flex}._widgetWrapper_17d2f_230{background:#fff;border:1px solid #e2e8f0;border-radius:20px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_17d2f_230{padding:0 16px 15px}}._widgetHeader_17d2f_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_17d2f_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_17d2f_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_17d2f_266{align-items:center;height:180px;display:flex}._widgetFooter_17d2f_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_17d2f_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_17d2f_279:last-child{border:none}._widgetMainValue_17d2f_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_17d2f_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_17d2f_303{color:#64748b;font-size:.75rem}._widgetLoader_17d2f_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_17d2f_315{opacity:.5;cursor:default}._widgetAddress_17d2f_320{color:#64748b;font-size:.75rem}._widgetTag_17d2f_325{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_17d2f_333{color:#0f172a;font-weight:500}._chartValuesWrapper_17d2f_338{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_17d2f_346{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_17d2f_346._green_17d2f_351:before,._chartValuesTitle_17d2f_346._dark_17d2f_351:before,._chartValuesTitle_17d2f_346._blue_17d2f_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_17d2f_346._green_17d2f_351:before{background:#22c55e}._chartValuesTitle_17d2f_346._dark_17d2f_351:before{background:#475569}._chartValuesTitle_17d2f_346._blue_17d2f_351:before{background:#43e0f8}._topbar_17d2f_373{z-index:2000;justify-content:space-between;align-items:center;width:100%;height:64px;margin-bottom:24px;padding:0 24px;display:flex;position:relative}._topbar_17d2f_373._sticky_17d2f_384{background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);position:sticky;top:0;left:0}._logoWrapper_17d2f_391{display:inline-flex}._logo_17d2f_391{max-width:110px}._menuWrapper_17d2f_399{display:flex}@media only screen and (width<=1340px){._menuWrapper_17d2f_399{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_17d2f_399._opened_17d2f_416{display:flex}}._menuItem_17d2f_421{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_17d2f_421{flex:none;width:auto;margin-bottom:10px}}._menuItem_17d2f_421 ._menuIcon_17d2f_442{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_17d2f_421 ._menuIconPerformance_17d2f_447{fill:none}._menuItem_17d2f_421 ._menuIconStroke_17d2f_450{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_17d2f_421._active_17d2f_455,._menuItem_17d2f_421:hover{color:#52c2fd;background:#fff}._menuItem_17d2f_421._active_17d2f_455 ._menuIcon_17d2f_442:not(._menuIconStroke_17d2f_450,._menuIconPerformance_17d2f_447),._menuItem_17d2f_421:hover ._menuIcon_17d2f_442:not(._menuIconStroke_17d2f_450,._menuIconPerformance_17d2f_447){fill:#52c2fd}._menuItem_17d2f_421._active_17d2f_455 ._menuIconPerformance_17d2f_447 path,._menuItem_17d2f_421:hover ._menuIconPerformance_17d2f_447 path{stroke:#59a6fd}._menuItem_17d2f_421._active_17d2f_455 ._menuIconStroke_17d2f_450:not(._menuIcon_17d2f_442),._menuItem_17d2f_421:hover ._menuIconStroke_17d2f_450:not(._menuIcon_17d2f_442){stroke:#52c2fd}._redDot_17d2f_469{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_17d2f_484{justify-content:center;display:flex}._link_17d2f_489{color:#2db2c8;cursor:pointer;text-decoration:underline}._inputButton_17d2f_495,._iconWrapper_17d2f_496{color:#43e0f8;cursor:pointer;font-size:.875rem;font-weight:500;position:absolute;top:11px;right:10px}._iconWrapper_17d2f_496{top:11px}@media only screen and (width<=1024px){._jobID_17d2f_511 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_1jsz9_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_1jsz9_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_1jsz9_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.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_1jsz9_23{width:100%;margin-bottom:16px}._fieldWrapper_1jsz9_23:last-child{margin-bottom:0}._fieldLabel_1jsz9_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_1jsz9_36{margin-top:8px;font-size:.75rem}._field_1jsz9_23{width:100%;position:relative}._fieldLabelNew_1jsz9_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_1jsz9_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_1jsz9_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_1jsz9_52[type=password]{font-size:18px}._inputNew_1jsz9_52:focus,._inputNew_1jsz9_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_1jsz9_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_1jsz9_52:disabled::placeholder{color:#cbd5e1}._inputNew_1jsz9_52._error_1jsz9_7{border:1px solid #ef4444}._inputNew_1jsz9_52._error_1jsz9_7:focus,._inputNew_1jsz9_52._error_1jsz9_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_1jsz9_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_1jsz9_90{width:calc(50% - 8px)}._tableNavWrapper_1jsz9_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_1jsz9_109{align-items:center;display:flex}._tableNavItem_1jsz9_114{margin:0 6px}._modalContent_1jsz9_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_1jsz9_118._center_1jsz9_125{text-align:center;font-family:Inter}._modalContent_1jsz9_118._settings_1jsz9_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_1jsz9_118._settingsIntegration_1jsz9_133,._modalContent_1jsz9_118._performanceTestModalContent_1jsz9_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_1jsz9_118._monitoringReportContent_1jsz9_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_1jsz9_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_1jsz9_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_1jsz9_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_1jsz9_158:after,._modalLine_1jsz9_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_1jsz9_158:before{left:-20px}._modalLine_1jsz9_158:after{right:-20px}._infoMessage_1jsz9_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_1jsz9_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_1jsz9_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_1jsz9_196._buttonsAutoWidth_1jsz9_203{justify-content:flex-end}._modalFooter_1jsz9_196._buttonsAutoWidth_1jsz9_203 button,._modalFooter_1jsz9_196._buttonsAutoWidth_1jsz9_203 span{margin-left:12px}._fullWidthTitle_1jsz9_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_1jsz9_223{justify-content:center;gap:24px 16px;margin:0 0 24px;display:flex}._widgetWrapper_1jsz9_230{background:#fff;border:1px solid #e2e8f0;border-radius:20px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_1jsz9_230{padding:0 16px 15px}}._widgetHeader_1jsz9_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_1jsz9_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_1jsz9_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_1jsz9_266{align-items:center;height:180px;display:flex}._widgetFooter_1jsz9_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_1jsz9_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_1jsz9_279:last-child{border:none}._widgetMainValue_1jsz9_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_1jsz9_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_1jsz9_303{color:#64748b;font-size:.75rem}._widgetLoader_1jsz9_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_1jsz9_315{opacity:.5;cursor:default}._widgetAddress_1jsz9_320{color:#64748b;font-size:.75rem}._widgetTag_1jsz9_325{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_1jsz9_333{color:#0f172a;font-weight:500}._chartValuesWrapper_1jsz9_338{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_1jsz9_346{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_1jsz9_346._green_1jsz9_351:before,._chartValuesTitle_1jsz9_346._dark_1jsz9_351:before,._chartValuesTitle_1jsz9_346._blue_1jsz9_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_1jsz9_346._green_1jsz9_351:before{background:#22c55e}._chartValuesTitle_1jsz9_346._dark_1jsz9_351:before{background:#475569}._chartValuesTitle_1jsz9_346._blue_1jsz9_351:before{background:#43e0f8}._topbar_1jsz9_373{z-index:2000;justify-content:space-between;align-items:center;width:100%;height:64px;margin-bottom:24px;padding:0 24px;display:flex;position:relative}._topbar_1jsz9_373._sticky_1jsz9_384{background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);position:sticky;top:0;left:0}._logoWrapper_1jsz9_391{display:inline-flex}._logo_1jsz9_391{max-width:110px}._menuWrapper_1jsz9_399{display:flex}@media only screen and (width<=1340px){._menuWrapper_1jsz9_399{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_1jsz9_399._opened_1jsz9_416{display:flex}}._menuItem_1jsz9_421{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_1jsz9_421{flex:none;width:auto;margin-bottom:10px}}._menuItem_1jsz9_421 ._menuIcon_1jsz9_442{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_1jsz9_421 ._menuIconPerformance_1jsz9_447{fill:none}._menuItem_1jsz9_421 ._menuIconStroke_1jsz9_450{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_1jsz9_421._active_1jsz9_455,._menuItem_1jsz9_421:hover{color:#52c2fd;background:#fff}._menuItem_1jsz9_421._active_1jsz9_455 ._menuIcon_1jsz9_442:not(._menuIconStroke_1jsz9_450,._menuIconPerformance_1jsz9_447),._menuItem_1jsz9_421:hover ._menuIcon_1jsz9_442:not(._menuIconStroke_1jsz9_450,._menuIconPerformance_1jsz9_447){fill:#52c2fd}._menuItem_1jsz9_421._active_1jsz9_455 ._menuIconPerformance_1jsz9_447 path,._menuItem_1jsz9_421:hover ._menuIconPerformance_1jsz9_447 path{stroke:#59a6fd}._menuItem_1jsz9_421._active_1jsz9_455 ._menuIconStroke_1jsz9_450:not(._menuIcon_1jsz9_442),._menuItem_1jsz9_421:hover ._menuIconStroke_1jsz9_450:not(._menuIcon_1jsz9_442){stroke:#52c2fd}._redDot_1jsz9_469{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_1jsz9_484{justify-content:center;display:flex}._link_1jsz9_489{color:#2db2c8;cursor:pointer;text-decoration:underline}._closeIconClassName_1jsz9_495{z-index:2;top:18px}._hiddenModal_1jsz9_500{display:none}._changeSubscriptionSubModal_1jsz9_504 ._modalBody_1jsz9_504{flex-direction:column;align-items:center;padding:16px 20px;display:flex}._changeSubscriptionSubModal_1jsz9_504 ._modalBody_1jsz9_504 p{color:#475569;text-align:center;margin-top:4px;font-size:14px}._changeSubscriptionSubModal_1jsz9_504 ._modalBody_1jsz9_504 span{font-weight:700}._changeSubscriptionSubModal_1jsz9_504 ._subscriptionSubModalFooter_1jsz9_519{flex-direction:column;gap:12px}._changeSubscriptionSubModal_1jsz9_504 ._iconWrapper_1jsz9_523{background-color:#ebfcff;border-radius:10px;justify-content:center;align-items:center;width:44px;height:44px;margin-bottom:16px;display:flex}._changeSubscriptionSubModal_1jsz9_504 ._iconWrapper_1jsz9_523 svg{width:24px;height:24px}._closeIconClassName_1jdgt_1{z-index:2;top:13px}._installedDevicesHistoryModalWrapper_1jdgt_6 header{padding:22px 60px 22px 20px}._authButtonsWrapper_1q7e2_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_1q7e2_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_1q7e2_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.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_1q7e2_23{width:100%;margin-bottom:16px}._fieldWrapper_1q7e2_23:last-child{margin-bottom:0}._fieldLabel_1q7e2_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_1q7e2_36{margin-top:8px;font-size:.75rem}._field_1q7e2_23{width:100%;position:relative}._fieldLabelNew_1q7e2_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_1q7e2_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_1q7e2_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_1q7e2_52[type=password]{font-size:18px}._inputNew_1q7e2_52:focus,._inputNew_1q7e2_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_1q7e2_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_1q7e2_52:disabled::placeholder{color:#cbd5e1}._inputNew_1q7e2_52._error_1q7e2_7{border:1px solid #ef4444}._inputNew_1q7e2_52._error_1q7e2_7:focus,._inputNew_1q7e2_52._error_1q7e2_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_1q7e2_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_1q7e2_90{width:calc(50% - 8px)}._tableNavWrapper_1q7e2_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_1q7e2_109{align-items:center;display:flex}._tableNavItem_1q7e2_114{margin:0 6px}._modalContent_1q7e2_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_1q7e2_118._center_1q7e2_125{text-align:center;font-family:Inter}._modalContent_1q7e2_118._settings_1q7e2_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_1q7e2_118._settingsIntegration_1q7e2_133,._modalContent_1q7e2_118._performanceTestModalContent_1q7e2_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_1q7e2_118._monitoringReportContent_1q7e2_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_1q7e2_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_1q7e2_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_1q7e2_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_1q7e2_158:after,._modalLine_1q7e2_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_1q7e2_158:before{left:-20px}._modalLine_1q7e2_158:after{right:-20px}._infoMessage_1q7e2_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_1q7e2_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_1q7e2_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_1q7e2_196._buttonsAutoWidth_1q7e2_203{justify-content:flex-end}._modalFooter_1q7e2_196._buttonsAutoWidth_1q7e2_203 button,._modalFooter_1q7e2_196._buttonsAutoWidth_1q7e2_203 span{margin-left:12px}._fullWidthTitle_1q7e2_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_1q7e2_223{justify-content:center;gap:24px 16px;margin:0 0 24px;display:flex}._widgetWrapper_1q7e2_230{background:#fff;border:1px solid #e2e8f0;border-radius:20px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_1q7e2_230{padding:0 16px 15px}}._widgetHeader_1q7e2_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_1q7e2_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_1q7e2_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_1q7e2_266{align-items:center;height:180px;display:flex}._widgetFooter_1q7e2_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_1q7e2_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_1q7e2_279:last-child{border:none}._widgetMainValue_1q7e2_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_1q7e2_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_1q7e2_303{color:#64748b;font-size:.75rem}._widgetLoader_1q7e2_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_1q7e2_315{opacity:.5;cursor:default}._widgetAddress_1q7e2_320{color:#64748b;font-size:.75rem}._widgetTag_1q7e2_325{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_1q7e2_333{color:#0f172a;font-weight:500}._chartValuesWrapper_1q7e2_338{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_1q7e2_346{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_1q7e2_346._green_1q7e2_351:before,._chartValuesTitle_1q7e2_346._dark_1q7e2_351:before,._chartValuesTitle_1q7e2_346._blue_1q7e2_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_1q7e2_346._green_1q7e2_351:before{background:#22c55e}._chartValuesTitle_1q7e2_346._dark_1q7e2_351:before{background:#475569}._chartValuesTitle_1q7e2_346._blue_1q7e2_351:before{background:#43e0f8}._topbar_1q7e2_373{z-index:2000;justify-content:space-between;align-items:center;width:100%;height:64px;margin-bottom:24px;padding:0 24px;display:flex;position:relative}._topbar_1q7e2_373._sticky_1q7e2_384{background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);position:sticky;top:0;left:0}._logoWrapper_1q7e2_391{display:inline-flex}._logo_1q7e2_391{max-width:110px}._menuWrapper_1q7e2_399{display:flex}@media only screen and (width<=1340px){._menuWrapper_1q7e2_399{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_1q7e2_399._opened_1q7e2_416{display:flex}}._menuItem_1q7e2_421{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_1q7e2_421{flex:none;width:auto;margin-bottom:10px}}._menuItem_1q7e2_421 ._menuIcon_1q7e2_442{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_1q7e2_421 ._menuIconPerformance_1q7e2_447{fill:none}._menuItem_1q7e2_421 ._menuIconStroke_1q7e2_450{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_1q7e2_421._active_1q7e2_455,._menuItem_1q7e2_421:hover{color:#52c2fd;background:#fff}._menuItem_1q7e2_421._active_1q7e2_455 ._menuIcon_1q7e2_442:not(._menuIconStroke_1q7e2_450,._menuIconPerformance_1q7e2_447),._menuItem_1q7e2_421:hover ._menuIcon_1q7e2_442:not(._menuIconStroke_1q7e2_450,._menuIconPerformance_1q7e2_447){fill:#52c2fd}._menuItem_1q7e2_421._active_1q7e2_455 ._menuIconPerformance_1q7e2_447 path,._menuItem_1q7e2_421:hover ._menuIconPerformance_1q7e2_447 path{stroke:#59a6fd}._menuItem_1q7e2_421._active_1q7e2_455 ._menuIconStroke_1q7e2_450:not(._menuIcon_1q7e2_442),._menuItem_1q7e2_421:hover ._menuIconStroke_1q7e2_450:not(._menuIcon_1q7e2_442){stroke:#52c2fd}._redDot_1q7e2_469{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_1q7e2_484{justify-content:center;display:flex}._link_1q7e2_489{color:#2db2c8;cursor:pointer;text-decoration:underline}._widgetWrapper_1q7e2_230{width:100%;max-width:100%;min-height:170px}._chart_1q7e2_338{height:20px}._authButtonsWrapper_1a171_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_1a171_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_1a171_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.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_1a171_23{width:100%;margin-bottom:16px}._fieldWrapper_1a171_23:last-child{margin-bottom:0}._fieldLabel_1a171_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_1a171_36{margin-top:8px;font-size:.75rem}._field_1a171_23{width:100%;position:relative}._fieldLabelNew_1a171_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_1a171_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_1a171_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_1a171_52[type=password]{font-size:18px}._inputNew_1a171_52:focus,._inputNew_1a171_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_1a171_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_1a171_52:disabled::placeholder{color:#cbd5e1}._inputNew_1a171_52._error_1a171_7{border:1px solid #ef4444}._inputNew_1a171_52._error_1a171_7:focus,._inputNew_1a171_52._error_1a171_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_1a171_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_1a171_90{width:calc(50% - 8px)}._tableNavWrapper_1a171_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_1a171_109{align-items:center;display:flex}._tableNavItem_1a171_114{margin:0 6px}._modalContent_1a171_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_1a171_118._center_1a171_125{text-align:center;font-family:Inter}._modalContent_1a171_118._settings_1a171_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_1a171_118._settingsIntegration_1a171_133,._modalContent_1a171_118._performanceTestModalContent_1a171_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_1a171_118._monitoringReportContent_1a171_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_1a171_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_1a171_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_1a171_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_1a171_158:after,._modalLine_1a171_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_1a171_158:before{left:-20px}._modalLine_1a171_158:after{right:-20px}._infoMessage_1a171_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_1a171_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_1a171_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_1a171_196._buttonsAutoWidth_1a171_203{justify-content:flex-end}._modalFooter_1a171_196._buttonsAutoWidth_1a171_203 button,._modalFooter_1a171_196._buttonsAutoWidth_1a171_203 span{margin-left:12px}._fullWidthTitle_1a171_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_1a171_223{justify-content:center;gap:24px 16px;margin:0 0 24px;display:flex}._widgetWrapper_1a171_230{background:#fff;border:1px solid #e2e8f0;border-radius:20px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_1a171_230{padding:0 16px 15px}}._widgetHeader_1a171_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_1a171_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_1a171_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_1a171_266{align-items:center;height:180px;display:flex}._widgetFooter_1a171_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_1a171_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_1a171_279:last-child{border:none}._widgetMainValue_1a171_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_1a171_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_1a171_303{color:#64748b;font-size:.75rem}._widgetLoader_1a171_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_1a171_315{opacity:.5;cursor:default}._widgetAddress_1a171_320{color:#64748b;font-size:.75rem}._widgetTag_1a171_325{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_1a171_333{color:#0f172a;font-weight:500}._chartValuesWrapper_1a171_338{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_1a171_346{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_1a171_346._green_1a171_351:before,._chartValuesTitle_1a171_346._dark_1a171_351:before,._chartValuesTitle_1a171_346._blue_1a171_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_1a171_346._green_1a171_351:before{background:#22c55e}._chartValuesTitle_1a171_346._dark_1a171_351:before{background:#475569}._chartValuesTitle_1a171_346._blue_1a171_351:before{background:#43e0f8}._topbar_1a171_373{z-index:2000;justify-content:space-between;align-items:center;width:100%;height:64px;margin-bottom:24px;padding:0 24px;display:flex;position:relative}._topbar_1a171_373._sticky_1a171_384{background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);position:sticky;top:0;left:0}._logoWrapper_1a171_391{display:inline-flex}._logo_1a171_391{max-width:110px}._menuWrapper_1a171_399{display:flex}@media only screen and (width<=1340px){._menuWrapper_1a171_399{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_1a171_399._opened_1a171_416{display:flex}}._menuItem_1a171_421{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_1a171_421{flex:none;width:auto;margin-bottom:10px}}._menuItem_1a171_421 ._menuIcon_1a171_442{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_1a171_421 ._menuIconPerformance_1a171_447{fill:none}._menuItem_1a171_421 ._menuIconStroke_1a171_450{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_1a171_421._active_1a171_455,._menuItem_1a171_421:hover{color:#52c2fd;background:#fff}._menuItem_1a171_421._active_1a171_455 ._menuIcon_1a171_442:not(._menuIconStroke_1a171_450,._menuIconPerformance_1a171_447),._menuItem_1a171_421:hover ._menuIcon_1a171_442:not(._menuIconStroke_1a171_450,._menuIconPerformance_1a171_447){fill:#52c2fd}._menuItem_1a171_421._active_1a171_455 ._menuIconPerformance_1a171_447 path,._menuItem_1a171_421:hover ._menuIconPerformance_1a171_447 path{stroke:#59a6fd}._menuItem_1a171_421._active_1a171_455 ._menuIconStroke_1a171_450:not(._menuIcon_1a171_442),._menuItem_1a171_421:hover ._menuIconStroke_1a171_450:not(._menuIcon_1a171_442){stroke:#52c2fd}._redDot_1a171_469{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_1a171_484{justify-content:center;display:flex}._link_1a171_489{color:#2db2c8;cursor:pointer;text-decoration:underline}._widgetWrapper_1a171_230{width:initial;max-width:initial;flex:520px}@media only screen and (width<=1200px){._widgetWrapper_1a171_230{padding:0 6px 24px}}._chartWrapper_1a171_506{justify-content:flex-end;display:flex}@media only screen and (width<=1100px){._chartWrapper_1a171_506{max-width:560px;margin:0 auto;position:relative}}._chart_1a171_338{position:absolute;top:-36px;left:0}@media only screen and (width<=1100px){._chart_1a171_338{top:-54px}}._widgetMainValue_1a171_288{width:210px;position:absolute;bottom:30px;left:14px}._chartNotesWrapper_1a171_536{flex-wrap:wrap;justify-content:flex-end;row-gap:36px;width:100%;display:flex}@media only screen and (width<=1420px){._chartNotesWrapper_1a171_536 ._rowLastNote_1a171_544{width:14%}}@media only screen and (width>=1201px) and (width<=1299px){._chartNotesWrapper_1a171_536 ._rowPreLastNote_1a171_549{width:17%}}@media only screen and (width<=690px){._chartNotesWrapper_1a171_536{gap:30px 10px;width:46%}}._chartNote_1a171_536{color:#64748b;break-inside:avoid-column;width:18%;font-size:.75rem;font-weight:400}._chartNote_1a171_536:nth-child(3){margin-bottom:0}._chartNote_1a171_536:before{content:"";border-radius:4px;width:4px;height:12px;margin-right:6px;display:inline-flex;position:relative;top:2px}._chartNote_1a171_536._installed_1a171_580:before{background:#14b8a6}._chartNote_1a171_536._packed_1a171_583:before{background:#a855f7}._chartNote_1a171_536._inInventory_1a171_586:before{background:#c11574}._chartNote_1a171_536._inStock_1a171_589:before{background:#22c55e}._chartNote_1a171_536._missing_1a171_592:before{background:#fcd34d}._chartNote_1a171_536._preinstalled_1a171_595:before{background:#115e59}._chartNote_1a171_536._damaged_1a171_598:before{background:#ef4444}._chartNote_1a171_536._transfering_1a171_601:before{background:#3b82f6}._chartNote_1a171_536._production_1a171_604:before{background:#cbd5e1}._chartNote_1a171_536._warranty_1a171_607:before{background:#43e0f8}@media only screen and (width<=690px){._chartNote_1a171_536{width:45%!important}._hiddenChartNote_1a171_617{display:none}}._chartNoteValue_1a171_622{color:#000;margin-top:10px;font-size:1rem;font-weight:500;display:block}._authButtonsWrapper_14crj_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_14crj_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_14crj_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.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_14crj_23{width:100%;margin-bottom:16px}._fieldWrapper_14crj_23:last-child{margin-bottom:0}._fieldLabel_14crj_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_14crj_36{margin-top:8px;font-size:.75rem}._field_14crj_23{width:100%;position:relative}._fieldLabelNew_14crj_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_14crj_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_14crj_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_14crj_52[type=password]{font-size:18px}._inputNew_14crj_52:focus,._inputNew_14crj_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_14crj_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_14crj_52:disabled::placeholder{color:#cbd5e1}._inputNew_14crj_52._error_14crj_7{border:1px solid #ef4444}._inputNew_14crj_52._error_14crj_7:focus,._inputNew_14crj_52._error_14crj_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_14crj_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_14crj_90{width:calc(50% - 8px)}._tableNavWrapper_14crj_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_14crj_109{align-items:center;display:flex}._tableNavItem_14crj_114{margin:0 6px}._modalContent_14crj_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_14crj_118._center_14crj_125{text-align:center;font-family:Inter}._modalContent_14crj_118._settings_14crj_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_14crj_118._settingsIntegration_14crj_133,._modalContent_14crj_118._performanceTestModalContent_14crj_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_14crj_118._monitoringReportContent_14crj_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_14crj_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_14crj_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_14crj_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_14crj_158:after,._modalLine_14crj_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_14crj_158:before{left:-20px}._modalLine_14crj_158:after{right:-20px}._infoMessage_14crj_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_14crj_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_14crj_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_14crj_196._buttonsAutoWidth_14crj_203{justify-content:flex-end}._modalFooter_14crj_196._buttonsAutoWidth_14crj_203 button,._modalFooter_14crj_196._buttonsAutoWidth_14crj_203 span{margin-left:12px}._fullWidthTitle_14crj_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_14crj_223{justify-content:center;gap:24px 16px;margin:0 0 24px;display:flex}._widgetWrapper_14crj_230{background:#fff;border:1px solid #e2e8f0;border-radius:20px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_14crj_230{padding:0 16px 15px}}._widgetHeader_14crj_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_14crj_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_14crj_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_14crj_266{align-items:center;height:180px;display:flex}._widgetFooter_14crj_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_14crj_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_14crj_279:last-child{border:none}._widgetMainValue_14crj_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_14crj_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_14crj_303{color:#64748b;font-size:.75rem}._widgetLoader_14crj_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_14crj_315{opacity:.5;cursor:default}._widgetAddress_14crj_320{color:#64748b;font-size:.75rem}._widgetTag_14crj_325{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_14crj_333{color:#0f172a;font-weight:500}._chartValuesWrapper_14crj_338{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_14crj_346{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_14crj_346._green_14crj_351:before,._chartValuesTitle_14crj_346._dark_14crj_351:before,._chartValuesTitle_14crj_346._blue_14crj_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_14crj_346._green_14crj_351:before{background:#22c55e}._chartValuesTitle_14crj_346._dark_14crj_351:before{background:#475569}._chartValuesTitle_14crj_346._blue_14crj_351:before{background:#43e0f8}._topbar_14crj_373{z-index:2000;justify-content:space-between;align-items:center;width:100%;height:64px;margin-bottom:24px;padding:0 24px;display:flex;position:relative}._topbar_14crj_373._sticky_14crj_384{background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);position:sticky;top:0;left:0}._logoWrapper_14crj_391{display:inline-flex}._logo_14crj_391{max-width:110px}._menuWrapper_14crj_399{display:flex}@media only screen and (width<=1340px){._menuWrapper_14crj_399{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_14crj_399._opened_14crj_416{display:flex}}._menuItem_14crj_421{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_14crj_421{flex:none;width:auto;margin-bottom:10px}}._menuItem_14crj_421 ._menuIcon_14crj_442{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_14crj_421 ._menuIconPerformance_14crj_447{fill:none}._menuItem_14crj_421 ._menuIconStroke_14crj_450{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_14crj_421._active_14crj_455,._menuItem_14crj_421:hover{color:#52c2fd;background:#fff}._menuItem_14crj_421._active_14crj_455 ._menuIcon_14crj_442:not(._menuIconStroke_14crj_450,._menuIconPerformance_14crj_447),._menuItem_14crj_421:hover ._menuIcon_14crj_442:not(._menuIconStroke_14crj_450,._menuIconPerformance_14crj_447){fill:#52c2fd}._menuItem_14crj_421._active_14crj_455 ._menuIconPerformance_14crj_447 path,._menuItem_14crj_421:hover ._menuIconPerformance_14crj_447 path{stroke:#59a6fd}._menuItem_14crj_421._active_14crj_455 ._menuIconStroke_14crj_450:not(._menuIcon_14crj_442),._menuItem_14crj_421:hover ._menuIconStroke_14crj_450:not(._menuIcon_14crj_442){stroke:#52c2fd}._redDot_14crj_469{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_14crj_484{justify-content:center;display:flex}._link_14crj_489{color:#2db2c8;cursor:pointer;text-decoration:underline}._widgetWrapper_14crj_230{width:100%;max-width:100%;min-height:150px}._chart_14crj_338{height:16px}._chartItemWrapper_14crj_505{margin-bottom:20px}._authButtonsWrapper_1ceea_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_1ceea_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_1ceea_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.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_1ceea_23{width:100%;margin-bottom:16px}._fieldWrapper_1ceea_23:last-child{margin-bottom:0}._fieldLabel_1ceea_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_1ceea_36{margin-top:8px;font-size:.75rem}._field_1ceea_23{width:100%;position:relative}._fieldLabelNew_1ceea_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_1ceea_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_1ceea_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_1ceea_52[type=password]{font-size:18px}._inputNew_1ceea_52:focus,._inputNew_1ceea_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_1ceea_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_1ceea_52:disabled::placeholder{color:#cbd5e1}._inputNew_1ceea_52._error_1ceea_7{border:1px solid #ef4444}._inputNew_1ceea_52._error_1ceea_7:focus,._inputNew_1ceea_52._error_1ceea_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_1ceea_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_1ceea_90{width:calc(50% - 8px)}._tableNavWrapper_1ceea_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_1ceea_109{align-items:center;display:flex}._tableNavItem_1ceea_114{margin:0 6px}._modalContent_1ceea_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_1ceea_118._center_1ceea_125{text-align:center;font-family:Inter}._modalContent_1ceea_118._settings_1ceea_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_1ceea_118._settingsIntegration_1ceea_133,._modalContent_1ceea_118._performanceTestModalContent_1ceea_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_1ceea_118._monitoringReportContent_1ceea_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_1ceea_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_1ceea_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_1ceea_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_1ceea_158:after,._modalLine_1ceea_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_1ceea_158:before{left:-20px}._modalLine_1ceea_158:after{right:-20px}._infoMessage_1ceea_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_1ceea_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_1ceea_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_1ceea_196._buttonsAutoWidth_1ceea_203{justify-content:flex-end}._modalFooter_1ceea_196._buttonsAutoWidth_1ceea_203 button,._modalFooter_1ceea_196._buttonsAutoWidth_1ceea_203 span{margin-left:12px}._fullWidthTitle_1ceea_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_1ceea_223{justify-content:center;gap:24px 16px;margin:0 0 24px;display:flex}._widgetWrapper_1ceea_230{background:#fff;border:1px solid #e2e8f0;border-radius:20px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_1ceea_230{padding:0 16px 15px}}._widgetHeader_1ceea_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_1ceea_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_1ceea_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_1ceea_266{align-items:center;height:180px;display:flex}._widgetFooter_1ceea_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_1ceea_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_1ceea_279:last-child{border:none}._widgetMainValue_1ceea_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_1ceea_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_1ceea_303{color:#64748b;font-size:.75rem}._widgetLoader_1ceea_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_1ceea_315{opacity:.5;cursor:default}._widgetAddress_1ceea_320{color:#64748b;font-size:.75rem}._widgetTag_1ceea_325{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_1ceea_333{color:#0f172a;font-weight:500}._chartValuesWrapper_1ceea_338{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_1ceea_346{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_1ceea_346._green_1ceea_351:before,._chartValuesTitle_1ceea_346._dark_1ceea_351:before,._chartValuesTitle_1ceea_346._blue_1ceea_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_1ceea_346._green_1ceea_351:before{background:#22c55e}._chartValuesTitle_1ceea_346._dark_1ceea_351:before{background:#475569}._chartValuesTitle_1ceea_346._blue_1ceea_351:before{background:#43e0f8}._topbar_1ceea_373{z-index:2000;justify-content:space-between;align-items:center;width:100%;height:64px;margin-bottom:24px;padding:0 24px;display:flex;position:relative}._topbar_1ceea_373._sticky_1ceea_384{background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);position:sticky;top:0;left:0}._logoWrapper_1ceea_391{display:inline-flex}._logo_1ceea_391{max-width:110px}._menuWrapper_1ceea_399{display:flex}@media only screen and (width<=1340px){._menuWrapper_1ceea_399{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_1ceea_399._opened_1ceea_416{display:flex}}._menuItem_1ceea_421{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_1ceea_421{flex:none;width:auto;margin-bottom:10px}}._menuItem_1ceea_421 ._menuIcon_1ceea_442{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_1ceea_421 ._menuIconPerformance_1ceea_447{fill:none}._menuItem_1ceea_421 ._menuIconStroke_1ceea_450{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_1ceea_421._active_1ceea_455,._menuItem_1ceea_421:hover{color:#52c2fd;background:#fff}._menuItem_1ceea_421._active_1ceea_455 ._menuIcon_1ceea_442:not(._menuIconStroke_1ceea_450,._menuIconPerformance_1ceea_447),._menuItem_1ceea_421:hover ._menuIcon_1ceea_442:not(._menuIconStroke_1ceea_450,._menuIconPerformance_1ceea_447){fill:#52c2fd}._menuItem_1ceea_421._active_1ceea_455 ._menuIconPerformance_1ceea_447 path,._menuItem_1ceea_421:hover ._menuIconPerformance_1ceea_447 path{stroke:#59a6fd}._menuItem_1ceea_421._active_1ceea_455 ._menuIconStroke_1ceea_450:not(._menuIcon_1ceea_442),._menuItem_1ceea_421:hover ._menuIconStroke_1ceea_450:not(._menuIcon_1ceea_442){stroke:#52c2fd}._redDot_1ceea_469{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_1ceea_484{justify-content:center;display:flex}._link_1ceea_489{color:#2db2c8;cursor:pointer;text-decoration:underline}._widgetWrapper_1ceea_230{max-width:initial;flex:500px}._widgetContent_1ceea_500{justify-content:space-between;gap:16px;display:flex}._widgetBlock_1ceea_506{text-align:center;border:1px solid #e2e8f0;border-radius:10px;flex:1}._widgetBlockHeader_1ceea_515{color:#0f172a;background-color:#e2e8f0;border-top-left-radius:10px;border-top-right-radius:10px;padding-top:6px;padding-bottom:6px}._widgetBlockContent_1ceea_524{padding:16px}._widgetBlockTotal_1ceea_528 p:first-child{font-size:24px;font-weight:500;line-height:32px}._widgetBlockTotal_1ceea_528 p:last-child{color:#64748b;font-size:12px;font-weight:500;line-height:16px}._widgetBlockAvailable_1ceea_541{border-bottom:1px solid #f1f5f9;justify-content:space-between;padding-top:22px;padding-bottom:12px;display:flex}._widgetBlockAvailable_1ceea_541 span{font-size:14px;font-weight:500;line-height:20px}._widgetBlockAvailable_1ceea_541 span:first-child{color:#15803d;background-color:#dcfce7;border-radius:10px;padding:2px 8px}._widgetBlockPacked_1ceea_562{justify-content:space-between;padding-top:12px;display:flex}._widgetBlockPacked_1ceea_562 span{font-size:14px;font-weight:500;line-height:20px}._widgetBlockPacked_1ceea_562 span:first-child{color:#0f172a;background-color:#f3e8ff;border-radius:10px;padding:2px 8px}._valueNote_1ceea_581{color:#64748b;font-size:12px;font-weight:400}._chartWrapper_1ceea_587{justify-content:center;align-items:center;height:50px;display:flex;position:relative}._chart_1ceea_338{position:absolute;bottom:-126px}._text_1ceea_600{color:#64748b;font-family:Inter;font-size:.75rem}._available_1ceea_606,._packed_1ceea_607{align-items:center;display:inline-flex}._available_1ceea_606:before,._packed_1ceea_607:before{content:"";border-radius:50%;width:12px;height:12px;margin-right:4px;display:inline-flex}._available_1ceea_606:before{background-color:#fef3c7}._packed_1ceea_607:before{background-color:#fcd34d}._authButtonsWrapper_l4xr6_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_l4xr6_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_l4xr6_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.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_l4xr6_23{width:100%;margin-bottom:16px}._fieldWrapper_l4xr6_23:last-child{margin-bottom:0}._fieldLabel_l4xr6_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_l4xr6_36{margin-top:8px;font-size:.75rem}._field_l4xr6_23{width:100%;position:relative}._fieldLabelNew_l4xr6_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_l4xr6_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_l4xr6_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_l4xr6_52[type=password]{font-size:18px}._inputNew_l4xr6_52:focus,._inputNew_l4xr6_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_l4xr6_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_l4xr6_52:disabled::placeholder{color:#cbd5e1}._inputNew_l4xr6_52._error_l4xr6_7{border:1px solid #ef4444}._inputNew_l4xr6_52._error_l4xr6_7:focus,._inputNew_l4xr6_52._error_l4xr6_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_l4xr6_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_l4xr6_90{width:calc(50% - 8px)}._tableNavWrapper_l4xr6_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_l4xr6_109{align-items:center;display:flex}._tableNavItem_l4xr6_114{margin:0 6px}._modalContent_l4xr6_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_l4xr6_118._center_l4xr6_125{text-align:center;font-family:Inter}._modalContent_l4xr6_118._settings_l4xr6_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_l4xr6_118._settingsIntegration_l4xr6_133,._modalContent_l4xr6_118._performanceTestModalContent_l4xr6_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_l4xr6_118._monitoringReportContent_l4xr6_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_l4xr6_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_l4xr6_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_l4xr6_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_l4xr6_158:after,._modalLine_l4xr6_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_l4xr6_158:before{left:-20px}._modalLine_l4xr6_158:after{right:-20px}._infoMessage_l4xr6_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_l4xr6_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_l4xr6_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_l4xr6_196._buttonsAutoWidth_l4xr6_203{justify-content:flex-end}._modalFooter_l4xr6_196._buttonsAutoWidth_l4xr6_203 button,._modalFooter_l4xr6_196._buttonsAutoWidth_l4xr6_203 span{margin-left:12px}._fullWidthTitle_l4xr6_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_l4xr6_223{justify-content:center;gap:24px 16px;margin:0 0 24px;display:flex}._widgetWrapper_l4xr6_230{background:#fff;border:1px solid #e2e8f0;border-radius:20px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_l4xr6_230{padding:0 16px 15px}}._widgetHeader_l4xr6_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_l4xr6_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_l4xr6_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_l4xr6_266{align-items:center;height:180px;display:flex}._widgetFooter_l4xr6_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_l4xr6_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_l4xr6_279:last-child{border:none}._widgetMainValue_l4xr6_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_l4xr6_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_l4xr6_303{color:#64748b;font-size:.75rem}._widgetLoader_l4xr6_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_l4xr6_315{opacity:.5;cursor:default}._widgetAddress_l4xr6_320{color:#64748b;font-size:.75rem}._widgetTag_l4xr6_325{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_l4xr6_333{color:#0f172a;font-weight:500}._chartValuesWrapper_l4xr6_338{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_l4xr6_346{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_l4xr6_346._green_l4xr6_351:before,._chartValuesTitle_l4xr6_346._dark_l4xr6_351:before,._chartValuesTitle_l4xr6_346._blue_l4xr6_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_l4xr6_346._green_l4xr6_351:before{background:#22c55e}._chartValuesTitle_l4xr6_346._dark_l4xr6_351:before{background:#475569}._chartValuesTitle_l4xr6_346._blue_l4xr6_351:before{background:#43e0f8}._topbar_l4xr6_373{z-index:2000;justify-content:space-between;align-items:center;width:100%;height:64px;margin-bottom:24px;padding:0 24px;display:flex;position:relative}._topbar_l4xr6_373._sticky_l4xr6_384{background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);position:sticky;top:0;left:0}._logoWrapper_l4xr6_391{display:inline-flex}._logo_l4xr6_391{max-width:110px}._menuWrapper_l4xr6_399{display:flex}@media only screen and (width<=1340px){._menuWrapper_l4xr6_399{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_l4xr6_399._opened_l4xr6_416{display:flex}}._menuItem_l4xr6_421{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_l4xr6_421{flex:none;width:auto;margin-bottom:10px}}._menuItem_l4xr6_421 ._menuIcon_l4xr6_442{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_l4xr6_421 ._menuIconPerformance_l4xr6_447{fill:none}._menuItem_l4xr6_421 ._menuIconStroke_l4xr6_450{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_l4xr6_421._active_l4xr6_455,._menuItem_l4xr6_421:hover{color:#52c2fd;background:#fff}._menuItem_l4xr6_421._active_l4xr6_455 ._menuIcon_l4xr6_442:not(._menuIconStroke_l4xr6_450,._menuIconPerformance_l4xr6_447),._menuItem_l4xr6_421:hover ._menuIcon_l4xr6_442:not(._menuIconStroke_l4xr6_450,._menuIconPerformance_l4xr6_447){fill:#52c2fd}._menuItem_l4xr6_421._active_l4xr6_455 ._menuIconPerformance_l4xr6_447 path,._menuItem_l4xr6_421:hover ._menuIconPerformance_l4xr6_447 path{stroke:#59a6fd}._menuItem_l4xr6_421._active_l4xr6_455 ._menuIconStroke_l4xr6_450:not(._menuIcon_l4xr6_442),._menuItem_l4xr6_421:hover ._menuIconStroke_l4xr6_450:not(._menuIcon_l4xr6_442){stroke:#52c2fd}._redDot_l4xr6_469{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_l4xr6_484{justify-content:center;display:flex}._link_l4xr6_489{color:#2db2c8;cursor:pointer;text-decoration:underline}._widgetsWrapper_l4xr6_223{flex-wrap:wrap}._actionButtonsWrapper_l4xr6_499._disabled_l4xr6_315 ._actionButton_l4xr6_499{color:#cbd5e1!important;cursor:default!important;background:#f1f5f9!important;border:1px solid #cbd5e1!important}._actionButton_l4xr6_499{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_l4xr6_499._transfer_l4xr6_516{color:#1e40af;background:#dbeafe;border:1px solid #3b82f6}._actionButton_l4xr6_499._missing_l4xr6_521{color:#b45309;background:#fef3c7;border:1px solid #f59e0b}._actionButton_l4xr6_499._damaged_l4xr6_526{color:#b91c1c;background:#fee2e2;border:1px solid #ef4444}._actionButton_l4xr6_499._warehouse_l4xr6_531{color:#1e293b;background:#f1f5f9;border:1px solid #64748b}._actionButton_l4xr6_499._warranty_l4xr6_536{color:#165964;background:#ebfcff;border:1px solid #43e0f8}._actionButton_l4xr6_499:disabled{opacity:.5;cursor:default}._authButtonsWrapper_19kc7_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_19kc7_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_19kc7_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.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_19kc7_23{width:100%;margin-bottom:16px}._fieldWrapper_19kc7_23:last-child{margin-bottom:0}._fieldLabel_19kc7_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_19kc7_36{margin-top:8px;font-size:.75rem}._field_19kc7_23{width:100%;position:relative}._fieldLabelNew_19kc7_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_19kc7_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_19kc7_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_19kc7_52[type=password]{font-size:18px}._inputNew_19kc7_52:focus,._inputNew_19kc7_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_19kc7_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_19kc7_52:disabled::placeholder{color:#cbd5e1}._inputNew_19kc7_52._error_19kc7_7{border:1px solid #ef4444}._inputNew_19kc7_52._error_19kc7_7:focus,._inputNew_19kc7_52._error_19kc7_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_19kc7_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_19kc7_90{width:calc(50% - 8px)}._tableNavWrapper_19kc7_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_19kc7_109{align-items:center;display:flex}._tableNavItem_19kc7_114{margin:0 6px}._modalContent_19kc7_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_19kc7_118._center_19kc7_125{text-align:center;font-family:Inter}._modalContent_19kc7_118._settings_19kc7_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_19kc7_118._settingsIntegration_19kc7_133,._modalContent_19kc7_118._performanceTestModalContent_19kc7_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_19kc7_118._monitoringReportContent_19kc7_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_19kc7_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_19kc7_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_19kc7_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_19kc7_158:after,._modalLine_19kc7_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_19kc7_158:before{left:-20px}._modalLine_19kc7_158:after{right:-20px}._infoMessage_19kc7_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_19kc7_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_19kc7_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_19kc7_196._buttonsAutoWidth_19kc7_203{justify-content:flex-end}._modalFooter_19kc7_196._buttonsAutoWidth_19kc7_203 button,._modalFooter_19kc7_196._buttonsAutoWidth_19kc7_203 span{margin-left:12px}._fullWidthTitle_19kc7_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_19kc7_223{justify-content:center;gap:24px 16px;margin:0 0 24px;display:flex}._widgetWrapper_19kc7_230{background:#fff;border:1px solid #e2e8f0;border-radius:20px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_19kc7_230{padding:0 16px 15px}}._widgetHeader_19kc7_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_19kc7_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_19kc7_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_19kc7_266{align-items:center;height:180px;display:flex}._widgetFooter_19kc7_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_19kc7_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_19kc7_279:last-child{border:none}._widgetMainValue_19kc7_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_19kc7_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_19kc7_303{color:#64748b;font-size:.75rem}._widgetLoader_19kc7_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_19kc7_315{opacity:.5;cursor:default}._widgetAddress_19kc7_320{color:#64748b;font-size:.75rem}._widgetTag_19kc7_325{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_19kc7_333{color:#0f172a;font-weight:500}._chartValuesWrapper_19kc7_338{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_19kc7_346{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_19kc7_346._green_19kc7_351:before,._chartValuesTitle_19kc7_346._dark_19kc7_351:before,._chartValuesTitle_19kc7_346._blue_19kc7_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_19kc7_346._green_19kc7_351:before{background:#22c55e}._chartValuesTitle_19kc7_346._dark_19kc7_351:before{background:#475569}._chartValuesTitle_19kc7_346._blue_19kc7_351:before{background:#43e0f8}._topbar_19kc7_373{z-index:2000;justify-content:space-between;align-items:center;width:100%;height:64px;margin-bottom:24px;padding:0 24px;display:flex;position:relative}._topbar_19kc7_373._sticky_19kc7_384{background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);position:sticky;top:0;left:0}._logoWrapper_19kc7_391{display:inline-flex}._logo_19kc7_391{max-width:110px}._menuWrapper_19kc7_399{display:flex}@media only screen and (width<=1340px){._menuWrapper_19kc7_399{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_19kc7_399._opened_19kc7_416{display:flex}}._menuItem_19kc7_421{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_19kc7_421{flex:none;width:auto;margin-bottom:10px}}._menuItem_19kc7_421 ._menuIcon_19kc7_442{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_19kc7_421 ._menuIconPerformance_19kc7_447{fill:none}._menuItem_19kc7_421 ._menuIconStroke_19kc7_450{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_19kc7_421._active_19kc7_455,._menuItem_19kc7_421:hover{color:#52c2fd;background:#fff}._menuItem_19kc7_421._active_19kc7_455 ._menuIcon_19kc7_442:not(._menuIconStroke_19kc7_450,._menuIconPerformance_19kc7_447),._menuItem_19kc7_421:hover ._menuIcon_19kc7_442:not(._menuIconStroke_19kc7_450,._menuIconPerformance_19kc7_447){fill:#52c2fd}._menuItem_19kc7_421._active_19kc7_455 ._menuIconPerformance_19kc7_447 path,._menuItem_19kc7_421:hover ._menuIconPerformance_19kc7_447 path{stroke:#59a6fd}._menuItem_19kc7_421._active_19kc7_455 ._menuIconStroke_19kc7_450:not(._menuIcon_19kc7_442),._menuItem_19kc7_421:hover ._menuIconStroke_19kc7_450:not(._menuIcon_19kc7_442){stroke:#52c2fd}._redDot_19kc7_469{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_19kc7_484{justify-content:center;display:flex}._link_19kc7_489{color:#2db2c8;cursor:pointer;text-decoration:underline}._orderDetails_19kc7_495{flex-direction:column;gap:20px;font-family:Inter;display:flex}._orderDetailsRow_19kc7_502{flex-wrap:wrap;justify-content:space-between;gap:20px;display:flex}._orderDetailsItem_19kc7_509{flex:1;min-width:150px}._orderDetailsLabel_19kc7_514{color:#64748b;margin-bottom:4px;font-size:.875rem;font-weight:300;display:block}._orderDetailsValue_19kc7_522{font-weight:400;display:block}._separator_19kc7_527{background:#e2e8f0;width:100%;height:1px;margin:20px 0 15px}._deviceWrapper_19kc7_534{align-items:center;font-family:Inter;display:flex}._deviceWrapper_19kc7_534:before{content:url(/assets/device-O4Bbl98r.svg);display:block}._deviceWrapper_19kc7_534 svg{stroke:#64748b}._deviceQtyWrapper_19kc7_547{margin-right:20px;padding-left:16px}._deviceName_19kc7_552{margin-bottom:4px;font-weight:500;display:block}._deviceQty_19kc7_547{color:#64748b;font-size:.875rem;display:block}._deviceQtyDelete_19kc7_564{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_19kc7_576{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_19kc7_576 svg{flex-shrink:0;width:18px;height:18px}._orderNote_19kc7_576 svg path{fill:#2db2c8}._productTypeSelect_19kc7_596{width:115px;overflow:hidden}._productTypeSelect_19kc7_596 .static-select__indicators{display:none}._productTypeSelect_19kc7_596 .static-select__control{width:200px;box-shadow:none!important;border:0!important}._productTypeSelect_19kc7_596 .static-select__control:hover,._productTypeSelect_19kc7_596 .static-select__control:focus{border:0}._addNewButtonWrapper_19kc7_612{display:inline-block}._addNewButton_19kc7_612{padding:0 6px 0 16px!important}._dropdownIndicator_19kc7_620{vertical-align:middle;stroke:currentColor;width:17px;height:16px;margin-left:8px}._authButtonsWrapper_1ugju_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_1ugju_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_1ugju_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.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_1ugju_23{width:100%;margin-bottom:16px}._fieldWrapper_1ugju_23:last-child{margin-bottom:0}._fieldLabel_1ugju_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_1ugju_36{margin-top:8px;font-size:.75rem}._field_1ugju_23{width:100%;position:relative}._fieldLabelNew_1ugju_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_1ugju_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_1ugju_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_1ugju_52[type=password]{font-size:18px}._inputNew_1ugju_52:focus,._inputNew_1ugju_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_1ugju_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_1ugju_52:disabled::placeholder{color:#cbd5e1}._inputNew_1ugju_52._error_1ugju_7{border:1px solid #ef4444}._inputNew_1ugju_52._error_1ugju_7:focus,._inputNew_1ugju_52._error_1ugju_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_1ugju_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_1ugju_90{width:calc(50% - 8px)}._tableNavWrapper_1ugju_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_1ugju_109{align-items:center;display:flex}._tableNavItem_1ugju_114{margin:0 6px}._modalContent_1ugju_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_1ugju_118._center_1ugju_125{text-align:center;font-family:Inter}._modalContent_1ugju_118._settings_1ugju_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_1ugju_118._settingsIntegration_1ugju_133,._modalContent_1ugju_118._performanceTestModalContent_1ugju_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_1ugju_118._monitoringReportContent_1ugju_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_1ugju_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_1ugju_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_1ugju_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_1ugju_158:after,._modalLine_1ugju_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_1ugju_158:before{left:-20px}._modalLine_1ugju_158:after{right:-20px}._infoMessage_1ugju_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_1ugju_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_1ugju_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_1ugju_196._buttonsAutoWidth_1ugju_203{justify-content:flex-end}._modalFooter_1ugju_196._buttonsAutoWidth_1ugju_203 button,._modalFooter_1ugju_196._buttonsAutoWidth_1ugju_203 span{margin-left:12px}._fullWidthTitle_1ugju_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_1ugju_223{justify-content:center;gap:24px 16px;margin:0 0 24px;display:flex}._widgetWrapper_1ugju_230{background:#fff;border:1px solid #e2e8f0;border-radius:20px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_1ugju_230{padding:0 16px 15px}}._widgetHeader_1ugju_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_1ugju_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_1ugju_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_1ugju_266{align-items:center;height:180px;display:flex}._widgetFooter_1ugju_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_1ugju_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_1ugju_279:last-child{border:none}._widgetMainValue_1ugju_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_1ugju_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_1ugju_303{color:#64748b;font-size:.75rem}._widgetLoader_1ugju_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_1ugju_315{opacity:.5;cursor:default}._widgetAddress_1ugju_320{color:#64748b;font-size:.75rem}._widgetTag_1ugju_325{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_1ugju_333{color:#0f172a;font-weight:500}._chartValuesWrapper_1ugju_338{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_1ugju_346{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_1ugju_346._green_1ugju_351:before,._chartValuesTitle_1ugju_346._dark_1ugju_351:before,._chartValuesTitle_1ugju_346._blue_1ugju_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_1ugju_346._green_1ugju_351:before{background:#22c55e}._chartValuesTitle_1ugju_346._dark_1ugju_351:before{background:#475569}._chartValuesTitle_1ugju_346._blue_1ugju_351:before{background:#43e0f8}._topbar_1ugju_373{z-index:2000;justify-content:space-between;align-items:center;width:100%;height:64px;margin-bottom:24px;padding:0 24px;display:flex;position:relative}._topbar_1ugju_373._sticky_1ugju_384{background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);position:sticky;top:0;left:0}._logoWrapper_1ugju_391{display:inline-flex}._logo_1ugju_391{max-width:110px}._menuWrapper_1ugju_399{display:flex}@media only screen and (width<=1340px){._menuWrapper_1ugju_399{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_1ugju_399._opened_1ugju_416{display:flex}}._menuItem_1ugju_421{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_1ugju_421{flex:none;width:auto;margin-bottom:10px}}._menuItem_1ugju_421 ._menuIcon_1ugju_442{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_1ugju_421 ._menuIconPerformance_1ugju_447{fill:none}._menuItem_1ugju_421 ._menuIconStroke_1ugju_450{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_1ugju_421._active_1ugju_455,._menuItem_1ugju_421:hover{color:#52c2fd;background:#fff}._menuItem_1ugju_421._active_1ugju_455 ._menuIcon_1ugju_442:not(._menuIconStroke_1ugju_450,._menuIconPerformance_1ugju_447),._menuItem_1ugju_421:hover ._menuIcon_1ugju_442:not(._menuIconStroke_1ugju_450,._menuIconPerformance_1ugju_447){fill:#52c2fd}._menuItem_1ugju_421._active_1ugju_455 ._menuIconPerformance_1ugju_447 path,._menuItem_1ugju_421:hover ._menuIconPerformance_1ugju_447 path{stroke:#59a6fd}._menuItem_1ugju_421._active_1ugju_455 ._menuIconStroke_1ugju_450:not(._menuIcon_1ugju_442),._menuItem_1ugju_421:hover ._menuIconStroke_1ugju_450:not(._menuIcon_1ugju_442){stroke:#52c2fd}._redDot_1ugju_469{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_1ugju_484{justify-content:center;display:flex}._link_1ugju_489{color:#2db2c8;cursor:pointer;text-decoration:underline}._orderStatus_1ugju_495{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_1ugju_495:before{margin-right:2px;display:inline-flex;position:relative;top:1px}._orderStatus_1ugju_495._new_1ugju_511{color:#15803d;background:#dcfce7}._orderStatus_1ugju_495._new_1ugju_511:before{content:url("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_1ugju_495._pending_1ugju_518{color:#b45309;background:#fef3c7}._orderStatus_1ugju_495._pending_1ugju_518:before{content:url("data: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_1ugju_495._confirmed_1ugju_525{color:#134f66;background:#cdfcff}._orderStatus_1ugju_495._confirmed_1ugju_525:before{content:url("data: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_1ugju_495._packed_1ugju_532{color:#7e22ce;background:#f3e8ff}._orderStatus_1ugju_495._packed_1ugju_532:before{content:url("data: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_1ugju_495._shipping_1ugju_539{color:#2563eb;background:#dbeafe}._orderStatus_1ugju_495._shipping_1ugju_539:before{content:url("data: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_1ugju_495._fulfilled_1ugju_546{color:#4338ca;background:#e0e7ff}._orderStatus_1ugju_495._fulfilled_1ugju_546:before{content:url("data: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_1ugju_495._denied_1ugju_553{color:#b91c1c;background:#fee2e2}._orderStatus_1ugju_495._denied_1ugju_553:before{content:url("data: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_1ugju_495._canceled_1ugju_560{color:#b91c1c;background:#fee2e2}._orderStatus_1ugju_495._canceled_1ugju_560:before{content:url("data: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_13uo9_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_13uo9_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_13uo9_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.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_13uo9_23{width:100%;margin-bottom:16px}._fieldWrapper_13uo9_23:last-child{margin-bottom:0}._fieldLabel_13uo9_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_13uo9_36{margin-top:8px;font-size:.75rem}._field_13uo9_23{width:100%;position:relative}._fieldLabelNew_13uo9_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_13uo9_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_13uo9_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_13uo9_52[type=password]{font-size:18px}._inputNew_13uo9_52:focus,._inputNew_13uo9_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_13uo9_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_13uo9_52:disabled::placeholder{color:#cbd5e1}._inputNew_13uo9_52._error_13uo9_7{border:1px solid #ef4444}._inputNew_13uo9_52._error_13uo9_7:focus,._inputNew_13uo9_52._error_13uo9_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_13uo9_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_13uo9_90{width:calc(50% - 8px)}._tableNavWrapper_13uo9_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_13uo9_109{align-items:center;display:flex}._tableNavItem_13uo9_114{margin:0 6px}._modalContent_13uo9_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_13uo9_118._center_13uo9_125{text-align:center;font-family:Inter}._modalContent_13uo9_118._settings_13uo9_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_13uo9_118._settingsIntegration_13uo9_133,._modalContent_13uo9_118._performanceTestModalContent_13uo9_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_13uo9_118._monitoringReportContent_13uo9_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_13uo9_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_13uo9_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_13uo9_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_13uo9_158:after,._modalLine_13uo9_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_13uo9_158:before{left:-20px}._modalLine_13uo9_158:after{right:-20px}._infoMessage_13uo9_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_13uo9_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_13uo9_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_13uo9_196._buttonsAutoWidth_13uo9_203{justify-content:flex-end}._modalFooter_13uo9_196._buttonsAutoWidth_13uo9_203 button,._modalFooter_13uo9_196._buttonsAutoWidth_13uo9_203 span{margin-left:12px}._fullWidthTitle_13uo9_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_13uo9_223{justify-content:center;gap:24px 16px;margin:0 0 24px;display:flex}._widgetWrapper_13uo9_230{background:#fff;border:1px solid #e2e8f0;border-radius:20px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_13uo9_230{padding:0 16px 15px}}._widgetHeader_13uo9_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_13uo9_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_13uo9_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_13uo9_266{align-items:center;height:180px;display:flex}._widgetFooter_13uo9_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_13uo9_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_13uo9_279:last-child{border:none}._widgetMainValue_13uo9_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_13uo9_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_13uo9_303{color:#64748b;font-size:.75rem}._widgetLoader_13uo9_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_13uo9_315{opacity:.5;cursor:default}._widgetAddress_13uo9_320{color:#64748b;font-size:.75rem}._widgetTag_13uo9_325{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_13uo9_333{color:#0f172a;font-weight:500}._chartValuesWrapper_13uo9_338{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_13uo9_346{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_13uo9_346._green_13uo9_351:before,._chartValuesTitle_13uo9_346._dark_13uo9_351:before,._chartValuesTitle_13uo9_346._blue_13uo9_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_13uo9_346._green_13uo9_351:before{background:#22c55e}._chartValuesTitle_13uo9_346._dark_13uo9_351:before{background:#475569}._chartValuesTitle_13uo9_346._blue_13uo9_351:before{background:#43e0f8}._topbar_13uo9_373{z-index:2000;justify-content:space-between;align-items:center;width:100%;height:64px;margin-bottom:24px;padding:0 24px;display:flex;position:relative}._topbar_13uo9_373._sticky_13uo9_384{background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);position:sticky;top:0;left:0}._logoWrapper_13uo9_391{display:inline-flex}._logo_13uo9_391{max-width:110px}._menuWrapper_13uo9_399{display:flex}@media only screen and (width<=1340px){._menuWrapper_13uo9_399{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_13uo9_399._opened_13uo9_416{display:flex}}._menuItem_13uo9_421{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_13uo9_421{flex:none;width:auto;margin-bottom:10px}}._menuItem_13uo9_421 ._menuIcon_13uo9_442{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_13uo9_421 ._menuIconPerformance_13uo9_447{fill:none}._menuItem_13uo9_421 ._menuIconStroke_13uo9_450{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_13uo9_421._active_13uo9_455,._menuItem_13uo9_421:hover{color:#52c2fd;background:#fff}._menuItem_13uo9_421._active_13uo9_455 ._menuIcon_13uo9_442:not(._menuIconStroke_13uo9_450,._menuIconPerformance_13uo9_447),._menuItem_13uo9_421:hover ._menuIcon_13uo9_442:not(._menuIconStroke_13uo9_450,._menuIconPerformance_13uo9_447){fill:#52c2fd}._menuItem_13uo9_421._active_13uo9_455 ._menuIconPerformance_13uo9_447 path,._menuItem_13uo9_421:hover ._menuIconPerformance_13uo9_447 path{stroke:#59a6fd}._menuItem_13uo9_421._active_13uo9_455 ._menuIconStroke_13uo9_450:not(._menuIcon_13uo9_442),._menuItem_13uo9_421:hover ._menuIconStroke_13uo9_450:not(._menuIcon_13uo9_442){stroke:#52c2fd}._redDot_13uo9_469{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_13uo9_484{justify-content:center;display:flex}._link_13uo9_489{color:#2db2c8;cursor:pointer;text-decoration:underline}._widgetsWrapper_13uo9_223{flex-wrap:wrap}._ordersActionsWrapper_13uo9_499{background-color:#0000}._ordersActionsWrapper_13uo9_499 span{background-color:#f9fafc}._ordersActionsWrapper_13uo9_499 span._deleteAction_13uo9_505{background-color:#e2f8fc}._ordersActionsWrapper_13uo9_499 span._deleteAction_13uo9_505:hover svg path{stroke:#ef4444}._ordersActionsWrapper_13uo9_499 span._denyAction_13uo9_511{background-color:#e2f8fc}._ordersActionsWrapper_13uo9_499 span._denyAction_13uo9_511:hover svg path{fill:#ef4444;stroke:#e17a7a}._ordersActionsWrapper_13uo9_499 span._editAction_13uo9_518{background-color:#e2f8fc}._ordersActionsWrapper_13uo9_499 span._editAction_13uo9_518:hover{background-color:#d0edf2}._ordersActionsWrapper_13uo9_499 span._editAction_13uo9_518:hover svg path{stroke:#0f172a}._ordersActionsWrapper_13uo9_499._singleItem_13uo9_527 span{background-color:#f9fafc}._ordersActionsWrapper_13uo9_499._singleItem_13uo9_527 span:hover{background-color:#e2e8f0}._ordersActionsWrapper_13uo9_499._singleItem_13uo9_527 span:hover svg path{stroke:#0f172a}._ordersActionsWrapper_13uo9_499._singleItem_13uo9_527 span._deleteAction_13uo9_505{background-color:#f9fafc}._ordersActionsWrapper_13uo9_499._singleItem_13uo9_527 span._deleteAction_13uo9_505:hover svg path{stroke:#ef4444}._ordersActionsWrapper_13uo9_499._singleItem_13uo9_527 span._denyAction_13uo9_511{background-color:#f9fafc}._ordersActionsWrapper_13uo9_499._singleItem_13uo9_527 span._denyAction_13uo9_511:hover svg path{fill:#ef4444;stroke:#e17a7a}._authButtonsWrapper_1t1up_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_1t1up_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_1t1up_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.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_1t1up_23{width:100%;margin-bottom:16px}._fieldWrapper_1t1up_23:last-child{margin-bottom:0}._fieldLabel_1t1up_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_1t1up_36{margin-top:8px;font-size:.75rem}._field_1t1up_23{width:100%;position:relative}._fieldLabelNew_1t1up_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_1t1up_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_1t1up_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_1t1up_52[type=password]{font-size:18px}._inputNew_1t1up_52:focus,._inputNew_1t1up_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_1t1up_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_1t1up_52:disabled::placeholder{color:#cbd5e1}._inputNew_1t1up_52._error_1t1up_7{border:1px solid #ef4444}._inputNew_1t1up_52._error_1t1up_7:focus,._inputNew_1t1up_52._error_1t1up_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_1t1up_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_1t1up_90{width:calc(50% - 8px)}._tableNavWrapper_1t1up_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_1t1up_109{align-items:center;display:flex}._tableNavItem_1t1up_114{margin:0 6px}._modalContent_1t1up_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_1t1up_118._center_1t1up_125{text-align:center;font-family:Inter}._modalContent_1t1up_118._settings_1t1up_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_1t1up_118._settingsIntegration_1t1up_133,._modalContent_1t1up_118._performanceTestModalContent_1t1up_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_1t1up_118._monitoringReportContent_1t1up_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_1t1up_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_1t1up_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_1t1up_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_1t1up_158:after,._modalLine_1t1up_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_1t1up_158:before{left:-20px}._modalLine_1t1up_158:after{right:-20px}._infoMessage_1t1up_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_1t1up_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_1t1up_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_1t1up_196._buttonsAutoWidth_1t1up_203{justify-content:flex-end}._modalFooter_1t1up_196._buttonsAutoWidth_1t1up_203 button,._modalFooter_1t1up_196._buttonsAutoWidth_1t1up_203 span{margin-left:12px}._fullWidthTitle_1t1up_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_1t1up_223{justify-content:center;gap:24px 16px;margin:0 0 24px;display:flex}._widgetWrapper_1t1up_230{background:#fff;border:1px solid #e2e8f0;border-radius:20px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_1t1up_230{padding:0 16px 15px}}._widgetHeader_1t1up_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_1t1up_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_1t1up_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_1t1up_266{align-items:center;height:180px;display:flex}._widgetFooter_1t1up_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_1t1up_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_1t1up_279:last-child{border:none}._widgetMainValue_1t1up_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_1t1up_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_1t1up_303{color:#64748b;font-size:.75rem}._widgetLoader_1t1up_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_1t1up_315{opacity:.5;cursor:default}._widgetAddress_1t1up_320{color:#64748b;font-size:.75rem}._widgetTag_1t1up_325{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_1t1up_333{color:#0f172a;font-weight:500}._chartValuesWrapper_1t1up_338{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_1t1up_346{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_1t1up_346._green_1t1up_351:before,._chartValuesTitle_1t1up_346._dark_1t1up_351:before,._chartValuesTitle_1t1up_346._blue_1t1up_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_1t1up_346._green_1t1up_351:before{background:#22c55e}._chartValuesTitle_1t1up_346._dark_1t1up_351:before{background:#475569}._chartValuesTitle_1t1up_346._blue_1t1up_351:before{background:#43e0f8}._topbar_1t1up_373{z-index:2000;justify-content:space-between;align-items:center;width:100%;height:64px;margin-bottom:24px;padding:0 24px;display:flex;position:relative}._topbar_1t1up_373._sticky_1t1up_384{background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);position:sticky;top:0;left:0}._logoWrapper_1t1up_391{display:inline-flex}._logo_1t1up_391{max-width:110px}._menuWrapper_1t1up_399{display:flex}@media only screen and (width<=1340px){._menuWrapper_1t1up_399{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_1t1up_399._opened_1t1up_416{display:flex}}._menuItem_1t1up_421{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_1t1up_421{flex:none;width:auto;margin-bottom:10px}}._menuItem_1t1up_421 ._menuIcon_1t1up_442{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_1t1up_421 ._menuIconPerformance_1t1up_447{fill:none}._menuItem_1t1up_421 ._menuIconStroke_1t1up_450{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_1t1up_421._active_1t1up_455,._menuItem_1t1up_421:hover{color:#52c2fd;background:#fff}._menuItem_1t1up_421._active_1t1up_455 ._menuIcon_1t1up_442:not(._menuIconStroke_1t1up_450,._menuIconPerformance_1t1up_447),._menuItem_1t1up_421:hover ._menuIcon_1t1up_442:not(._menuIconStroke_1t1up_450,._menuIconPerformance_1t1up_447){fill:#52c2fd}._menuItem_1t1up_421._active_1t1up_455 ._menuIconPerformance_1t1up_447 path,._menuItem_1t1up_421:hover ._menuIconPerformance_1t1up_447 path{stroke:#59a6fd}._menuItem_1t1up_421._active_1t1up_455 ._menuIconStroke_1t1up_450:not(._menuIcon_1t1up_442),._menuItem_1t1up_421:hover ._menuIconStroke_1t1up_450:not(._menuIcon_1t1up_442){stroke:#52c2fd}._redDot_1t1up_469{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_1t1up_484{justify-content:center;display:flex}._link_1t1up_489{color:#2db2c8;cursor:pointer;text-decoration:underline}._fileWrapper_1t1up_495{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_1t1up_509{cursor:grabbing;background-color:#b8f6b8}._inputFile_1t1up_514{display:none}._labelText_1t1up_518{text-align:center;color:#64748b;width:100%;font-family:Inter;font-size:.875rem}._labelText_1t1up_518 span{color:#43e0f8}._icon_1t1up_529{margin-bottom:16px}._uploadedImage_1t1up_533{max-width:80%;max-height:100px}._fileNameWrapper_1t1up_538{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_1t1up_538{max-width:calc(100% - 30px);padding-left:4px}._clearFile_1t1up_556{cursor:pointer;position:absolute;right:8px}._authButtonsWrapper_skwyd_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_skwyd_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_skwyd_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.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_skwyd_23{width:100%;margin-bottom:16px}._fieldWrapper_skwyd_23:last-child{margin-bottom:0}._fieldLabel_skwyd_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_skwyd_36{margin-top:8px;font-size:.75rem}._field_skwyd_23{width:100%;position:relative}._fieldLabelNew_skwyd_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_skwyd_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_skwyd_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_skwyd_52[type=password]{font-size:18px}._inputNew_skwyd_52:focus,._inputNew_skwyd_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_skwyd_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_skwyd_52:disabled::placeholder{color:#cbd5e1}._inputNew_skwyd_52._error_skwyd_7{border:1px solid #ef4444}._inputNew_skwyd_52._error_skwyd_7:focus,._inputNew_skwyd_52._error_skwyd_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_skwyd_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_skwyd_90{width:calc(50% - 8px)}._tableNavWrapper_skwyd_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_skwyd_109{align-items:center;display:flex}._tableNavItem_skwyd_114{margin:0 6px}._modalContent_skwyd_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_skwyd_118._center_skwyd_125{text-align:center;font-family:Inter}._modalContent_skwyd_118._settings_skwyd_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_skwyd_118._settingsIntegration_skwyd_133,._modalContent_skwyd_118._performanceTestModalContent_skwyd_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_skwyd_118._monitoringReportContent_skwyd_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_skwyd_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_skwyd_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_skwyd_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_skwyd_158:after,._modalLine_skwyd_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_skwyd_158:before{left:-20px}._modalLine_skwyd_158:after{right:-20px}._infoMessage_skwyd_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_skwyd_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_skwyd_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_skwyd_196._buttonsAutoWidth_skwyd_203{justify-content:flex-end}._modalFooter_skwyd_196._buttonsAutoWidth_skwyd_203 button,._modalFooter_skwyd_196._buttonsAutoWidth_skwyd_203 span{margin-left:12px}._fullWidthTitle_skwyd_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_skwyd_223{justify-content:center;gap:24px 16px;margin:0 0 24px;display:flex}._widgetWrapper_skwyd_230{background:#fff;border:1px solid #e2e8f0;border-radius:20px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_skwyd_230{padding:0 16px 15px}}._widgetHeader_skwyd_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_skwyd_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_skwyd_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_skwyd_266{align-items:center;height:180px;display:flex}._widgetFooter_skwyd_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_skwyd_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_skwyd_279:last-child{border:none}._widgetMainValue_skwyd_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_skwyd_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_skwyd_303{color:#64748b;font-size:.75rem}._widgetLoader_skwyd_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_skwyd_315{opacity:.5;cursor:default}._widgetAddress_skwyd_320{color:#64748b;font-size:.75rem}._widgetTag_skwyd_325{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_skwyd_333{color:#0f172a;font-weight:500}._chartValuesWrapper_skwyd_338{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_skwyd_346{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_skwyd_346._green_skwyd_351:before,._chartValuesTitle_skwyd_346._dark_skwyd_351:before,._chartValuesTitle_skwyd_346._blue_skwyd_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_skwyd_346._green_skwyd_351:before{background:#22c55e}._chartValuesTitle_skwyd_346._dark_skwyd_351:before{background:#475569}._chartValuesTitle_skwyd_346._blue_skwyd_351:before{background:#43e0f8}._topbar_skwyd_373{z-index:2000;justify-content:space-between;align-items:center;width:100%;height:64px;margin-bottom:24px;padding:0 24px;display:flex;position:relative}._topbar_skwyd_373._sticky_skwyd_384{background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);position:sticky;top:0;left:0}._logoWrapper_skwyd_391{display:inline-flex}._logo_skwyd_391{max-width:110px}._menuWrapper_skwyd_399{display:flex}@media only screen and (width<=1340px){._menuWrapper_skwyd_399{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_skwyd_399._opened_skwyd_416{display:flex}}._menuItem_skwyd_421{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_skwyd_421{flex:none;width:auto;margin-bottom:10px}}._menuItem_skwyd_421 ._menuIcon_skwyd_442{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_skwyd_421 ._menuIconPerformance_skwyd_447{fill:none}._menuItem_skwyd_421 ._menuIconStroke_skwyd_450{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_skwyd_421._active_skwyd_455,._menuItem_skwyd_421:hover{color:#52c2fd;background:#fff}._menuItem_skwyd_421._active_skwyd_455 ._menuIcon_skwyd_442:not(._menuIconStroke_skwyd_450,._menuIconPerformance_skwyd_447),._menuItem_skwyd_421:hover ._menuIcon_skwyd_442:not(._menuIconStroke_skwyd_450,._menuIconPerformance_skwyd_447){fill:#52c2fd}._menuItem_skwyd_421._active_skwyd_455 ._menuIconPerformance_skwyd_447 path,._menuItem_skwyd_421:hover ._menuIconPerformance_skwyd_447 path{stroke:#59a6fd}._menuItem_skwyd_421._active_skwyd_455 ._menuIconStroke_skwyd_450:not(._menuIcon_skwyd_442),._menuItem_skwyd_421:hover ._menuIconStroke_skwyd_450:not(._menuIcon_skwyd_442){stroke:#52c2fd}._redDot_skwyd_469{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_skwyd_484{justify-content:center;display:flex}._link_skwyd_489{color:#2db2c8;cursor:pointer;text-decoration:underline}._inputWrapper_skwyd_495{margin-bottom:16px;display:flex}._inputWrapper_skwyd_495:last-child{margin-bottom:0}._inputNumber_skwyd_503{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_skwyd_515{flex-shrink:3;margin-bottom:0}._clearButton_skwyd_520{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_1dyv3_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_1dyv3_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_1dyv3_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.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_1dyv3_23{width:100%;margin-bottom:16px}._fieldWrapper_1dyv3_23:last-child{margin-bottom:0}._fieldLabel_1dyv3_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_1dyv3_36{margin-top:8px;font-size:.75rem}._field_1dyv3_23{width:100%;position:relative}._fieldLabelNew_1dyv3_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_1dyv3_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_1dyv3_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_1dyv3_52[type=password]{font-size:18px}._inputNew_1dyv3_52:focus,._inputNew_1dyv3_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_1dyv3_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_1dyv3_52:disabled::placeholder{color:#cbd5e1}._inputNew_1dyv3_52._error_1dyv3_7{border:1px solid #ef4444}._inputNew_1dyv3_52._error_1dyv3_7:focus,._inputNew_1dyv3_52._error_1dyv3_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_1dyv3_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_1dyv3_90{width:calc(50% - 8px)}._tableNavWrapper_1dyv3_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_1dyv3_109{align-items:center;display:flex}._tableNavItem_1dyv3_114{margin:0 6px}._modalContent_1dyv3_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_1dyv3_118._center_1dyv3_125{text-align:center;font-family:Inter}._modalContent_1dyv3_118._settings_1dyv3_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_1dyv3_118._settingsIntegration_1dyv3_133,._modalContent_1dyv3_118._performanceTestModalContent_1dyv3_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_1dyv3_118._monitoringReportContent_1dyv3_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_1dyv3_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_1dyv3_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_1dyv3_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_1dyv3_158:after,._modalLine_1dyv3_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_1dyv3_158:before{left:-20px}._modalLine_1dyv3_158:after{right:-20px}._infoMessage_1dyv3_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_1dyv3_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_1dyv3_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_1dyv3_196._buttonsAutoWidth_1dyv3_203{justify-content:flex-end}._modalFooter_1dyv3_196._buttonsAutoWidth_1dyv3_203 button,._modalFooter_1dyv3_196._buttonsAutoWidth_1dyv3_203 span{margin-left:12px}._fullWidthTitle_1dyv3_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_1dyv3_223{justify-content:center;gap:24px 16px;margin:0 0 24px;display:flex}._widgetWrapper_1dyv3_230{background:#fff;border:1px solid #e2e8f0;border-radius:20px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_1dyv3_230{padding:0 16px 15px}}._widgetHeader_1dyv3_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_1dyv3_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_1dyv3_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_1dyv3_266{align-items:center;height:180px;display:flex}._widgetFooter_1dyv3_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_1dyv3_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_1dyv3_279:last-child{border:none}._widgetMainValue_1dyv3_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_1dyv3_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_1dyv3_303{color:#64748b;font-size:.75rem}._widgetLoader_1dyv3_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_1dyv3_315{opacity:.5;cursor:default}._widgetAddress_1dyv3_320{color:#64748b;font-size:.75rem}._widgetTag_1dyv3_325{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_1dyv3_333{color:#0f172a;font-weight:500}._chartValuesWrapper_1dyv3_338{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_1dyv3_346{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_1dyv3_346._green_1dyv3_351:before,._chartValuesTitle_1dyv3_346._dark_1dyv3_351:before,._chartValuesTitle_1dyv3_346._blue_1dyv3_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_1dyv3_346._green_1dyv3_351:before{background:#22c55e}._chartValuesTitle_1dyv3_346._dark_1dyv3_351:before{background:#475569}._chartValuesTitle_1dyv3_346._blue_1dyv3_351:before{background:#43e0f8}._topbar_1dyv3_373{z-index:2000;justify-content:space-between;align-items:center;width:100%;height:64px;margin-bottom:24px;padding:0 24px;display:flex;position:relative}._topbar_1dyv3_373._sticky_1dyv3_384{background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);position:sticky;top:0;left:0}._logoWrapper_1dyv3_391{display:inline-flex}._logo_1dyv3_391{max-width:110px}._menuWrapper_1dyv3_399{display:flex}@media only screen and (width<=1340px){._menuWrapper_1dyv3_399{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_1dyv3_399._opened_1dyv3_416{display:flex}}._menuItem_1dyv3_421{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_1dyv3_421{flex:none;width:auto;margin-bottom:10px}}._menuItem_1dyv3_421 ._menuIcon_1dyv3_442{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_1dyv3_421 ._menuIconPerformance_1dyv3_447{fill:none}._menuItem_1dyv3_421 ._menuIconStroke_1dyv3_450{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_1dyv3_421._active_1dyv3_455,._menuItem_1dyv3_421:hover{color:#52c2fd;background:#fff}._menuItem_1dyv3_421._active_1dyv3_455 ._menuIcon_1dyv3_442:not(._menuIconStroke_1dyv3_450,._menuIconPerformance_1dyv3_447),._menuItem_1dyv3_421:hover ._menuIcon_1dyv3_442:not(._menuIconStroke_1dyv3_450,._menuIconPerformance_1dyv3_447){fill:#52c2fd}._menuItem_1dyv3_421._active_1dyv3_455 ._menuIconPerformance_1dyv3_447 path,._menuItem_1dyv3_421:hover ._menuIconPerformance_1dyv3_447 path{stroke:#59a6fd}._menuItem_1dyv3_421._active_1dyv3_455 ._menuIconStroke_1dyv3_450:not(._menuIcon_1dyv3_442),._menuItem_1dyv3_421:hover ._menuIconStroke_1dyv3_450:not(._menuIcon_1dyv3_442){stroke:#52c2fd}._redDot_1dyv3_469{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_1dyv3_484{justify-content:center;display:flex}._link_1dyv3_489{color:#2db2c8;cursor:pointer;text-decoration:underline}._dataWrapper_1dyv3_495{margin-bottom:16px;display:flex}._dataItem_1dyv3_500{width:50%}._dataItemTitle_1dyv3_504{color:#64748b;margin-bottom:8px;font-size:.875rem}._dataItemText_1dyv3_510{font-weight:500}._line_1dyv3_514{background:#e2e8f0;width:100%;height:1px;margin-bottom:16px}._inputFileWrapper_1dyv3_521{margin-bottom:16px;position:relative}._spinnerWrapper_1dyv3_526{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._errorMessageFullWith_1dyv3_533{max-width:100%}._authButtonsWrapper_1u7eo_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_1u7eo_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_1u7eo_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.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_1u7eo_23{width:100%;margin-bottom:16px}._fieldWrapper_1u7eo_23:last-child{margin-bottom:0}._fieldLabel_1u7eo_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_1u7eo_36{margin-top:8px;font-size:.75rem}._field_1u7eo_23{width:100%;position:relative}._fieldLabelNew_1u7eo_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_1u7eo_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_1u7eo_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_1u7eo_52[type=password]{font-size:18px}._inputNew_1u7eo_52:focus,._inputNew_1u7eo_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_1u7eo_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_1u7eo_52:disabled::placeholder{color:#cbd5e1}._inputNew_1u7eo_52._error_1u7eo_7{border:1px solid #ef4444}._inputNew_1u7eo_52._error_1u7eo_7:focus,._inputNew_1u7eo_52._error_1u7eo_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_1u7eo_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_1u7eo_90{width:calc(50% - 8px)}._tableNavWrapper_1u7eo_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_1u7eo_109{align-items:center;display:flex}._tableNavItem_1u7eo_114{margin:0 6px}._modalContent_1u7eo_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_1u7eo_118._center_1u7eo_125{text-align:center;font-family:Inter}._modalContent_1u7eo_118._settings_1u7eo_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_1u7eo_118._settingsIntegration_1u7eo_133,._modalContent_1u7eo_118._performanceTestModalContent_1u7eo_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_1u7eo_118._monitoringReportContent_1u7eo_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_1u7eo_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_1u7eo_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_1u7eo_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_1u7eo_158:after,._modalLine_1u7eo_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_1u7eo_158:before{left:-20px}._modalLine_1u7eo_158:after{right:-20px}._infoMessage_1u7eo_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_1u7eo_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_1u7eo_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_1u7eo_196._buttonsAutoWidth_1u7eo_203{justify-content:flex-end}._modalFooter_1u7eo_196._buttonsAutoWidth_1u7eo_203 button,._modalFooter_1u7eo_196._buttonsAutoWidth_1u7eo_203 span{margin-left:12px}._fullWidthTitle_1u7eo_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_1u7eo_223{justify-content:center;gap:24px 16px;margin:0 0 24px;display:flex}._widgetWrapper_1u7eo_230{background:#fff;border:1px solid #e2e8f0;border-radius:20px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_1u7eo_230{padding:0 16px 15px}}._widgetHeader_1u7eo_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_1u7eo_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_1u7eo_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_1u7eo_266{align-items:center;height:180px;display:flex}._widgetFooter_1u7eo_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_1u7eo_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_1u7eo_279:last-child{border:none}._widgetMainValue_1u7eo_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_1u7eo_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_1u7eo_303{color:#64748b;font-size:.75rem}._widgetLoader_1u7eo_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_1u7eo_315{opacity:.5;cursor:default}._widgetAddress_1u7eo_320{color:#64748b;font-size:.75rem}._widgetTag_1u7eo_325{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_1u7eo_333{color:#0f172a;font-weight:500}._chartValuesWrapper_1u7eo_338{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_1u7eo_346{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_1u7eo_346._green_1u7eo_351:before,._chartValuesTitle_1u7eo_346._dark_1u7eo_351:before,._chartValuesTitle_1u7eo_346._blue_1u7eo_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_1u7eo_346._green_1u7eo_351:before{background:#22c55e}._chartValuesTitle_1u7eo_346._dark_1u7eo_351:before{background:#475569}._chartValuesTitle_1u7eo_346._blue_1u7eo_351:before{background:#43e0f8}._topbar_1u7eo_373{z-index:2000;justify-content:space-between;align-items:center;width:100%;height:64px;margin-bottom:24px;padding:0 24px;display:flex;position:relative}._topbar_1u7eo_373._sticky_1u7eo_384{background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);position:sticky;top:0;left:0}._logoWrapper_1u7eo_391{display:inline-flex}._logo_1u7eo_391{max-width:110px}._menuWrapper_1u7eo_399{display:flex}@media only screen and (width<=1340px){._menuWrapper_1u7eo_399{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_1u7eo_399._opened_1u7eo_416{display:flex}}._menuItem_1u7eo_421{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_1u7eo_421{flex:none;width:auto;margin-bottom:10px}}._menuItem_1u7eo_421 ._menuIcon_1u7eo_442{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_1u7eo_421 ._menuIconPerformance_1u7eo_447{fill:none}._menuItem_1u7eo_421 ._menuIconStroke_1u7eo_450{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_1u7eo_421._active_1u7eo_455,._menuItem_1u7eo_421:hover{color:#52c2fd;background:#fff}._menuItem_1u7eo_421._active_1u7eo_455 ._menuIcon_1u7eo_442:not(._menuIconStroke_1u7eo_450,._menuIconPerformance_1u7eo_447),._menuItem_1u7eo_421:hover ._menuIcon_1u7eo_442:not(._menuIconStroke_1u7eo_450,._menuIconPerformance_1u7eo_447){fill:#52c2fd}._menuItem_1u7eo_421._active_1u7eo_455 ._menuIconPerformance_1u7eo_447 path,._menuItem_1u7eo_421:hover ._menuIconPerformance_1u7eo_447 path{stroke:#59a6fd}._menuItem_1u7eo_421._active_1u7eo_455 ._menuIconStroke_1u7eo_450:not(._menuIcon_1u7eo_442),._menuItem_1u7eo_421:hover ._menuIconStroke_1u7eo_450:not(._menuIcon_1u7eo_442){stroke:#52c2fd}._redDot_1u7eo_469{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_1u7eo_484{justify-content:center;display:flex}._link_1u7eo_489{color:#2db2c8;cursor:pointer;text-decoration:underline}._valueNote_1u7eo_495{color:#64748b;font-size:12px;font-weight:400}._devicesWrapper_1u7eo_501{width:100%;max-width:920px;min-height:240px}._valueNote_1u7eo_495{color:#64748b;align-items:center;font-size:.75rem;display:inline-flex}._valueNote_1u7eo_495:before{content:"";border-radius:50%;width:12px;height:12px;margin-right:4px;display:inline-flex}._valueNote_1u7eo_495._green_1u7eo_351:before{background-color:#4ade80}._valueNote_1u7eo_495._yellow_1u7eo_524:before{background-color:#fde047}._valueNote_1u7eo_495._red_1u7eo_469:before{background-color:#ef4444}._valueNote_1u7eo_495._turquoise_1u7eo_530:before{background-color:#43e0f8}._valueNote_1u7eo_495._purple_1u7eo_533:before{background-color:#a855f7}._devicesFooter_1u7eo_537{margin-top:16px}._authButtonsWrapper_13zdx_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_13zdx_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_13zdx_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.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_13zdx_23{width:100%;margin-bottom:16px}._fieldWrapper_13zdx_23:last-child{margin-bottom:0}._fieldLabel_13zdx_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_13zdx_36{margin-top:8px;font-size:.75rem}._field_13zdx_23{width:100%;position:relative}._fieldLabelNew_13zdx_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_13zdx_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_13zdx_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_13zdx_52[type=password]{font-size:18px}._inputNew_13zdx_52:focus,._inputNew_13zdx_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_13zdx_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_13zdx_52:disabled::placeholder{color:#cbd5e1}._inputNew_13zdx_52._error_13zdx_7{border:1px solid #ef4444}._inputNew_13zdx_52._error_13zdx_7:focus,._inputNew_13zdx_52._error_13zdx_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_13zdx_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_13zdx_90{width:calc(50% - 8px)}._tableNavWrapper_13zdx_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_13zdx_109{align-items:center;display:flex}._tableNavItem_13zdx_114{margin:0 6px}._modalContent_13zdx_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_13zdx_118._center_13zdx_125{text-align:center;font-family:Inter}._modalContent_13zdx_118._settings_13zdx_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_13zdx_118._settingsIntegration_13zdx_133,._modalContent_13zdx_118._performanceTestModalContent_13zdx_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_13zdx_118._monitoringReportContent_13zdx_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_13zdx_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_13zdx_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_13zdx_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_13zdx_158:after,._modalLine_13zdx_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_13zdx_158:before{left:-20px}._modalLine_13zdx_158:after{right:-20px}._infoMessage_13zdx_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_13zdx_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_13zdx_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_13zdx_196._buttonsAutoWidth_13zdx_203{justify-content:flex-end}._modalFooter_13zdx_196._buttonsAutoWidth_13zdx_203 button,._modalFooter_13zdx_196._buttonsAutoWidth_13zdx_203 span{margin-left:12px}._fullWidthTitle_13zdx_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_13zdx_223{justify-content:center;gap:24px 16px;margin:0 0 24px;display:flex}._widgetWrapper_13zdx_230{background:#fff;border:1px solid #e2e8f0;border-radius:20px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_13zdx_230{padding:0 16px 15px}}._widgetHeader_13zdx_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_13zdx_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_13zdx_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_13zdx_266{align-items:center;height:180px;display:flex}._widgetFooter_13zdx_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_13zdx_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_13zdx_279:last-child{border:none}._widgetMainValue_13zdx_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_13zdx_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_13zdx_303{color:#64748b;font-size:.75rem}._widgetLoader_13zdx_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_13zdx_315{opacity:.5;cursor:default}._widgetAddress_13zdx_320{color:#64748b;font-size:.75rem}._widgetTag_13zdx_325{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_13zdx_333{color:#0f172a;font-weight:500}._chartValuesWrapper_13zdx_338{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_13zdx_346{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_13zdx_346._green_13zdx_351:before,._chartValuesTitle_13zdx_346._dark_13zdx_351:before,._chartValuesTitle_13zdx_346._blue_13zdx_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_13zdx_346._green_13zdx_351:before{background:#22c55e}._chartValuesTitle_13zdx_346._dark_13zdx_351:before{background:#475569}._chartValuesTitle_13zdx_346._blue_13zdx_351:before{background:#43e0f8}._topbar_13zdx_373{z-index:2000;justify-content:space-between;align-items:center;width:100%;height:64px;margin-bottom:24px;padding:0 24px;display:flex;position:relative}._topbar_13zdx_373._sticky_13zdx_384{background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);position:sticky;top:0;left:0}._logoWrapper_13zdx_391{display:inline-flex}._logo_13zdx_391{max-width:110px}._menuWrapper_13zdx_399{display:flex}@media only screen and (width<=1340px){._menuWrapper_13zdx_399{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_13zdx_399._opened_13zdx_416{display:flex}}._menuItem_13zdx_421{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_13zdx_421{flex:none;width:auto;margin-bottom:10px}}._menuItem_13zdx_421 ._menuIcon_13zdx_442{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_13zdx_421 ._menuIconPerformance_13zdx_447{fill:none}._menuItem_13zdx_421 ._menuIconStroke_13zdx_450{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_13zdx_421._active_13zdx_455,._menuItem_13zdx_421:hover{color:#52c2fd;background:#fff}._menuItem_13zdx_421._active_13zdx_455 ._menuIcon_13zdx_442:not(._menuIconStroke_13zdx_450,._menuIconPerformance_13zdx_447),._menuItem_13zdx_421:hover ._menuIcon_13zdx_442:not(._menuIconStroke_13zdx_450,._menuIconPerformance_13zdx_447){fill:#52c2fd}._menuItem_13zdx_421._active_13zdx_455 ._menuIconPerformance_13zdx_447 path,._menuItem_13zdx_421:hover ._menuIconPerformance_13zdx_447 path{stroke:#59a6fd}._menuItem_13zdx_421._active_13zdx_455 ._menuIconStroke_13zdx_450:not(._menuIcon_13zdx_442),._menuItem_13zdx_421:hover ._menuIconStroke_13zdx_450:not(._menuIcon_13zdx_442){stroke:#52c2fd}._redDot_13zdx_469{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_13zdx_484{justify-content:center;display:flex}._link_13zdx_489{color:#2db2c8;cursor:pointer;text-decoration:underline}._tagButton_13zdx_495{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_13zdx_495._yellow_13zdx_510{color:#b45309;background:#fef3c7;border-color:#f59e0b}._tagButton_13zdx_495._red_13zdx_469{color:#b91c1c;background:#fee2e2;border-color:#ef4444}._tagButton_13zdx_495._disabled_13zdx_315{cursor:default;pointer-events:none;opacity:.5}._authButtonsWrapper_5ttve_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_5ttve_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_5ttve_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.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_5ttve_23{width:100%;margin-bottom:16px}._fieldWrapper_5ttve_23:last-child{margin-bottom:0}._fieldLabel_5ttve_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_5ttve_36{margin-top:8px;font-size:.75rem}._field_5ttve_23{width:100%;position:relative}._fieldLabelNew_5ttve_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_5ttve_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_5ttve_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_5ttve_52[type=password]{font-size:18px}._inputNew_5ttve_52:focus,._inputNew_5ttve_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_5ttve_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_5ttve_52:disabled::placeholder{color:#cbd5e1}._inputNew_5ttve_52._error_5ttve_7{border:1px solid #ef4444}._inputNew_5ttve_52._error_5ttve_7:focus,._inputNew_5ttve_52._error_5ttve_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_5ttve_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_5ttve_90{width:calc(50% - 8px)}._tableNavWrapper_5ttve_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_5ttve_109{align-items:center;display:flex}._tableNavItem_5ttve_114{margin:0 6px}._modalContent_5ttve_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_5ttve_118._center_5ttve_125{text-align:center;font-family:Inter}._modalContent_5ttve_118._settings_5ttve_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_5ttve_118._settingsIntegration_5ttve_133,._modalContent_5ttve_118._performanceTestModalContent_5ttve_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_5ttve_118._monitoringReportContent_5ttve_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_5ttve_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_5ttve_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_5ttve_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_5ttve_158:after,._modalLine_5ttve_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_5ttve_158:before{left:-20px}._modalLine_5ttve_158:after{right:-20px}._infoMessage_5ttve_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_5ttve_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_5ttve_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_5ttve_196._buttonsAutoWidth_5ttve_203{justify-content:flex-end}._modalFooter_5ttve_196._buttonsAutoWidth_5ttve_203 button,._modalFooter_5ttve_196._buttonsAutoWidth_5ttve_203 span{margin-left:12px}._fullWidthTitle_5ttve_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_5ttve_223{justify-content:center;gap:24px 16px;margin:0 0 24px;display:flex}._widgetWrapper_5ttve_230{background:#fff;border:1px solid #e2e8f0;border-radius:20px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_5ttve_230{padding:0 16px 15px}}._widgetHeader_5ttve_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_5ttve_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_5ttve_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_5ttve_266{align-items:center;height:180px;display:flex}._widgetFooter_5ttve_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_5ttve_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_5ttve_279:last-child{border:none}._widgetMainValue_5ttve_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_5ttve_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_5ttve_303{color:#64748b;font-size:.75rem}._widgetLoader_5ttve_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_5ttve_315{opacity:.5;cursor:default}._widgetAddress_5ttve_320{color:#64748b;font-size:.75rem}._widgetTag_5ttve_325{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_5ttve_333{color:#0f172a;font-weight:500}._chartValuesWrapper_5ttve_338{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_5ttve_346{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_5ttve_346._green_5ttve_351:before,._chartValuesTitle_5ttve_346._dark_5ttve_351:before,._chartValuesTitle_5ttve_346._blue_5ttve_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_5ttve_346._green_5ttve_351:before{background:#22c55e}._chartValuesTitle_5ttve_346._dark_5ttve_351:before{background:#475569}._chartValuesTitle_5ttve_346._blue_5ttve_351:before{background:#43e0f8}._topbar_5ttve_373{z-index:2000;justify-content:space-between;align-items:center;width:100%;height:64px;margin-bottom:24px;padding:0 24px;display:flex;position:relative}._topbar_5ttve_373._sticky_5ttve_384{background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);position:sticky;top:0;left:0}._logoWrapper_5ttve_391{display:inline-flex}._logo_5ttve_391{max-width:110px}._menuWrapper_5ttve_399{display:flex}@media only screen and (width<=1340px){._menuWrapper_5ttve_399{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_5ttve_399._opened_5ttve_416{display:flex}}._menuItem_5ttve_421{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_5ttve_421{flex:none;width:auto;margin-bottom:10px}}._menuItem_5ttve_421 ._menuIcon_5ttve_442{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_5ttve_421 ._menuIconPerformance_5ttve_447{fill:none}._menuItem_5ttve_421 ._menuIconStroke_5ttve_450{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_5ttve_421._active_5ttve_455,._menuItem_5ttve_421:hover{color:#52c2fd;background:#fff}._menuItem_5ttve_421._active_5ttve_455 ._menuIcon_5ttve_442:not(._menuIconStroke_5ttve_450,._menuIconPerformance_5ttve_447),._menuItem_5ttve_421:hover ._menuIcon_5ttve_442:not(._menuIconStroke_5ttve_450,._menuIconPerformance_5ttve_447){fill:#52c2fd}._menuItem_5ttve_421._active_5ttve_455 ._menuIconPerformance_5ttve_447 path,._menuItem_5ttve_421:hover ._menuIconPerformance_5ttve_447 path{stroke:#59a6fd}._menuItem_5ttve_421._active_5ttve_455 ._menuIconStroke_5ttve_450:not(._menuIcon_5ttve_442),._menuItem_5ttve_421:hover ._menuIconStroke_5ttve_450:not(._menuIcon_5ttve_442){stroke:#52c2fd}._redDot_5ttve_469{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_5ttve_484{justify-content:center;display:flex}._link_5ttve_489{color:#2db2c8;cursor:pointer;text-decoration:underline}._dataWrapper_5ttve_495{margin-bottom:16px;display:flex}._dataItem_5ttve_500{width:50%}._dataItemTitle_5ttve_504{color:#64748b;margin-bottom:8px;font-size:.875rem}._dataItemText_5ttve_510{font-weight:500}._devicesInfo_5ttve_514{background:#f8fafc;border-radius:12px}._devicesInfoItem_5ttve_519{padding:12px 16px}._line_5ttve_523{background:#e2e8f0;width:100%;height:1px;margin-bottom:16px}._inputFileWrapper_5ttve_530{margin-bottom:16px;position:relative}._spinnerWrapper_5ttve_535{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._errorMessageFullWith_5ttve_542{max-width:100%}._exportButtonFirst_5ttve_546 :last-child{order:-1;margin-right:auto;margin-left:0!important}._authButtonsWrapper_xukag_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_xukag_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_xukag_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.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_xukag_23{width:100%;margin-bottom:16px}._fieldWrapper_xukag_23:last-child{margin-bottom:0}._fieldLabel_xukag_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_xukag_36{margin-top:8px;font-size:.75rem}._field_xukag_23{width:100%;position:relative}._fieldLabelNew_xukag_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_xukag_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_xukag_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_xukag_52[type=password]{font-size:18px}._inputNew_xukag_52:focus,._inputNew_xukag_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_xukag_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_xukag_52:disabled::placeholder{color:#cbd5e1}._inputNew_xukag_52._error_xukag_7{border:1px solid #ef4444}._inputNew_xukag_52._error_xukag_7:focus,._inputNew_xukag_52._error_xukag_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_xukag_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_xukag_90{width:calc(50% - 8px)}._tableNavWrapper_xukag_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_xukag_109{align-items:center;display:flex}._tableNavItem_xukag_114{margin:0 6px}._modalContent_xukag_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_xukag_118._center_xukag_125{text-align:center;font-family:Inter}._modalContent_xukag_118._settings_xukag_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_xukag_118._settingsIntegration_xukag_133,._modalContent_xukag_118._performanceTestModalContent_xukag_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_xukag_118._monitoringReportContent_xukag_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_xukag_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_xukag_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_xukag_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_xukag_158:after,._modalLine_xukag_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_xukag_158:before{left:-20px}._modalLine_xukag_158:after{right:-20px}._infoMessage_xukag_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_xukag_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_xukag_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_xukag_196._buttonsAutoWidth_xukag_203{justify-content:flex-end}._modalFooter_xukag_196._buttonsAutoWidth_xukag_203 button,._modalFooter_xukag_196._buttonsAutoWidth_xukag_203 span{margin-left:12px}._fullWidthTitle_xukag_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_xukag_223{justify-content:center;gap:24px 16px;margin:0 0 24px;display:flex}._widgetWrapper_xukag_230{background:#fff;border:1px solid #e2e8f0;border-radius:20px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_xukag_230{padding:0 16px 15px}}._widgetHeader_xukag_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_xukag_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_xukag_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_xukag_266{align-items:center;height:180px;display:flex}._widgetFooter_xukag_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_xukag_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_xukag_279:last-child{border:none}._widgetMainValue_xukag_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_xukag_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_xukag_303{color:#64748b;font-size:.75rem}._widgetLoader_xukag_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_xukag_315{opacity:.5;cursor:default}._widgetAddress_xukag_320{color:#64748b;font-size:.75rem}._widgetTag_xukag_325{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_xukag_333{color:#0f172a;font-weight:500}._chartValuesWrapper_xukag_338{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_xukag_346{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_xukag_346._green_xukag_351:before,._chartValuesTitle_xukag_346._dark_xukag_351:before,._chartValuesTitle_xukag_346._blue_xukag_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_xukag_346._green_xukag_351:before{background:#22c55e}._chartValuesTitle_xukag_346._dark_xukag_351:before{background:#475569}._chartValuesTitle_xukag_346._blue_xukag_351:before{background:#43e0f8}._topbar_xukag_373{z-index:2000;justify-content:space-between;align-items:center;width:100%;height:64px;margin-bottom:24px;padding:0 24px;display:flex;position:relative}._topbar_xukag_373._sticky_xukag_384{background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);position:sticky;top:0;left:0}._logoWrapper_xukag_391{display:inline-flex}._logo_xukag_391{max-width:110px}._menuWrapper_xukag_399{display:flex}@media only screen and (width<=1340px){._menuWrapper_xukag_399{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_xukag_399._opened_xukag_416{display:flex}}._menuItem_xukag_421{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_xukag_421{flex:none;width:auto;margin-bottom:10px}}._menuItem_xukag_421 ._menuIcon_xukag_442{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_xukag_421 ._menuIconPerformance_xukag_447{fill:none}._menuItem_xukag_421 ._menuIconStroke_xukag_450{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_xukag_421._active_xukag_455,._menuItem_xukag_421:hover{color:#52c2fd;background:#fff}._menuItem_xukag_421._active_xukag_455 ._menuIcon_xukag_442:not(._menuIconStroke_xukag_450,._menuIconPerformance_xukag_447),._menuItem_xukag_421:hover ._menuIcon_xukag_442:not(._menuIconStroke_xukag_450,._menuIconPerformance_xukag_447){fill:#52c2fd}._menuItem_xukag_421._active_xukag_455 ._menuIconPerformance_xukag_447 path,._menuItem_xukag_421:hover ._menuIconPerformance_xukag_447 path{stroke:#59a6fd}._menuItem_xukag_421._active_xukag_455 ._menuIconStroke_xukag_450:not(._menuIcon_xukag_442),._menuItem_xukag_421:hover ._menuIconStroke_xukag_450:not(._menuIcon_xukag_442){stroke:#52c2fd}._redDot_xukag_469{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_xukag_484{justify-content:center;display:flex}._link_xukag_489{color:#2db2c8;cursor:pointer;text-decoration:underline}@media only screen and (width<=1024px){._widgetWrapper_xukag_230{max-width:100%}}._chartWrapper_xukag_501{justify-content:flex-end;display:flex}@media only screen and (width<=1024px){._chartWrapper_xukag_501{max-width:450px;margin:0 auto;position:relative}}._chart_xukag_338{position:absolute;top:16px;left:0}@media only screen and (width<=1024px){._chart_xukag_338{top:0}}._widgetMainValue_xukag_288{width:210px;position:absolute;bottom:63px;left:0}._chartNotesWrapper_xukag_531{padding-top:10px}._chartNote_xukag_531{color:#64748b;width:100%;font-size:12px;font-weight:400}._chartNote_xukag_531:before{content:"";border-radius:50%;width:12px;height:12px;margin-right:4px;display:inline-flex;position:relative;top:2px}._chartNote_xukag_531._green_xukag_351:before{background:#22c55e}._chartNote_xukag_531._yellow_xukag_554:before{background:#fcd34d}._chartNote_xukag_531._purple_xukag_557:before{background:#2563eb}._chartNoteValue_xukag_561{color:#000;padding-left:4px;font-size:.875rem;font-weight:500}._chartNoteLine_xukag_568{background:#f1f5f9;width:110px;height:1px;margin:25px 0;display:block}._authButtonsWrapper_cmtop_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_cmtop_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_cmtop_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.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_cmtop_23{width:100%;margin-bottom:16px}._fieldWrapper_cmtop_23:last-child{margin-bottom:0}._fieldLabel_cmtop_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_cmtop_36{margin-top:8px;font-size:.75rem}._field_cmtop_23{width:100%;position:relative}._fieldLabelNew_cmtop_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_cmtop_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_cmtop_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_cmtop_52[type=password]{font-size:18px}._inputNew_cmtop_52:focus,._inputNew_cmtop_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_cmtop_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_cmtop_52:disabled::placeholder{color:#cbd5e1}._inputNew_cmtop_52._error_cmtop_7{border:1px solid #ef4444}._inputNew_cmtop_52._error_cmtop_7:focus,._inputNew_cmtop_52._error_cmtop_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_cmtop_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_cmtop_90{width:calc(50% - 8px)}._tableNavWrapper_cmtop_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_cmtop_109{align-items:center;display:flex}._tableNavItem_cmtop_114{margin:0 6px}._modalContent_cmtop_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_cmtop_118._center_cmtop_125{text-align:center;font-family:Inter}._modalContent_cmtop_118._settings_cmtop_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_cmtop_118._settingsIntegration_cmtop_133,._modalContent_cmtop_118._performanceTestModalContent_cmtop_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_cmtop_118._monitoringReportContent_cmtop_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_cmtop_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_cmtop_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_cmtop_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_cmtop_158:after,._modalLine_cmtop_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_cmtop_158:before{left:-20px}._modalLine_cmtop_158:after{right:-20px}._infoMessage_cmtop_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_cmtop_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_cmtop_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_cmtop_196._buttonsAutoWidth_cmtop_203{justify-content:flex-end}._modalFooter_cmtop_196._buttonsAutoWidth_cmtop_203 button,._modalFooter_cmtop_196._buttonsAutoWidth_cmtop_203 span{margin-left:12px}._fullWidthTitle_cmtop_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_cmtop_223{justify-content:center;gap:24px 16px;margin:0 0 24px;display:flex}._widgetWrapper_cmtop_230{background:#fff;border:1px solid #e2e8f0;border-radius:20px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_cmtop_230{padding:0 16px 15px}}._widgetHeader_cmtop_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_cmtop_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_cmtop_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_cmtop_266{align-items:center;height:180px;display:flex}._widgetFooter_cmtop_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_cmtop_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_cmtop_279:last-child{border:none}._widgetMainValue_cmtop_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_cmtop_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_cmtop_303{color:#64748b;font-size:.75rem}._widgetLoader_cmtop_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_cmtop_315{opacity:.5;cursor:default}._widgetAddress_cmtop_320{color:#64748b;font-size:.75rem}._widgetTag_cmtop_325{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_cmtop_333{color:#0f172a;font-weight:500}._chartValuesWrapper_cmtop_338{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_cmtop_346{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_cmtop_346._green_cmtop_351:before,._chartValuesTitle_cmtop_346._dark_cmtop_351:before,._chartValuesTitle_cmtop_346._blue_cmtop_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_cmtop_346._green_cmtop_351:before{background:#22c55e}._chartValuesTitle_cmtop_346._dark_cmtop_351:before{background:#475569}._chartValuesTitle_cmtop_346._blue_cmtop_351:before{background:#43e0f8}._topbar_cmtop_373{z-index:2000;justify-content:space-between;align-items:center;width:100%;height:64px;margin-bottom:24px;padding:0 24px;display:flex;position:relative}._topbar_cmtop_373._sticky_cmtop_384{background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);position:sticky;top:0;left:0}._logoWrapper_cmtop_391{display:inline-flex}._logo_cmtop_391{max-width:110px}._menuWrapper_cmtop_399{display:flex}@media only screen and (width<=1340px){._menuWrapper_cmtop_399{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_cmtop_399._opened_cmtop_416{display:flex}}._menuItem_cmtop_421{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_cmtop_421{flex:none;width:auto;margin-bottom:10px}}._menuItem_cmtop_421 ._menuIcon_cmtop_442{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_cmtop_421 ._menuIconPerformance_cmtop_447{fill:none}._menuItem_cmtop_421 ._menuIconStroke_cmtop_450{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_cmtop_421._active_cmtop_455,._menuItem_cmtop_421:hover{color:#52c2fd;background:#fff}._menuItem_cmtop_421._active_cmtop_455 ._menuIcon_cmtop_442:not(._menuIconStroke_cmtop_450,._menuIconPerformance_cmtop_447),._menuItem_cmtop_421:hover ._menuIcon_cmtop_442:not(._menuIconStroke_cmtop_450,._menuIconPerformance_cmtop_447){fill:#52c2fd}._menuItem_cmtop_421._active_cmtop_455 ._menuIconPerformance_cmtop_447 path,._menuItem_cmtop_421:hover ._menuIconPerformance_cmtop_447 path{stroke:#59a6fd}._menuItem_cmtop_421._active_cmtop_455 ._menuIconStroke_cmtop_450:not(._menuIcon_cmtop_442),._menuItem_cmtop_421:hover ._menuIconStroke_cmtop_450:not(._menuIcon_cmtop_442){stroke:#52c2fd}._redDot_cmtop_469{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_cmtop_484{justify-content:center;display:flex}._link_cmtop_489{color:#2db2c8;cursor:pointer;text-decoration:underline}@media only screen and (width<=1024px){._widgetWrapper_cmtop_230{max-width:100%}}._valueNote_cmtop_501{color:#64748b;font-size:12px;font-weight:400}._chartWrapper_cmtop_507{justify-content:center;align-items:center;height:50px;display:flex;position:relative}._chart_cmtop_338{position:absolute;bottom:-126px}._text_cmtop_520{color:#64748b;font-family:Inter;font-size:.75rem}._available_cmtop_526,._packed_cmtop_527{align-items:center;display:inline-flex}._available_cmtop_526:before,._packed_cmtop_527:before{content:"";border-radius:50%;width:12px;height:12px;margin-right:4px;display:inline-flex}._available_cmtop_526:before{background-color:#fef3c7}._packed_cmtop_527:before{background-color:#fcd34d}._authButtonsWrapper_1smw5_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_1smw5_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_1smw5_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.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_1smw5_23{width:100%;margin-bottom:16px}._fieldWrapper_1smw5_23:last-child{margin-bottom:0}._fieldLabel_1smw5_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_1smw5_36{margin-top:8px;font-size:.75rem}._field_1smw5_23{width:100%;position:relative}._fieldLabelNew_1smw5_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_1smw5_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_1smw5_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_1smw5_52[type=password]{font-size:18px}._inputNew_1smw5_52:focus,._inputNew_1smw5_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_1smw5_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_1smw5_52:disabled::placeholder{color:#cbd5e1}._inputNew_1smw5_52._error_1smw5_7{border:1px solid #ef4444}._inputNew_1smw5_52._error_1smw5_7:focus,._inputNew_1smw5_52._error_1smw5_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_1smw5_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_1smw5_90{width:calc(50% - 8px)}._tableNavWrapper_1smw5_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_1smw5_109{align-items:center;display:flex}._tableNavItem_1smw5_114{margin:0 6px}._modalContent_1smw5_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_1smw5_118._center_1smw5_125{text-align:center;font-family:Inter}._modalContent_1smw5_118._settings_1smw5_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_1smw5_118._settingsIntegration_1smw5_133,._modalContent_1smw5_118._performanceTestModalContent_1smw5_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_1smw5_118._monitoringReportContent_1smw5_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_1smw5_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_1smw5_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_1smw5_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_1smw5_158:after,._modalLine_1smw5_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_1smw5_158:before{left:-20px}._modalLine_1smw5_158:after{right:-20px}._infoMessage_1smw5_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_1smw5_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_1smw5_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_1smw5_196._buttonsAutoWidth_1smw5_203{justify-content:flex-end}._modalFooter_1smw5_196._buttonsAutoWidth_1smw5_203 button,._modalFooter_1smw5_196._buttonsAutoWidth_1smw5_203 span{margin-left:12px}._fullWidthTitle_1smw5_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_1smw5_223{justify-content:center;gap:24px 16px;margin:0 0 24px;display:flex}._widgetWrapper_1smw5_230{background:#fff;border:1px solid #e2e8f0;border-radius:20px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_1smw5_230{padding:0 16px 15px}}._widgetHeader_1smw5_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_1smw5_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_1smw5_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_1smw5_266{align-items:center;height:180px;display:flex}._widgetFooter_1smw5_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_1smw5_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_1smw5_279:last-child{border:none}._widgetMainValue_1smw5_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_1smw5_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_1smw5_303{color:#64748b;font-size:.75rem}._widgetLoader_1smw5_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_1smw5_315{opacity:.5;cursor:default}._widgetAddress_1smw5_320{color:#64748b;font-size:.75rem}._widgetTag_1smw5_325{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_1smw5_333{color:#0f172a;font-weight:500}._chartValuesWrapper_1smw5_338{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_1smw5_346{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_1smw5_346._green_1smw5_351:before,._chartValuesTitle_1smw5_346._dark_1smw5_351:before,._chartValuesTitle_1smw5_346._blue_1smw5_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_1smw5_346._green_1smw5_351:before{background:#22c55e}._chartValuesTitle_1smw5_346._dark_1smw5_351:before{background:#475569}._chartValuesTitle_1smw5_346._blue_1smw5_351:before{background:#43e0f8}._topbar_1smw5_373{z-index:2000;justify-content:space-between;align-items:center;width:100%;height:64px;margin-bottom:24px;padding:0 24px;display:flex;position:relative}._topbar_1smw5_373._sticky_1smw5_384{background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);position:sticky;top:0;left:0}._logoWrapper_1smw5_391{display:inline-flex}._logo_1smw5_391{max-width:110px}._menuWrapper_1smw5_399{display:flex}@media only screen and (width<=1340px){._menuWrapper_1smw5_399{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_1smw5_399._opened_1smw5_416{display:flex}}._menuItem_1smw5_421{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_1smw5_421{flex:none;width:auto;margin-bottom:10px}}._menuItem_1smw5_421 ._menuIcon_1smw5_442{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_1smw5_421 ._menuIconPerformance_1smw5_447{fill:none}._menuItem_1smw5_421 ._menuIconStroke_1smw5_450{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_1smw5_421._active_1smw5_455,._menuItem_1smw5_421:hover{color:#52c2fd;background:#fff}._menuItem_1smw5_421._active_1smw5_455 ._menuIcon_1smw5_442:not(._menuIconStroke_1smw5_450,._menuIconPerformance_1smw5_447),._menuItem_1smw5_421:hover ._menuIcon_1smw5_442:not(._menuIconStroke_1smw5_450,._menuIconPerformance_1smw5_447){fill:#52c2fd}._menuItem_1smw5_421._active_1smw5_455 ._menuIconPerformance_1smw5_447 path,._menuItem_1smw5_421:hover ._menuIconPerformance_1smw5_447 path{stroke:#59a6fd}._menuItem_1smw5_421._active_1smw5_455 ._menuIconStroke_1smw5_450:not(._menuIcon_1smw5_442),._menuItem_1smw5_421:hover ._menuIconStroke_1smw5_450:not(._menuIcon_1smw5_442){stroke:#52c2fd}._redDot_1smw5_469{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_1smw5_484{justify-content:center;display:flex}._link_1smw5_489{color:#2db2c8;cursor:pointer;text-decoration:underline}._statusContainer_1smw5_495{flex-wrap:wrap;align-items:center;gap:8px;display:flex}._orderStatus_1smw5_502{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_1smw5_502:before{display:none}._orderStatus_1smw5_502._packed_1smw5_516{color:#78350f;background:#fef3c7;border-color:#b45309}._orderStatus_1smw5_502._confirmed_1smw5_521{color:#14532d;background:#dcfce7;border-color:#15803d}._orderStatus_1smw5_502._shipping_1smw5_526{color:#264af8;background:#dbeafe;border-color:#2563eb}._authButtonsWrapper_4206o_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_4206o_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_4206o_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.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_4206o_23{width:100%;margin-bottom:16px}._fieldWrapper_4206o_23:last-child{margin-bottom:0}._fieldLabel_4206o_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_4206o_36{margin-top:8px;font-size:.75rem}._field_4206o_23{width:100%;position:relative}._fieldLabelNew_4206o_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_4206o_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_4206o_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_4206o_52[type=password]{font-size:18px}._inputNew_4206o_52:focus,._inputNew_4206o_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_4206o_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_4206o_52:disabled::placeholder{color:#cbd5e1}._inputNew_4206o_52._error_4206o_7{border:1px solid #ef4444}._inputNew_4206o_52._error_4206o_7:focus,._inputNew_4206o_52._error_4206o_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_4206o_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_4206o_90{width:calc(50% - 8px)}._tableNavWrapper_4206o_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_4206o_109{align-items:center;display:flex}._tableNavItem_4206o_114{margin:0 6px}._modalContent_4206o_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_4206o_118._center_4206o_125{text-align:center;font-family:Inter}._modalContent_4206o_118._settings_4206o_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_4206o_118._settingsIntegration_4206o_133,._modalContent_4206o_118._performanceTestModalContent_4206o_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_4206o_118._monitoringReportContent_4206o_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_4206o_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_4206o_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_4206o_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_4206o_158:after,._modalLine_4206o_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_4206o_158:before{left:-20px}._modalLine_4206o_158:after{right:-20px}._infoMessage_4206o_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_4206o_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_4206o_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_4206o_196._buttonsAutoWidth_4206o_203{justify-content:flex-end}._modalFooter_4206o_196._buttonsAutoWidth_4206o_203 button,._modalFooter_4206o_196._buttonsAutoWidth_4206o_203 span{margin-left:12px}._fullWidthTitle_4206o_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_4206o_223{justify-content:center;gap:24px 16px;margin:0 0 24px;display:flex}._widgetWrapper_4206o_230{background:#fff;border:1px solid #e2e8f0;border-radius:20px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_4206o_230{padding:0 16px 15px}}._widgetHeader_4206o_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_4206o_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_4206o_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_4206o_266{align-items:center;height:180px;display:flex}._widgetFooter_4206o_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_4206o_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_4206o_279:last-child{border:none}._widgetMainValue_4206o_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_4206o_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_4206o_303{color:#64748b;font-size:.75rem}._widgetLoader_4206o_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_4206o_315{opacity:.5;cursor:default}._widgetAddress_4206o_320{color:#64748b;font-size:.75rem}._widgetTag_4206o_325{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_4206o_333{color:#0f172a;font-weight:500}._chartValuesWrapper_4206o_338{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_4206o_346{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_4206o_346._green_4206o_351:before,._chartValuesTitle_4206o_346._dark_4206o_351:before,._chartValuesTitle_4206o_346._blue_4206o_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_4206o_346._green_4206o_351:before{background:#22c55e}._chartValuesTitle_4206o_346._dark_4206o_351:before{background:#475569}._chartValuesTitle_4206o_346._blue_4206o_351:before{background:#43e0f8}._topbar_4206o_373{z-index:2000;justify-content:space-between;align-items:center;width:100%;height:64px;margin-bottom:24px;padding:0 24px;display:flex;position:relative}._topbar_4206o_373._sticky_4206o_384{background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);position:sticky;top:0;left:0}._logoWrapper_4206o_391{display:inline-flex}._logo_4206o_391{max-width:110px}._menuWrapper_4206o_399{display:flex}@media only screen and (width<=1340px){._menuWrapper_4206o_399{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_4206o_399._opened_4206o_416{display:flex}}._menuItem_4206o_421{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_4206o_421{flex:none;width:auto;margin-bottom:10px}}._menuItem_4206o_421 ._menuIcon_4206o_442{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_4206o_421 ._menuIconPerformance_4206o_447{fill:none}._menuItem_4206o_421 ._menuIconStroke_4206o_450{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_4206o_421._active_4206o_455,._menuItem_4206o_421:hover{color:#52c2fd;background:#fff}._menuItem_4206o_421._active_4206o_455 ._menuIcon_4206o_442:not(._menuIconStroke_4206o_450,._menuIconPerformance_4206o_447),._menuItem_4206o_421:hover ._menuIcon_4206o_442:not(._menuIconStroke_4206o_450,._menuIconPerformance_4206o_447){fill:#52c2fd}._menuItem_4206o_421._active_4206o_455 ._menuIconPerformance_4206o_447 path,._menuItem_4206o_421:hover ._menuIconPerformance_4206o_447 path{stroke:#59a6fd}._menuItem_4206o_421._active_4206o_455 ._menuIconStroke_4206o_450:not(._menuIcon_4206o_442),._menuItem_4206o_421:hover ._menuIconStroke_4206o_450:not(._menuIcon_4206o_442){stroke:#52c2fd}._redDot_4206o_469{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_4206o_484{justify-content:center;display:flex}._link_4206o_489{color:#2db2c8;cursor:pointer;text-decoration:underline}@media only screen and (width<=1024px){._widgetsWrapper_4206o_223{flex-wrap:wrap}}._tableActionsWrapper_4206o_501 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}
