@import "https://fonts.googleapis.com/css2?family=IBM+Plex+Sans&family=Inter:wght@100;200;300;400;500;700;900&display=swap";:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74d3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-container-width:fit-content;--toastify-toast-width:320px;--toastify-toast-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-padding:14px;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-toast-shadow:0px 4px 12px #0000001a;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-bgo:.2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0, 0, var(--toastify-z-index));width:var(--toastify-container-width);box-sizing:border-box;color:#fff;flex-direction:column;display:flex;position:fixed}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);align-items:center;left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);align-items:center;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y:0;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;word-break:break-word;flex:auto;align-items:center;margin-bottom:1rem;display:flex;position:relative}@media only screen and (width<=480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width:100%;border-radius:0;margin-bottom:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{width:100%;transform:translate3d(0, var(--y), 0) scale(var(--s));transition:transform .3s;position:absolute}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";height:calc(var(--g) * 1px);position:absolute;bottom:100%;left:0;right:0}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";z-index:-1;height:100%;position:absolute;bottom:0;left:0;right:0;transform:scaleY(3)}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{flex-shrink:0;width:22px;margin-inline-end:10px;display:flex}.Toastify--animate{animation-duration:.5s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;cursor:pointer;opacity:.7;z-index:1;background:0 0;border:none;outline:none;padding:0;transition:all .3s;position:absolute;top:6px;right:6px}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;width:14px;height:16px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{z-index:1;opacity:.7;transform-origin:0;width:100%;height:100%;position:absolute;bottom:0;left:0}.Toastify__progress-bar--animated{animation:linear forwards Toastify__trackProgress}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:100%;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius);width:100%;height:5px;position:absolute;bottom:0;left:0;overflow:hidden}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{box-sizing:border-box;border:2px solid;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);border-radius:100%;width:20px;height:20px;animation:.65s linear infinite Toastify__spin}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate(3000px)}60%{opacity:1;transform:translate(-25px)}75%{transform:translate(10px)}90%{transform:translate(-5px)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px, var(--y), 0)}to{opacity:0;transform:translate3d(2000px, var(--y), 0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate(-3000px)}60%{opacity:1;transform:translate(25px)}75%{transform:translate(-10px)}90%{transform:translate(5px)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px, var(--y), 0)}to{opacity:0;transform:translate3d(-2000px, var(--y), 0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translateY(3000px)}60%{opacity:1;transform:translateY(-20px)}75%{transform:translateY(10px)}90%{transform:translateY(-5px)}to{transform:translate(0,0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0, calc(var(--y) - 10px), 0)}40%,45%{opacity:1;transform:translate3d(0, calc(var(--y) + 20px), 0)}to{opacity:0;transform:translateY(-2000px)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translateY(-3000px)}60%{opacity:1;transform:translateY(25px)}75%{transform:translateY(-10px)}90%{transform:translateY(5px)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0, calc(var(--y) - 10px), 0)}40%,45%{opacity:1;transform:translate3d(0, calc(var(--y) + 20px), 0)}to{opacity:0;transform:translateY(2000px)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0, var(--y), 0) scale3d(.3, .3, .3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{opacity:0;animation-timing-function:ease-in;transform:perspective(400px)rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px)rotateX(-20deg)}60%{opacity:1;transform:perspective(400px)rotateX(10deg)}80%{transform:perspective(400px)rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0, var(--y), 0) perspective(400px)}30%{transform:translate3d(0, var(--y), 0) perspective(400px) rotate3d(1, 0, 0, -20deg);opacity:1}to{transform:translate3d(0, var(--y), 0) perspective(400px) rotate3d(1, 0, 0, 90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{visibility:visible;transform:translate(110%)}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideInLeft{0%{visibility:visible;transform:translate(-110%)}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideInUp{0%{visibility:visible;transform:translateY(110%)}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideInDown{0%{visibility:visible;transform:translateY(-110%)}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0, var(--y), 0)}to{visibility:hidden;transform:translate3d(110%, var(--y), 0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0, var(--y), 0)}to{visibility:hidden;transform:translate3d(-110%, var(--y), 0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0, var(--y), 0)}to{visibility:hidden;transform:translateY(500px)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0, var(--y), 0)}to{visibility:hidden;transform:translateY(-500px)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-duration:.3s;animation-timing-function:ease-in}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}:root,.light,.light-theme{--blue-1:#fbfdff;--blue-2:#f4faff;--blue-3:#e6f4fe;--blue-4:#d5efff;--blue-5:#c2e5ff;--blue-6:#acd8fc;--blue-7:#8ec8f6;--blue-8:#5eb1ef;--blue-9:#0090ff;--blue-10:#0588f0;--blue-11:#0d74ce;--blue-12:#113264}@supports (color:color(display-p3 1 1 1)){@media (color-gamut:p3){:root,.light,.light-theme{--blue-1:color(display-p3 .986 .992 .999);--blue-2:color(display-p3 .96 .979 .998);--blue-3:color(display-p3 .912 .956 .991);--blue-4:color(display-p3 .853 .932 1);--blue-5:color(display-p3 .788 .894 .998);--blue-6:color(display-p3 .709 .843 .976);--blue-7:color(display-p3 .606 .777 .947);--blue-8:color(display-p3 .451 .688 .917);--blue-9:color(display-p3 .247 .556 .969);--blue-10:color(display-p3 .234 .523 .912);--blue-11:color(display-p3 .15 .44 .84);--blue-12:color(display-p3 .102 .193 .379)}}}.dark,.dark-theme{--blue-1:#0d1520;--blue-2:#111927;--blue-3:#0d2847;--blue-4:#003362;--blue-5:#004074;--blue-6:#104d87;--blue-7:#205d9e;--blue-8:#2870bd;--blue-9:#0090ff;--blue-10:#3b9eff;--blue-11:#70b8ff;--blue-12:#c2e6ff}@supports (color:color(display-p3 1 1 1)){@media (color-gamut:p3){.dark,.dark-theme{--blue-1:color(display-p3 .057 .081 .122);--blue-2:color(display-p3 .072 .098 .147);--blue-3:color(display-p3 .078 .154 .27);--blue-4:color(display-p3 .033 .197 .37);--blue-5:color(display-p3 .08 .245 .441);--blue-6:color(display-p3 .14 .298 .511);--blue-7:color(display-p3 .195 .361 .6);--blue-8:color(display-p3 .239 .434 .72);--blue-9:color(display-p3 .247 .556 .969);--blue-10:color(display-p3 .344 .612 .973);--blue-11:color(display-p3 .49 .72 1);--blue-12:color(display-p3 .788 .898 .99)}}}:root,.light,.light-theme{--slate-1:#fcfcfd;--slate-2:#f9f9fb;--slate-3:#f0f0f3;--slate-4:#e8e8ec;--slate-5:#e0e1e6;--slate-6:#d9d9e0;--slate-7:#cdced6;--slate-8:#b9bbc6;--slate-9:#8b8d98;--slate-10:#80838d;--slate-11:#60646c;--slate-12:#1c2024}@supports (color:color(display-p3 1 1 1)){@media (color-gamut:p3){:root,.light,.light-theme{--slate-1:color(display-p3 .988 .988 .992);--slate-2:color(display-p3 .976 .976 .984);--slate-3:color(display-p3 .94 .941 .953);--slate-4:color(display-p3 .908 .909 .925);--slate-5:color(display-p3 .88 .881 .901);--slate-6:color(display-p3 .85 .852 .876);--slate-7:color(display-p3 .805 .808 .838);--slate-8:color(display-p3 .727 .733 .773);--slate-9:color(display-p3 .547 .553 .592);--slate-10:color(display-p3 .503 .512 .549);--slate-11:color(display-p3 .379 .392 .421);--slate-12:color(display-p3 .113 .125 .14)}}}.dark,.dark-theme{--slate-1:#111113;--slate-2:#18191b;--slate-3:#212225;--slate-4:#272a2d;--slate-5:#2e3135;--slate-6:#363a3f;--slate-7:#43484e;--slate-8:#5a6169;--slate-9:#696e77;--slate-10:#777b84;--slate-11:#b0b4ba;--slate-12:#edeef0}@supports (color:color(display-p3 1 1 1)){@media (color-gamut:p3){.dark,.dark-theme{--slate-1:color(display-p3 .067 .067 .074);--slate-2:color(display-p3 .095 .098 .105);--slate-3:color(display-p3 .13 .135 .145);--slate-4:color(display-p3 .156 .163 .176);--slate-5:color(display-p3 .183 .191 .206);--slate-6:color(display-p3 .215 .226 .244);--slate-7:color(display-p3 .265 .28 .302);--slate-8:color(display-p3 .357 .381 .409);--slate-9:color(display-p3 .415 .431 .463);--slate-10:color(display-p3 .469 .483 .514);--slate-11:color(display-p3 .692 .704 .728);--slate-12:color(display-p3 .93 .933 .94)}}}:root,.light,.light-theme{--grass-1:#fbfefb;--grass-2:#f5fbf5;--grass-3:#e9f6e9;--grass-4:#daf1db;--grass-5:#c9e8ca;--grass-6:#b2ddb5;--grass-7:#94ce9a;--grass-8:#65ba74;--grass-9:#46a758;--grass-10:#3e9b4f;--grass-11:#2a7e3b;--grass-12:#203c25}@supports (color:color(display-p3 1 1 1)){@media (color-gamut:p3){:root,.light,.light-theme{--grass-1:color(display-p3 .986 .996 .985);--grass-2:color(display-p3 .966 .983 .964);--grass-3:color(display-p3 .923 .965 .917);--grass-4:color(display-p3 .872 .94 .865);--grass-5:color(display-p3 .811 .908 .802);--grass-6:color(display-p3 .733 .864 .724);--grass-7:color(display-p3 .628 .803 .622);--grass-8:color(display-p3 .477 .72 .482);--grass-9:color(display-p3 .38 .647 .378);--grass-10:color(display-p3 .344 .598 .342);--grass-11:color(display-p3 .263 .488 .261);--grass-12:color(display-p3 .151 .233 .153)}}}:root,.light,.light-theme{--cyan-1:#fafdfe;--cyan-2:#f2fafb;--cyan-3:#def7f9;--cyan-4:#caf1f6;--cyan-5:#b5e9f0;--cyan-6:#9ddde7;--cyan-7:#7dcedc;--cyan-8:#3db9cf;--cyan-9:#00a2c7;--cyan-10:#0797b9;--cyan-11:#107d98;--cyan-12:#0d3c48}@supports (color:color(display-p3 1 1 1)){@media (color-gamut:p3){:root,.light,.light-theme{--cyan-1:color(display-p3 .982 .992 .996);--cyan-2:color(display-p3 .955 .981 .984);--cyan-3:color(display-p3 .888 .965 .975);--cyan-4:color(display-p3 .821 .941 .959);--cyan-5:color(display-p3 .751 .907 .935);--cyan-6:color(display-p3 .671 .862 .9);--cyan-7:color(display-p3 .564 .8 .854);--cyan-8:color(display-p3 .388 .715 .798);--cyan-9:color(display-p3 .282 .627 .765);--cyan-10:color(display-p3 .264 .583 .71);--cyan-11:color(display-p3 .08 .48 .63);--cyan-12:color(display-p3 .108 .232 .277)}}}:root,.light,.light-theme{--amber-1:#fefdfb;--amber-2:#fefbe9;--amber-3:#fff7c2;--amber-4:#ffee9c;--amber-5:#fbe577;--amber-6:#f3d673;--amber-7:#e9c162;--amber-8:#e2a336;--amber-9:#ffc53d;--amber-10:#ffba18;--amber-11:#ab6400;--amber-12:#4f3422}@supports (color:color(display-p3 1 1 1)){@media (color-gamut:p3){:root,.light,.light-theme{--amber-1:color(display-p3 .995 .992 .985);--amber-2:color(display-p3 .994 .986 .921);--amber-3:color(display-p3 .994 .969 .782);--amber-4:color(display-p3 .989 .937 .65);--amber-5:color(display-p3 .97 .902 .527);--amber-6:color(display-p3 .936 .844 .506);--amber-7:color(display-p3 .89 .762 .443);--amber-8:color(display-p3 .85 .65 .3);--amber-9:color(display-p3 1 .77 .26);--amber-10:color(display-p3 .959 .741 .274);--amber-11:color(display-p3 .64 .4 0);--amber-12:color(display-p3 .294 .208 .145)}}}:root,.light,.light-theme{--red-1:#fffcfc;--red-2:#fff7f7;--red-3:#feebec;--red-4:#ffdbdc;--red-5:#ffcdce;--red-6:#fdbdbe;--red-7:#f4a9aa;--red-8:#eb8e90;--red-9:#e5484d;--red-10:#dc3e42;--red-11:#ce2c31;--red-12:#641723}@supports (color:color(display-p3 1 1 1)){@media (color-gamut:p3){:root,.light,.light-theme{--red-1:color(display-p3 .998 .989 .988);--red-2:color(display-p3 .995 .971 .971);--red-3:color(display-p3 .985 .925 .925);--red-4:color(display-p3 .999 .866 .866);--red-5:color(display-p3 .984 .812 .811);--red-6:color(display-p3 .955 .751 .749);--red-7:color(display-p3 .915 .675 .672);--red-8:color(display-p3 .872 .575 .572);--red-9:color(display-p3 .83 .329 .324);--red-10:color(display-p3 .798 .294 .285);--red-11:color(display-p3 .744 .234 .222);--red-12:color(display-p3 .36 .115 .143)}}}.mdxeditor .cm-editor{--sp-font-mono:var(--font-mono);--sp-font-body:var(--font-body);padding:var(--sp-space-4) 0}.mdxeditor .sp-editor .cm-editor{padding-bottom:0}.mdxeditor .cm-scroller{padding:0!important}.mdxeditor .cm-focused{outline:none}.mdxeditor .sp-wrapper{overflow:hidden}.mdxeditor .sp-layout{border:none}.mdxeditor .sp-cm pre{white-space:break-spaces;word-break:break-word;overflow-wrap:anywhere;flex-shrink:1}.mdxeditor .cm-mergeView .cm-scroller,.mdxeditor .cm-sourceView .cm-scroller{font-family:var(--font-mono);line-height:1.3rem;font-size:var(--text-xs)}.mdxeditor .cm-gutters{font-size:var(--text-xxs);background:0 0}.mdxeditor .cm-activeLine{background:0 0}.mdxeditor .cm-tooltip-autocomplete{background:var(--baseBgSubtle)}.mdxeditor hr.selected[data-lexical-decorator=true]{outline:2px solid highlight}._editorRoot_1e2ox_53{--accentBase:var(--blue-1);--accentBgSubtle:var(--blue-2);--accentBg:var(--blue-3);--accentBgHover:var(--blue-4);--accentBgActive:var(--blue-5);--accentLine:var(--blue-6);--accentBorder:var(--blue-7);--accentBorderHover:var(--blue-8);--accentSolid:var(--blue-9);--accentSolidHover:var(--blue-10);--accentText:var(--blue-11);--accentTextContrast:var(--blue-12);--basePageBg:white;--baseBase:var(--slate-1);--baseBgSubtle:var(--slate-2);--baseBg:var(--slate-3);--baseBgHover:var(--slate-4);--baseBgActive:var(--slate-5);--baseLine:var(--slate-6);--baseBorder:var(--slate-7);--baseBorderHover:var(--slate-8);--baseSolid:var(--slate-9);--baseSolidHover:var(--slate-10);--baseText:var(--slate-11);--baseTextContrast:var(--slate-12);--admonitionTipBg:var(--cyan-4);--admonitionTipBorder:var(--cyan-8);--admonitionInfoBg:var(--grass-4);--admonitionInfoBorder:var(--grass-8);--admonitionCautionBg:var(--amber-4);--admonitionCautionBorder:var(--amber-8);--admonitionDangerBg:var(--red-4);--admonitionDangerBorder:var(--red-8);--admonitionNoteBg:var(--slate-4);--admonitionNoteBorder:var(--slate-8);--error-color:var(--red-10);--spacing-0:0px;--spacing-px:1px;--spacing-0_5:.125rem;--spacing-1:.25rem;--spacing-1_5:.375rem;--spacing-2:.5rem;--spacing-2_5:.625rem;--spacing-3:.75rem;--spacing-3_5:.875rem;--spacing-4:1rem;--spacing-5:1.25rem;--spacing-6:1.5rem;--spacing-7:1.75rem;--spacing-8:2rem;--spacing-9:2.25rem;--spacing-10:2.5rem;--spacing-11:2.75rem;--spacing-12:3rem;--spacing-14:3.5rem;--spacing-16:4rem;--spacing-20:5rem;--spacing-24:6rem;--spacing-28:7rem;--spacing-32:8rem;--spacing-36:9rem;--spacing-40:10rem;--spacing-44:11rem;--spacing-48:12rem;--spacing-52:13rem;--spacing-56:14rem;--spacing-60:15rem;--spacing-64:16rem;--spacing-72:18rem;--spacing-80:20rem;--spacing-96:24rem;--radius-none:0px;--radius-small:var(--spacing-0_5);--radius-base:var(--spacing-1);--radius-medium:var(--spacing-1_5);--radius-large:var(--spacing-2);--radius-extra-large:var(--spacing-3);--radius-full:9999px;--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--font-body:system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;--text-base:1rem;--text-sm:.875rem;--text-xs:.75rem;--text-xxs:.6rem;font-family:var(--font-body);color:var(--baseText)}._nestedListItem_1e2ox_158{list-style:none}._toolbarRoot_1e2ox_162{z-index:2;gap:var(--spacing-1);border-radius:var(--radius-medium);padding:var(--spacing-1_5);background-color:var(--baseBg);width:inherit;flex-direction:row;align-items:center;display:flex;position:sticky;top:0;overflow-x:auto}._toolbarRoot_1e2ox_162 div[role=separator]{margin:var(--spacing-2) var(--spacing-1);border-left:1px solid var(--baseBorder);border-right:1px solid var(--baseBase);height:var(--spacing-4)}._toolbarRoot_1e2ox_162 svg{color:var(--baseTextContrast);display:block}._readOnlyToolbarRoot_1e2ox_189{pointer-events:none;background:var(--baseBase)}._readOnlyToolbarRoot_1e2ox_189>div{opacity:.5}._toolbarModeSwitch_1e2ox_198{border:1px solid var(--baseBg);border-radius:var(--radius-medium);font-size:var(--text-xs);align-self:stretch;align-items:stretch;margin-left:auto;display:flex;opacity:1!important}._toolbarModeSwitch_1e2ox_198 ._toolbarToggleItem_1e2ox_208{padding-inline-start:var(--spacing-4);padding-inline-end:var(--spacing-4)}._toolbarModeSwitch_1e2ox_198 ._toolbarToggleItem_1e2ox_208:active,._toolbarModeSwitch_1e2ox_198 ._toolbarToggleItem_1e2ox_208[data-state=on]{background-color:var(--baseBorder)}._toolbarGroupOfGroups_1e2ox_219{margin:0 var(--spacing-1);display:flex}._toolbarToggleSingleGroup_1e2ox_224:first-of-type ._toolbarToggleItem_1e2ox_208:only-child,._toolbarToggleSingleGroup_1e2ox_224:only-child ._toolbarToggleItem_1e2ox_208:first-child,._toolbarModeSwitch_1e2ox_198 ._toolbarToggleItem_1e2ox_208:first-child{border-top-left-radius:var(--radius-base);border-bottom-left-radius:var(--radius-base)}._toolbarToggleSingleGroup_1e2ox_224:last-of-type ._toolbarToggleItem_1e2ox_208:only-child,._toolbarToggleSingleGroup_1e2ox_224:only-child ._toolbarToggleItem_1e2ox_208:last-child,._toolbarModeSwitch_1e2ox_198 ._toolbarToggleItem_1e2ox_208:last-child{border-top-right-radius:var(--radius-base);border-bottom-right-radius:var(--radius-base)}._toolbarToggleItem_1e2ox_208,._toolbarButton_1e2ox_239{all:unset;box-sizing:border-box;cursor:default;padding:var(--spacing-0_5)}@media (hover:hover){._toolbarToggleItem_1e2ox_208:hover,._toolbarButton_1e2ox_239:hover{background-color:var(--baseBgActive)}}._toolbarToggleItem_1e2ox_208:active svg,._toolbarButton_1e2ox_239:active svg{transform:translate(1px,1px)}._toolbarToggleItem_1e2ox_208[data-state=on],._toolbarButton_1e2ox_239[data-state=on],._toolbarToggleItem_1e2ox_208:active,._toolbarButton_1e2ox_239:active{color:var(--baseTextContrast);background-color:var(--baseBgActive)}._toolbarToggleItem_1e2ox_208[data-disabled],._toolbarButton_1e2ox_239[data-disabled]{pointer-events:none}._toolbarToggleItem_1e2ox_208[data-disabled] svg,._toolbarButton_1e2ox_239[data-disabled] svg{color:var(--baseBorderHover)}._toolbarButton_1e2ox_239{border-radius:var(--radius-base)}._toolbarButton_1e2ox_239+._toolbarButton_1e2ox_239{margin-left:var(--spacing-1)}._activeToolbarButton_1e2ox_275{color:var(--accentText)}._toolbarToggleSingleGroup_1e2ox_224{white-space:nowrap;align-items:center;display:flex}._toolbarNodeKindSelectContainer_1e2ox_285,._toolbarButtonDropdownContainer_1e2ox_286,._toolbarCodeBlockLanguageSelectContent_1e2ox_287,._selectContainer_1e2ox_288{filter:drop-shadow(0 2px 2px #0003);z-index:3;width:var(--spacing-36);border-bottom-left-radius:var(--radius-base);border-bottom-right-radius:var(--radius-base);background-color:var(--basePageBg);font-size:var(--text-sm)}._toolbarButtonDropdownContainer_1e2ox_286,._toolbarButtonDropdownContainer_1e2ox_286 ._selectItem_1e2ox_301:first-child{border-top-right-radius:var(--radius-base)}._toolbarNodeKindSelectTrigger_1e2ox_306,._toolbarButtonSelectTrigger_1e2ox_307,._selectTrigger_1e2ox_308{color:inherit;width:var(--spacing-36);padding:var(--spacing-0_5) var(--spacing-1);border-radius:var(--radius-medium);white-space:nowrap;font-size:var(--text-sm);background-color:#0000;background-color:var(--basePageBg);margin:0 var(--spacing-1);border:0;flex-wrap:nowrap;align-items:center;padding-inline-start:var(--spacing-2);display:flex}._toolbarNodeKindSelectTrigger_1e2ox_306[data-state=open],._toolbarButtonSelectTrigger_1e2ox_307[data-state=open],._selectTrigger_1e2ox_308[data-state=open]{filter:drop-shadow(0 2px 2px #0003);border-bottom-right-radius:var(--radius-none);border-bottom-left-radius:var(--radius-none)}._selectTrigger_1e2ox_308[data-placeholder]>span:first-child{color:var(--baseBorderHover)}._toolbarButtonSelectTrigger_1e2ox_307{width:auto;padding-inline-start:var(--spacing-2);padding-inline-end:var(--spacing-1);padding-block:var(--spacing-0_5)}._toolbarCodeBlockLanguageSelectTrigger_1e2ox_343,._toolbarCodeBlockLanguageSelectContent_1e2ox_287{width:var(--spacing-48)}._toolbarNodeKindSelectItem_1e2ox_348,._selectItem_1e2ox_301{cursor:default;padding:var(--spacing-2);display:flex}._toolbarNodeKindSelectItem_1e2ox_348[data-highlighted],._selectItem_1e2ox_301[data-highlighted]{background-color:var(--baseBg)}._toolbarNodeKindSelectItem_1e2ox_348[data-state=checked],._selectItem_1e2ox_301[data-state=checked]{color:var(--baseTextContrast);background-color:var(--baseBg)}._toolbarNodeKindSelectItem_1e2ox_348[data-highlighted],._selectItem_1e2ox_301[data-highlighted]{outline:none}._toolbarNodeKindSelectItem_1e2ox_348:last-child,._selectItem_1e2ox_301:last-child{border-bottom-left-radius:var(--radius-base);border-bottom-right-radius:var(--radius-base)}._toolbarNodeKindSelectDropdownArrow_1e2ox_373,._selectDropdownArrow_1e2ox_374{align-items:center;margin-left:auto;display:flex}._contentEditable_1e2ox_380{box-sizing:border-box;width:100%;color:var(--baseTextContrast);padding:var(--spacing-3)}._contentEditable_1e2ox_380:focus{outline:none}._codeMirrorWrapper_1e2ox_392{margin-bottom:var(--spacing-5);border:1px solid var(--baseLine);border-radius:var(--radius-medium);padding:.8rem;position:relative;overflow:hidden}._sandPackWrapper_1e2ox_401{margin-bottom:var(--spacing-5);border:1px solid var(--baseLine);border-radius:var(--radius-medium);position:relative;overflow:hidden}._codeMirrorToolbar_1e2ox_409{gap:var(--spacing-1);padding:var(--spacing-1);z-index:1;background-color:var(--baseBase);border-bottom-left-radius:var(--radius-base);display:flex;position:absolute;top:0;right:0}._frontmatterWrapper_1e2ox_413{border-radius:var(--radius-medium);padding:var(--spacing-3);background-color:var(--baseBgSubtle)}._frontmatterWrapper_1e2ox_413[data-expanded=true]{margin-bottom:var(--spacing-10)}._frontmatterToggleButton_1e2ox_423{all:unset;box-sizing:border-box;cursor:default;align-items:center;gap:var(--spacing-1);font-size:var(--text-sm);display:flex}._propertyPanelTitle_1e2ox_431{font-size:var(--text-xs);padding-top:var(--spacing-2);padding-left:var(--spacing-2);margin:0;font-weight:400}._propertyEditorTable_1e2ox_439{table-layout:fixed;border-spacing:var(--spacing-2)}._propertyEditorTable_1e2ox_439 th{text-align:left;font-size:var(--text-sm);padding:var(--spacing-2) var(--spacing-3)}._propertyEditorTable_1e2ox_439 col:first-child{width:30%}._propertyEditorTable_1e2ox_439 col:nth-child(2){width:70%}._propertyEditorTable_1e2ox_439 td:last-child ._iconButton_1e2ox_457{margin-left:var(--spacing-4);margin-right:var(--spacing-4)}._propertyEditorTable_1e2ox_439 ._readOnlyColumnCell_1e2ox_462{padding-left:0}._propertyEditorLabelCell_1e2ox_467{font-weight:400}._readOnlyColumnCell_1e2ox_462{padding-left:0}._buttonsFooter_1e2ox_475{justify-content:flex-end;gap:var(--spacing-2);display:flex}._propertyEditorInput_1e2ox_481{all:unset;box-sizing:border-box;cursor:default;width:100%;padding:var(--spacing-2) var(--spacing-3);border-radius:var(--radius-base);border:1px solid var(--baseBorder);background-color:var(--baseBase);font-size:var(--text-sm)}._iconButton_1e2ox_457{all:unset;box-sizing:border-box;cursor:default;color:var(--baseText)}@media (hover:hover){._iconButton_1e2ox_457:hover{color:var(--baseTextContrast)}}._iconButton_1e2ox_457:disabled,._iconButton_1e2ox_457:disabled:hover{color:var(--baseLine)}._primaryButton_1e2ox_507,._secondaryButton_1e2ox_508{all:unset;box-sizing:border-box;cursor:default;padding:var(--spacing-2) var(--spacing-3);border:1px solid var(--accentBorder);background-color:var(--accentSolidHover);color:var(--baseBase);font-size:var(--text-xs);border-radius:var(--radius-medium)}._primaryButton_1e2ox_507:disabled,._secondaryButton_1e2ox_508:disabled{background:var(--accentLine);border-color:var(--accentBg)}._smallButton_1e2ox_523{font-size:var(--text-xs);padding:var(--spacing-1) var(--spacing-2);border-radius:var(--radius-base)}._secondaryButton_1e2ox_508{border:1px solid var(--baseBorder);background-color:var(--baseSolidHover);color:var(--baseBase)}._dialogForm_1e2ox_535{gap:var(--spacing-2);flex-direction:row;display:flex}._linkDialogEditForm_1e2ox_541{align-items:stretch;gap:var(--spacing-2);flex-direction:column;padding:0;display:flex}._linkDialogInputContainer_1e2ox_549{flex-direction:column;align-items:stretch;display:flex}._linkDialogInputWrapper_1e2ox_555{background-color:var(--baseBase);border-radius:var(--radius-base);border:1px solid var(--baseBorder);align-items:center;display:flex}._linkDialogInputWrapper_1e2ox_555[data-visible-dropdown=true]{border-bottom-left-radius:var(--radius-none);border-bottom-right-radius:var(--radius-none);border-bottom-width:0}._linkDialogInputWrapper_1e2ox_555>button{all:unset;box-sizing:border-box;cursor:default;padding-right:var(--spacing-2)}._linkDialogInput_1e2ox_549,._dialogInput_1e2ox_576{all:unset;box-sizing:border-box;cursor:default;width:20rem;padding:var(--spacing-2) var(--spacing-3);font-size:var(--text-sm)}._linkDialogInput_1e2ox_549::-moz-placeholder{color:var(--baseBorder)}._dialogInput_1e2ox_576::-moz-placeholder{color:var(--baseBorder)}._linkDialogInput_1e2ox_549::placeholder,._dialogInput_1e2ox_576::placeholder{color:var(--baseBorder)}._linkDialogAnchor_1e2ox_587{z-index:-1;background-color:highlight;position:fixed}._linkDialogAnchor_1e2ox_587[data-visible=true]{visibility:visible}._linkDialogAnchor_1e2ox_587[data-visible=false]{visibility:hidden}._linkDialogPopoverContent_1e2ox_601,._tableColumnEditorPopoverContent_1e2ox_602,._dialogContent_1e2ox_603{filter:drop-shadow(0 2px 2px #0003);align-items:center;gap:var(--spacing-0_5);border-radius:var(--radius-medium);border:1px solid var(--baseBg);background-color:var(--basePageBg);padding:var(--spacing-1) var(--spacing-1);font-size:var(--text-sm);display:flex}._largeDialogContent_1e2ox_615{filter:drop-shadow(0 2px 2px #0003);gap:var(--spacing-0_5);border-radius:var(--radius-medium);border:1px solid var(--baseBorder);background-color:var(--baseBgSubtle);padding:var(--spacing-4);font-size:var(--text-sm)}._dialogTitle_1e2ox_625{font-size:var(--text-base);padding-left:var(--spacing-2);font-weight:600}._dialogCloseButton_1e2ox_631{all:unset;box-sizing:border-box;cursor:default;position:absolute;top:10px;right:10px}._popoverContent_1e2ox_638{filter:drop-shadow(0 2px 2px #0003);align-items:center;gap:var(--spacing-0_5);border-radius:var(--radius-medium);background-color:var(--baseBgSubtle);padding:var(--spacing-2) var(--spacing-2);font-size:var(--text-sm);z-index:1;display:flex}._popoverArrow_1e2ox_650{fill:var(--basePageBg)}._linkDialogPreviewAnchor_1e2ox_654{margin-right:var(--spacing-1);color:var(--accentText);border:1px solid #0000;align-items:center;text-decoration:none;display:flex}@media (hover:hover){._linkDialogPreviewAnchor_1e2ox_654:hover{color:var(--accentSolidHover)}}._linkDialogPreviewAnchor_1e2ox_654 span{text-overflow:ellipsis;white-space:nowrap;max-width:14rem;overflow-x:hidden}._tooltipTrigger_1e2ox_677{align-self:center}._tooltipContent_1e2ox_681{z-index:2;border-radius:var(--radius-medium);padding:var(--spacing-1) var(--spacing-2);font-size:var(--text-xs);background-color:var(--baseText);color:var(--baseBase);position:relative}._tooltipContent_1e2ox_681 svg{fill:var(--baseText)}._actionButton_1e2ox_695{all:unset;box-sizing:border-box;cursor:default;padding:var(--spacing-1);color:var(--baseTextContrast);padding:var(--spacing-1) var(--spacing-1);border-radius:var(--radius-medium)}._actionButton_1e2ox_695 svg{display:block}@media (hover:hover){._actionButton_1e2ox_695:hover{background-color:var(--baseBg)}}._actionButton_1e2ox_695:active svg{transform:translate(1px,1px)}._actionButton_1e2ox_695[data-state=on],._actionButton_1e2ox_695:active{background-color:var(--baseBg);color:var(--baseTextContrast)}._primaryActionButton_1e2ox_702{background-color:var(--accentSolid);color:var(--baseBase)}@media (hover:hover){._primaryActionButton_1e2ox_702:hover{background-color:var(--accentSolidHover);color:var(--baseBase)}}._tableEditor_1e2ox_714{table-layout:fixed;border-spacing:0;border-collapse:collapse;width:100%;height:100%}._tableEditor_1e2ox_714 thead>tr>th{text-align:right}._tableEditor_1e2ox_714>tbody>tr>td:not(._toolCell_1e2ox_725),._tableEditor_1e2ox_714>tbody>tr>th:not(._toolCell_1e2ox_725):not([data-tool-cell=true]){border:1px solid var(--baseBgActive);padding:var(--spacing-1) var(--spacing-2);white-space:normal}:is(._tableEditor_1e2ox_714>tbody>tr>td:not(._toolCell_1e2ox_725),._tableEditor_1e2ox_714>tbody>tr>th:not(._toolCell_1e2ox_725):not([data-tool-cell=true]))>div{outline:none}:is(._tableEditor_1e2ox_714>tbody>tr>td:not(._toolCell_1e2ox_725),._tableEditor_1e2ox_714>tbody>tr>th:not(._toolCell_1e2ox_725):not([data-tool-cell=true]))>div>p{margin:0}[data-active=true]:is(._tableEditor_1e2ox_714>tbody>tr>td:not(._toolCell_1e2ox_725),._tableEditor_1e2ox_714>tbody>tr>th:not(._toolCell_1e2ox_725):not([data-tool-cell=true])){outline:solid 1px var(--baseSolid)}._tableEditor_1e2ox_714 ._tableColumnEditorTrigger_1e2ox_744,._tableEditor_1e2ox_714 ._tableRowEditorTrigger_1e2ox_745,._tableEditor_1e2ox_714 ._addRowButton_1e2ox_746,._tableEditor_1e2ox_714 ._addColumnButton_1e2ox_747,._tableEditor_1e2ox_714 ._iconButton_1e2ox_457{opacity:.15}@media (hover:hover){._tableEditor_1e2ox_714:hover ._tableColumnEditorTrigger_1e2ox_744,._tableEditor_1e2ox_714:hover ._tableRowEditorTrigger_1e2ox_745,._tableEditor_1e2ox_714:hover ._addRowButton_1e2ox_746,._tableEditor_1e2ox_714:hover ._addColumnButton_1e2ox_747,._tableEditor_1e2ox_714:hover ._iconButton_1e2ox_457{opacity:.3}._tableEditor_1e2ox_714:hover ._tableColumnEditorTrigger_1e2ox_744:hover,._tableEditor_1e2ox_714:hover ._tableRowEditorTrigger_1e2ox_745:hover,._tableEditor_1e2ox_714:hover ._addRowButton_1e2ox_746:hover,._tableEditor_1e2ox_714:hover ._addColumnButton_1e2ox_747:hover,._tableEditor_1e2ox_714:hover ._iconButton_1e2ox_457:hover{opacity:1}}._toolCell_1e2ox_725{text-align:right}._toolCell_1e2ox_725 button{margin:auto;display:block}._tableColumnEditorTrigger_1e2ox_744{all:unset;box-sizing:border-box;cursor:default;padding:var(--spacing-1);color:var(--baseTextContrast);padding:var(--spacing-1);border-radius:var(--radius-full);opacity:.2}._tableColumnEditorTrigger_1e2ox_744 svg{display:block}@media (hover:hover){._tableColumnEditorTrigger_1e2ox_744:hover{background-color:var(--baseBg)}}._tableColumnEditorTrigger_1e2ox_744:active svg{transform:translate(1px,1px)}._tableColumnEditorTrigger_1e2ox_744[data-state=on],._tableColumnEditorTrigger_1e2ox_744:active{background-color:var(--baseBg);color:var(--baseTextContrast)}._tableColumnEditorTrigger_1e2ox_744[data-active=true]{opacity:1!important}._tableColumnEditorToolbar_1e2ox_789{display:flex}._tableColumnEditorToolbar_1e2ox_789>button{all:unset;box-sizing:border-box;cursor:default;padding:var(--spacing-1);color:var(--baseTextContrast)}._tableColumnEditorToolbar_1e2ox_789>button svg{display:block}@media (hover:hover){._tableColumnEditorToolbar_1e2ox_789>button:hover{background-color:var(--baseBg)}}._tableColumnEditorToolbar_1e2ox_789>button:active svg{transform:translate(1px,1px)}._tableColumnEditorToolbar_1e2ox_789>button[data-state=on],._tableColumnEditorToolbar_1e2ox_789>button:active{background-color:var(--baseBg);color:var(--baseTextContrast)}._tableColumnEditorToolbar_1e2ox_789 [role=separator]{margin-left:var(--spacing-1);margin-right:var(--spacing-1)}._toggleGroupRoot_1e2ox_802{display:inline-flex}._toggleGroupRoot_1e2ox_802 button{all:unset;box-sizing:border-box;cursor:default;padding:var(--spacing-1);color:var(--baseTextContrast)}._toggleGroupRoot_1e2ox_802 button svg{display:block}@media (hover:hover){._toggleGroupRoot_1e2ox_802 button:hover{background-color:var(--baseBg)}}._toggleGroupRoot_1e2ox_802 button:active svg{transform:translate(1px,1px)}._toggleGroupRoot_1e2ox_802 button[data-state=on],._toggleGroupRoot_1e2ox_802 button:active{background-color:var(--baseBg);color:var(--baseTextContrast)}._toggleGroupRoot_1e2ox_802 button:first-child{border-top-left-radius:var(--radius-base);border-bottom-left-radius:var(--radius-base)}._toggleGroupRoot_1e2ox_802 button:last-child{border-top-right-radius:var(--radius-base);border-bottom-right-radius:var(--radius-base)}._tableToolsColumn_1e2ox_820{width:2rem}._tableToolsColumn_1e2ox_820 button{margin:auto;display:block}._leftAlignedCell_1e2ox_829{text-align:left}._rightAlignedCell_1e2ox_833{text-align:right}._centeredCell_1e2ox_837{text-align:center}._addColumnButton_1e2ox_747,._addRowButton_1e2ox_746{all:unset;box-sizing:border-box;cursor:default;padding:var(--spacing-1);color:var(--baseTextContrast);background-color:var(--baseBase);align-items:center;display:flex}._addColumnButton_1e2ox_747 svg,._addRowButton_1e2ox_746 svg{display:block}@media (hover:hover){._addColumnButton_1e2ox_747:hover,._addRowButton_1e2ox_746:hover{background-color:var(--baseBg)}}._addColumnButton_1e2ox_747:active svg,._addRowButton_1e2ox_746:active svg{transform:translate(1px,1px)}._addColumnButton_1e2ox_747[data-state=on],._addRowButton_1e2ox_746[data-state=on],._addColumnButton_1e2ox_747:active,._addRowButton_1e2ox_746:active{background-color:var(--baseBg);color:var(--baseTextContrast)}._addColumnButton_1e2ox_747 svg,._addRowButton_1e2ox_746 svg{margin:auto}._addRowButton_1e2ox_746{width:100%;margin-top:var(--spacing-px);box-sizing:border-box;border-bottom-right-radius:var(--radius-medium);border-bottom-left-radius:var(--radius-medium)}._addColumnButton_1e2ox_747{margin-left:var(--spacing-px);border-top-right-radius:var(--radius-medium);border-bottom-right-radius:var(--radius-medium);height:100%}._dialogOverlay_1e2ox_870{background-color:var(--baseBase);z-index:51;opacity:.5;animation:.15s cubic-bezier(.16,1,.3,1) _overlayShow_1e2ox_1;position:fixed;inset:0}._dialogContent_1e2ox_603,._largeDialogContent_1e2ox_615{z-index:52;animation:.15s cubic-bezier(.16,1,.3,1) _contentShow_1e2ox_1;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%)}._dialogContent_1e2ox_603:focus,._largeDialogContent_1e2ox_615:focus{outline:none}@keyframes _overlayShow_1e2ox_1{0%{opacity:0}to{opacity:.5}}@keyframes _contentShow_1e2ox_1{0%{opacity:0;transform:translate(-50%,-48%)scale(.96)}to{opacity:1;transform:translate(-50%,-50%)scale(1)}}._focusedImage_1e2ox_916{outline:2px solid highlight}._imageWrapper_1e2ox_920{display:inline-block;position:relative}._imageWrapper_1e2ox_920[draggable=true]{cursor:move;cursor:grab;cursor:-webkit-grab}._editImageToolbar_1e2ox_933{gap:var(--spacing-1);padding:var(--spacing-1);z-index:1;background-color:var(--baseBase);border-bottom-left-radius:var(--radius-base);display:flex;position:absolute;top:0;right:0}._editImageButton_1e2ox_937 svg{display:block}._inlineEditor_1e2ox_943{border-radius:var(--radius-medium);padding:var(--spacing-1);gap:var(--spacing-2);background:var(--baseBg);align-items:center;display:inline-flex}._blockEditor_1e2ox_952{border-radius:var(--radius-medium);padding:var(--spacing-2);justify-content:stretch;gap:var(--spacing-2);background:var(--baseBg);align-items:center;display:flex}._blockEditor_1e2ox_952 ._nestedEditor_1e2ox_961{flex-grow:1}._nestedEditor_1e2ox_961{background:var(--basePageBg);padding:var(--spacing-1) var(--spacing-2);border-radius:var(--radius-medium)}._nestedEditor_1e2ox_961>p{margin:0}._nestedEditor_1e2ox_961:focus{outline:none}._genericComponentName_1e2ox_980{font-size:var(--text-sm);color:var(--baseText);padding-right:var(--spacing-2)}._diffSourceToggleWrapper_1e2ox_986{pointer-events:auto;opacity:1;margin-left:auto;position:sticky;right:0}._diffSourceToggle_1e2ox_986{border-radius:var(--radius-medium);background-color:var(--baseBase);display:flex}._diffSourceToggle_1e2ox_986 ._toolbarToggleItem_1e2ox_208{padding:0}._diffSourceToggle_1e2ox_986 ._toolbarToggleItem_1e2ox_208>span{padding:var(--spacing-1) var(--spacing-1);display:block}._selectWithLabel_1e2ox_1012{align-items:center;gap:var(--spacing-2);margin-left:var(--spacing-2);display:flex}._selectWithLabel_1e2ox_1012>label{font-size:var(--text-sm)}._selectWithLabel_1e2ox_1012 ._selectTrigger_1e2ox_308{border:1px solid var(--baseBorder)}._toolbarTitleMode_1e2ox_1027{font-size:var(--text-sm);margin-left:var(--spacing-2)}._imageControlWrapperResizing_1e2ox_1032{touch-action:none}._imageResizer_1e2ox_1036{background-color:var(--accentText);border:1px solid var(--baseBg);width:7px;height:7px;display:block;position:absolute}._imageResizer_1e2ox_1036._imageResizerN_1e2ox_1045{cursor:n-resize;top:-6px;left:48%}._imageResizer_1e2ox_1036._imageResizerNe_1e2ox_1051{cursor:ne-resize;top:-6px;right:-6px}._imageResizer_1e2ox_1036._imageResizerE_1e2ox_1057{cursor:e-resize;bottom:48%;right:-6px}._imageResizer_1e2ox_1036._imageResizerSe_1e2ox_1063{cursor:nwse-resize;bottom:-2px;right:-6px}._imageResizer_1e2ox_1036._imageResizerS_1e2ox_1063{cursor:s-resize;bottom:-2px;left:48%}._imageResizer_1e2ox_1036._imageResizerSw_1e2ox_1075{cursor:sw-resize;bottom:-2px;left:-6px}._imageResizer_1e2ox_1036._imageResizerW_1e2ox_1081{cursor:w-resize;bottom:48%;left:-6px}._imageResizer_1e2ox_1036._imageResizerNw_1e2ox_1087{cursor:nw-resize;top:-6px;left:-6px}._imagePlaceholder_1e2ox_1093{border:2px dashed;width:fit-content;height:fit-content;margin:12px;padding:48px}._imageDimensionsContainer_1e2ox_1101{gap:var(--spacing-4);display:flex}._placeholder_1e2ox_1106{color:var(--baseSolid);padding:var(--spacing-3);text-overflow:ellipsis;-webkit-user-select:none;user-select:none;white-space:nowrap;pointer-events:none;display:inline-block;position:absolute;top:0;overflow:hidden}._rootContentEditableWrapper_1e2ox_1119{position:relative}._downshiftContainer_1e2ox_1123{flex-direction:column;align-items:stretch;display:flex}._downshiftInputWrapper_1e2ox_1129{background-color:var(--baseBase);border-radius:var(--radius-base);border:1px solid var(--baseBorder);align-items:center;display:flex}._downshiftInputWrapper_1e2ox_1129[data-visible-dropdown=true]{border-bottom-left-radius:var(--radius-none);border-bottom-right-radius:var(--radius-none);border-bottom-width:0}._downshiftInputWrapper_1e2ox_1129>button{all:unset;box-sizing:border-box;cursor:default;padding-right:var(--spacing-2)}._downshiftInput_1e2ox_1129{all:unset;box-sizing:border-box;cursor:default;width:20rem;padding:var(--spacing-2) var(--spacing-3);font-size:var(--text-sm)}._downshiftInput_1e2ox_1129::placeholder{color:var(--baseBorder)}._downshiftAutocompleteContainer_1e2ox_1160{position:relative}._downshiftAutocompleteContainer_1e2ox_1160 ul{all:unset;box-sizing:border-box;font-size:var(--text-sm);border-bottom-left-radius:var(--radius-medium);border-bottom-right-radius:var(--radius-medium);width:100%;max-height:var(--spacing-48);border:1px solid var(--baseBorder);background-color:var(--baseBase);border-top-width:0;display:none;position:absolute;overflow:hidden auto}._downshiftAutocompleteContainer_1e2ox_1160 ul[data-visible=true]{display:block}._downshiftAutocompleteContainer_1e2ox_1160 ul li{padding:var(--spacing-2) var(--spacing-3);white-space:nowrap;margin-bottom:var(--spacing-1);text-overflow:ellipsis;overflow-x:hidden}._downshiftAutocompleteContainer_1e2ox_1160 ul li[data-selected=true]{background-color:var(--baseBgSubtle)}._downshiftAutocompleteContainer_1e2ox_1160 ul li[data-highlighted=true]{background-color:var(--baseBgHover)}._downshiftAutocompleteContainer_1e2ox_1160 ul li:last-of-type{border-bottom-left-radius:var(--radius-medium);border-bottom-right-radius:var(--radius-medium)}._textInput_1e2ox_1206{all:unset;border-radius:var(--radius-base);border:1px solid var(--baseBorder);background-color:var(--baseBase);padding:var(--spacing-2) var(--spacing-3)}form._multiFieldForm_1e2ox_1214{padding:var(--spacing-2);gap:var(--spacing-2);flex-direction:column;display:flex}form._multiFieldForm_1e2ox_1214 ._formField_1e2ox_1220{gap:var(--spacing-2);flex-direction:column;display:flex}form._multiFieldForm_1e2ox_1214 ._formField_1e2ox_1220 label{font-size:var(--text-xs)}._markdownParseError_1e2ox_1231{border-radius:var(--radius-base);border:1px solid var(--error-color);padding:var(--spacing-2);margin-block:var(--spacing-2);color:var(--error-color);font-size:var(--text-xs)}._popupContainer_1e2ox_1240{z-index:2;position:relative}._inputSizer_1e2ox_1245{vertical-align:baseline;align-items:center;display:inline-grid;position:relative}._inputSizer_1e2ox_1245:after,._inputSizer_1e2ox_1245 input{width:auto;min-width:1rem;font:inherit;resize:none;appearance:none;color:inherit;background:0 0;border:none;grid-area:1/2;margin:0;padding:0 2px}._inputSizer_1e2ox_1245 span{padding:.25em}._inputSizer_1e2ox_1245:after{content:attr(data-value);white-space:pre-wrap}:root,._light_1tncs_1,._light-theme_1tncs_1{--blue-1:#fbfdff;--blue-2:#f4faff;--blue-3:#e6f4fe;--blue-4:#d5efff;--blue-5:#c2e5ff;--blue-6:#acd8fc;--blue-7:#8ec8f6;--blue-8:#5eb1ef;--blue-9:#0090ff;--blue-10:#0588f0;--blue-11:#0d74ce;--blue-12:#113264}@supports (color:color(display-p3 1 1 1)){@media (color-gamut:p3){:root,._light_1tncs_1,._light-theme_1tncs_1{--blue-1:color(display-p3 .986 .992 .999);--blue-2:color(display-p3 .96 .979 .998);--blue-3:color(display-p3 .912 .956 .991);--blue-4:color(display-p3 .853 .932 1);--blue-5:color(display-p3 .788 .894 .998);--blue-6:color(display-p3 .709 .843 .976);--blue-7:color(display-p3 .606 .777 .947);--blue-8:color(display-p3 .451 .688 .917);--blue-9:color(display-p3 .247 .556 .969);--blue-10:color(display-p3 .234 .523 .912);--blue-11:color(display-p3 .15 .44 .84);--blue-12:color(display-p3 .102 .193 .379)}}}._dark_1tncs_1,._dark-theme_1tncs_1{--blue-1:#0d1520;--blue-2:#111927;--blue-3:#0d2847;--blue-4:#003362;--blue-5:#004074;--blue-6:#104d87;--blue-7:#205d9e;--blue-8:#2870bd;--blue-9:#0090ff;--blue-10:#3b9eff;--blue-11:#70b8ff;--blue-12:#c2e6ff}@supports (color:color(display-p3 1 1 1)){@media (color-gamut:p3){._dark_1tncs_1,._dark-theme_1tncs_1{--blue-1:color(display-p3 .057 .081 .122);--blue-2:color(display-p3 .072 .098 .147);--blue-3:color(display-p3 .078 .154 .27);--blue-4:color(display-p3 .033 .197 .37);--blue-5:color(display-p3 .08 .245 .441);--blue-6:color(display-p3 .14 .298 .511);--blue-7:color(display-p3 .195 .361 .6);--blue-8:color(display-p3 .239 .434 .72);--blue-9:color(display-p3 .247 .556 .969);--blue-10:color(display-p3 .344 .612 .973);--blue-11:color(display-p3 .49 .72 1);--blue-12:color(display-p3 .788 .898 .99)}}}:root,._light_1tncs_1,._light-theme_1tncs_1{--slate-1:#fcfcfd;--slate-2:#f9f9fb;--slate-3:#f0f0f3;--slate-4:#e8e8ec;--slate-5:#e0e1e6;--slate-6:#d9d9e0;--slate-7:#cdced6;--slate-8:#b9bbc6;--slate-9:#8b8d98;--slate-10:#80838d;--slate-11:#60646c;--slate-12:#1c2024}@supports (color:color(display-p3 1 1 1)){@media (color-gamut:p3){:root,._light_1tncs_1,._light-theme_1tncs_1{--slate-1:color(display-p3 .988 .988 .992);--slate-2:color(display-p3 .976 .976 .984);--slate-3:color(display-p3 .94 .941 .953);--slate-4:color(display-p3 .908 .909 .925);--slate-5:color(display-p3 .88 .881 .901);--slate-6:color(display-p3 .85 .852 .876);--slate-7:color(display-p3 .805 .808 .838);--slate-8:color(display-p3 .727 .733 .773);--slate-9:color(display-p3 .547 .553 .592);--slate-10:color(display-p3 .503 .512 .549);--slate-11:color(display-p3 .379 .392 .421);--slate-12:color(display-p3 .113 .125 .14)}}}._dark_1tncs_1,._dark-theme_1tncs_1{--slate-1:#111113;--slate-2:#18191b;--slate-3:#212225;--slate-4:#272a2d;--slate-5:#2e3135;--slate-6:#363a3f;--slate-7:#43484e;--slate-8:#5a6169;--slate-9:#696e77;--slate-10:#777b84;--slate-11:#b0b4ba;--slate-12:#edeef0}@supports (color:color(display-p3 1 1 1)){@media (color-gamut:p3){._dark_1tncs_1,._dark-theme_1tncs_1{--slate-1:color(display-p3 .067 .067 .074);--slate-2:color(display-p3 .095 .098 .105);--slate-3:color(display-p3 .13 .135 .145);--slate-4:color(display-p3 .156 .163 .176);--slate-5:color(display-p3 .183 .191 .206);--slate-6:color(display-p3 .215 .226 .244);--slate-7:color(display-p3 .265 .28 .302);--slate-8:color(display-p3 .357 .381 .409);--slate-9:color(display-p3 .415 .431 .463);--slate-10:color(display-p3 .469 .483 .514);--slate-11:color(display-p3 .692 .704 .728);--slate-12:color(display-p3 .93 .933 .94)}}}:root,._light_1tncs_1,._light-theme_1tncs_1{--grass-1:#fbfefb;--grass-2:#f5fbf5;--grass-3:#e9f6e9;--grass-4:#daf1db;--grass-5:#c9e8ca;--grass-6:#b2ddb5;--grass-7:#94ce9a;--grass-8:#65ba74;--grass-9:#46a758;--grass-10:#3e9b4f;--grass-11:#2a7e3b;--grass-12:#203c25}@supports (color:color(display-p3 1 1 1)){@media (color-gamut:p3){:root,._light_1tncs_1,._light-theme_1tncs_1{--grass-1:color(display-p3 .986 .996 .985);--grass-2:color(display-p3 .966 .983 .964);--grass-3:color(display-p3 .923 .965 .917);--grass-4:color(display-p3 .872 .94 .865);--grass-5:color(display-p3 .811 .908 .802);--grass-6:color(display-p3 .733 .864 .724);--grass-7:color(display-p3 .628 .803 .622);--grass-8:color(display-p3 .477 .72 .482);--grass-9:color(display-p3 .38 .647 .378);--grass-10:color(display-p3 .344 .598 .342);--grass-11:color(display-p3 .263 .488 .261);--grass-12:color(display-p3 .151 .233 .153)}}}:root,._light_1tncs_1,._light-theme_1tncs_1{--cyan-1:#fafdfe;--cyan-2:#f2fafb;--cyan-3:#def7f9;--cyan-4:#caf1f6;--cyan-5:#b5e9f0;--cyan-6:#9ddde7;--cyan-7:#7dcedc;--cyan-8:#3db9cf;--cyan-9:#00a2c7;--cyan-10:#0797b9;--cyan-11:#107d98;--cyan-12:#0d3c48}@supports (color:color(display-p3 1 1 1)){@media (color-gamut:p3){:root,._light_1tncs_1,._light-theme_1tncs_1{--cyan-1:color(display-p3 .982 .992 .996);--cyan-2:color(display-p3 .955 .981 .984);--cyan-3:color(display-p3 .888 .965 .975);--cyan-4:color(display-p3 .821 .941 .959);--cyan-5:color(display-p3 .751 .907 .935);--cyan-6:color(display-p3 .671 .862 .9);--cyan-7:color(display-p3 .564 .8 .854);--cyan-8:color(display-p3 .388 .715 .798);--cyan-9:color(display-p3 .282 .627 .765);--cyan-10:color(display-p3 .264 .583 .71);--cyan-11:color(display-p3 .08 .48 .63);--cyan-12:color(display-p3 .108 .232 .277)}}}:root,._light_1tncs_1,._light-theme_1tncs_1{--amber-1:#fefdfb;--amber-2:#fefbe9;--amber-3:#fff7c2;--amber-4:#ffee9c;--amber-5:#fbe577;--amber-6:#f3d673;--amber-7:#e9c162;--amber-8:#e2a336;--amber-9:#ffc53d;--amber-10:#ffba18;--amber-11:#ab6400;--amber-12:#4f3422}@supports (color:color(display-p3 1 1 1)){@media (color-gamut:p3){:root,._light_1tncs_1,._light-theme_1tncs_1{--amber-1:color(display-p3 .995 .992 .985);--amber-2:color(display-p3 .994 .986 .921);--amber-3:color(display-p3 .994 .969 .782);--amber-4:color(display-p3 .989 .937 .65);--amber-5:color(display-p3 .97 .902 .527);--amber-6:color(display-p3 .936 .844 .506);--amber-7:color(display-p3 .89 .762 .443);--amber-8:color(display-p3 .85 .65 .3);--amber-9:color(display-p3 1 .77 .26);--amber-10:color(display-p3 .959 .741 .274);--amber-11:color(display-p3 .64 .4 0);--amber-12:color(display-p3 .294 .208 .145)}}}:root,._light_1tncs_1,._light-theme_1tncs_1{--red-1:#fffcfc;--red-2:#fff7f7;--red-3:#feebec;--red-4:#ffdbdc;--red-5:#ffcdce;--red-6:#fdbdbe;--red-7:#f4a9aa;--red-8:#eb8e90;--red-9:#e5484d;--red-10:#dc3e42;--red-11:#ce2c31;--red-12:#641723}@supports (color:color(display-p3 1 1 1)){@media (color-gamut:p3){:root,._light_1tncs_1,._light-theme_1tncs_1{--red-1:color(display-p3 .998 .989 .988);--red-2:color(display-p3 .995 .971 .971);--red-3:color(display-p3 .985 .925 .925);--red-4:color(display-p3 .999 .866 .866);--red-5:color(display-p3 .984 .812 .811);--red-6:color(display-p3 .955 .751 .749);--red-7:color(display-p3 .915 .675 .672);--red-8:color(display-p3 .872 .575 .572);--red-9:color(display-p3 .83 .329 .324);--red-10:color(display-p3 .798 .294 .285);--red-11:color(display-p3 .744 .234 .222);--red-12:color(display-p3 .36 .115 .143)}}}._bold_1tncs_10{font-weight:700}._italic_1tncs_14{font-style:italic}._underline_1tncs_18{text-decoration:underline}._strikethrough_1tncs_34{text-decoration:line-through}._underlineStrikethrough_1tncs_38{text-decoration:underline line-through}._subscript_1tncs_42{font-size:.8em;vertical-align:sub!important}._superscript_1tncs_47{vertical-align:super;font-size:.8em}._code_1tncs_52{background-color:var(--baseBg);font-family:var(--font-mono);padding:1px .25rem;font-size:94%}._nestedListItem_1tncs_59{list-style:none}._listitem_1tncs_69{margin:var(--spacing-2) 0}._listItemChecked_1tncs_73,._listItemUnchecked_1tncs_74{margin-left:0;margin-right:0;padding-left:var(--spacing-6);padding-right:var(--spacing-6);outline:none;margin-inline-start:-1rem;list-style-type:none;position:relative}._listItemChecked_1tncs_73{text-decoration:line-through}._listItemUnchecked_1tncs_74:before,._listItemChecked_1tncs_73:before{content:"";width:var(--spacing-4);height:var(--spacing-4);cursor:pointer;background-size:cover;display:block;position:absolute;top:0;left:0}._listItemUnchecked_1tncs_74[dir=rtl]:before,._listItemChecked_1tncs_73[dir=rtl]:before{left:auto;right:0}._listItemUnchecked_1tncs_74:focus:before,._listItemChecked_1tncs_73:focus:before{box-shadow:0 0 0 2px var(--accentBgActive);border-radius:var(--radius-small)}._listItemUnchecked_1tncs_74:before{border:1px solid var(--baseBorder);border-radius:var(--radius-small)}._listItemChecked_1tncs_73:before{border:1px solid var(--accentBorder);border-radius:var(--radius-small);background-color:var(--accentSolid);background-repeat:no-repeat}._listItemChecked_1tncs_73:after{content:"";cursor:pointer;border-color:var(--baseBase);top:var(--spacing-0_5);width:var(--spacing-1);left:var(--spacing-1_5);right:var(--spacing-1_5);height:var(--spacing-2);border-style:solid;border-width:0 var(--spacing-0_5) var(--spacing-0_5) 0;display:block;position:absolute;transform:rotate(45deg)}._nestedListItem_1tncs_59{list-style-type:none}._nestedListItem_1tncs_59:before,._nestedListItem_1tncs_59:after{display:none}._admonitionDanger_1tncs_151,._admonitionInfo_1tncs_152,._admonitionNote_1tncs_153,._admonitionTip_1tncs_154,._admonitionCaution_1tncs_155{padding:var(--spacing-2);margin-top:var(--spacing-2);margin-bottom:var(--spacing-2);border-left:3px solid var(--admonitionBorder);background-color:var(--admonitionBg)}._admonitionInfo_1tncs_152{--admonitionBorder:var(--admonitionInfoBorder);--admonitionBg:var(--admonitionInfoBg)}._admonitionTip_1tncs_154{--admonitionBorder:var(--admonitionTipBorder);--admonitionBg:var(--admonitionTipBg)}._admonitionCaution_1tncs_155{--admonitionBorder:var(--admonitionCautionBorder);--admonitionBg:var(--admonitionCautionBg)}._admonitionDanger_1tncs_151{--admonitionBorder:var(--admonitionDangerBorder);--admonitionBg:var(--admonitionDangerBg)}._admonitionNote_1tncs_153{--admonitionBorder:var(--admonitionNoteBorder);--admonitionBg:var(--admonitionNoteBg)}._mdxExpression_1tncs_188{font-family:var(--font-mono);color:var(--accentText);font-size:84%}._mdxExpression_1tncs_188 input:focus-visible{outline:none}*{vertical-align:baseline;box-sizing:border-box;border:0;margin:0;padding:0}:before,:after{box-sizing:border-box}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}blockquote,q{quotes:none;quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}a,button{outline:none}strong{font-weight:700}input,textarea{outline:none}address{font-style:normal}h1,h2,h3,h4{font-weight:400}a{text-decoration:none}hr{background:#ccc;width:90%;height:1px;margin:10px 0;display:block}.authButtonsWrapper{justify-content:space-between;margin-top:24px;display:flex}.errorMessage{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}.errorMessage:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7581%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%23EF4444'/%3e%3c/svg%3e");position:absolute;top:0;left:0}.fieldWrapper{width:100%;margin-bottom:16px}.fieldWrapper:last-child{margin-bottom:0}.fieldLabel{margin-bottom:8px;font-size:.75rem}.fieldLabelBottom{margin-top:8px;font-size:.75rem}.field{width:100%;position:relative}.fieldLabelNew{margin-bottom:5px;font-family:Inter;font-size:.875rem}.inputNew{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}.inputNew::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}.inputNew[type=password]{font-size:18px}.inputNew:focus,.inputNew:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}.inputNew:disabled{box-shadow:none;background:#f1f5f9;border:none}.inputNew:disabled::placeholder{color:#cbd5e1}.inputNew.error{border:1px solid #ef4444}.inputNew.error:focus,.inputNew.error:active{box-shadow:none;border-color:#ef4444}.formCellsWrapper{justify-content:space-between;margin-bottom:16px;display:flex}.formCell{width:calc(50% - 8px)}.tableNavWrapper{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}.tableNavButtonsWrapper{align-items:center;display:flex}.tableNavItem{margin:0 6px}.modalContent{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}.modalContent.center{text-align:center;font-family:Inter}.modalContent.settings{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}.modalContent.settingsIntegration,.modalContent.performanceTestModalContent{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}.modalContent.monitoringReportContent{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}.modalTitle{margin:16px 0 4px;font-size:1.125rem;font-weight:500}.modalMessage{color:#475569;font-size:.875rem;line-height:20px}.modalLine{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}.modalLine:after,.modalLine:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}.modalLine:before{left:-20px}.modalLine:after{right:-20px}.infoMessage{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}.infoMessage:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;top:0;left:0}.modalFooter{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}.modalFooter.buttonsAutoWidth{justify-content:flex-end}.modalFooter.buttonsAutoWidth button,.modalFooter.buttonsAutoWidth span{margin-left:12px}.fullWidthTitle{text-transform:uppercase;color:#64748b;background:#f8fafc;width:calc(100% + 40px);margin-bottom:20px;margin-left:-20px;padding:8px 20px;font-size:.75rem;line-height:1}.widgetsWrapper{justify-content:center;gap:16px;margin-bottom:16px;display:flex}.widgetWrapper{background:#fff;border:1px solid #e2e8f0;border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){.widgetWrapper{padding:0 16px 15px}}.widgetHeader{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}.widgetTitle{font-family:Inter;font-size:1rem;font-weight:500}.widgetDataWrapper{padding-top:16px;position:relative}.widgetSpinnerWrapper{align-items:center;height:180px;display:flex}.widgetFooter{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}.widgetFooterItem{text-align:center;border-right:1px solid #f1f5f9;flex:1}.widgetFooterItem:last-child{border:none}.widgetMainValue{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}.widgetValueWrapper{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}.widgetNote{color:#64748b;font-size:.75rem}.widgetLoader{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.disabled{opacity:.5;cursor:default}.widgetTag{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}.widgetTagValue{color:#0f172a;font-weight:500}.chartValuesWrapper{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}.chartValuesTitle{color:#475569;font-size:14px;display:inline-flex}.chartValuesTitle.green:before,.chartValuesTitle.dark:before,.chartValuesTitle.blue:before{content:"";border:2px solid #fff;border-radius:50%;width:13px;height:13px;margin-right:4px;display:inline-flex;position:relative;top:1px;box-shadow:0 2px 4px #00000014}.chartValuesTitle.green:before{background:#22c55e}.chartValuesTitle.dark:before{background:#475569}.chartValuesTitle.blue:before{background:#43e0f8}.topbar{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}.logoWrapper{display:inline-flex}.logo{max-width:110px}.menuWrapper{display:flex}@media only screen and (width<=1340px){.menuWrapper{background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);flex-direction:column;width:265px;height:100vh;padding:64px 16px 0;display:none;position:absolute;top:0;right:0;box-shadow:-12px 1px 89px -41px #0000004d}.menuWrapper.opened{display:flex}}.menuItem{color:#fff;border-radius:30px;align-items:center;margin:0 8px;padding:8px 20px;font-family:Inter;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}@media only screen and (width<=1300px){.menuItem{flex:none;width:auto;margin-bottom:10px}}.menuItem .menuIcon{fill:#fff;margin-right:8px;transition:all .2s}.menuItem .menuIconPerformance{fill:none}.menuItem .menuIconStroke{stroke:#fff;margin-right:8px;transition:all .2s}.menuItem.active,.menuItem:hover{color:#52c2fd;background:#fff}.menuItem.active .menuIcon:not(.menuIconStroke,.menuIconPerformance),.menuItem:hover .menuIcon:not(.menuIconStroke,.menuIconPerformance){fill:#52c2fd}.menuItem.active .menuIconPerformance path,.menuItem:hover .menuIconPerformance path{stroke:#59a6fd}.menuItem.active .menuIconStroke:not(.menuIcon),.menuItem:hover .menuIconStroke:not(.menuIcon){stroke:#52c2fd}.redDot{color:#fff;background:#d73d3d;border-radius:50%;justify-content:center;align-items:center;width:14px;height:14px;font-size:8px;display:inline-flex;position:relative;top:-6px;right:-6px}.screenWrapper{justify-content:center;display:flex}.link{color:#2db2c8;cursor:pointer;text-decoration:underline}:root{--vh:1vh}html,body{color:#000;font-family:Inter,sans-serif;font-weight:400}._spinnerWrapper_1incn_1{justify-content:center;width:100%;display:flex}._spinnerWrapper_1incn_1 svg{margin-right:0!important}@media only screen and (width<=1024px){._spinnerWrapper_1incn_1 svg{width:28px!important;height:28px!important}}._buttonNew_7wewe_1{cursor:pointer;border-radius:20px;justify-content:center;align-items:center;height:36px;font-family:Inter;font-size:.875rem;font-weight:500;transition:all .2s ease-out;display:inline-flex}._buttonNew_7wewe_1:disabled,._buttonNew_7wewe_1[disabled]{cursor:default;opacity:.7}._buttonNew_7wewe_1 svg{margin-right:8px}._buttonNew_7wewe_1._white_7wewe_20{color:#334155;background:#fff;border:1px solid #e2e8f0}._buttonNew_7wewe_1._blue_7wewe_25{color:#134f66;background:#42e8ff}._buttonNew_7wewe_1._green_7wewe_29{color:#fff;background:#22c55e}._buttonNew_7wewe_1._tropicalCyan_7wewe_33{color:#2db2c8;background:#fff;border:1px solid #42e8ff}._buttonNew_7wewe_1._blueBordered_7wewe_38{color:#42e8ff;background:#fff;border:1px solid #42e8ff}._buttonNew_7wewe_1._greyBordered_7wewe_43{color:#000;background:#fff;border:1px solid #cbd5e1}._buttonNew_7wewe_1._grey_7wewe_43{color:#000;background:#e2e8f0}._buttonNew_7wewe_1._orange_7wewe_52{color:#fff;background:#f59e0b}._buttonNew_7wewe_1._red_7wewe_56{color:#fff;background:#ef4444}._buttonNew_7wewe_1._red_7wewe_56 svg{stroke:#fff}._buttonNew_7wewe_1._redBordered_7wewe_63{color:#ef4444;background:#fff;border:1px solid #ef4444}._buttonNew_7wewe_1._redBordered_7wewe_63 svg{stroke:#ef4444}._buttonNew_7wewe_1._fullWidth_7wewe_71{width:100%}._buttonNew_7wewe_1._halfWidth_7wewe_74{width:calc(50% - 8px)}._buttonNew_7wewe_1._auto_7wewe_77{width:auto;padding:0 16px}._authButtonsWrapper_ajop7_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_ajop7_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_ajop7_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.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_ajop7_23{width:100%;margin-bottom:16px}._fieldWrapper_ajop7_23:last-child{margin-bottom:0}._fieldLabel_ajop7_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_ajop7_36{margin-top:8px;font-size:.75rem}._field_ajop7_23{width:100%;position:relative}._fieldLabelNew_ajop7_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_ajop7_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_ajop7_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_ajop7_52[type=password]{font-size:18px}._inputNew_ajop7_52:focus,._inputNew_ajop7_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_ajop7_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_ajop7_52:disabled::placeholder{color:#cbd5e1}._inputNew_ajop7_52._error_ajop7_7{border:1px solid #ef4444}._inputNew_ajop7_52._error_ajop7_7:focus,._inputNew_ajop7_52._error_ajop7_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_ajop7_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_ajop7_90{width:calc(50% - 8px)}._tableNavWrapper_ajop7_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_ajop7_109{align-items:center;display:flex}._tableNavItem_ajop7_114{margin:0 6px}._modalContent_ajop7_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_ajop7_118._center_ajop7_125{text-align:center;font-family:Inter}._modalContent_ajop7_118._settings_ajop7_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_ajop7_118._settingsIntegration_ajop7_133,._modalContent_ajop7_118._performanceTestModalContent_ajop7_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_ajop7_118._monitoringReportContent_ajop7_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_ajop7_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_ajop7_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_ajop7_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_ajop7_158:after,._modalLine_ajop7_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_ajop7_158:before{left:-20px}._modalLine_ajop7_158:after{right:-20px}._infoMessage_ajop7_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_ajop7_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_ajop7_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_ajop7_196._buttonsAutoWidth_ajop7_203{justify-content:flex-end}._modalFooter_ajop7_196._buttonsAutoWidth_ajop7_203 button,._modalFooter_ajop7_196._buttonsAutoWidth_ajop7_203 span{margin-left:12px}._fullWidthTitle_ajop7_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_ajop7_223{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_ajop7_230{background:#fff;border:1px solid #e2e8f0;border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_ajop7_230{padding:0 16px 15px}}._widgetHeader_ajop7_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_ajop7_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_ajop7_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_ajop7_266{align-items:center;height:180px;display:flex}._widgetFooter_ajop7_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_ajop7_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_ajop7_279:last-child{border:none}._widgetMainValue_ajop7_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_ajop7_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_ajop7_303{color:#64748b;font-size:.75rem}._widgetLoader_ajop7_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_ajop7_315{opacity:.5;cursor:default}._widgetTag_ajop7_320{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_ajop7_328{color:#0f172a;font-weight:500}._chartValuesWrapper_ajop7_333{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_ajop7_341{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_ajop7_341._green_ajop7_346:before,._chartValuesTitle_ajop7_341._dark_ajop7_346:before,._chartValuesTitle_ajop7_341._blue_ajop7_346: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_ajop7_341._green_ajop7_346:before{background:#22c55e}._chartValuesTitle_ajop7_341._dark_ajop7_346:before{background:#475569}._chartValuesTitle_ajop7_341._blue_ajop7_346:before{background:#43e0f8}._topbar_ajop7_368{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_ajop7_376{display:inline-flex}._logo_ajop7_376{max-width:110px}._menuWrapper_ajop7_384{display:flex}@media only screen and (width<=1340px){._menuWrapper_ajop7_384{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_ajop7_384._opened_ajop7_401{display:flex}}._menuItem_ajop7_406{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_ajop7_406{flex:none;width:auto;margin-bottom:10px}}._menuItem_ajop7_406 ._menuIcon_ajop7_427{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_ajop7_406 ._menuIconPerformance_ajop7_432{fill:none}._menuItem_ajop7_406 ._menuIconStroke_ajop7_435{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_ajop7_406._active_ajop7_440,._menuItem_ajop7_406:hover{color:#52c2fd;background:#fff}._menuItem_ajop7_406._active_ajop7_440 ._menuIcon_ajop7_427:not(._menuIconStroke_ajop7_435,._menuIconPerformance_ajop7_432),._menuItem_ajop7_406:hover ._menuIcon_ajop7_427:not(._menuIconStroke_ajop7_435,._menuIconPerformance_ajop7_432){fill:#52c2fd}._menuItem_ajop7_406._active_ajop7_440 ._menuIconPerformance_ajop7_432 path,._menuItem_ajop7_406:hover ._menuIconPerformance_ajop7_432 path{stroke:#59a6fd}._menuItem_ajop7_406._active_ajop7_440 ._menuIconStroke_ajop7_435:not(._menuIcon_ajop7_427),._menuItem_ajop7_406:hover ._menuIconStroke_ajop7_435:not(._menuIcon_ajop7_427){stroke:#52c2fd}._redDot_ajop7_454{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_ajop7_469{justify-content:center;display:flex}._link_ajop7_474{color:#2db2c8;cursor:pointer;text-decoration:underline}._viewport_ajop7_480{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:6000;background:#2e323e66;width:100%;height:100vh;position:fixed;top:0;left:0}._layout_ajop7_491{z-index:6001;background:#fff;outline:none;position:fixed;box-shadow:0 16px 40px -8px #47556921}._modal_ajop7_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_ajop7_510{width:100%;height:100vh;top:0;right:0}._closeIcon_ajop7_517{cursor:pointer;z-index:2;padding:10px;position:absolute;top:6px;right:6px}._closeIcon_ajop7_517: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_ajop7_529{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}._authButtonsWrapper_d332z_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_d332z_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_d332z_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.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_d332z_23{width:100%;margin-bottom:16px}._fieldWrapper_d332z_23:last-child{margin-bottom:0}._fieldLabel_d332z_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_d332z_36{margin-top:8px;font-size:.75rem}._field_d332z_23{width:100%;position:relative}._fieldLabelNew_d332z_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_d332z_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_d332z_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_d332z_52[type=password]{font-size:18px}._inputNew_d332z_52:focus,._inputNew_d332z_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_d332z_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_d332z_52:disabled::placeholder{color:#cbd5e1}._inputNew_d332z_52._error_d332z_7{border:1px solid #ef4444}._inputNew_d332z_52._error_d332z_7:focus,._inputNew_d332z_52._error_d332z_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_d332z_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_d332z_90{width:calc(50% - 8px)}._tableNavWrapper_d332z_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_d332z_109{align-items:center;display:flex}._tableNavItem_d332z_114{margin:0 6px}._modalContent_d332z_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_d332z_118._center_d332z_125{text-align:center;font-family:Inter}._modalContent_d332z_118._settings_d332z_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_d332z_118._settingsIntegration_d332z_133,._modalContent_d332z_118._performanceTestModalContent_d332z_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_d332z_118._monitoringReportContent_d332z_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_d332z_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_d332z_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_d332z_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_d332z_158:after,._modalLine_d332z_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_d332z_158:before{left:-20px}._modalLine_d332z_158:after{right:-20px}._infoMessage_d332z_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_d332z_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_d332z_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_d332z_196._buttonsAutoWidth_d332z_203{justify-content:flex-end}._modalFooter_d332z_196._buttonsAutoWidth_d332z_203 button,._modalFooter_d332z_196._buttonsAutoWidth_d332z_203 span{margin-left:12px}._fullWidthTitle_d332z_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_d332z_223{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_d332z_230{background:#fff;border:1px solid #e2e8f0;border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_d332z_230{padding:0 16px 15px}}._widgetHeader_d332z_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_d332z_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_d332z_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_d332z_266{align-items:center;height:180px;display:flex}._widgetFooter_d332z_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_d332z_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_d332z_279:last-child{border:none}._widgetMainValue_d332z_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_d332z_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_d332z_303{color:#64748b;font-size:.75rem}._widgetLoader_d332z_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_d332z_315{opacity:.5;cursor:default}._widgetTag_d332z_320{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_d332z_328{color:#0f172a;font-weight:500}._chartValuesWrapper_d332z_333{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_d332z_341{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_d332z_341._green_d332z_346:before,._chartValuesTitle_d332z_341._dark_d332z_346:before,._chartValuesTitle_d332z_341._blue_d332z_346: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_d332z_341._green_d332z_346:before{background:#22c55e}._chartValuesTitle_d332z_341._dark_d332z_346:before{background:#475569}._chartValuesTitle_d332z_341._blue_d332z_346:before{background:#43e0f8}._topbar_d332z_368{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_d332z_376{display:inline-flex}._logo_d332z_376{max-width:110px}._menuWrapper_d332z_384{display:flex}@media only screen and (width<=1340px){._menuWrapper_d332z_384{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_d332z_384._opened_d332z_401{display:flex}}._menuItem_d332z_406{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_d332z_406{flex:none;width:auto;margin-bottom:10px}}._menuItem_d332z_406 ._menuIcon_d332z_427{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_d332z_406 ._menuIconPerformance_d332z_432{fill:none}._menuItem_d332z_406 ._menuIconStroke_d332z_435{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_d332z_406._active_d332z_440,._menuItem_d332z_406:hover{color:#52c2fd;background:#fff}._menuItem_d332z_406._active_d332z_440 ._menuIcon_d332z_427:not(._menuIconStroke_d332z_435,._menuIconPerformance_d332z_432),._menuItem_d332z_406:hover ._menuIcon_d332z_427:not(._menuIconStroke_d332z_435,._menuIconPerformance_d332z_432){fill:#52c2fd}._menuItem_d332z_406._active_d332z_440 ._menuIconPerformance_d332z_432 path,._menuItem_d332z_406:hover ._menuIconPerformance_d332z_432 path{stroke:#59a6fd}._menuItem_d332z_406._active_d332z_440 ._menuIconStroke_d332z_435:not(._menuIcon_d332z_427),._menuItem_d332z_406:hover ._menuIconStroke_d332z_435:not(._menuIcon_d332z_427){stroke:#52c2fd}._redDot_d332z_454{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_d332z_469{justify-content:center;display:flex}._link_d332z_474{color:#2db2c8;cursor:pointer;text-decoration:underline}._fieldWrapper_d332z_23{margin-bottom:0}._authButtonsWrapper_190zz_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_190zz_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_190zz_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.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_190zz_23{width:100%;margin-bottom:16px}._fieldWrapper_190zz_23:last-child{margin-bottom:0}._fieldLabel_190zz_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_190zz_36{margin-top:8px;font-size:.75rem}._field_190zz_23{width:100%;position:relative}._fieldLabelNew_190zz_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_190zz_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_190zz_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_190zz_52[type=password]{font-size:18px}._inputNew_190zz_52:focus,._inputNew_190zz_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_190zz_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_190zz_52:disabled::placeholder{color:#cbd5e1}._inputNew_190zz_52._error_190zz_7{border:1px solid #ef4444}._inputNew_190zz_52._error_190zz_7:focus,._inputNew_190zz_52._error_190zz_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_190zz_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_190zz_90{width:calc(50% - 8px)}._tableNavWrapper_190zz_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_190zz_109{align-items:center;display:flex}._tableNavItem_190zz_114{margin:0 6px}._modalContent_190zz_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_190zz_118._center_190zz_125{text-align:center;font-family:Inter}._modalContent_190zz_118._settings_190zz_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_190zz_118._settingsIntegration_190zz_133,._modalContent_190zz_118._performanceTestModalContent_190zz_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_190zz_118._monitoringReportContent_190zz_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_190zz_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_190zz_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_190zz_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_190zz_158:after,._modalLine_190zz_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_190zz_158:before{left:-20px}._modalLine_190zz_158:after{right:-20px}._infoMessage_190zz_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_190zz_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_190zz_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_190zz_196._buttonsAutoWidth_190zz_203{justify-content:flex-end}._modalFooter_190zz_196._buttonsAutoWidth_190zz_203 button,._modalFooter_190zz_196._buttonsAutoWidth_190zz_203 span{margin-left:12px}._fullWidthTitle_190zz_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_190zz_223{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_190zz_230{background:#fff;border:1px solid #e2e8f0;border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_190zz_230{padding:0 16px 15px}}._widgetHeader_190zz_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_190zz_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_190zz_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_190zz_266{align-items:center;height:180px;display:flex}._widgetFooter_190zz_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_190zz_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_190zz_279:last-child{border:none}._widgetMainValue_190zz_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_190zz_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_190zz_303{color:#64748b;font-size:.75rem}._widgetLoader_190zz_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_190zz_315{opacity:.5;cursor:default}._widgetTag_190zz_320{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_190zz_328{color:#0f172a;font-weight:500}._chartValuesWrapper_190zz_333{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_190zz_341{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_190zz_341._green_190zz_346:before,._chartValuesTitle_190zz_341._dark_190zz_346:before,._chartValuesTitle_190zz_341._blue_190zz_346: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_190zz_341._green_190zz_346:before{background:#22c55e}._chartValuesTitle_190zz_341._dark_190zz_346:before{background:#475569}._chartValuesTitle_190zz_341._blue_190zz_346:before{background:#43e0f8}._topbar_190zz_368{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_190zz_376{display:inline-flex}._logo_190zz_376{max-width:110px}._menuWrapper_190zz_384{display:flex}@media only screen and (width<=1340px){._menuWrapper_190zz_384{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_190zz_384._opened_190zz_401{display:flex}}._menuItem_190zz_406{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_190zz_406{flex:none;width:auto;margin-bottom:10px}}._menuItem_190zz_406 ._menuIcon_190zz_427{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_190zz_406 ._menuIconPerformance_190zz_432{fill:none}._menuItem_190zz_406 ._menuIconStroke_190zz_435{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_190zz_406._active_190zz_440,._menuItem_190zz_406:hover{color:#52c2fd;background:#fff}._menuItem_190zz_406._active_190zz_440 ._menuIcon_190zz_427:not(._menuIconStroke_190zz_435,._menuIconPerformance_190zz_432),._menuItem_190zz_406:hover ._menuIcon_190zz_427:not(._menuIconStroke_190zz_435,._menuIconPerformance_190zz_432){fill:#52c2fd}._menuItem_190zz_406._active_190zz_440 ._menuIconPerformance_190zz_432 path,._menuItem_190zz_406:hover ._menuIconPerformance_190zz_432 path{stroke:#59a6fd}._menuItem_190zz_406._active_190zz_440 ._menuIconStroke_190zz_435:not(._menuIcon_190zz_427),._menuItem_190zz_406:hover ._menuIconStroke_190zz_435:not(._menuIcon_190zz_427){stroke:#52c2fd}._redDot_190zz_454{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_190zz_469{justify-content:center;display:flex}._link_190zz_474{color:#2db2c8;cursor:pointer;text-decoration:underline}._fieldWrapper_190zz_23{min-width:0}._fieldWrapper_190zz_23 ._error_190zz_7{border:1px solid #ef4444!important}._errorText_190zz_487{color:#ef4444;max-width:100%}._customOptionField_190zz_492{color:#2db2c8;padding:10px;font-size:14px}._customOptionField_190zz_492:hover{background-color:#fafafa}._authButtonsWrapper_lvzr0_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_lvzr0_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_lvzr0_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.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_lvzr0_23{width:100%;margin-bottom:16px}._fieldWrapper_lvzr0_23:last-child{margin-bottom:0}._fieldLabel_lvzr0_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_lvzr0_36{margin-top:8px;font-size:.75rem}._field_lvzr0_23{width:100%;position:relative}._fieldLabelNew_lvzr0_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_lvzr0_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_lvzr0_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_lvzr0_52[type=password]{font-size:18px}._inputNew_lvzr0_52:focus,._inputNew_lvzr0_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_lvzr0_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_lvzr0_52:disabled::placeholder{color:#cbd5e1}._inputNew_lvzr0_52._error_lvzr0_7{border:1px solid #ef4444}._inputNew_lvzr0_52._error_lvzr0_7:focus,._inputNew_lvzr0_52._error_lvzr0_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_lvzr0_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_lvzr0_90{width:calc(50% - 8px)}._tableNavWrapper_lvzr0_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_lvzr0_109{align-items:center;display:flex}._tableNavItem_lvzr0_114{margin:0 6px}._modalContent_lvzr0_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_lvzr0_118._center_lvzr0_125{text-align:center;font-family:Inter}._modalContent_lvzr0_118._settings_lvzr0_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_lvzr0_118._settingsIntegration_lvzr0_133,._modalContent_lvzr0_118._performanceTestModalContent_lvzr0_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_lvzr0_118._monitoringReportContent_lvzr0_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_lvzr0_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_lvzr0_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_lvzr0_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_lvzr0_158:after,._modalLine_lvzr0_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_lvzr0_158:before{left:-20px}._modalLine_lvzr0_158:after{right:-20px}._infoMessage_lvzr0_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_lvzr0_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_lvzr0_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_lvzr0_196._buttonsAutoWidth_lvzr0_203{justify-content:flex-end}._modalFooter_lvzr0_196._buttonsAutoWidth_lvzr0_203 button,._modalFooter_lvzr0_196._buttonsAutoWidth_lvzr0_203 span{margin-left:12px}._fullWidthTitle_lvzr0_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_lvzr0_223{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_lvzr0_230{background:#fff;border:1px solid #e2e8f0;border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_lvzr0_230{padding:0 16px 15px}}._widgetHeader_lvzr0_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_lvzr0_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_lvzr0_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_lvzr0_266{align-items:center;height:180px;display:flex}._widgetFooter_lvzr0_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_lvzr0_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_lvzr0_279:last-child{border:none}._widgetMainValue_lvzr0_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_lvzr0_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_lvzr0_303{color:#64748b;font-size:.75rem}._widgetLoader_lvzr0_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_lvzr0_315{opacity:.5;cursor:default}._widgetTag_lvzr0_320{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_lvzr0_328{color:#0f172a;font-weight:500}._chartValuesWrapper_lvzr0_333{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_lvzr0_341{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_lvzr0_341._green_lvzr0_346:before,._chartValuesTitle_lvzr0_341._dark_lvzr0_346:before,._chartValuesTitle_lvzr0_341._blue_lvzr0_346: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_lvzr0_341._green_lvzr0_346:before{background:#22c55e}._chartValuesTitle_lvzr0_341._dark_lvzr0_346:before{background:#475569}._chartValuesTitle_lvzr0_341._blue_lvzr0_346:before{background:#43e0f8}._topbar_lvzr0_368{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_lvzr0_376{display:inline-flex}._logo_lvzr0_376{max-width:110px}._menuWrapper_lvzr0_384{display:flex}@media only screen and (width<=1340px){._menuWrapper_lvzr0_384{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_lvzr0_384._opened_lvzr0_401{display:flex}}._menuItem_lvzr0_406{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_lvzr0_406{flex:none;width:auto;margin-bottom:10px}}._menuItem_lvzr0_406 ._menuIcon_lvzr0_427{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_lvzr0_406 ._menuIconPerformance_lvzr0_432{fill:none}._menuItem_lvzr0_406 ._menuIconStroke_lvzr0_435{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_lvzr0_406._active_lvzr0_440,._menuItem_lvzr0_406:hover{color:#52c2fd;background:#fff}._menuItem_lvzr0_406._active_lvzr0_440 ._menuIcon_lvzr0_427:not(._menuIconStroke_lvzr0_435,._menuIconPerformance_lvzr0_432),._menuItem_lvzr0_406:hover ._menuIcon_lvzr0_427:not(._menuIconStroke_lvzr0_435,._menuIconPerformance_lvzr0_432){fill:#52c2fd}._menuItem_lvzr0_406._active_lvzr0_440 ._menuIconPerformance_lvzr0_432 path,._menuItem_lvzr0_406:hover ._menuIconPerformance_lvzr0_432 path{stroke:#59a6fd}._menuItem_lvzr0_406._active_lvzr0_440 ._menuIconStroke_lvzr0_435:not(._menuIcon_lvzr0_427),._menuItem_lvzr0_406:hover ._menuIconStroke_lvzr0_435:not(._menuIcon_lvzr0_427){stroke:#52c2fd}._redDot_lvzr0_454{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_lvzr0_469{justify-content:center;display:flex}._link_lvzr0_474{color:#2db2c8;cursor:pointer;text-decoration:underline}._logoField_lvzr0_480{justify-content:space-between;align-items:center;display:flex}._imageWrapper_lvzr0_486{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;justify-content:center;align-items:center;width:72px;height:72px;display:flex;overflow:hidden}._fileWrapper_lvzr0_498{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_lvzr0_498._error_lvzr0_7{border:1px solid #ef4444}._dragging_lvzr0_515{cursor:grabbing;background-color:#b8f6b8}._inputFile_lvzr0_520{display:none}._labelText_lvzr0_524{text-align:center;color:#64748b;font-size:.75rem}._labelText_lvzr0_524 span{color:#43e0f8;font-weight:500}._uploadedImage_lvzr0_534{max-width:72px;max-height:72px}._errorMessage_lvzr0_7{max-width:inherit}._authButtonsWrapper_1a0jp_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_1a0jp_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_1a0jp_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.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_1a0jp_23{width:100%;margin-bottom:16px}._fieldWrapper_1a0jp_23:last-child{margin-bottom:0}._fieldLabel_1a0jp_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_1a0jp_36{margin-top:8px;font-size:.75rem}._field_1a0jp_23{width:100%;position:relative}._fieldLabelNew_1a0jp_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_1a0jp_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_1a0jp_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_1a0jp_52[type=password]{font-size:18px}._inputNew_1a0jp_52:focus,._inputNew_1a0jp_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_1a0jp_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_1a0jp_52:disabled::placeholder{color:#cbd5e1}._inputNew_1a0jp_52._error_1a0jp_7{border:1px solid #ef4444}._inputNew_1a0jp_52._error_1a0jp_7:focus,._inputNew_1a0jp_52._error_1a0jp_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_1a0jp_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_1a0jp_90{width:calc(50% - 8px)}._tableNavWrapper_1a0jp_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_1a0jp_109{align-items:center;display:flex}._tableNavItem_1a0jp_114{margin:0 6px}._modalContent_1a0jp_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_1a0jp_118._center_1a0jp_125{text-align:center;font-family:Inter}._modalContent_1a0jp_118._settings_1a0jp_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_1a0jp_118._settingsIntegration_1a0jp_133,._modalContent_1a0jp_118._performanceTestModalContent_1a0jp_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_1a0jp_118._monitoringReportContent_1a0jp_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_1a0jp_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_1a0jp_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_1a0jp_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_1a0jp_158:after,._modalLine_1a0jp_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_1a0jp_158:before{left:-20px}._modalLine_1a0jp_158:after{right:-20px}._infoMessage_1a0jp_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_1a0jp_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_1a0jp_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_1a0jp_196._buttonsAutoWidth_1a0jp_203{justify-content:flex-end}._modalFooter_1a0jp_196._buttonsAutoWidth_1a0jp_203 button,._modalFooter_1a0jp_196._buttonsAutoWidth_1a0jp_203 span{margin-left:12px}._fullWidthTitle_1a0jp_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_1a0jp_223{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_1a0jp_230{background:#fff;border:1px solid #e2e8f0;border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_1a0jp_230{padding:0 16px 15px}}._widgetHeader_1a0jp_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_1a0jp_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_1a0jp_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_1a0jp_266{align-items:center;height:180px;display:flex}._widgetFooter_1a0jp_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_1a0jp_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_1a0jp_279:last-child{border:none}._widgetMainValue_1a0jp_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_1a0jp_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_1a0jp_303{color:#64748b;font-size:.75rem}._widgetLoader_1a0jp_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_1a0jp_315{opacity:.5;cursor:default}._widgetTag_1a0jp_320{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_1a0jp_328{color:#0f172a;font-weight:500}._chartValuesWrapper_1a0jp_333{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_1a0jp_341{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_1a0jp_341._green_1a0jp_346:before,._chartValuesTitle_1a0jp_341._dark_1a0jp_346:before,._chartValuesTitle_1a0jp_341._blue_1a0jp_346: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_1a0jp_341._green_1a0jp_346:before{background:#22c55e}._chartValuesTitle_1a0jp_341._dark_1a0jp_346:before{background:#475569}._chartValuesTitle_1a0jp_341._blue_1a0jp_346:before{background:#43e0f8}._topbar_1a0jp_368{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_1a0jp_376{display:inline-flex}._logo_1a0jp_376{max-width:110px}._menuWrapper_1a0jp_384{display:flex}@media only screen and (width<=1340px){._menuWrapper_1a0jp_384{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_1a0jp_384._opened_1a0jp_401{display:flex}}._menuItem_1a0jp_406{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_1a0jp_406{flex:none;width:auto;margin-bottom:10px}}._menuItem_1a0jp_406 ._menuIcon_1a0jp_427{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_1a0jp_406 ._menuIconPerformance_1a0jp_432{fill:none}._menuItem_1a0jp_406 ._menuIconStroke_1a0jp_435{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_1a0jp_406._active_1a0jp_440,._menuItem_1a0jp_406:hover{color:#52c2fd;background:#fff}._menuItem_1a0jp_406._active_1a0jp_440 ._menuIcon_1a0jp_427:not(._menuIconStroke_1a0jp_435,._menuIconPerformance_1a0jp_432),._menuItem_1a0jp_406:hover ._menuIcon_1a0jp_427:not(._menuIconStroke_1a0jp_435,._menuIconPerformance_1a0jp_432){fill:#52c2fd}._menuItem_1a0jp_406._active_1a0jp_440 ._menuIconPerformance_1a0jp_432 path,._menuItem_1a0jp_406:hover ._menuIconPerformance_1a0jp_432 path{stroke:#59a6fd}._menuItem_1a0jp_406._active_1a0jp_440 ._menuIconStroke_1a0jp_435:not(._menuIcon_1a0jp_427),._menuItem_1a0jp_406:hover ._menuIconStroke_1a0jp_435:not(._menuIcon_1a0jp_427){stroke:#52c2fd}._redDot_1a0jp_454{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_1a0jp_469{justify-content:center;display:flex}._link_1a0jp_474{color:#2db2c8;cursor:pointer;text-decoration:underline}._iconButton_1a0jp_480{opacity:.8;cursor:pointer;position:absolute;top:10px;right:12px;transform:scale(.9)}._iconButton_1a0jp_480:hover{opacity:.6;transition:all .15s}._showIcon_1a0jp_493{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_1a0jp_498{content:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M10%206.875C9.1712%206.875%208.37634%207.20424%207.79029%207.79029C7.20424%208.37634%206.875%209.1712%206.875%2010C6.875%2010.8288%207.20424%2011.6237%207.79029%2012.2097C8.37634%2012.7958%209.1712%2013.125%2010%2013.125C10.8288%2013.125%2011.6237%2012.7958%2012.2097%2012.2097C12.7958%2011.6237%2013.125%2010.8288%2013.125%2010C13.125%209.1712%2012.7958%208.37634%2012.2097%207.79029C11.6237%207.20424%2010.8288%206.875%2010%206.875ZM8.125%2010C8.125%209.50272%208.32254%209.02581%208.67417%208.67417C9.02581%208.32254%209.50272%208.125%2010%208.125C10.4973%208.125%2010.9742%208.32254%2011.3258%208.67417C11.6775%209.02581%2011.875%209.50272%2011.875%2010C11.875%2010.4973%2011.6775%2010.9742%2011.3258%2011.3258C10.9742%2011.6775%2010.4973%2011.875%2010%2011.875C9.50272%2011.875%209.02581%2011.6775%208.67417%2011.3258C8.32254%2010.9742%208.125%2010.4973%208.125%2010Z'%20fill='black'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M9.99935%202.7085C6.23768%202.7085%203.70352%204.96183%202.23268%206.87266L2.20685%206.90683C1.87352%207.33933%201.56768%207.73683%201.36018%208.20683C1.13768%208.711%201.04102%209.26016%201.04102%2010.0002C1.04102%2010.7402%201.13768%2011.2893%201.36018%2011.7935C1.56852%2012.2635%201.87435%2012.6618%202.20685%2013.0935L2.23352%2013.1277C3.70352%2015.0385%206.23768%2017.2918%209.99935%2017.2918C13.761%2017.2918%2016.2952%2015.0385%2017.766%2013.1277L17.7918%2013.0935C18.1252%2012.6618%2018.431%2012.2635%2018.6385%2011.7935C18.861%2011.2893%2018.9577%2010.7402%2018.9577%2010.0002C18.9577%209.26016%2018.861%208.711%2018.6385%208.20683C18.4302%207.73683%2018.1243%207.33933%2017.7918%206.90683L17.7652%206.87266C16.2952%204.96183%2013.761%202.7085%209.99935%202.7085ZM3.22435%207.63516C4.58102%205.871%206.79102%203.9585%209.99935%203.9585C13.2077%203.9585%2015.4168%205.871%2016.7743%207.63516C17.141%208.11016%2017.3543%208.3935%2017.4952%208.71183C17.6269%209.01016%2017.7077%209.37433%2017.7077%2010.0002C17.7077%2010.626%2017.6269%2010.9902%2017.4952%2011.2885C17.3543%2011.6068%2017.1402%2011.8902%2016.7752%2012.3652C15.416%2014.1293%2013.2077%2016.0418%209.99935%2016.0418C6.79102%2016.0418%204.58185%2014.1293%203.22435%2012.3652C2.85768%2011.8902%202.64435%2011.6068%202.50352%2011.2885C2.37185%2010.9902%202.29102%2010.626%202.29102%2010.0002C2.29102%209.37433%202.37185%209.01016%202.50352%208.71183C2.64435%208.3935%202.85935%208.11016%203.22435%207.63516Z'%20fill='black'/%3e%3c/svg%3e");display:inline-flex}:root{--rt-opacity:1!important}._tooltip_1q1er_1{z-index:6001;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_1tckm_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_1tckm_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_1tckm_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.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_1tckm_23{width:100%;margin-bottom:16px}._fieldWrapper_1tckm_23:last-child{margin-bottom:0}._fieldLabel_1tckm_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_1tckm_36{margin-top:8px;font-size:.75rem}._field_1tckm_23{width:100%;position:relative}._fieldLabelNew_1tckm_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_1tckm_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_1tckm_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_1tckm_52[type=password]{font-size:18px}._inputNew_1tckm_52:focus,._inputNew_1tckm_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_1tckm_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_1tckm_52:disabled::placeholder{color:#cbd5e1}._inputNew_1tckm_52._error_1tckm_7{border:1px solid #ef4444}._inputNew_1tckm_52._error_1tckm_7:focus,._inputNew_1tckm_52._error_1tckm_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_1tckm_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_1tckm_90{width:calc(50% - 8px)}._tableNavWrapper_1tckm_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_1tckm_109{align-items:center;display:flex}._tableNavItem_1tckm_114{margin:0 6px}._modalContent_1tckm_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_1tckm_118._center_1tckm_125{text-align:center;font-family:Inter}._modalContent_1tckm_118._settings_1tckm_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_1tckm_118._settingsIntegration_1tckm_133,._modalContent_1tckm_118._performanceTestModalContent_1tckm_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_1tckm_118._monitoringReportContent_1tckm_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_1tckm_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_1tckm_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_1tckm_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_1tckm_158:after,._modalLine_1tckm_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_1tckm_158:before{left:-20px}._modalLine_1tckm_158:after{right:-20px}._infoMessage_1tckm_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_1tckm_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_1tckm_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_1tckm_196._buttonsAutoWidth_1tckm_203{justify-content:flex-end}._modalFooter_1tckm_196._buttonsAutoWidth_1tckm_203 button,._modalFooter_1tckm_196._buttonsAutoWidth_1tckm_203 span{margin-left:12px}._fullWidthTitle_1tckm_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_1tckm_223{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_1tckm_230{background:#fff;border:1px solid #e2e8f0;border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_1tckm_230{padding:0 16px 15px}}._widgetHeader_1tckm_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_1tckm_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_1tckm_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_1tckm_266{align-items:center;height:180px;display:flex}._widgetFooter_1tckm_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_1tckm_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_1tckm_279:last-child{border:none}._widgetMainValue_1tckm_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_1tckm_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_1tckm_303{color:#64748b;font-size:.75rem}._widgetLoader_1tckm_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_1tckm_315{opacity:.5;cursor:default}._widgetTag_1tckm_320{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_1tckm_328{color:#0f172a;font-weight:500}._chartValuesWrapper_1tckm_333{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_1tckm_341{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_1tckm_341._green_1tckm_346:before,._chartValuesTitle_1tckm_341._dark_1tckm_346:before,._chartValuesTitle_1tckm_341._blue_1tckm_346: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_1tckm_341._green_1tckm_346:before{background:#22c55e}._chartValuesTitle_1tckm_341._dark_1tckm_346:before{background:#475569}._chartValuesTitle_1tckm_341._blue_1tckm_346:before{background:#43e0f8}._topbar_1tckm_368{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_1tckm_376{display:inline-flex}._logo_1tckm_376{max-width:110px}._menuWrapper_1tckm_384{display:flex}@media only screen and (width<=1340px){._menuWrapper_1tckm_384{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_1tckm_384._opened_1tckm_401{display:flex}}._menuItem_1tckm_406{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_1tckm_406{flex:none;width:auto;margin-bottom:10px}}._menuItem_1tckm_406 ._menuIcon_1tckm_427{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_1tckm_406 ._menuIconPerformance_1tckm_432{fill:none}._menuItem_1tckm_406 ._menuIconStroke_1tckm_435{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_1tckm_406._active_1tckm_440,._menuItem_1tckm_406:hover{color:#52c2fd;background:#fff}._menuItem_1tckm_406._active_1tckm_440 ._menuIcon_1tckm_427:not(._menuIconStroke_1tckm_435,._menuIconPerformance_1tckm_432),._menuItem_1tckm_406:hover ._menuIcon_1tckm_427:not(._menuIconStroke_1tckm_435,._menuIconPerformance_1tckm_432){fill:#52c2fd}._menuItem_1tckm_406._active_1tckm_440 ._menuIconPerformance_1tckm_432 path,._menuItem_1tckm_406:hover ._menuIconPerformance_1tckm_432 path{stroke:#59a6fd}._menuItem_1tckm_406._active_1tckm_440 ._menuIconStroke_1tckm_435:not(._menuIcon_1tckm_427),._menuItem_1tckm_406:hover ._menuIconStroke_1tckm_435:not(._menuIcon_1tckm_427){stroke:#52c2fd}._redDot_1tckm_454{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_1tckm_469{justify-content:center;display:flex}._link_1tckm_474{color:#2db2c8;cursor:pointer;text-decoration:underline}._spinnerWrapper_1tckm_480{z-index:1;justify-content:center;align-items:center;width:calc(100% - 40px);display:flex;position:absolute}._hidden_1tckm_489{display:none}._subscriptionPlanContainer_1tckm_493{margin-bottom:10px;font-size:14px}._subscriptionPlanContainer_1tckm_493>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_1tckm_493>div>div{cursor:pointer;color:#2db2c8;font-size:14px}._authButtonsWrapper_1ch0m_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_1ch0m_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_1ch0m_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.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_1ch0m_23{width:100%;margin-bottom:16px}._fieldWrapper_1ch0m_23:last-child{margin-bottom:0}._fieldLabel_1ch0m_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_1ch0m_36{margin-top:8px;font-size:.75rem}._field_1ch0m_23{width:100%;position:relative}._fieldLabelNew_1ch0m_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_1ch0m_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_1ch0m_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_1ch0m_52[type=password]{font-size:18px}._inputNew_1ch0m_52:focus,._inputNew_1ch0m_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_1ch0m_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_1ch0m_52:disabled::placeholder{color:#cbd5e1}._inputNew_1ch0m_52._error_1ch0m_7{border:1px solid #ef4444}._inputNew_1ch0m_52._error_1ch0m_7:focus,._inputNew_1ch0m_52._error_1ch0m_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_1ch0m_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_1ch0m_90{width:calc(50% - 8px)}._tableNavWrapper_1ch0m_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_1ch0m_109{align-items:center;display:flex}._tableNavItem_1ch0m_114{margin:0 6px}._modalContent_1ch0m_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_1ch0m_118._center_1ch0m_125{text-align:center;font-family:Inter}._modalContent_1ch0m_118._settings_1ch0m_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_1ch0m_118._settingsIntegration_1ch0m_133,._modalContent_1ch0m_118._performanceTestModalContent_1ch0m_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_1ch0m_118._monitoringReportContent_1ch0m_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_1ch0m_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_1ch0m_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_1ch0m_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_1ch0m_158:after,._modalLine_1ch0m_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_1ch0m_158:before{left:-20px}._modalLine_1ch0m_158:after{right:-20px}._infoMessage_1ch0m_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_1ch0m_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_1ch0m_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_1ch0m_196._buttonsAutoWidth_1ch0m_203{justify-content:flex-end}._modalFooter_1ch0m_196._buttonsAutoWidth_1ch0m_203 button,._modalFooter_1ch0m_196._buttonsAutoWidth_1ch0m_203 span{margin-left:12px}._fullWidthTitle_1ch0m_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_1ch0m_223{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_1ch0m_230{background:#fff;border:1px solid #e2e8f0;border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_1ch0m_230{padding:0 16px 15px}}._widgetHeader_1ch0m_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_1ch0m_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_1ch0m_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_1ch0m_266{align-items:center;height:180px;display:flex}._widgetFooter_1ch0m_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_1ch0m_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_1ch0m_279:last-child{border:none}._widgetMainValue_1ch0m_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_1ch0m_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_1ch0m_303{color:#64748b;font-size:.75rem}._widgetLoader_1ch0m_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_1ch0m_315{opacity:.5;cursor:default}._widgetTag_1ch0m_320{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_1ch0m_328{color:#0f172a;font-weight:500}._chartValuesWrapper_1ch0m_333{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_1ch0m_341{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_1ch0m_341._green_1ch0m_346:before,._chartValuesTitle_1ch0m_341._dark_1ch0m_346:before,._chartValuesTitle_1ch0m_341._blue_1ch0m_346: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_1ch0m_341._green_1ch0m_346:before{background:#22c55e}._chartValuesTitle_1ch0m_341._dark_1ch0m_346:before{background:#475569}._chartValuesTitle_1ch0m_341._blue_1ch0m_346:before{background:#43e0f8}._topbar_1ch0m_368{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_1ch0m_376{display:inline-flex}._logo_1ch0m_376{max-width:110px}._menuWrapper_1ch0m_384{display:flex}@media only screen and (width<=1340px){._menuWrapper_1ch0m_384{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_1ch0m_384._opened_1ch0m_401{display:flex}}._menuItem_1ch0m_406{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_1ch0m_406{flex:none;width:auto;margin-bottom:10px}}._menuItem_1ch0m_406 ._menuIcon_1ch0m_427{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_1ch0m_406 ._menuIconPerformance_1ch0m_432{fill:none}._menuItem_1ch0m_406 ._menuIconStroke_1ch0m_435{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_1ch0m_406._active_1ch0m_440,._menuItem_1ch0m_406:hover{color:#52c2fd;background:#fff}._menuItem_1ch0m_406._active_1ch0m_440 ._menuIcon_1ch0m_427:not(._menuIconStroke_1ch0m_435,._menuIconPerformance_1ch0m_432),._menuItem_1ch0m_406:hover ._menuIcon_1ch0m_427:not(._menuIconStroke_1ch0m_435,._menuIconPerformance_1ch0m_432){fill:#52c2fd}._menuItem_1ch0m_406._active_1ch0m_440 ._menuIconPerformance_1ch0m_432 path,._menuItem_1ch0m_406:hover ._menuIconPerformance_1ch0m_432 path{stroke:#59a6fd}._menuItem_1ch0m_406._active_1ch0m_440 ._menuIconStroke_1ch0m_435:not(._menuIcon_1ch0m_427),._menuItem_1ch0m_406:hover ._menuIconStroke_1ch0m_435:not(._menuIcon_1ch0m_427){stroke:#52c2fd}._redDot_1ch0m_454{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_1ch0m_469{justify-content:center;display:flex}._link_1ch0m_474{color:#2db2c8;cursor:pointer;text-decoration:underline}._modalNoteText_1ch0m_480{color:#165964;background:#ebfcff;border-radius:10px;padding:6px 10px;font-size:.875rem}._spinnerWrapper_1ch0m_488{z-index:1;justify-content:center;align-items:center;width:calc(100% - 40px);display:flex;position:absolute}._settingsIntegration_1ch0m_133 .static-select--is-disabled{opacity:1!important}._checkboxNewWrapper_1vfux_1{align-items:center;display:inline-flex;position:relative}._checkboxNewWrapper_1vfux_1._reverse_1vfux_6{flex-direction:row-reverse}._checkboxNew_1vfux_1{display:none}._checkboxNewText_1vfux_14{cursor:pointer;padding:0 8px;font-size:.875rem}._checkboxNewLabel_1vfux_20{cursor:pointer;width:20px;height:20px;display:inline-flex;overflow:hidden}._disabled_1vfux_28{cursor:not-allowed;opacity:.4}._checkboxNew_1vfux_1+._checkboxNewLabel_1vfux_20 svg{min-width:40px;height:20px;position:relative;left:-20px}._checkboxNew_1vfux_1:checked+._checkboxNewLabel_1vfux_20 svg{left:0}._authButtonsWrapper_1dbhf_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_1dbhf_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_1dbhf_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.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_1dbhf_23{width:100%;margin-bottom:16px}._fieldWrapper_1dbhf_23:last-child{margin-bottom:0}._fieldLabel_1dbhf_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_1dbhf_36{margin-top:8px;font-size:.75rem}._field_1dbhf_23{width:100%;position:relative}._fieldLabelNew_1dbhf_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_1dbhf_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_1dbhf_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_1dbhf_52[type=password]{font-size:18px}._inputNew_1dbhf_52:focus,._inputNew_1dbhf_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_1dbhf_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_1dbhf_52:disabled::placeholder{color:#cbd5e1}._inputNew_1dbhf_52._error_1dbhf_7{border:1px solid #ef4444}._inputNew_1dbhf_52._error_1dbhf_7:focus,._inputNew_1dbhf_52._error_1dbhf_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_1dbhf_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_1dbhf_90{width:calc(50% - 8px)}._tableNavWrapper_1dbhf_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_1dbhf_109{align-items:center;display:flex}._tableNavItem_1dbhf_114{margin:0 6px}._modalContent_1dbhf_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_1dbhf_118._center_1dbhf_125{text-align:center;font-family:Inter}._modalContent_1dbhf_118._settings_1dbhf_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_1dbhf_118._settingsIntegration_1dbhf_133,._modalContent_1dbhf_118._performanceTestModalContent_1dbhf_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_1dbhf_118._monitoringReportContent_1dbhf_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_1dbhf_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_1dbhf_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_1dbhf_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_1dbhf_158:after,._modalLine_1dbhf_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_1dbhf_158:before{left:-20px}._modalLine_1dbhf_158:after{right:-20px}._infoMessage_1dbhf_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_1dbhf_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_1dbhf_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_1dbhf_196._buttonsAutoWidth_1dbhf_203{justify-content:flex-end}._modalFooter_1dbhf_196._buttonsAutoWidth_1dbhf_203 button,._modalFooter_1dbhf_196._buttonsAutoWidth_1dbhf_203 span{margin-left:12px}._fullWidthTitle_1dbhf_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_1dbhf_223{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_1dbhf_230{background:#fff;border:1px solid #e2e8f0;border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_1dbhf_230{padding:0 16px 15px}}._widgetHeader_1dbhf_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_1dbhf_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_1dbhf_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_1dbhf_266{align-items:center;height:180px;display:flex}._widgetFooter_1dbhf_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_1dbhf_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_1dbhf_279:last-child{border:none}._widgetMainValue_1dbhf_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_1dbhf_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_1dbhf_303{color:#64748b;font-size:.75rem}._widgetLoader_1dbhf_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_1dbhf_315{opacity:.5;cursor:default}._widgetTag_1dbhf_320{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_1dbhf_328{color:#0f172a;font-weight:500}._chartValuesWrapper_1dbhf_333{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_1dbhf_341{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_1dbhf_341._green_1dbhf_346:before,._chartValuesTitle_1dbhf_341._dark_1dbhf_346:before,._chartValuesTitle_1dbhf_341._blue_1dbhf_346: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_1dbhf_341._green_1dbhf_346:before{background:#22c55e}._chartValuesTitle_1dbhf_341._dark_1dbhf_346:before{background:#475569}._chartValuesTitle_1dbhf_341._blue_1dbhf_346:before{background:#43e0f8}._topbar_1dbhf_368{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_1dbhf_376{display:inline-flex}._logo_1dbhf_376{max-width:110px}._menuWrapper_1dbhf_384{display:flex}@media only screen and (width<=1340px){._menuWrapper_1dbhf_384{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_1dbhf_384._opened_1dbhf_401{display:flex}}._menuItem_1dbhf_406{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_1dbhf_406{flex:none;width:auto;margin-bottom:10px}}._menuItem_1dbhf_406 ._menuIcon_1dbhf_427{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_1dbhf_406 ._menuIconPerformance_1dbhf_432{fill:none}._menuItem_1dbhf_406 ._menuIconStroke_1dbhf_435{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_1dbhf_406._active_1dbhf_440,._menuItem_1dbhf_406:hover{color:#52c2fd;background:#fff}._menuItem_1dbhf_406._active_1dbhf_440 ._menuIcon_1dbhf_427:not(._menuIconStroke_1dbhf_435,._menuIconPerformance_1dbhf_432),._menuItem_1dbhf_406:hover ._menuIcon_1dbhf_427:not(._menuIconStroke_1dbhf_435,._menuIconPerformance_1dbhf_432){fill:#52c2fd}._menuItem_1dbhf_406._active_1dbhf_440 ._menuIconPerformance_1dbhf_432 path,._menuItem_1dbhf_406:hover ._menuIconPerformance_1dbhf_432 path{stroke:#59a6fd}._menuItem_1dbhf_406._active_1dbhf_440 ._menuIconStroke_1dbhf_435:not(._menuIcon_1dbhf_427),._menuItem_1dbhf_406:hover ._menuIconStroke_1dbhf_435:not(._menuIcon_1dbhf_427){stroke:#52c2fd}._redDot_1dbhf_454{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_1dbhf_469{justify-content:center;display:flex}._link_1dbhf_474{color:#2db2c8;cursor:pointer;text-decoration:underline}._modalContent_12e93_118._settingsIntegration_12e93_133,._modalContent_12e93_118._performanceTestModalContent_12e93_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}@media only screen and (width<=768px){._widgetWrapper_12e93_230{padding:0 16px 15px}}@media only screen and (width<=1340px){._menuWrapper_12e93_384{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_12e93_384._opened_12e93_401{display:flex}}@media only screen and (width<=1300px){._menuItem_12e93_406{flex:none;width:auto;margin-bottom:10px}}._row_ywse1_1{flex-direction:row;gap:16px;margin-bottom:20px;padding:0 20px;display:flex}@media only screen and (width<=450px){._row_ywse1_1{flex-direction:column}}._personalInfoRow_ywse1_14{margin-bottom:10px!important}._inputText_ywse1_18{margin-bottom:0}._phoneNumberContainer_ywse1_22{flex:1}._authButtonsWrapper_dvxgp_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_dvxgp_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_dvxgp_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.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_dvxgp_23{width:100%;margin-bottom:16px}._fieldWrapper_dvxgp_23:last-child{margin-bottom:0}._fieldLabel_dvxgp_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_dvxgp_36{margin-top:8px;font-size:.75rem}._field_dvxgp_23{width:100%;position:relative}._fieldLabelNew_dvxgp_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_dvxgp_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_dvxgp_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_dvxgp_52[type=password]{font-size:18px}._inputNew_dvxgp_52:focus,._inputNew_dvxgp_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_dvxgp_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_dvxgp_52:disabled::placeholder{color:#cbd5e1}._inputNew_dvxgp_52._error_dvxgp_7{border:1px solid #ef4444}._inputNew_dvxgp_52._error_dvxgp_7:focus,._inputNew_dvxgp_52._error_dvxgp_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_dvxgp_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_dvxgp_90{width:calc(50% - 8px)}._tableNavWrapper_dvxgp_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_dvxgp_109{align-items:center;display:flex}._tableNavItem_dvxgp_114{margin:0 6px}._modalContent_dvxgp_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_dvxgp_118._center_dvxgp_125{text-align:center;font-family:Inter}._modalContent_dvxgp_118._settings_dvxgp_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_dvxgp_118._settingsIntegration_dvxgp_133,._modalContent_dvxgp_118._performanceTestModalContent_dvxgp_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_dvxgp_118._monitoringReportContent_dvxgp_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_dvxgp_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_dvxgp_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_dvxgp_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_dvxgp_158:after,._modalLine_dvxgp_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_dvxgp_158:before{left:-20px}._modalLine_dvxgp_158:after{right:-20px}._infoMessage_dvxgp_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_dvxgp_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_dvxgp_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_dvxgp_196._buttonsAutoWidth_dvxgp_203{justify-content:flex-end}._modalFooter_dvxgp_196._buttonsAutoWidth_dvxgp_203 button,._modalFooter_dvxgp_196._buttonsAutoWidth_dvxgp_203 span{margin-left:12px}._fullWidthTitle_dvxgp_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_dvxgp_223{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_dvxgp_230{background:#fff;border:1px solid #e2e8f0;border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_dvxgp_230{padding:0 16px 15px}}._widgetHeader_dvxgp_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_dvxgp_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_dvxgp_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_dvxgp_266{align-items:center;height:180px;display:flex}._widgetFooter_dvxgp_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_dvxgp_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_dvxgp_279:last-child{border:none}._widgetMainValue_dvxgp_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_dvxgp_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_dvxgp_303{color:#64748b;font-size:.75rem}._widgetLoader_dvxgp_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_dvxgp_315{opacity:.5;cursor:default}._widgetTag_dvxgp_320{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_dvxgp_328{color:#0f172a;font-weight:500}._chartValuesWrapper_dvxgp_333{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_dvxgp_341{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_dvxgp_341._green_dvxgp_346:before,._chartValuesTitle_dvxgp_341._dark_dvxgp_346:before,._chartValuesTitle_dvxgp_341._blue_dvxgp_346: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_dvxgp_341._green_dvxgp_346:before{background:#22c55e}._chartValuesTitle_dvxgp_341._dark_dvxgp_346:before{background:#475569}._chartValuesTitle_dvxgp_341._blue_dvxgp_346:before{background:#43e0f8}._topbar_dvxgp_368{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_dvxgp_376{display:inline-flex}._logo_dvxgp_376{max-width:110px}._menuWrapper_dvxgp_384{display:flex}@media only screen and (width<=1340px){._menuWrapper_dvxgp_384{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_dvxgp_384._opened_dvxgp_401{display:flex}}._menuItem_dvxgp_406{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_dvxgp_406{flex:none;width:auto;margin-bottom:10px}}._menuItem_dvxgp_406 ._menuIcon_dvxgp_427{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_dvxgp_406 ._menuIconPerformance_dvxgp_432{fill:none}._menuItem_dvxgp_406 ._menuIconStroke_dvxgp_435{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_dvxgp_406._active_dvxgp_440,._menuItem_dvxgp_406:hover{color:#52c2fd;background:#fff}._menuItem_dvxgp_406._active_dvxgp_440 ._menuIcon_dvxgp_427:not(._menuIconStroke_dvxgp_435,._menuIconPerformance_dvxgp_432),._menuItem_dvxgp_406:hover ._menuIcon_dvxgp_427:not(._menuIconStroke_dvxgp_435,._menuIconPerformance_dvxgp_432){fill:#52c2fd}._menuItem_dvxgp_406._active_dvxgp_440 ._menuIconPerformance_dvxgp_432 path,._menuItem_dvxgp_406:hover ._menuIconPerformance_dvxgp_432 path{stroke:#59a6fd}._menuItem_dvxgp_406._active_dvxgp_440 ._menuIconStroke_dvxgp_435:not(._menuIcon_dvxgp_427),._menuItem_dvxgp_406:hover ._menuIconStroke_dvxgp_435:not(._menuIcon_dvxgp_427){stroke:#52c2fd}._redDot_dvxgp_454{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_dvxgp_469{justify-content:center;display:flex}._link_dvxgp_474{color:#2db2c8;cursor:pointer;text-decoration:underline}._spinnerWrapper_dvxgp_480{z-index:1;justify-content:center;align-items:center;width:calc(100% - 40px);display:flex;position:absolute}._inputText_dvxgp_489{margin-bottom:5px}._emailAlertsCheckbox_dvxgp_493{margin-bottom:15px}._authButtonsWrapper_1khxv_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_1khxv_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_1khxv_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.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_1khxv_23{width:100%;margin-bottom:16px}._fieldWrapper_1khxv_23:last-child{margin-bottom:0}._fieldLabel_1khxv_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_1khxv_36{margin-top:8px;font-size:.75rem}._field_1khxv_23{width:100%;position:relative}._fieldLabelNew_1khxv_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_1khxv_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_1khxv_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_1khxv_52[type=password]{font-size:18px}._inputNew_1khxv_52:focus,._inputNew_1khxv_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_1khxv_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_1khxv_52:disabled::placeholder{color:#cbd5e1}._inputNew_1khxv_52._error_1khxv_7{border:1px solid #ef4444}._inputNew_1khxv_52._error_1khxv_7:focus,._inputNew_1khxv_52._error_1khxv_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_1khxv_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_1khxv_90{width:calc(50% - 8px)}._tableNavWrapper_1khxv_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_1khxv_109{align-items:center;display:flex}._tableNavItem_1khxv_114{margin:0 6px}._modalContent_1khxv_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_1khxv_118._center_1khxv_125{text-align:center;font-family:Inter}._modalContent_1khxv_118._settings_1khxv_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_1khxv_118._settingsIntegration_1khxv_133,._modalContent_1khxv_118._performanceTestModalContent_1khxv_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_1khxv_118._monitoringReportContent_1khxv_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_1khxv_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_1khxv_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_1khxv_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_1khxv_158:after,._modalLine_1khxv_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_1khxv_158:before{left:-20px}._modalLine_1khxv_158:after{right:-20px}._infoMessage_1khxv_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_1khxv_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_1khxv_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_1khxv_196._buttonsAutoWidth_1khxv_203{justify-content:flex-end}._modalFooter_1khxv_196._buttonsAutoWidth_1khxv_203 button,._modalFooter_1khxv_196._buttonsAutoWidth_1khxv_203 span{margin-left:12px}._fullWidthTitle_1khxv_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_1khxv_223{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_1khxv_230{background:#fff;border:1px solid #e2e8f0;border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_1khxv_230{padding:0 16px 15px}}._widgetHeader_1khxv_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_1khxv_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_1khxv_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_1khxv_266{align-items:center;height:180px;display:flex}._widgetFooter_1khxv_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_1khxv_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_1khxv_279:last-child{border:none}._widgetMainValue_1khxv_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_1khxv_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_1khxv_303{color:#64748b;font-size:.75rem}._widgetLoader_1khxv_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_1khxv_315{opacity:.5;cursor:default}._widgetTag_1khxv_320{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_1khxv_328{color:#0f172a;font-weight:500}._chartValuesWrapper_1khxv_333{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_1khxv_341{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_1khxv_341._green_1khxv_346:before,._chartValuesTitle_1khxv_341._dark_1khxv_346:before,._chartValuesTitle_1khxv_341._blue_1khxv_346: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_1khxv_341._green_1khxv_346:before{background:#22c55e}._chartValuesTitle_1khxv_341._dark_1khxv_346:before{background:#475569}._chartValuesTitle_1khxv_341._blue_1khxv_346:before{background:#43e0f8}._topbar_1khxv_368{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_1khxv_376{display:inline-flex}._logo_1khxv_376{max-width:110px}._menuWrapper_1khxv_384{display:flex}@media only screen and (width<=1340px){._menuWrapper_1khxv_384{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_1khxv_384._opened_1khxv_401{display:flex}}._menuItem_1khxv_406{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_1khxv_406{flex:none;width:auto;margin-bottom:10px}}._menuItem_1khxv_406 ._menuIcon_1khxv_427{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_1khxv_406 ._menuIconPerformance_1khxv_432{fill:none}._menuItem_1khxv_406 ._menuIconStroke_1khxv_435{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_1khxv_406._active_1khxv_440,._menuItem_1khxv_406:hover{color:#52c2fd;background:#fff}._menuItem_1khxv_406._active_1khxv_440 ._menuIcon_1khxv_427:not(._menuIconStroke_1khxv_435,._menuIconPerformance_1khxv_432),._menuItem_1khxv_406:hover ._menuIcon_1khxv_427:not(._menuIconStroke_1khxv_435,._menuIconPerformance_1khxv_432){fill:#52c2fd}._menuItem_1khxv_406._active_1khxv_440 ._menuIconPerformance_1khxv_432 path,._menuItem_1khxv_406:hover ._menuIconPerformance_1khxv_432 path{stroke:#59a6fd}._menuItem_1khxv_406._active_1khxv_440 ._menuIconStroke_1khxv_435:not(._menuIcon_1khxv_427),._menuItem_1khxv_406:hover ._menuIconStroke_1khxv_435:not(._menuIcon_1khxv_427){stroke:#52c2fd}._redDot_1khxv_454{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_1khxv_469{justify-content:center;display:flex}._link_1khxv_474{color:#2db2c8;cursor:pointer;text-decoration:underline}._modalTabsWrapper_1khxv_480{padding:20px 20px 0}._authButtonsWrapper_gvr8a_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_gvr8a_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_gvr8a_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.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_gvr8a_23{width:100%;margin-bottom:16px}._fieldWrapper_gvr8a_23:last-child{margin-bottom:0}._fieldLabel_gvr8a_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_gvr8a_36{margin-top:8px;font-size:.75rem}._field_gvr8a_23{width:100%;position:relative}._fieldLabelNew_gvr8a_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_gvr8a_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_gvr8a_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_gvr8a_52[type=password]{font-size:18px}._inputNew_gvr8a_52:focus,._inputNew_gvr8a_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_gvr8a_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_gvr8a_52:disabled::placeholder{color:#cbd5e1}._inputNew_gvr8a_52._error_gvr8a_7{border:1px solid #ef4444}._inputNew_gvr8a_52._error_gvr8a_7:focus,._inputNew_gvr8a_52._error_gvr8a_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_gvr8a_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_gvr8a_90{width:calc(50% - 8px)}._tableNavWrapper_gvr8a_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_gvr8a_109{align-items:center;display:flex}._tableNavItem_gvr8a_114{margin:0 6px}._modalContent_gvr8a_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_gvr8a_118._center_gvr8a_125{text-align:center;font-family:Inter}._modalContent_gvr8a_118._settings_gvr8a_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_gvr8a_118._settingsIntegration_gvr8a_133,._modalContent_gvr8a_118._performanceTestModalContent_gvr8a_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_gvr8a_118._monitoringReportContent_gvr8a_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_gvr8a_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_gvr8a_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_gvr8a_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_gvr8a_158:after,._modalLine_gvr8a_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_gvr8a_158:before{left:-20px}._modalLine_gvr8a_158:after{right:-20px}._infoMessage_gvr8a_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_gvr8a_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_gvr8a_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_gvr8a_196._buttonsAutoWidth_gvr8a_203{justify-content:flex-end}._modalFooter_gvr8a_196._buttonsAutoWidth_gvr8a_203 button,._modalFooter_gvr8a_196._buttonsAutoWidth_gvr8a_203 span{margin-left:12px}._fullWidthTitle_gvr8a_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_gvr8a_223{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_gvr8a_230{background:#fff;border:1px solid #e2e8f0;border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_gvr8a_230{padding:0 16px 15px}}._widgetHeader_gvr8a_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_gvr8a_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_gvr8a_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_gvr8a_266{align-items:center;height:180px;display:flex}._widgetFooter_gvr8a_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_gvr8a_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_gvr8a_279:last-child{border:none}._widgetMainValue_gvr8a_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_gvr8a_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_gvr8a_303{color:#64748b;font-size:.75rem}._widgetLoader_gvr8a_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_gvr8a_315{opacity:.5;cursor:default}._widgetTag_gvr8a_320{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_gvr8a_328{color:#0f172a;font-weight:500}._chartValuesWrapper_gvr8a_333{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_gvr8a_341{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_gvr8a_341._green_gvr8a_346:before,._chartValuesTitle_gvr8a_341._dark_gvr8a_346:before,._chartValuesTitle_gvr8a_341._blue_gvr8a_346: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_gvr8a_341._green_gvr8a_346:before{background:#22c55e}._chartValuesTitle_gvr8a_341._dark_gvr8a_346:before{background:#475569}._chartValuesTitle_gvr8a_341._blue_gvr8a_346:before{background:#43e0f8}._topbar_gvr8a_368{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_gvr8a_376{display:inline-flex}._logo_gvr8a_376{max-width:110px}._menuWrapper_gvr8a_384{display:flex}@media only screen and (width<=1340px){._menuWrapper_gvr8a_384{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_gvr8a_384._opened_gvr8a_401{display:flex}}._menuItem_gvr8a_406{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_gvr8a_406{flex:none;width:auto;margin-bottom:10px}}._menuItem_gvr8a_406 ._menuIcon_gvr8a_427{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_gvr8a_406 ._menuIconPerformance_gvr8a_432{fill:none}._menuItem_gvr8a_406 ._menuIconStroke_gvr8a_435{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_gvr8a_406._active_gvr8a_440,._menuItem_gvr8a_406:hover{color:#52c2fd;background:#fff}._menuItem_gvr8a_406._active_gvr8a_440 ._menuIcon_gvr8a_427:not(._menuIconStroke_gvr8a_435,._menuIconPerformance_gvr8a_432),._menuItem_gvr8a_406:hover ._menuIcon_gvr8a_427:not(._menuIconStroke_gvr8a_435,._menuIconPerformance_gvr8a_432){fill:#52c2fd}._menuItem_gvr8a_406._active_gvr8a_440 ._menuIconPerformance_gvr8a_432 path,._menuItem_gvr8a_406:hover ._menuIconPerformance_gvr8a_432 path{stroke:#59a6fd}._menuItem_gvr8a_406._active_gvr8a_440 ._menuIconStroke_gvr8a_435:not(._menuIcon_gvr8a_427),._menuItem_gvr8a_406:hover ._menuIconStroke_gvr8a_435:not(._menuIcon_gvr8a_427){stroke:#52c2fd}._redDot_gvr8a_454{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_gvr8a_469{justify-content:center;display:flex}._link_gvr8a_474{color:#2db2c8;cursor:pointer;text-decoration:underline}._physicalStatus_gvr8a_480{text-transform:uppercase;border-radius:20px;align-items:center;padding:2px 8px;font-size:.75rem;line-height:1;display:inline-flex;position:relative}._physicalStatus_gvr8a_480._stocked_gvr8a_490{color:#15803d;background:#dcfce7;border:1px solid #22c55e}._physicalStatus_gvr8a_480._inventory_gvr8a_495{color:#c11574;background:#fdf2fa;border:1px solid #fcceee}._physicalStatus_gvr8a_480._installed_gvr8a_500{color:#115e59;background:#dffbf4;border:1px solid #14b8a6}._physicalStatus_gvr8a_480._missing_gvr8a_505{color:#b45309;background:#fef3c7;border:1px solid #f59e0b}._physicalStatus_gvr8a_480._production_gvr8a_510{color:#1e293b;background:#f1f5f9;border:1px solid #64748b}._physicalStatus_gvr8a_480._warranty_gvr8a_515{color:#165964;background:#ebfcff;border:1px solid #2db2c8}._physicalStatus_gvr8a_480._damaged_gvr8a_520{color:#b91c1c;background:#fee2e2;border:1px solid #ef4444}._physicalStatus_gvr8a_480._packed_gvr8a_525{color:#6b21a8;background:#f3e8ff;border:1px solid #a855f7}._physicalStatus_gvr8a_480._preinstalled_gvr8a_530{color:#115e59;background:#dffbf4;border:1px solid #14b8a6}._physicalStatus_gvr8a_480._transferring_gvr8a_535{color:#1e40af;background:#dbeafe;border:1px solid #3b82f6}._authButtonsWrapper_1wmj6_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_1wmj6_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_1wmj6_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.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_1wmj6_23{width:100%;margin-bottom:16px}._fieldWrapper_1wmj6_23:last-child{margin-bottom:0}._fieldLabel_1wmj6_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_1wmj6_36{margin-top:8px;font-size:.75rem}._field_1wmj6_23{width:100%;position:relative}._fieldLabelNew_1wmj6_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_1wmj6_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_1wmj6_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_1wmj6_52[type=password]{font-size:18px}._inputNew_1wmj6_52:focus,._inputNew_1wmj6_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_1wmj6_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_1wmj6_52:disabled::placeholder{color:#cbd5e1}._inputNew_1wmj6_52._error_1wmj6_7{border:1px solid #ef4444}._inputNew_1wmj6_52._error_1wmj6_7:focus,._inputNew_1wmj6_52._error_1wmj6_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_1wmj6_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_1wmj6_90{width:calc(50% - 8px)}._tableNavWrapper_1wmj6_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_1wmj6_109{align-items:center;display:flex}._tableNavItem_1wmj6_114{margin:0 6px}._modalContent_1wmj6_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_1wmj6_118._center_1wmj6_125{text-align:center;font-family:Inter}._modalContent_1wmj6_118._settings_1wmj6_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_1wmj6_118._settingsIntegration_1wmj6_133,._modalContent_1wmj6_118._performanceTestModalContent_1wmj6_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_1wmj6_118._monitoringReportContent_1wmj6_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_1wmj6_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_1wmj6_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_1wmj6_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_1wmj6_158:after,._modalLine_1wmj6_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_1wmj6_158:before{left:-20px}._modalLine_1wmj6_158:after{right:-20px}._infoMessage_1wmj6_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_1wmj6_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_1wmj6_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_1wmj6_196._buttonsAutoWidth_1wmj6_203{justify-content:flex-end}._modalFooter_1wmj6_196._buttonsAutoWidth_1wmj6_203 button,._modalFooter_1wmj6_196._buttonsAutoWidth_1wmj6_203 span{margin-left:12px}._fullWidthTitle_1wmj6_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_1wmj6_223{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_1wmj6_230{background:#fff;border:1px solid #e2e8f0;border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_1wmj6_230{padding:0 16px 15px}}._widgetHeader_1wmj6_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_1wmj6_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_1wmj6_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_1wmj6_266{align-items:center;height:180px;display:flex}._widgetFooter_1wmj6_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_1wmj6_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_1wmj6_279:last-child{border:none}._widgetMainValue_1wmj6_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_1wmj6_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_1wmj6_303{color:#64748b;font-size:.75rem}._widgetLoader_1wmj6_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_1wmj6_315{opacity:.5;cursor:default}._widgetTag_1wmj6_320{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_1wmj6_328{color:#0f172a;font-weight:500}._chartValuesWrapper_1wmj6_333{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_1wmj6_341{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_1wmj6_341._green_1wmj6_346:before,._chartValuesTitle_1wmj6_341._dark_1wmj6_346:before,._chartValuesTitle_1wmj6_341._blue_1wmj6_346: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_1wmj6_341._green_1wmj6_346:before{background:#22c55e}._chartValuesTitle_1wmj6_341._dark_1wmj6_346:before{background:#475569}._chartValuesTitle_1wmj6_341._blue_1wmj6_346:before{background:#43e0f8}._topbar_1wmj6_368{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_1wmj6_376{display:inline-flex}._logo_1wmj6_376{max-width:110px}._menuWrapper_1wmj6_384{display:flex}@media only screen and (width<=1340px){._menuWrapper_1wmj6_384{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_1wmj6_384._opened_1wmj6_401{display:flex}}._menuItem_1wmj6_406{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_1wmj6_406{flex:none;width:auto;margin-bottom:10px}}._menuItem_1wmj6_406 ._menuIcon_1wmj6_427{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_1wmj6_406 ._menuIconPerformance_1wmj6_432{fill:none}._menuItem_1wmj6_406 ._menuIconStroke_1wmj6_435{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_1wmj6_406._active_1wmj6_440,._menuItem_1wmj6_406:hover{color:#52c2fd;background:#fff}._menuItem_1wmj6_406._active_1wmj6_440 ._menuIcon_1wmj6_427:not(._menuIconStroke_1wmj6_435,._menuIconPerformance_1wmj6_432),._menuItem_1wmj6_406:hover ._menuIcon_1wmj6_427:not(._menuIconStroke_1wmj6_435,._menuIconPerformance_1wmj6_432){fill:#52c2fd}._menuItem_1wmj6_406._active_1wmj6_440 ._menuIconPerformance_1wmj6_432 path,._menuItem_1wmj6_406:hover ._menuIconPerformance_1wmj6_432 path{stroke:#59a6fd}._menuItem_1wmj6_406._active_1wmj6_440 ._menuIconStroke_1wmj6_435:not(._menuIcon_1wmj6_427),._menuItem_1wmj6_406:hover ._menuIconStroke_1wmj6_435:not(._menuIcon_1wmj6_427){stroke:#52c2fd}._redDot_1wmj6_454{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_1wmj6_469{justify-content:center;display:flex}._link_1wmj6_474{color:#2db2c8;cursor:pointer;text-decoration:underline}._snTableHeader_1wmj6_480{display:flex}._snHederCell_1wmj6_484{color:#64748b;width:33.33%;font-size:.875rem}._snBodyRow_1wmj6_490{border-bottom:1px solid #e2e8f0;padding:16px 0;display:flex}._snBodyRow_1wmj6_490:last-child{border:none;padding:16px 0 0}._snBodyCell_1wmj6_500{width:33.33%}._authButtonsWrapper_lge18_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_lge18_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_lge18_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.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_lge18_23{width:100%;margin-bottom:16px}._fieldWrapper_lge18_23:last-child{margin-bottom:0}._fieldLabel_lge18_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_lge18_36{margin-top:8px;font-size:.75rem}._field_lge18_23{width:100%;position:relative}._fieldLabelNew_lge18_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_lge18_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_lge18_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_lge18_52[type=password]{font-size:18px}._inputNew_lge18_52:focus,._inputNew_lge18_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_lge18_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_lge18_52:disabled::placeholder{color:#cbd5e1}._inputNew_lge18_52._error_lge18_7{border:1px solid #ef4444}._inputNew_lge18_52._error_lge18_7:focus,._inputNew_lge18_52._error_lge18_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_lge18_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_lge18_90{width:calc(50% - 8px)}._tableNavWrapper_lge18_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_lge18_109{align-items:center;display:flex}._tableNavItem_lge18_114{margin:0 6px}._modalContent_lge18_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_lge18_118._center_lge18_125{text-align:center;font-family:Inter}._modalContent_lge18_118._settings_lge18_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_lge18_118._settingsIntegration_lge18_133,._modalContent_lge18_118._performanceTestModalContent_lge18_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_lge18_118._monitoringReportContent_lge18_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_lge18_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_lge18_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_lge18_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_lge18_158:after,._modalLine_lge18_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_lge18_158:before{left:-20px}._modalLine_lge18_158:after{right:-20px}._infoMessage_lge18_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_lge18_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_lge18_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_lge18_196._buttonsAutoWidth_lge18_203{justify-content:flex-end}._modalFooter_lge18_196._buttonsAutoWidth_lge18_203 button,._modalFooter_lge18_196._buttonsAutoWidth_lge18_203 span{margin-left:12px}._fullWidthTitle_lge18_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_lge18_223{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_lge18_230{background:#fff;border:1px solid #e2e8f0;border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_lge18_230{padding:0 16px 15px}}._widgetHeader_lge18_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_lge18_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_lge18_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_lge18_266{align-items:center;height:180px;display:flex}._widgetFooter_lge18_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_lge18_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_lge18_279:last-child{border:none}._widgetMainValue_lge18_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_lge18_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_lge18_303{color:#64748b;font-size:.75rem}._widgetLoader_lge18_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_lge18_315{opacity:.5;cursor:default}._widgetTag_lge18_320{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_lge18_328{color:#0f172a;font-weight:500}._chartValuesWrapper_lge18_333{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_lge18_341{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_lge18_341._green_lge18_346:before,._chartValuesTitle_lge18_341._dark_lge18_346:before,._chartValuesTitle_lge18_341._blue_lge18_346: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_lge18_341._green_lge18_346:before{background:#22c55e}._chartValuesTitle_lge18_341._dark_lge18_346:before{background:#475569}._chartValuesTitle_lge18_341._blue_lge18_346:before{background:#43e0f8}._topbar_lge18_368{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_lge18_376{display:inline-flex}._logo_lge18_376{max-width:110px}._menuWrapper_lge18_384{display:flex}@media only screen and (width<=1340px){._menuWrapper_lge18_384{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_lge18_384._opened_lge18_401{display:flex}}._menuItem_lge18_406{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_lge18_406{flex:none;width:auto;margin-bottom:10px}}._menuItem_lge18_406 ._menuIcon_lge18_427{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_lge18_406 ._menuIconPerformance_lge18_432{fill:none}._menuItem_lge18_406 ._menuIconStroke_lge18_435{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_lge18_406._active_lge18_440,._menuItem_lge18_406:hover{color:#52c2fd;background:#fff}._menuItem_lge18_406._active_lge18_440 ._menuIcon_lge18_427:not(._menuIconStroke_lge18_435,._menuIconPerformance_lge18_432),._menuItem_lge18_406:hover ._menuIcon_lge18_427:not(._menuIconStroke_lge18_435,._menuIconPerformance_lge18_432){fill:#52c2fd}._menuItem_lge18_406._active_lge18_440 ._menuIconPerformance_lge18_432 path,._menuItem_lge18_406:hover ._menuIconPerformance_lge18_432 path{stroke:#59a6fd}._menuItem_lge18_406._active_lge18_440 ._menuIconStroke_lge18_435:not(._menuIcon_lge18_427),._menuItem_lge18_406:hover ._menuIconStroke_lge18_435:not(._menuIcon_lge18_427){stroke:#52c2fd}._redDot_lge18_454{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_lge18_469{justify-content:center;display:flex}._link_lge18_474{color:#2db2c8;cursor:pointer;text-decoration:underline}._inputNumberWrapper_lge18_480{align-items:center;display:inline-flex}._inputNumber_lge18_480{text-align:center;border:1px solid #cbd5e1;border-radius:10px;width:70px;height:40px;margin:0 4px;font-family:Inter;font-size:.875rem}._inputNumber_lge18_480::-webkit-outer-spin-button{appearance:none}._inputNumber_lge18_480::-webkit-inner-spin-button{appearance:none}._inputNumberButton_lge18_499{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_lge18_499._disabled_lge18_315{opacity:.2;cursor:not-allowed}._authButtonsWrapper_1f4k7_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_1f4k7_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_1f4k7_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.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_1f4k7_23{width:100%;margin-bottom:16px}._fieldWrapper_1f4k7_23:last-child{margin-bottom:0}._fieldLabel_1f4k7_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_1f4k7_36{margin-top:8px;font-size:.75rem}._field_1f4k7_23{width:100%;position:relative}._fieldLabelNew_1f4k7_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_1f4k7_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_1f4k7_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_1f4k7_52[type=password]{font-size:18px}._inputNew_1f4k7_52:focus,._inputNew_1f4k7_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_1f4k7_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_1f4k7_52:disabled::placeholder{color:#cbd5e1}._inputNew_1f4k7_52._error_1f4k7_7{border:1px solid #ef4444}._inputNew_1f4k7_52._error_1f4k7_7:focus,._inputNew_1f4k7_52._error_1f4k7_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_1f4k7_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_1f4k7_90{width:calc(50% - 8px)}._tableNavWrapper_1f4k7_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_1f4k7_109{align-items:center;display:flex}._tableNavItem_1f4k7_114{margin:0 6px}._modalContent_1f4k7_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_1f4k7_118._center_1f4k7_125{text-align:center;font-family:Inter}._modalContent_1f4k7_118._settings_1f4k7_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_1f4k7_118._settingsIntegration_1f4k7_133,._modalContent_1f4k7_118._performanceTestModalContent_1f4k7_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_1f4k7_118._monitoringReportContent_1f4k7_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_1f4k7_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_1f4k7_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_1f4k7_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_1f4k7_158:after,._modalLine_1f4k7_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_1f4k7_158:before{left:-20px}._modalLine_1f4k7_158:after{right:-20px}._infoMessage_1f4k7_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_1f4k7_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_1f4k7_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_1f4k7_196._buttonsAutoWidth_1f4k7_203{justify-content:flex-end}._modalFooter_1f4k7_196._buttonsAutoWidth_1f4k7_203 button,._modalFooter_1f4k7_196._buttonsAutoWidth_1f4k7_203 span{margin-left:12px}._fullWidthTitle_1f4k7_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_1f4k7_223{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_1f4k7_230{background:#fff;border:1px solid #e2e8f0;border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_1f4k7_230{padding:0 16px 15px}}._widgetHeader_1f4k7_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_1f4k7_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_1f4k7_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_1f4k7_266{align-items:center;height:180px;display:flex}._widgetFooter_1f4k7_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_1f4k7_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_1f4k7_279:last-child{border:none}._widgetMainValue_1f4k7_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_1f4k7_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_1f4k7_303{color:#64748b;font-size:.75rem}._widgetLoader_1f4k7_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_1f4k7_315{opacity:.5;cursor:default}._widgetTag_1f4k7_320{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_1f4k7_328{color:#0f172a;font-weight:500}._chartValuesWrapper_1f4k7_333{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_1f4k7_341{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_1f4k7_341._green_1f4k7_346:before,._chartValuesTitle_1f4k7_341._dark_1f4k7_346:before,._chartValuesTitle_1f4k7_341._blue_1f4k7_346: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_1f4k7_341._green_1f4k7_346:before{background:#22c55e}._chartValuesTitle_1f4k7_341._dark_1f4k7_346:before{background:#475569}._chartValuesTitle_1f4k7_341._blue_1f4k7_346:before{background:#43e0f8}._topbar_1f4k7_368{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_1f4k7_376{display:inline-flex}._logo_1f4k7_376{max-width:110px}._menuWrapper_1f4k7_384{display:flex}@media only screen and (width<=1340px){._menuWrapper_1f4k7_384{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_1f4k7_384._opened_1f4k7_401{display:flex}}._menuItem_1f4k7_406{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_1f4k7_406{flex:none;width:auto;margin-bottom:10px}}._menuItem_1f4k7_406 ._menuIcon_1f4k7_427{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_1f4k7_406 ._menuIconPerformance_1f4k7_432{fill:none}._menuItem_1f4k7_406 ._menuIconStroke_1f4k7_435{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_1f4k7_406._active_1f4k7_440,._menuItem_1f4k7_406:hover{color:#52c2fd;background:#fff}._menuItem_1f4k7_406._active_1f4k7_440 ._menuIcon_1f4k7_427:not(._menuIconStroke_1f4k7_435,._menuIconPerformance_1f4k7_432),._menuItem_1f4k7_406:hover ._menuIcon_1f4k7_427:not(._menuIconStroke_1f4k7_435,._menuIconPerformance_1f4k7_432){fill:#52c2fd}._menuItem_1f4k7_406._active_1f4k7_440 ._menuIconPerformance_1f4k7_432 path,._menuItem_1f4k7_406:hover ._menuIconPerformance_1f4k7_432 path{stroke:#59a6fd}._menuItem_1f4k7_406._active_1f4k7_440 ._menuIconStroke_1f4k7_435:not(._menuIcon_1f4k7_427),._menuItem_1f4k7_406:hover ._menuIconStroke_1f4k7_435:not(._menuIcon_1f4k7_427){stroke:#52c2fd}._redDot_1f4k7_454{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_1f4k7_469{justify-content:center;display:flex}._link_1f4k7_474{color:#2db2c8;cursor:pointer;text-decoration:underline}._orderDetails_1f4k7_480{justify-content:space-between;font-family:Inter;display:flex}._orderDetailsItem_1f4k7_486{width:33%}._orderDetailsLabel_1f4k7_490{color:#64748b;margin-bottom:4px;font-size:.875rem;font-weight:300;display:block}._orderDetailsValue_1f4k7_498{font-weight:400;display:block}._separator_1f4k7_503{background:#e2e8f0;width:100%;height:1px;margin:20px 0}._devicesList_1f4k7_510{flex-direction:column;gap:20px;display:flex}._deviceHeader_1f4k7_516{align-items:center;font-family:Inter;display:flex}._deviceQtyWrapper_1f4k7_522{flex:1;margin-right:10px;padding-left:16px}._deviceName_1f4k7_528{font-weight:500;display:block}._deviceQty_1f4k7_522{color:#64748b;font-size:.875rem;display:block}._orderNote_1f4k7_539{color:#64748b;-webkit-user-select:none;user-select:none;margin-top:30px;font-size:.75rem}._orderNote_1f4k7_539: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_ddetg_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_ddetg_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_ddetg_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.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_ddetg_23{width:100%;margin-bottom:16px}._fieldWrapper_ddetg_23:last-child{margin-bottom:0}._fieldLabel_ddetg_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_ddetg_36{margin-top:8px;font-size:.75rem}._field_ddetg_23{width:100%;position:relative}._fieldLabelNew_ddetg_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_ddetg_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_ddetg_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_ddetg_52[type=password]{font-size:18px}._inputNew_ddetg_52:focus,._inputNew_ddetg_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_ddetg_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_ddetg_52:disabled::placeholder{color:#cbd5e1}._inputNew_ddetg_52._error_ddetg_7{border:1px solid #ef4444}._inputNew_ddetg_52._error_ddetg_7:focus,._inputNew_ddetg_52._error_ddetg_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_ddetg_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_ddetg_90{width:calc(50% - 8px)}._tableNavWrapper_ddetg_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_ddetg_109{align-items:center;display:flex}._tableNavItem_ddetg_114{margin:0 6px}._modalContent_ddetg_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_ddetg_118._center_ddetg_125{text-align:center;font-family:Inter}._modalContent_ddetg_118._settings_ddetg_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_ddetg_118._settingsIntegration_ddetg_133,._modalContent_ddetg_118._performanceTestModalContent_ddetg_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_ddetg_118._monitoringReportContent_ddetg_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_ddetg_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_ddetg_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_ddetg_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_ddetg_158:after,._modalLine_ddetg_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_ddetg_158:before{left:-20px}._modalLine_ddetg_158:after{right:-20px}._infoMessage_ddetg_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_ddetg_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_ddetg_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_ddetg_196._buttonsAutoWidth_ddetg_203{justify-content:flex-end}._modalFooter_ddetg_196._buttonsAutoWidth_ddetg_203 button,._modalFooter_ddetg_196._buttonsAutoWidth_ddetg_203 span{margin-left:12px}._fullWidthTitle_ddetg_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_ddetg_223{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_ddetg_230{background:#fff;border:1px solid #e2e8f0;border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_ddetg_230{padding:0 16px 15px}}._widgetHeader_ddetg_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_ddetg_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_ddetg_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_ddetg_266{align-items:center;height:180px;display:flex}._widgetFooter_ddetg_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_ddetg_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_ddetg_279:last-child{border:none}._widgetMainValue_ddetg_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_ddetg_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_ddetg_303{color:#64748b;font-size:.75rem}._widgetLoader_ddetg_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_ddetg_315{opacity:.5;cursor:default}._widgetTag_ddetg_320{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_ddetg_328{color:#0f172a;font-weight:500}._chartValuesWrapper_ddetg_333{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_ddetg_341{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_ddetg_341._green_ddetg_346:before,._chartValuesTitle_ddetg_341._dark_ddetg_346:before,._chartValuesTitle_ddetg_341._blue_ddetg_346: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_ddetg_341._green_ddetg_346:before{background:#22c55e}._chartValuesTitle_ddetg_341._dark_ddetg_346:before{background:#475569}._chartValuesTitle_ddetg_341._blue_ddetg_346:before{background:#43e0f8}._topbar_ddetg_368{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_ddetg_376{display:inline-flex}._logo_ddetg_376{max-width:110px}._menuWrapper_ddetg_384{display:flex}@media only screen and (width<=1340px){._menuWrapper_ddetg_384{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_ddetg_384._opened_ddetg_401{display:flex}}._menuItem_ddetg_406{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_ddetg_406{flex:none;width:auto;margin-bottom:10px}}._menuItem_ddetg_406 ._menuIcon_ddetg_427{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_ddetg_406 ._menuIconPerformance_ddetg_432{fill:none}._menuItem_ddetg_406 ._menuIconStroke_ddetg_435{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_ddetg_406._active_ddetg_440,._menuItem_ddetg_406:hover{color:#52c2fd;background:#fff}._menuItem_ddetg_406._active_ddetg_440 ._menuIcon_ddetg_427:not(._menuIconStroke_ddetg_435,._menuIconPerformance_ddetg_432),._menuItem_ddetg_406:hover ._menuIcon_ddetg_427:not(._menuIconStroke_ddetg_435,._menuIconPerformance_ddetg_432){fill:#52c2fd}._menuItem_ddetg_406._active_ddetg_440 ._menuIconPerformance_ddetg_432 path,._menuItem_ddetg_406:hover ._menuIconPerformance_ddetg_432 path{stroke:#59a6fd}._menuItem_ddetg_406._active_ddetg_440 ._menuIconStroke_ddetg_435:not(._menuIcon_ddetg_427),._menuItem_ddetg_406:hover ._menuIconStroke_ddetg_435:not(._menuIcon_ddetg_427){stroke:#52c2fd}._redDot_ddetg_454{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_ddetg_469{justify-content:center;display:flex}._link_ddetg_474{color:#2db2c8;cursor:pointer;text-decoration:underline}div._tooltip_ddetg_480{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_ddetg_493{z-index:-1;border-bottom:1px solid #e2e8f0;border-right:1px solid #e2e8f0;box-shadow:0 1px 2px #e2e8f03d,0 12px 24px #94a3b81f}._authButtonsWrapper_c4gne_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_c4gne_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_c4gne_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.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_c4gne_23{width:100%;margin-bottom:16px}._fieldWrapper_c4gne_23:last-child{margin-bottom:0}._fieldLabel_c4gne_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_c4gne_36{margin-top:8px;font-size:.75rem}._field_c4gne_23{width:100%;position:relative}._fieldLabelNew_c4gne_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_c4gne_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_c4gne_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_c4gne_52[type=password]{font-size:18px}._inputNew_c4gne_52:focus,._inputNew_c4gne_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_c4gne_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_c4gne_52:disabled::placeholder{color:#cbd5e1}._inputNew_c4gne_52._error_c4gne_7{border:1px solid #ef4444}._inputNew_c4gne_52._error_c4gne_7:focus,._inputNew_c4gne_52._error_c4gne_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_c4gne_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_c4gne_90{width:calc(50% - 8px)}._tableNavWrapper_c4gne_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_c4gne_109{align-items:center;display:flex}._tableNavItem_c4gne_114{margin:0 6px}._modalContent_c4gne_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_c4gne_118._center_c4gne_125{text-align:center;font-family:Inter}._modalContent_c4gne_118._settings_c4gne_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_c4gne_118._settingsIntegration_c4gne_133,._modalContent_c4gne_118._performanceTestModalContent_c4gne_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_c4gne_118._monitoringReportContent_c4gne_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_c4gne_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_c4gne_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_c4gne_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_c4gne_158:after,._modalLine_c4gne_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_c4gne_158:before{left:-20px}._modalLine_c4gne_158:after{right:-20px}._infoMessage_c4gne_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_c4gne_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_c4gne_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_c4gne_196._buttonsAutoWidth_c4gne_203{justify-content:flex-end}._modalFooter_c4gne_196._buttonsAutoWidth_c4gne_203 button,._modalFooter_c4gne_196._buttonsAutoWidth_c4gne_203 span{margin-left:12px}._fullWidthTitle_c4gne_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_c4gne_223{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_c4gne_230{background:#fff;border:1px solid #e2e8f0;border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_c4gne_230{padding:0 16px 15px}}._widgetHeader_c4gne_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_c4gne_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_c4gne_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_c4gne_266{align-items:center;height:180px;display:flex}._widgetFooter_c4gne_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_c4gne_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_c4gne_279:last-child{border:none}._widgetMainValue_c4gne_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_c4gne_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_c4gne_303{color:#64748b;font-size:.75rem}._widgetLoader_c4gne_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_c4gne_315{opacity:.5;cursor:default}._widgetTag_c4gne_320{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_c4gne_328{color:#0f172a;font-weight:500}._chartValuesWrapper_c4gne_333{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_c4gne_341{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_c4gne_341._green_c4gne_346:before,._chartValuesTitle_c4gne_341._dark_c4gne_346:before,._chartValuesTitle_c4gne_341._blue_c4gne_346: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_c4gne_341._green_c4gne_346:before{background:#22c55e}._chartValuesTitle_c4gne_341._dark_c4gne_346:before{background:#475569}._chartValuesTitle_c4gne_341._blue_c4gne_346:before{background:#43e0f8}._topbar_c4gne_368{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_c4gne_376{display:inline-flex}._logo_c4gne_376{max-width:110px}._menuWrapper_c4gne_384{display:flex}@media only screen and (width<=1340px){._menuWrapper_c4gne_384{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_c4gne_384._opened_c4gne_401{display:flex}}._menuItem_c4gne_406{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_c4gne_406{flex:none;width:auto;margin-bottom:10px}}._menuItem_c4gne_406 ._menuIcon_c4gne_427{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_c4gne_406 ._menuIconPerformance_c4gne_432{fill:none}._menuItem_c4gne_406 ._menuIconStroke_c4gne_435{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_c4gne_406._active_c4gne_440,._menuItem_c4gne_406:hover{color:#52c2fd;background:#fff}._menuItem_c4gne_406._active_c4gne_440 ._menuIcon_c4gne_427:not(._menuIconStroke_c4gne_435,._menuIconPerformance_c4gne_432),._menuItem_c4gne_406:hover ._menuIcon_c4gne_427:not(._menuIconStroke_c4gne_435,._menuIconPerformance_c4gne_432){fill:#52c2fd}._menuItem_c4gne_406._active_c4gne_440 ._menuIconPerformance_c4gne_432 path,._menuItem_c4gne_406:hover ._menuIconPerformance_c4gne_432 path{stroke:#59a6fd}._menuItem_c4gne_406._active_c4gne_440 ._menuIconStroke_c4gne_435:not(._menuIcon_c4gne_427),._menuItem_c4gne_406:hover ._menuIconStroke_c4gne_435:not(._menuIcon_c4gne_427){stroke:#52c2fd}._redDot_c4gne_454{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_c4gne_469{justify-content:center;display:flex}._link_c4gne_474{color:#2db2c8;cursor:pointer;text-decoration:underline}._modalSubtitle_c4gne_480{background-color:#f8fafc;align-items:center;padding:8px 16px;display:flex}._modalSubtitle_c4gne_480 p{text-transform:uppercase;color:#64748b;font-size:12px;font-weight:500;line-height:16px}._performanceTestModalContent_c4gne_137{flex-direction:column;padding:0 16px 16px;display:flex}._contentRow_c4gne_500{border-bottom:1px solid #e2e8f0;padding:16px 0;display:flex}._contentWrapper_c4gne_506{flex-direction:column;flex-grow:1;row-gap:16px;width:50%;display:flex}._detailsInfo_c4gne_514{flex-direction:column;display:flex}._detailsInfo_c4gne_514 h4{color:#64748b;text-transform:uppercase;letter-spacing:1px;margin-bottom:6px;font-size:12px;font-weight:500;line-height:16px}._detailsInfo_c4gne_514 p{color:#0f172a;font-size:14px;font-weight:500;line-height:20px}._detailsInfo_c4gne_514 span{color:#94a3b8;font-size:12px}._statusContainer_c4gne_538{align-items:center;gap:5px;display:flex}._statusContainer_c4gne_538 span{display:block}div._testStatus_c4gne_547{border:1px solid #e2e8f0;border-radius:6px;justify-content:center;align-items:center;width:fit-content;padding:4px 8px;display:flex}div._testStatus_c4gne_547 span{border-radius:50%;width:8px;height:8px;margin-right:8px}div._passed_c4gne_563 span{background-color:#22c55e}div._passed_c4gne_563 p{color:#15803d}div._issue_c4gne_570 span{background-color:#ef4444}div._issue_c4gne_570 p{color:#b91c1c}._reportDiagramContainer_c4gne_577{height:200px;margin-top:5px;position:relative}._reportDiagramContainer_c4gne_577 canvas{padding:5px 3px}@media only screen and (width<=768px){._contentRow_c4gne_500{flex-wrap:wrap;row-gap:16px}._contentRow_c4gne_500>div{min-width:200px}}._modalContent_mrns3_118._settingsIntegration_mrns3_133,._modalContent_mrns3_118._performanceTestModalContent_mrns3_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}@media only screen and (width<=768px){._widgetWrapper_mrns3_230{padding:0 16px 15px}}@media only screen and (width<=1340px){._menuWrapper_mrns3_384{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_mrns3_384._opened_mrns3_401{display:flex}}@media only screen and (width<=1300px){._menuItem_mrns3_406{flex:none;width:auto;margin-bottom:10px}}._authButtonsWrapper_1ku73_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_1ku73_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_1ku73_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.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_1ku73_23{width:100%;margin-bottom:16px}._fieldWrapper_1ku73_23:last-child{margin-bottom:0}._fieldLabel_1ku73_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_1ku73_36{margin-top:8px;font-size:.75rem}._field_1ku73_23{width:100%;position:relative}._fieldLabelNew_1ku73_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_1ku73_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_1ku73_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_1ku73_52[type=password]{font-size:18px}._inputNew_1ku73_52:focus,._inputNew_1ku73_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_1ku73_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_1ku73_52:disabled::placeholder{color:#cbd5e1}._inputNew_1ku73_52._error_1ku73_7{border:1px solid #ef4444}._inputNew_1ku73_52._error_1ku73_7:focus,._inputNew_1ku73_52._error_1ku73_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_1ku73_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_1ku73_90{width:calc(50% - 8px)}._tableNavWrapper_1ku73_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_1ku73_109{align-items:center;display:flex}._tableNavItem_1ku73_114{margin:0 6px}._modalContent_1ku73_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_1ku73_118._center_1ku73_125{text-align:center;font-family:Inter}._modalContent_1ku73_118._settings_1ku73_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_1ku73_118._settingsIntegration_1ku73_133,._modalContent_1ku73_118._performanceTestModalContent_1ku73_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_1ku73_118._monitoringReportContent_1ku73_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_1ku73_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_1ku73_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_1ku73_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_1ku73_158:after,._modalLine_1ku73_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_1ku73_158:before{left:-20px}._modalLine_1ku73_158:after{right:-20px}._infoMessage_1ku73_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_1ku73_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_1ku73_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_1ku73_196._buttonsAutoWidth_1ku73_203{justify-content:flex-end}._modalFooter_1ku73_196._buttonsAutoWidth_1ku73_203 button,._modalFooter_1ku73_196._buttonsAutoWidth_1ku73_203 span{margin-left:12px}._fullWidthTitle_1ku73_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_1ku73_223{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_1ku73_230{background:#fff;border:1px solid #e2e8f0;border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_1ku73_230{padding:0 16px 15px}}._widgetHeader_1ku73_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_1ku73_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_1ku73_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_1ku73_266{align-items:center;height:180px;display:flex}._widgetFooter_1ku73_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_1ku73_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_1ku73_279:last-child{border:none}._widgetMainValue_1ku73_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_1ku73_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_1ku73_303{color:#64748b;font-size:.75rem}._widgetLoader_1ku73_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_1ku73_315{opacity:.5;cursor:default}._widgetTag_1ku73_320{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_1ku73_328{color:#0f172a;font-weight:500}._chartValuesWrapper_1ku73_333{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_1ku73_341{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_1ku73_341._green_1ku73_346:before,._chartValuesTitle_1ku73_341._dark_1ku73_346:before,._chartValuesTitle_1ku73_341._blue_1ku73_346: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_1ku73_341._green_1ku73_346:before{background:#22c55e}._chartValuesTitle_1ku73_341._dark_1ku73_346:before{background:#475569}._chartValuesTitle_1ku73_341._blue_1ku73_346:before{background:#43e0f8}._topbar_1ku73_368{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_1ku73_376{display:inline-flex}._logo_1ku73_376{max-width:110px}._menuWrapper_1ku73_384{display:flex}@media only screen and (width<=1340px){._menuWrapper_1ku73_384{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_1ku73_384._opened_1ku73_401{display:flex}}._menuItem_1ku73_406{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_1ku73_406{flex:none;width:auto;margin-bottom:10px}}._menuItem_1ku73_406 ._menuIcon_1ku73_427{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_1ku73_406 ._menuIconPerformance_1ku73_432{fill:none}._menuItem_1ku73_406 ._menuIconStroke_1ku73_435{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_1ku73_406._active_1ku73_440,._menuItem_1ku73_406:hover{color:#52c2fd;background:#fff}._menuItem_1ku73_406._active_1ku73_440 ._menuIcon_1ku73_427:not(._menuIconStroke_1ku73_435,._menuIconPerformance_1ku73_432),._menuItem_1ku73_406:hover ._menuIcon_1ku73_427:not(._menuIconStroke_1ku73_435,._menuIconPerformance_1ku73_432){fill:#52c2fd}._menuItem_1ku73_406._active_1ku73_440 ._menuIconPerformance_1ku73_432 path,._menuItem_1ku73_406:hover ._menuIconPerformance_1ku73_432 path{stroke:#59a6fd}._menuItem_1ku73_406._active_1ku73_440 ._menuIconStroke_1ku73_435:not(._menuIcon_1ku73_427),._menuItem_1ku73_406:hover ._menuIconStroke_1ku73_435:not(._menuIcon_1ku73_427){stroke:#52c2fd}._redDot_1ku73_454{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_1ku73_469{justify-content:center;display:flex}._link_1ku73_474{color:#2db2c8;cursor:pointer;text-decoration:underline}._tableDateWrapper_1ku73_480{color:#64748b;cursor:pointer;font-family:Inter;font-size:.875rem;display:inline-flex}._tableDateWrapper_1ku73_480 svg{stroke:#64748b;margin-left:2px;transition:all .2s}._inputWrapper_1ku73_493{background:#f8fafc;width:100%;height:100%;position:absolute;top:20px;left:0}._pickerWrapper_1ku73_502{z-index:10;position:relative}._pickerContainer_1ku73_507{background-color:#fff;border-radius:8px;width:288px;margin-left:5px;position:absolute}._pickerContainer_1ku73_507 .ant-picker{opacity:0;pointer-events:none;border:none;width:0;height:0;padding:0;position:absolute;overflow:hidden}._pickerContainer_1ku73_507 .ant-picker-dropdown{inset:initial!important}._pickerContainer_1ku73_507 .ant-picker-body{padding:6px!important}._valueWrapper_1ku73_531{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_1ku73_531{color:#000}._icon_1ku73_548{justify-content:center;align-items:center;width:40px;height:32px;display:inline-flex}._icon_1ku73_548:hover svg{stroke:#000}._authButtonsWrapper_1dl3u_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_1dl3u_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_1dl3u_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.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_1dl3u_23{width:100%;margin-bottom:16px}._fieldWrapper_1dl3u_23:last-child{margin-bottom:0}._fieldLabel_1dl3u_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_1dl3u_36{margin-top:8px;font-size:.75rem}._field_1dl3u_23{width:100%;position:relative}._fieldLabelNew_1dl3u_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_1dl3u_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_1dl3u_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_1dl3u_52[type=password]{font-size:18px}._inputNew_1dl3u_52:focus,._inputNew_1dl3u_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_1dl3u_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_1dl3u_52:disabled::placeholder{color:#cbd5e1}._inputNew_1dl3u_52._error_1dl3u_7{border:1px solid #ef4444}._inputNew_1dl3u_52._error_1dl3u_7:focus,._inputNew_1dl3u_52._error_1dl3u_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_1dl3u_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_1dl3u_90{width:calc(50% - 8px)}._tableNavWrapper_1dl3u_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_1dl3u_109{align-items:center;display:flex}._tableNavItem_1dl3u_114{margin:0 6px}._modalContent_1dl3u_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_1dl3u_118._center_1dl3u_125{text-align:center;font-family:Inter}._modalContent_1dl3u_118._settings_1dl3u_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_1dl3u_118._settingsIntegration_1dl3u_133,._modalContent_1dl3u_118._performanceTestModalContent_1dl3u_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_1dl3u_118._monitoringReportContent_1dl3u_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_1dl3u_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_1dl3u_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_1dl3u_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_1dl3u_158:after,._modalLine_1dl3u_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_1dl3u_158:before{left:-20px}._modalLine_1dl3u_158:after{right:-20px}._infoMessage_1dl3u_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_1dl3u_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_1dl3u_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_1dl3u_196._buttonsAutoWidth_1dl3u_203{justify-content:flex-end}._modalFooter_1dl3u_196._buttonsAutoWidth_1dl3u_203 button,._modalFooter_1dl3u_196._buttonsAutoWidth_1dl3u_203 span{margin-left:12px}._fullWidthTitle_1dl3u_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_1dl3u_223{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_1dl3u_230{background:#fff;border:1px solid #e2e8f0;border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_1dl3u_230{padding:0 16px 15px}}._widgetHeader_1dl3u_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_1dl3u_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_1dl3u_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_1dl3u_266{align-items:center;height:180px;display:flex}._widgetFooter_1dl3u_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_1dl3u_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_1dl3u_279:last-child{border:none}._widgetMainValue_1dl3u_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_1dl3u_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_1dl3u_303{color:#64748b;font-size:.75rem}._widgetLoader_1dl3u_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_1dl3u_315{opacity:.5;cursor:default}._widgetTag_1dl3u_320{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_1dl3u_328{color:#0f172a;font-weight:500}._chartValuesWrapper_1dl3u_333{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_1dl3u_341{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_1dl3u_341._green_1dl3u_346:before,._chartValuesTitle_1dl3u_341._dark_1dl3u_346:before,._chartValuesTitle_1dl3u_341._blue_1dl3u_346: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_1dl3u_341._green_1dl3u_346:before{background:#22c55e}._chartValuesTitle_1dl3u_341._dark_1dl3u_346:before{background:#475569}._chartValuesTitle_1dl3u_341._blue_1dl3u_346:before{background:#43e0f8}._topbar_1dl3u_368{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_1dl3u_376{display:inline-flex}._logo_1dl3u_376{max-width:110px}._menuWrapper_1dl3u_384{display:flex}@media only screen and (width<=1340px){._menuWrapper_1dl3u_384{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_1dl3u_384._opened_1dl3u_401{display:flex}}._menuItem_1dl3u_406{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_1dl3u_406{flex:none;width:auto;margin-bottom:10px}}._menuItem_1dl3u_406 ._menuIcon_1dl3u_427{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_1dl3u_406 ._menuIconPerformance_1dl3u_432{fill:none}._menuItem_1dl3u_406 ._menuIconStroke_1dl3u_435{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_1dl3u_406._active_1dl3u_440,._menuItem_1dl3u_406:hover{color:#52c2fd;background:#fff}._menuItem_1dl3u_406._active_1dl3u_440 ._menuIcon_1dl3u_427:not(._menuIconStroke_1dl3u_435,._menuIconPerformance_1dl3u_432),._menuItem_1dl3u_406:hover ._menuIcon_1dl3u_427:not(._menuIconStroke_1dl3u_435,._menuIconPerformance_1dl3u_432){fill:#52c2fd}._menuItem_1dl3u_406._active_1dl3u_440 ._menuIconPerformance_1dl3u_432 path,._menuItem_1dl3u_406:hover ._menuIconPerformance_1dl3u_432 path{stroke:#59a6fd}._menuItem_1dl3u_406._active_1dl3u_440 ._menuIconStroke_1dl3u_435:not(._menuIcon_1dl3u_427),._menuItem_1dl3u_406:hover ._menuIconStroke_1dl3u_435:not(._menuIcon_1dl3u_427){stroke:#52c2fd}._redDot_1dl3u_454{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_1dl3u_469{justify-content:center;display:flex}._link_1dl3u_474{color:#2db2c8;cursor:pointer;text-decoration:underline}._tableDateWrapper_1dl3u_480{color:#64748b;cursor:pointer;align-items:center;font-family:Inter;font-size:.875rem;display:flex}._tableDateWrapper_1dl3u_480._withLabel_1dl3u_488,._tableDateWrapper_1dl3u_480 ._label_1dl3u_491{flex:1}._tableDateWrapper_1dl3u_480 svg{stroke:#64748b;margin-left:2px;transition:all .2s}._inputWrapper_1dl3u_500{background:#f8fafc;width:100%;height:100%;position:absolute;top:20px;left:0}._valueWrapper_1dl3u_509{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_1dl3u_509{color:#000}._inputSearch_1dl3u_526{background:#f8fafc;width:calc(100% - 40px);height:100%;padding:8px 0 8px 12px;font-family:Inter;font-size:.875rem}._inputSearch_1dl3u_526::placeholder{color:#cbd5e1;font-family:Inter;font-size:.875rem}._icon_1dl3u_540{justify-content:center;align-items:center;width:40px;height:32px;display:inline-flex}._icon_1dl3u_540:hover svg{stroke:#000}._authButtonsWrapper_ngeff_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_ngeff_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_ngeff_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.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_ngeff_23{width:100%;margin-bottom:16px}._fieldWrapper_ngeff_23:last-child{margin-bottom:0}._fieldLabel_ngeff_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_ngeff_36{margin-top:8px;font-size:.75rem}._field_ngeff_23{width:100%;position:relative}._fieldLabelNew_ngeff_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_ngeff_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_ngeff_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_ngeff_52[type=password]{font-size:18px}._inputNew_ngeff_52:focus,._inputNew_ngeff_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_ngeff_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_ngeff_52:disabled::placeholder{color:#cbd5e1}._inputNew_ngeff_52._error_ngeff_7{border:1px solid #ef4444}._inputNew_ngeff_52._error_ngeff_7:focus,._inputNew_ngeff_52._error_ngeff_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_ngeff_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_ngeff_90{width:calc(50% - 8px)}._tableNavWrapper_ngeff_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_ngeff_109{align-items:center;display:flex}._tableNavItem_ngeff_114{margin:0 6px}._modalContent_ngeff_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_ngeff_118._center_ngeff_125{text-align:center;font-family:Inter}._modalContent_ngeff_118._settings_ngeff_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_ngeff_118._settingsIntegration_ngeff_133,._modalContent_ngeff_118._performanceTestModalContent_ngeff_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_ngeff_118._monitoringReportContent_ngeff_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_ngeff_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_ngeff_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_ngeff_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_ngeff_158:after,._modalLine_ngeff_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_ngeff_158:before{left:-20px}._modalLine_ngeff_158:after{right:-20px}._infoMessage_ngeff_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_ngeff_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_ngeff_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_ngeff_196._buttonsAutoWidth_ngeff_203{justify-content:flex-end}._modalFooter_ngeff_196._buttonsAutoWidth_ngeff_203 button,._modalFooter_ngeff_196._buttonsAutoWidth_ngeff_203 span{margin-left:12px}._fullWidthTitle_ngeff_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_ngeff_223{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_ngeff_230{background:#fff;border:1px solid #e2e8f0;border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_ngeff_230{padding:0 16px 15px}}._widgetHeader_ngeff_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_ngeff_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_ngeff_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_ngeff_266{align-items:center;height:180px;display:flex}._widgetFooter_ngeff_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_ngeff_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_ngeff_279:last-child{border:none}._widgetMainValue_ngeff_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_ngeff_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_ngeff_303{color:#64748b;font-size:.75rem}._widgetLoader_ngeff_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_ngeff_315{opacity:.5;cursor:default}._widgetTag_ngeff_320{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_ngeff_328{color:#0f172a;font-weight:500}._chartValuesWrapper_ngeff_333{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_ngeff_341{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_ngeff_341._green_ngeff_346:before,._chartValuesTitle_ngeff_341._dark_ngeff_346:before,._chartValuesTitle_ngeff_341._blue_ngeff_346: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_ngeff_341._green_ngeff_346:before{background:#22c55e}._chartValuesTitle_ngeff_341._dark_ngeff_346:before{background:#475569}._chartValuesTitle_ngeff_341._blue_ngeff_346:before{background:#43e0f8}._topbar_ngeff_368{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_ngeff_376{display:inline-flex}._logo_ngeff_376{max-width:110px}._menuWrapper_ngeff_384{display:flex}@media only screen and (width<=1340px){._menuWrapper_ngeff_384{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_ngeff_384._opened_ngeff_401{display:flex}}._menuItem_ngeff_406{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_ngeff_406{flex:none;width:auto;margin-bottom:10px}}._menuItem_ngeff_406 ._menuIcon_ngeff_427{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_ngeff_406 ._menuIconPerformance_ngeff_432{fill:none}._menuItem_ngeff_406 ._menuIconStroke_ngeff_435{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_ngeff_406._active_ngeff_440,._menuItem_ngeff_406:hover{color:#52c2fd;background:#fff}._menuItem_ngeff_406._active_ngeff_440 ._menuIcon_ngeff_427:not(._menuIconStroke_ngeff_435,._menuIconPerformance_ngeff_432),._menuItem_ngeff_406:hover ._menuIcon_ngeff_427:not(._menuIconStroke_ngeff_435,._menuIconPerformance_ngeff_432){fill:#52c2fd}._menuItem_ngeff_406._active_ngeff_440 ._menuIconPerformance_ngeff_432 path,._menuItem_ngeff_406:hover ._menuIconPerformance_ngeff_432 path{stroke:#59a6fd}._menuItem_ngeff_406._active_ngeff_440 ._menuIconStroke_ngeff_435:not(._menuIcon_ngeff_427),._menuItem_ngeff_406:hover ._menuIconStroke_ngeff_435:not(._menuIcon_ngeff_427){stroke:#52c2fd}._redDot_ngeff_454{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_ngeff_469{justify-content:center;display:flex}._link_ngeff_474{color:#2db2c8;cursor:pointer;text-decoration:underline}._iconSearch_ngeff_480{justify-content:center;align-items:center;width:40px;height:32px;display:inline-flex}._iconSearch_ngeff_480:hover svg{stroke:#000}._inputWrapper_ngeff_491{background:#f8fafc;align-items:center;width:100%;height:100%;display:flex;position:absolute;top:0;left:0}._inputSearch_ngeff_502{background:#f8fafc;width:calc(100% - 40px);height:100%;padding:8px 0 8px 12px;font-family:Inter;font-size:.875rem}._inputSearch_ngeff_502::placeholder{color:#cbd5e1;font-family:Inter;font-size:.875rem}._iconClear_ngeff_516{justify-content:center;align-items:center;width:40px;height:32px;display:inline-flex}._iconClear_ngeff_516: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_5szze_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_5szze_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_5szze_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.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_5szze_23{width:100%;margin-bottom:16px}._fieldWrapper_5szze_23:last-child{margin-bottom:0}._fieldLabel_5szze_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_5szze_36{margin-top:8px;font-size:.75rem}._field_5szze_23{width:100%;position:relative}._fieldLabelNew_5szze_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_5szze_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_5szze_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_5szze_52[type=password]{font-size:18px}._inputNew_5szze_52:focus,._inputNew_5szze_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_5szze_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_5szze_52:disabled::placeholder{color:#cbd5e1}._inputNew_5szze_52._error_5szze_7{border:1px solid #ef4444}._inputNew_5szze_52._error_5szze_7:focus,._inputNew_5szze_52._error_5szze_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_5szze_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_5szze_90{width:calc(50% - 8px)}._tableNavWrapper_5szze_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_5szze_109{align-items:center;display:flex}._tableNavItem_5szze_114{margin:0 6px}._modalContent_5szze_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_5szze_118._center_5szze_125{text-align:center;font-family:Inter}._modalContent_5szze_118._settings_5szze_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_5szze_118._settingsIntegration_5szze_133,._modalContent_5szze_118._performanceTestModalContent_5szze_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_5szze_118._monitoringReportContent_5szze_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_5szze_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_5szze_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_5szze_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_5szze_158:after,._modalLine_5szze_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_5szze_158:before{left:-20px}._modalLine_5szze_158:after{right:-20px}._infoMessage_5szze_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_5szze_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_5szze_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_5szze_196._buttonsAutoWidth_5szze_203{justify-content:flex-end}._modalFooter_5szze_196._buttonsAutoWidth_5szze_203 button,._modalFooter_5szze_196._buttonsAutoWidth_5szze_203 span{margin-left:12px}._fullWidthTitle_5szze_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_5szze_223{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_5szze_230{background:#fff;border:1px solid #e2e8f0;border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_5szze_230{padding:0 16px 15px}}._widgetHeader_5szze_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_5szze_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_5szze_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_5szze_266{align-items:center;height:180px;display:flex}._widgetFooter_5szze_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_5szze_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_5szze_279:last-child{border:none}._widgetMainValue_5szze_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_5szze_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_5szze_303{color:#64748b;font-size:.75rem}._widgetLoader_5szze_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_5szze_315{opacity:.5;cursor:default}._widgetTag_5szze_320{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_5szze_328{color:#0f172a;font-weight:500}._chartValuesWrapper_5szze_333{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_5szze_341{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_5szze_341._green_5szze_346:before,._chartValuesTitle_5szze_341._dark_5szze_346:before,._chartValuesTitle_5szze_341._blue_5szze_346: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_5szze_341._green_5szze_346:before{background:#22c55e}._chartValuesTitle_5szze_341._dark_5szze_346:before{background:#475569}._chartValuesTitle_5szze_341._blue_5szze_346:before{background:#43e0f8}._topbar_5szze_368{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_5szze_376{display:inline-flex}._logo_5szze_376{max-width:110px}._menuWrapper_5szze_384{display:flex}@media only screen and (width<=1340px){._menuWrapper_5szze_384{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_5szze_384._opened_5szze_401{display:flex}}._menuItem_5szze_406{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_5szze_406{flex:none;width:auto;margin-bottom:10px}}._menuItem_5szze_406 ._menuIcon_5szze_427{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_5szze_406 ._menuIconPerformance_5szze_432{fill:none}._menuItem_5szze_406 ._menuIconStroke_5szze_435{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_5szze_406._active_5szze_440,._menuItem_5szze_406:hover{color:#52c2fd;background:#fff}._menuItem_5szze_406._active_5szze_440 ._menuIcon_5szze_427:not(._menuIconStroke_5szze_435,._menuIconPerformance_5szze_432),._menuItem_5szze_406:hover ._menuIcon_5szze_427:not(._menuIconStroke_5szze_435,._menuIconPerformance_5szze_432){fill:#52c2fd}._menuItem_5szze_406._active_5szze_440 ._menuIconPerformance_5szze_432 path,._menuItem_5szze_406:hover ._menuIconPerformance_5szze_432 path{stroke:#59a6fd}._menuItem_5szze_406._active_5szze_440 ._menuIconStroke_5szze_435:not(._menuIcon_5szze_427),._menuItem_5szze_406:hover ._menuIconStroke_5szze_435:not(._menuIcon_5szze_427){stroke:#52c2fd}._redDot_5szze_454{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_5szze_469{justify-content:center;display:flex}._link_5szze_474{color:#2db2c8;cursor:pointer;text-decoration:underline}._iconArrow_5szze_480{width:16px;height:16px}._iconArrow_5szze_480 svg{position:absolute;top:9px;right:8px}._iconArrow_5szze_480._open_5szze_401 svg{transform:rotate(180deg)}._iconClear_5szze_493{cursor:pointer;justify-content:center;align-items:center;width:20px;height:20px;display:inline-flex}._iconClear_5szze_493 svg{stroke:#64748b;margin-left:2px;transition:all .2s}._iconClear_5szze_493:hover svg{stroke:#000}._clearIcon_5szze_510{cursor:pointer;justify-content:center;align-items:center;width:20px;height:20px;display:inline-flex}._clearIcon_5szze_510 svg{stroke:#64748b;margin-left:2px;transition:all .2s}._clearIcon_5szze_510:hover svg{stroke:#000}._colorOption_5szze_527{cursor:pointer;align-items:center;gap:8px;padding:8px 12px;display:flex}._colorOption_5szze_527:hover,._colorOption_5szze_527._focused_5szze_534{background-color:#dfebff}._authButtonsWrapper_100xk_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_100xk_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_100xk_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.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_100xk_23{width:100%;margin-bottom:16px}._fieldWrapper_100xk_23:last-child{margin-bottom:0}._fieldLabel_100xk_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_100xk_36{margin-top:8px;font-size:.75rem}._field_100xk_23{width:100%;position:relative}._fieldLabelNew_100xk_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_100xk_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_100xk_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_100xk_52[type=password]{font-size:18px}._inputNew_100xk_52:focus,._inputNew_100xk_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_100xk_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_100xk_52:disabled::placeholder{color:#cbd5e1}._inputNew_100xk_52._error_100xk_7{border:1px solid #ef4444}._inputNew_100xk_52._error_100xk_7:focus,._inputNew_100xk_52._error_100xk_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_100xk_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_100xk_90{width:calc(50% - 8px)}._tableNavWrapper_100xk_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_100xk_109{align-items:center;display:flex}._tableNavItem_100xk_114{margin:0 6px}._modalContent_100xk_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_100xk_118._center_100xk_125{text-align:center;font-family:Inter}._modalContent_100xk_118._settings_100xk_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_100xk_118._settingsIntegration_100xk_133,._modalContent_100xk_118._performanceTestModalContent_100xk_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_100xk_118._monitoringReportContent_100xk_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_100xk_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_100xk_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_100xk_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_100xk_158:after,._modalLine_100xk_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_100xk_158:before{left:-20px}._modalLine_100xk_158:after{right:-20px}._infoMessage_100xk_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_100xk_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_100xk_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_100xk_196._buttonsAutoWidth_100xk_203{justify-content:flex-end}._modalFooter_100xk_196._buttonsAutoWidth_100xk_203 button,._modalFooter_100xk_196._buttonsAutoWidth_100xk_203 span{margin-left:12px}._fullWidthTitle_100xk_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_100xk_223{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_100xk_230{background:#fff;border:1px solid #e2e8f0;border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_100xk_230{padding:0 16px 15px}}._widgetHeader_100xk_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_100xk_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_100xk_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_100xk_266{align-items:center;height:180px;display:flex}._widgetFooter_100xk_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_100xk_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_100xk_279:last-child{border:none}._widgetMainValue_100xk_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_100xk_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_100xk_303{color:#64748b;font-size:.75rem}._widgetLoader_100xk_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_100xk_315{opacity:.5;cursor:default}._widgetTag_100xk_320{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_100xk_328{color:#0f172a;font-weight:500}._chartValuesWrapper_100xk_333{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_100xk_341{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_100xk_341._green_100xk_346:before,._chartValuesTitle_100xk_341._dark_100xk_346:before,._chartValuesTitle_100xk_341._blue_100xk_346: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_100xk_341._green_100xk_346:before{background:#22c55e}._chartValuesTitle_100xk_341._dark_100xk_346:before{background:#475569}._chartValuesTitle_100xk_341._blue_100xk_346:before{background:#43e0f8}._topbar_100xk_368{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_100xk_376{display:inline-flex}._logo_100xk_376{max-width:110px}._menuWrapper_100xk_384{display:flex}@media only screen and (width<=1340px){._menuWrapper_100xk_384{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_100xk_384._opened_100xk_401{display:flex}}._menuItem_100xk_406{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_100xk_406{flex:none;width:auto;margin-bottom:10px}}._menuItem_100xk_406 ._menuIcon_100xk_427{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_100xk_406 ._menuIconPerformance_100xk_432{fill:none}._menuItem_100xk_406 ._menuIconStroke_100xk_435{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_100xk_406._active_100xk_440,._menuItem_100xk_406:hover{color:#52c2fd;background:#fff}._menuItem_100xk_406._active_100xk_440 ._menuIcon_100xk_427:not(._menuIconStroke_100xk_435,._menuIconPerformance_100xk_432),._menuItem_100xk_406:hover ._menuIcon_100xk_427:not(._menuIconStroke_100xk_435,._menuIconPerformance_100xk_432){fill:#52c2fd}._menuItem_100xk_406._active_100xk_440 ._menuIconPerformance_100xk_432 path,._menuItem_100xk_406:hover ._menuIconPerformance_100xk_432 path{stroke:#59a6fd}._menuItem_100xk_406._active_100xk_440 ._menuIconStroke_100xk_435:not(._menuIcon_100xk_427),._menuItem_100xk_406:hover ._menuIconStroke_100xk_435:not(._menuIcon_100xk_427){stroke:#52c2fd}._redDot_100xk_454{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_100xk_469{justify-content:center;display:flex}._link_100xk_474{color:#2db2c8;cursor:pointer;text-decoration:underline}._tableSort_100xk_480{color:#64748b;cursor:pointer;align-items:center;font-family:Inter;font-size:.875rem;transition:all .2s;display:inline-flex}._tableSort_100xk_480 svg{stroke:#64748b;flex-shrink:0;margin-left:2px;transition:all .2s}._tableSort_100xk_480 ._desc_100xk_495{transform:rotate(180deg)}._tableSort_100xk_480._active_100xk_440,._tableSort_100xk_480:hover{color:#000}._tableSort_100xk_480._active_100xk_440 svg,._tableSort_100xk_480:hover svg{stroke:#000}._authButtonsWrapper_1kz9w_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_1kz9w_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_1kz9w_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.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_1kz9w_23{width:100%;margin-bottom:16px}._fieldWrapper_1kz9w_23:last-child{margin-bottom:0}._fieldLabel_1kz9w_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_1kz9w_36{margin-top:8px;font-size:.75rem}._field_1kz9w_23{width:100%;position:relative}._fieldLabelNew_1kz9w_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_1kz9w_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_1kz9w_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_1kz9w_52[type=password]{font-size:18px}._inputNew_1kz9w_52:focus,._inputNew_1kz9w_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_1kz9w_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_1kz9w_52:disabled::placeholder{color:#cbd5e1}._inputNew_1kz9w_52._error_1kz9w_7{border:1px solid #ef4444}._inputNew_1kz9w_52._error_1kz9w_7:focus,._inputNew_1kz9w_52._error_1kz9w_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_1kz9w_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_1kz9w_90{width:calc(50% - 8px)}._tableNavWrapper_1kz9w_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_1kz9w_109{align-items:center;display:flex}._tableNavItem_1kz9w_114{margin:0 6px}._modalContent_1kz9w_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_1kz9w_118._center_1kz9w_125{text-align:center;font-family:Inter}._modalContent_1kz9w_118._settings_1kz9w_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_1kz9w_118._settingsIntegration_1kz9w_133,._modalContent_1kz9w_118._performanceTestModalContent_1kz9w_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_1kz9w_118._monitoringReportContent_1kz9w_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_1kz9w_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_1kz9w_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_1kz9w_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_1kz9w_158:after,._modalLine_1kz9w_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_1kz9w_158:before{left:-20px}._modalLine_1kz9w_158:after{right:-20px}._infoMessage_1kz9w_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_1kz9w_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_1kz9w_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_1kz9w_196._buttonsAutoWidth_1kz9w_203{justify-content:flex-end}._modalFooter_1kz9w_196._buttonsAutoWidth_1kz9w_203 button,._modalFooter_1kz9w_196._buttonsAutoWidth_1kz9w_203 span{margin-left:12px}._fullWidthTitle_1kz9w_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_1kz9w_223{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_1kz9w_230{background:#fff;border:1px solid #e2e8f0;border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_1kz9w_230{padding:0 16px 15px}}._widgetHeader_1kz9w_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_1kz9w_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_1kz9w_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_1kz9w_266{align-items:center;height:180px;display:flex}._widgetFooter_1kz9w_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_1kz9w_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_1kz9w_279:last-child{border:none}._widgetMainValue_1kz9w_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_1kz9w_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_1kz9w_303{color:#64748b;font-size:.75rem}._widgetLoader_1kz9w_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_1kz9w_315{opacity:.5;cursor:default}._widgetTag_1kz9w_320{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_1kz9w_328{color:#0f172a;font-weight:500}._chartValuesWrapper_1kz9w_333{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_1kz9w_341{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_1kz9w_341._green_1kz9w_346:before,._chartValuesTitle_1kz9w_341._dark_1kz9w_346:before,._chartValuesTitle_1kz9w_341._blue_1kz9w_346: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_1kz9w_341._green_1kz9w_346:before{background:#22c55e}._chartValuesTitle_1kz9w_341._dark_1kz9w_346:before{background:#475569}._chartValuesTitle_1kz9w_341._blue_1kz9w_346:before{background:#43e0f8}._topbar_1kz9w_368{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_1kz9w_376{display:inline-flex}._logo_1kz9w_376{max-width:110px}._menuWrapper_1kz9w_384{display:flex}@media only screen and (width<=1340px){._menuWrapper_1kz9w_384{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_1kz9w_384._opened_1kz9w_401{display:flex}}._menuItem_1kz9w_406{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_1kz9w_406{flex:none;width:auto;margin-bottom:10px}}._menuItem_1kz9w_406 ._menuIcon_1kz9w_427{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_1kz9w_406 ._menuIconPerformance_1kz9w_432{fill:none}._menuItem_1kz9w_406 ._menuIconStroke_1kz9w_435{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_1kz9w_406._active_1kz9w_440,._menuItem_1kz9w_406:hover{color:#52c2fd;background:#fff}._menuItem_1kz9w_406._active_1kz9w_440 ._menuIcon_1kz9w_427:not(._menuIconStroke_1kz9w_435,._menuIconPerformance_1kz9w_432),._menuItem_1kz9w_406:hover ._menuIcon_1kz9w_427:not(._menuIconStroke_1kz9w_435,._menuIconPerformance_1kz9w_432){fill:#52c2fd}._menuItem_1kz9w_406._active_1kz9w_440 ._menuIconPerformance_1kz9w_432 path,._menuItem_1kz9w_406:hover ._menuIconPerformance_1kz9w_432 path{stroke:#59a6fd}._menuItem_1kz9w_406._active_1kz9w_440 ._menuIconStroke_1kz9w_435:not(._menuIcon_1kz9w_427),._menuItem_1kz9w_406:hover ._menuIconStroke_1kz9w_435:not(._menuIcon_1kz9w_427){stroke:#52c2fd}._redDot_1kz9w_454{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_1kz9w_469{justify-content:center;display:flex}._link_1kz9w_474{color:#2db2c8;cursor:pointer;text-decoration:underline}._tableWrapper_1kz9w_480{background:#fff;height:100%;overflow:auto}._table_1kz9w_100{font-family:Inter;font-size:.875rem;line-height:1.5;display:inline-block}._tableHeaderCell_1kz9w_493,._tableCell_1kz9w_494{box-sizing:border-box;word-break:normal;overflow-wrap:anywhere;flex:0 0 300px;width:300px;transition:all .2s}._tableHeaderCell_1kz9w_493._withoutSizeSettings_1kz9w_502,._tableCell_1kz9w_494._withoutSizeSettings_1kz9w_502{flex:none;width:100%}._tableHeaderCell_1kz9w_493:first-child,._tableCell_1kz9w_494:first-child{border-radius:8px 0 0 8px}._tableHeaderCell_1kz9w_493:last-child,._tableCell_1kz9w_494:last-child{border-radius:0 8px 8px 0}._tableHeaderCell_1kz9w_493._action_1kz9w_515,._tableCell_1kz9w_494._action_1kz9w_515{color:#2db2c8;cursor:pointer;font-weight:500}._markdownWrapper_1kz9w_522{display:block}._markdownWrapper_1kz9w_522 img{max-width:100%}._markdownWrapper_1kz9w_522 ul li ul,._markdownWrapper_1kz9w_522 ul li ol{padding-left:20px}._tableCell_1kz9w_494:nth-last-of-type(2){border-radius:0 8px 8px 0}._tableHeaderCell_1kz9w_493{color:#64748b;background:#f8fafc;justify-content:space-between;align-items:center;padding-left:12px;display:flex;position:relative}._tableHeaderCell_1kz9w_493._withoutGaps_1kz9w_546{padding:0!important}._tableHeader_1kz9w_493{z-index:1000;border-radius:8px;min-height:38px;margin-bottom:2px;display:flex;position:sticky;top:0}._tableRow_1kz9w_560{transition:all .2s;display:flex}._tableRow_1kz9w_560 ._rowNavVisibility_1kz9w_564{opacity:0}._tableRow_1kz9w_560 ._mobileDevice_1kz9w_567{opacity:1}._tableRow_1kz9w_560._active_1kz9w_440{border-radius:8px}._tableRow_1kz9w_560:hover{background:#f8fafc;border-radius:8px}._tableRow_1kz9w_560:hover ._rowNavVisibility_1kz9w_564{opacity:1}._tableRow_1kz9w_560._redFlag_1kz9w_580{border-radius:8px}._tableRow_1kz9w_560._redFlag_1kz9w_580 ._tableCell_1kz9w_494{background:#fee2e2}._tableRow_1kz9w_560._redFlag_1kz9w_580:hover ._tableCell_1kz9w_494{background:#fbd5d5!important}._clickableRow_1kz9w_590{cursor:pointer}._tableRowSelected_1kz9w_594{background:#f8fafc;border-radius:8px}._tableRowSelected_1kz9w_594 ._tableCell_1kz9w_494{background:#f8fafc}._hasSubRows_1kz9w_602{background:#ebfcff}._hasSubRows_1kz9w_602:hover{background:#e1f8fc}._lastRow_1kz9w_609{border-bottom:2px solid #43e0f8}._lastRow_1kz9w_609:hover{border-bottom-right-radius:0;border-bottom-left-radius:0}._tableCell_1kz9w_494{border-bottom:1px solid #f1f5f9;align-items:center;padding:22px 12px;display:inline-flex}._tableCell_1kz9w_494._companyName_1kz9w_623{padding:0 12px}._tableCell_1kz9w_494._groupHeader_1kz9w_626{background:#f8fafc;border-bottom:none;border-radius:8px;flex:1;height:35px}._tableCell_1kz9w_494._hidden_1kz9w_633 div{visibility:hidden}._spinnerWrapper_1kz9w_637{z-index:1000;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%)}._booleanValue_1kz9w_645{align-items:center;display:inline-flex}._booleanValue_1kz9w_645:before{content:"";border-radius:50%;width:8px;height:8px;margin-right:6px;display:inline-flex}._booleanValue_1kz9w_645._enable_1kz9w_657:before{background:#22c55e}._booleanValue_1kz9w_645._disable_1kz9w_315:before{background:#f59e0b}._tableActionsWrapper_1kz9w_664{cursor:initial;background-color:#f8fafc;border-radius:4px;justify-content:space-between;align-items:center;gap:8px;display:flex;position:relative}._tableActionsWrapper_1kz9w_664 span{cursor:pointer;border-radius:4px;width:32px;height:32px;padding:6px}._tableActionsWrapper_1kz9w_664 span._disabledNavButton_1kz9w_681{cursor:not-allowed}._tableActionsWrapper_1kz9w_664 span._disabledNavButton_1kz9w_681 svg{opacity:.4}._tableActionsWrapper_1kz9w_664 span._hidden_1kz9w_633{display:none}._tableActionsWrapper_1kz9w_664 span svg{fill:#0000;width:20px;height:20px}._tableActionsWrapper_1kz9w_664 span svg path{stroke:#64748b}._tableActionsWrapper_1kz9w_664 span:hover{background-color:#e2e8f0}._tableActionsWrapper_1kz9w_664 span:hover svg path{stroke:#0f172a}._tableActionsWrapper_1kz9w_664._redFlag_1kz9w_580,._tableActionsWrapper_1kz9w_664._redFlag_1kz9w_580 span:hover{background-color:#fbd5d5}._tooltipArrow_1kz9w_711{display:none}._tooltip_1kz9w_711{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_1kz9w_726{z-index:1001;border:1px solid #eaf1f8!important;border-radius:8px!important}._mobileTooltip_1kz9w_726 svg{fill:#0000;width:20px;height:20px}._mobileTooltip_1kz9w_726 svg path{stroke:#64748b}._noBoxShadow_1kz9w_740{box-shadow:none!important}._rowNavWrapper_1kz9w_744{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_1kz9w_744._redFlag_1kz9w_580 ._rowNavButtonsContainer_1kz9w_755{background-color:#fbd5d5}._rowNavButtonsContainer_1kz9w_755{background:#f8fafc;gap:0;padding-right:5px;display:flex}._rowNavButtonsContainer_1kz9w_755._withRowActions_1kz9w_765{background:0 0}._rowNavButton_1kz9w_755{cursor:pointer;justify-content:center;align-items:center;height:30px;margin-left:4px;display:flex;position:relative}._rowNavButton_1kz9w_755 svg{stroke:#64748b;transition:all .2s}._rowNavButton_1kz9w_755:hover svg{stroke:#334155}._authButtonsWrapper_1589b_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_1589b_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_1589b_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.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_1589b_23{width:100%;margin-bottom:16px}._fieldWrapper_1589b_23:last-child{margin-bottom:0}._fieldLabel_1589b_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_1589b_36{margin-top:8px;font-size:.75rem}._field_1589b_23{width:100%;position:relative}._fieldLabelNew_1589b_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_1589b_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_1589b_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_1589b_52[type=password]{font-size:18px}._inputNew_1589b_52:focus,._inputNew_1589b_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_1589b_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_1589b_52:disabled::placeholder{color:#cbd5e1}._inputNew_1589b_52._error_1589b_7{border:1px solid #ef4444}._inputNew_1589b_52._error_1589b_7:focus,._inputNew_1589b_52._error_1589b_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_1589b_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_1589b_90{width:calc(50% - 8px)}._tableNavWrapper_1589b_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_1589b_109{align-items:center;display:flex}._tableNavItem_1589b_114{margin:0 6px}._modalContent_1589b_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_1589b_118._center_1589b_125{text-align:center;font-family:Inter}._modalContent_1589b_118._settings_1589b_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_1589b_118._settingsIntegration_1589b_133,._modalContent_1589b_118._performanceTestModalContent_1589b_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_1589b_118._monitoringReportContent_1589b_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_1589b_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_1589b_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_1589b_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_1589b_158:after,._modalLine_1589b_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_1589b_158:before{left:-20px}._modalLine_1589b_158:after{right:-20px}._infoMessage_1589b_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_1589b_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_1589b_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_1589b_196._buttonsAutoWidth_1589b_203{justify-content:flex-end}._modalFooter_1589b_196._buttonsAutoWidth_1589b_203 button,._modalFooter_1589b_196._buttonsAutoWidth_1589b_203 span{margin-left:12px}._fullWidthTitle_1589b_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_1589b_223{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_1589b_230{background:#fff;border:1px solid #e2e8f0;border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_1589b_230{padding:0 16px 15px}}._widgetHeader_1589b_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_1589b_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_1589b_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_1589b_266{align-items:center;height:180px;display:flex}._widgetFooter_1589b_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_1589b_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_1589b_279:last-child{border:none}._widgetMainValue_1589b_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_1589b_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_1589b_303{color:#64748b;font-size:.75rem}._widgetLoader_1589b_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_1589b_315{opacity:.5;cursor:default}._widgetTag_1589b_320{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_1589b_328{color:#0f172a;font-weight:500}._chartValuesWrapper_1589b_333{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_1589b_341{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_1589b_341._green_1589b_346:before,._chartValuesTitle_1589b_341._dark_1589b_346:before,._chartValuesTitle_1589b_341._blue_1589b_346: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_1589b_341._green_1589b_346:before{background:#22c55e}._chartValuesTitle_1589b_341._dark_1589b_346:before{background:#475569}._chartValuesTitle_1589b_341._blue_1589b_346:before{background:#43e0f8}._topbar_1589b_368{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_1589b_376{display:inline-flex}._logo_1589b_376{max-width:110px}._menuWrapper_1589b_384{display:flex}@media only screen and (width<=1340px){._menuWrapper_1589b_384{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_1589b_384._opened_1589b_401{display:flex}}._menuItem_1589b_406{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_1589b_406{flex:none;width:auto;margin-bottom:10px}}._menuItem_1589b_406 ._menuIcon_1589b_427{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_1589b_406 ._menuIconPerformance_1589b_432{fill:none}._menuItem_1589b_406 ._menuIconStroke_1589b_435{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_1589b_406._active_1589b_440,._menuItem_1589b_406:hover{color:#52c2fd;background:#fff}._menuItem_1589b_406._active_1589b_440 ._menuIcon_1589b_427:not(._menuIconStroke_1589b_435,._menuIconPerformance_1589b_432),._menuItem_1589b_406:hover ._menuIcon_1589b_427:not(._menuIconStroke_1589b_435,._menuIconPerformance_1589b_432){fill:#52c2fd}._menuItem_1589b_406._active_1589b_440 ._menuIconPerformance_1589b_432 path,._menuItem_1589b_406:hover ._menuIconPerformance_1589b_432 path{stroke:#59a6fd}._menuItem_1589b_406._active_1589b_440 ._menuIconStroke_1589b_435:not(._menuIcon_1589b_427),._menuItem_1589b_406:hover ._menuIconStroke_1589b_435:not(._menuIcon_1589b_427){stroke:#52c2fd}._redDot_1589b_454{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_1589b_469{justify-content:center;display:flex}._link_1589b_474{color:#2db2c8;cursor:pointer;text-decoration:underline}._modalLink_1589b_480{color:#000;font-weight:500;text-decoration:underline}._modalLinksSection_1589b_486{margin-top:1em}._modalContent_mrns3_118._settingsIntegration_mrns3_133,._modalContent_mrns3_118._performanceTestModalContent_mrns3_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}@media only screen and (width<=768px){._widgetWrapper_mrns3_230{padding:0 16px 15px}}@media only screen and (width<=1340px){._menuWrapper_mrns3_384{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_mrns3_384._opened_mrns3_401{display:flex}}@media only screen and (width<=1300px){._menuItem_mrns3_406{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}}._accountSwitcher_imcsn_1{align-items:center;width:auto;min-width:248px;position:relative}._accountSwitcher_imcsn_1._visible_imcsn_7{display:flex}._trigger_imcsn_11{color:#0f172a;cursor:pointer;background:#fff;border:1px solid #d7e2ee;border-radius:8px;justify-content:space-between;align-items:center;gap:10px;width:100%;height:38px;padding:8px 16px;font-family:Inter;font-size:.875rem;display:inline-flex;box-shadow:0 8px 18px #0f172a0f}._trigger_imcsn_11:focus{border-color:#4ae9ff;outline:none;box-shadow:0 0 0 4px #cdfcffb3,0 8px 18px #0f172a0f}._triggerActive_imcsn_34{border-color:#cbd5e1}._arrow_imcsn_38{pointer-events:none;border-bottom:1.5px solid #3b82f6;border-right:1.5px solid #3b82f6;flex-shrink:0;width:7px;height:7px;transition:transform .2s;transform:rotate(45deg)translateY(-2px)}._arrowOpen_imcsn_49{transform:rotate(225deg)translate(-1px,-1px)}._dropdown_imcsn_53{z-index:2200;opacity:0;pointer-events:none;width:100%;transition:opacity .16s,transform .16s;position:absolute;top:calc(100% + 8px);right:0;transform:translateY(-4px)}._dropdownOpen_imcsn_65{opacity:1;pointer-events:auto;transform:translateY(0)}._dropdownLabel_imcsn_71{color:#7864ff;align-items:center;gap:4px;margin:0 0 8px 8px;font-family:Inter;font-size:.875rem;font-weight:700;display:inline-flex}._dropdownLabel_imcsn_71:before{content:"";background:linear-gradient(45deg,#0000 45%,#7864ff 45% 55%,#0000 55%),linear-gradient(-45deg,#0000 45%,#7864ff 45% 55%,#0000 55%);width:8px;height:8px}._dropdownCard_imcsn_88{background:#fff;border:1px solid #e2e8f0;border-radius:8px;overflow:hidden;box-shadow:0 12px 24px #0f172a14}._dropdownItem_imcsn_96{color:#0f172a;text-align:left;cursor:default;background:#fff;border:none;border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;gap:16px;width:100%;padding:12px 16px;font-family:Inter;font-size:.875rem;font-weight:400;line-height:1.2;transition:background-color .15s;display:flex}._dropdownItem_imcsn_96:last-child{border-bottom:none}._dropdownItemSelectable_imcsn_119{cursor:pointer}._dropdownItemSelectable_imcsn_119:hover{background:#f4f6f8}._dropdownItemSelectable_imcsn_119:focus{background:#f4f6f8;outline:none;position:relative}._dropdownItemSelected_imcsn_131{font-weight:500}._emptyState_imcsn_135{color:#64748b;padding:12px 14px;font-family:Inter;font-size:.875rem;line-height:1.2}._checkmark_imcsn_143{flex:0 0 13px;width:13px;height:20px;position:relative}._checkmark_imcsn_143:before{content:"";border-bottom:2px solid #22d3ee;border-right:2px solid #22d3ee;width:7px;height:13px;position:absolute;top:2px;left:4px;transform:rotate(40deg)}@media (width<=768px){._trigger_imcsn_11{min-width:132px;max-width:42vw;font-size:.75rem}._dropdown_imcsn_53{width:min(276px,100vw - 32px)}._dropdownItem_imcsn_96{font-size:.875rem}}._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_3reg0_1{width:auto;min-width:248px;position:relative}._userMenuButton_3reg0_7{cursor:pointer;color:#0f172a;background:#fff;border:1px solid #d7e2ee;border-radius:8px;justify-content:flex-start;align-items:center;gap:10px;width:100%;height:38px;padding:8px 12px;font-family:Inter;font-size:.875rem;transition:border-color .2s,box-shadow .2s;display:flex;box-shadow:0 8px 18px #0f172a0f}._userMenuButton_3reg0_7:hover{border-color:#bfdbfe}._userMenuButton_3reg0_7._active_3reg0_28{border-color:#93c5fd;box-shadow:0 0 0 4px #cdfcffb3,0 8px 18px #0f172a0f}._userDropdown_3reg0_33{z-index:2000;opacity:1;background:#fff;border:1px solid #e2e8f0;border-radius:8px;width:100%;transition:opacity .16s,transform .16s;position:absolute;top:calc(100% + 8px);right:0;overflow:hidden;transform:translateY(0);box-shadow:0 12px 24px #0f172a14}._userDropdown_3reg0_33._hidden_3reg0_48{opacity:0;pointer-events:none;transform:translateY(-4px)}._userDropdownItem_3reg0_54{color:#0f172a;cursor:pointer;border-bottom:1px solid #e2e8f0;justify-content:flex-start;align-items:center;gap:10px;padding:12px 16px;font-family:Inter;font-size:.875rem;font-weight:500;line-height:1.2;text-decoration:none;transition:all .2s;display:flex}._userDropdownItem_3reg0_54:hover{background:#f8fafc}._userDropdownItem_3reg0_54:last-child{border:none}._userDropdownItemCurrent_3reg0_77{justify-content:flex-start}._skipPointer_3reg0_81{cursor:initial}._accountLink_3reg0_85{color:#2563eb;font-weight:600}._accountLink_3reg0_85 svg{fill:#2563eb}._itemIcon_3reg0_93{flex-shrink:0;margin:auto 0}._userAvatar_3reg0_98{fill:#475569;flex-shrink:0;width:20px;height:20px}._userAvatarDark_3reg0_105{fill:#475569;width:24px;height:24px}._triggerLabel_3reg0_111{text-overflow:ellipsis;white-space:nowrap;text-align:left;flex:1;overflow:hidden}._arrow_3reg0_119{border-bottom:1.5px solid #3b82f6;border-right:1.5px solid #3b82f6;flex-shrink:0;width:7px;height:7px;transition:transform .2s;transform:rotate(45deg)translateY(-2px)}._arrowOpen_3reg0_129{transform:rotate(225deg)translate(-1px,-1px)}._userMeta_3reg0_133{min-width:0}._userName_3reg0_137{text-overflow:ellipsis;color:#000;font-family:Inter;font-size:.875rem;overflow:hidden}._userEmail_3reg0_145{text-overflow:ellipsis;white-space:nowrap;color:#64748b;font-family:Inter;font-size:.75rem;font-weight:400;overflow:hidden}@media (width<=768px){._userMenuButton_3reg0_7{min-width:132px;max-width:52vw;font-size:.75rem}._userDropdown_3reg0_33{width:min(276px,100vw - 32px)}._userDropdownItem_3reg0_54{font-size:.875rem}}._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}._page_r0fsq_1{flex-direction:column;width:100%;min-height:calc(100vh - 88px);display:flex}._tabs_r0fsq_8{background:#f8fafc;border:1px solid #e2e8f0;border-radius:24px;flex-direction:row;justify-content:space-evenly;align-items:center;min-height:36px;margin:0 0 24px;padding:0 4px;display:flex}._tab_r0fsq_8{color:#94a3b8;white-space:nowrap;border-radius:18px;flex:1;justify-content:center;align-items:center;height:28px;padding:0 16px;font-family:Inter;font-size:.875rem;font-weight:500;text-decoration:none;display:flex}._tab_r0fsq_8:hover{color:#334155}._tabActive_r0fsq_40{color:#0f172a;background:#fff;border:1px solid #e2e8f0;box-shadow:0 8px 18px #0f172a0f}._panel_r0fsq_47{background:#fff;border-radius:22px;flex-direction:column;flex:1;display:flex}._panelBody_r0fsq_55{flex-direction:column;flex:1;padding:24px;display:flex}._title_r0fsq_62{color:#0f172a;margin:0 0 22px;font-size:1.5rem;font-weight:600}._passwordTitle_r0fsq_69{margin-bottom:8px}._helperText_r0fsq_73{color:#0f172a;max-width:470px;margin:0 0 24px;font-family:Inter;font-size:.875rem;line-height:1.4}._formGrid_r0fsq_82{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;max-width:1000px;display:grid}._field_r0fsq_90{flex-direction:column;gap:8px;display:flex}._fieldFull_r0fsq_96{grid-column:1/-1}._fieldNarrow_r0fsq_100{max-width:496px}._selectField_r0fsq_104{width:100%}._label_r0fsq_108{color:#0f172a;font-family:Inter;font-size:.875rem;font-weight:500}._input_r0fsq_115{color:#0f172a;border:1px solid #dbe5f0;border-radius:8px;width:100%;height:36px;padding:0 12px;font-family:Inter;font-size:.875rem}._input_r0fsq_115::placeholder{color:#94a3b8}._input_r0fsq_115:focus{border-color:#4ae9ff;outline:none;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._passwordForm_r0fsq_134{max-width:496px}._logoRow_r0fsq_138{align-items:stretch;gap:14px;display:flex}._logoPreview_r0fsq_144{background:#f8fafc;border:1px solid #dbe5f0;border-radius:4px;justify-content:center;align-items:center;width:130px;min-height:67px;display:flex}._mockLogo_r0fsq_155{color:#fff;text-transform:uppercase;background:linear-gradient(145deg,#0b6ea8,#082f62 60%,#00a3c7);border-radius:4px;flex-direction:column;justify-content:center;align-items:center;width:104px;height:40px;font-weight:900;line-height:.82;display:flex;transform:skew(-8deg);box-shadow:inset 0 -5px #0003}._mockLogoPrimary_r0fsq_172{font-size:20px}._mockLogoSecondary_r0fsq_176{color:#f5d451;font-size:12px}._uploadBox_r0fsq_181{color:#64748b;background:#f1f5f9;border:1px dashed #dbe5f0;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;min-width:330px;min-height:67px;font-family:Inter;font-size:.875rem;display:flex}._uploadLink_r0fsq_196{color:#00cfe8;font-weight:500}._uploadMeta_r0fsq_201{color:#94a3b8;margin-top:6px;font-size:.75rem}._enterpriseLogo_r0fsq_207{width:100%}._enterpriseLogoImageWrapper_r0fsq_211{border-radius:4px;width:106px;min-width:106px;height:67px}._enterpriseLogoFileWrapper_r0fsq_218{border-radius:8px;width:330px;min-height:67px}._footer_r0fsq_224{border-top:1px solid #f1f5f9;justify-content:flex-end;gap:8px;padding:14px 20px;display:flex;box-shadow:0 -8px 20px #0f172a0d}._button_r0fsq_233{color:#0f172a;cursor:pointer;background:#fff;border:1px solid #dbe5f0;border-radius:18px;min-width:72px;height:32px;font-family:Inter;font-size:.875rem;font-weight:500}._button_r0fsq_233:hover{background:#f8fafc}._button_r0fsq_233:disabled{cursor:default;opacity:.5}._button_r0fsq_233:disabled:hover,._saveButton_r0fsq_257{background:#42e8ff;border-color:#42e8ff}._unsavedChangesModal_r0fsq_262{padding-top:16px}._unsavedChangesContent_r0fsq_266{text-align:center;padding:24px}._unsavedChangesIcon_r0fsq_271{background:#fef3c7;border-radius:16px;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:20px;display:inline-flex}._unsavedChangesIcon_r0fsq_271 svg{width:28px;height:28px}._unsavedChangesTitle_r0fsq_286{color:#0f172a;margin-bottom:12px;font-size:1.25rem;font-weight:500}._unsavedChangesMessage_r0fsq_293{color:#475569;margin:0;font-family:Inter;font-size:.875rem;font-weight:400}._unsavedChangesMessage_r0fsq_293 strong{color:#334155;font-weight:700}._unsavedChangesFooter_r0fsq_305{border-top:1px solid #e2e8f0;gap:16px;padding:20px 28px;display:flex}._themeGrid_r0fsq_312{grid-template-columns:repeat(3,minmax(0,1fr));gap:24px 16px;display:grid}._themeButton_r0fsq_318{text-align:left;cursor:pointer;background:0 0;border:none;flex-direction:column;gap:10px;padding:0;display:flex}._themeSwatch_r0fsq_329{aspect-ratio:3;border:0 solid #0000;border-radius:12px;width:100%}._themeButtonActive_r0fsq_336 ._themeSwatch_r0fsq_329{border:4px solid #164e63}._themeName_r0fsq_340{color:#0f172a;font-family:Inter;font-size:.875rem;font-weight:500}@media (width<=1024px){._tabs_r0fsq_8{grid-template-columns:repeat(var(--tabs-count), minmax(170px, 1fr));overflow-x:auto}._formGrid_r0fsq_82,._themeGrid_r0fsq_312{grid-template-columns:1fr}._fieldNarrow_r0fsq_100{max-width:none}}@media (width<=768px){._page_r0fsq_1{padding-top:10px}._panel_r0fsq_47{border-radius:16px;min-height:calc(100vh - 178px)}._panelBody_r0fsq_55{padding:22px 18px 32px}._title_r0fsq_62{font-size:1.375rem}._unsavedChangesContent_r0fsq_266{padding:12px 24px 26px}._unsavedChangesFooter_r0fsq_305,._logoRow_r0fsq_138{flex-direction:column}._logoPreview_r0fsq_144,._uploadBox_r0fsq_181,._enterpriseLogoFileWrapper_r0fsq_218{width:100%;min-width:0}}._messageWrapper_10lbt_1{flex:1;align-items:center;width:100%;height:100%;display:grid}._message_10lbt_1{text-align:center;color:gray;width:100%;font-size:1.125rem}._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_wk4gp_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_wk4gp_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_wk4gp_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.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_wk4gp_23{width:100%;margin-bottom:16px}._fieldWrapper_wk4gp_23:last-child{margin-bottom:0}._fieldLabel_wk4gp_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_wk4gp_36{margin-top:8px;font-size:.75rem}._field_wk4gp_23{width:100%;position:relative}._fieldLabelNew_wk4gp_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_wk4gp_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_wk4gp_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_wk4gp_52[type=password]{font-size:18px}._inputNew_wk4gp_52:focus,._inputNew_wk4gp_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_wk4gp_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_wk4gp_52:disabled::placeholder{color:#cbd5e1}._inputNew_wk4gp_52._error_wk4gp_7{border:1px solid #ef4444}._inputNew_wk4gp_52._error_wk4gp_7:focus,._inputNew_wk4gp_52._error_wk4gp_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_wk4gp_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_wk4gp_90{width:calc(50% - 8px)}._tableNavWrapper_wk4gp_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_wk4gp_109{align-items:center;display:flex}._tableNavItem_wk4gp_114{margin:0 6px}._modalContent_wk4gp_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_wk4gp_118._center_wk4gp_125{text-align:center;font-family:Inter}._modalContent_wk4gp_118._settings_wk4gp_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_wk4gp_118._settingsIntegration_wk4gp_133,._modalContent_wk4gp_118._performanceTestModalContent_wk4gp_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_wk4gp_118._monitoringReportContent_wk4gp_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_wk4gp_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_wk4gp_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_wk4gp_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_wk4gp_158:after,._modalLine_wk4gp_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_wk4gp_158:before{left:-20px}._modalLine_wk4gp_158:after{right:-20px}._infoMessage_wk4gp_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_wk4gp_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_wk4gp_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_wk4gp_196._buttonsAutoWidth_wk4gp_203{justify-content:flex-end}._modalFooter_wk4gp_196._buttonsAutoWidth_wk4gp_203 button,._modalFooter_wk4gp_196._buttonsAutoWidth_wk4gp_203 span{margin-left:12px}._fullWidthTitle_wk4gp_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_wk4gp_223{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_wk4gp_230{background:#fff;border:1px solid #e2e8f0;border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_wk4gp_230{padding:0 16px 15px}}._widgetHeader_wk4gp_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_wk4gp_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_wk4gp_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_wk4gp_266{align-items:center;height:180px;display:flex}._widgetFooter_wk4gp_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_wk4gp_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_wk4gp_279:last-child{border:none}._widgetMainValue_wk4gp_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_wk4gp_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_wk4gp_303{color:#64748b;font-size:.75rem}._widgetLoader_wk4gp_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_wk4gp_315{opacity:.5;cursor:default}._widgetTag_wk4gp_320{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_wk4gp_328{color:#0f172a;font-weight:500}._chartValuesWrapper_wk4gp_333{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_wk4gp_341{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_wk4gp_341._green_wk4gp_346:before,._chartValuesTitle_wk4gp_341._dark_wk4gp_346:before,._chartValuesTitle_wk4gp_341._blue_wk4gp_346: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_wk4gp_341._green_wk4gp_346:before{background:#22c55e}._chartValuesTitle_wk4gp_341._dark_wk4gp_346:before{background:#475569}._chartValuesTitle_wk4gp_341._blue_wk4gp_346:before{background:#43e0f8}._topbar_wk4gp_368{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_wk4gp_376{display:inline-flex}._logo_wk4gp_376{max-width:110px}._menuWrapper_wk4gp_384{display:flex}@media only screen and (width<=1340px){._menuWrapper_wk4gp_384{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_wk4gp_384._opened_wk4gp_401{display:flex}}._menuItem_wk4gp_406{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_wk4gp_406{flex:none;width:auto;margin-bottom:10px}}._menuItem_wk4gp_406 ._menuIcon_wk4gp_427{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_wk4gp_406 ._menuIconPerformance_wk4gp_432{fill:none}._menuItem_wk4gp_406 ._menuIconStroke_wk4gp_435{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_wk4gp_406._active_wk4gp_440,._menuItem_wk4gp_406:hover{color:#52c2fd;background:#fff}._menuItem_wk4gp_406._active_wk4gp_440 ._menuIcon_wk4gp_427:not(._menuIconStroke_wk4gp_435,._menuIconPerformance_wk4gp_432),._menuItem_wk4gp_406:hover ._menuIcon_wk4gp_427:not(._menuIconStroke_wk4gp_435,._menuIconPerformance_wk4gp_432){fill:#52c2fd}._menuItem_wk4gp_406._active_wk4gp_440 ._menuIconPerformance_wk4gp_432 path,._menuItem_wk4gp_406:hover ._menuIconPerformance_wk4gp_432 path{stroke:#59a6fd}._menuItem_wk4gp_406._active_wk4gp_440 ._menuIconStroke_wk4gp_435:not(._menuIcon_wk4gp_427),._menuItem_wk4gp_406:hover ._menuIconStroke_wk4gp_435:not(._menuIcon_wk4gp_427){stroke:#52c2fd}._redDot_wk4gp_454{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_wk4gp_469{justify-content:center;display:flex}._link_wk4gp_474{color:#2db2c8;cursor:pointer;text-decoration:underline}._input_wk4gp_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_wk4gp_52::placeholder{color:#66768e;font-family:Inter;font-size:.875rem}._input_wk4gp_52:focus,._input_wk4gp_52:active{border:1px solid #a7b8d0}._input_wk4gp_52._error_wk4gp_7{border-color:#ef4444}@media only screen and (width<=1024px){._input_wk4gp_52{border-radius:10px;height:40px;padding:0 12px}}._iconButton_wk4gp_510{opacity:.8;cursor:pointer;position:absolute;top:14px;right:16px}._iconButton_wk4gp_510:hover{opacity:.6;transition:all .15s}@media only screen and (width<=1024px){._iconButton_wk4gp_510{top:10px;right:12px}}._showIcon_wk4gp_528{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_wk4gp_533{content:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M10%206.875C9.1712%206.875%208.37634%207.20424%207.79029%207.79029C7.20424%208.37634%206.875%209.1712%206.875%2010C6.875%2010.8288%207.20424%2011.6237%207.79029%2012.2097C8.37634%2012.7958%209.1712%2013.125%2010%2013.125C10.8288%2013.125%2011.6237%2012.7958%2012.2097%2012.2097C12.7958%2011.6237%2013.125%2010.8288%2013.125%2010C13.125%209.1712%2012.7958%208.37634%2012.2097%207.79029C11.6237%207.20424%2010.8288%206.875%2010%206.875ZM8.125%2010C8.125%209.50272%208.32254%209.02581%208.67417%208.67417C9.02581%208.32254%209.50272%208.125%2010%208.125C10.4973%208.125%2010.9742%208.32254%2011.3258%208.67417C11.6775%209.02581%2011.875%209.50272%2011.875%2010C11.875%2010.4973%2011.6775%2010.9742%2011.3258%2011.3258C10.9742%2011.6775%2010.4973%2011.875%2010%2011.875C9.50272%2011.875%209.02581%2011.6775%208.67417%2011.3258C8.32254%2010.9742%208.125%2010.4973%208.125%2010Z'%20fill='black'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M9.99935%202.7085C6.23768%202.7085%203.70352%204.96183%202.23268%206.87266L2.20685%206.90683C1.87352%207.33933%201.56768%207.73683%201.36018%208.20683C1.13768%208.711%201.04102%209.26016%201.04102%2010.0002C1.04102%2010.7402%201.13768%2011.2893%201.36018%2011.7935C1.56852%2012.2635%201.87435%2012.6618%202.20685%2013.0935L2.23352%2013.1277C3.70352%2015.0385%206.23768%2017.2918%209.99935%2017.2918C13.761%2017.2918%2016.2952%2015.0385%2017.766%2013.1277L17.7918%2013.0935C18.1252%2012.6618%2018.431%2012.2635%2018.6385%2011.7935C18.861%2011.2893%2018.9577%2010.7402%2018.9577%2010.0002C18.9577%209.26016%2018.861%208.711%2018.6385%208.20683C18.4302%207.73683%2018.1243%207.33933%2017.7918%206.90683L17.7652%206.87266C16.2952%204.96183%2013.761%202.7085%209.99935%202.7085ZM3.22435%207.63516C4.58102%205.871%206.79102%203.9585%209.99935%203.9585C13.2077%203.9585%2015.4168%205.871%2016.7743%207.63516C17.141%208.11016%2017.3543%208.3935%2017.4952%208.71183C17.6269%209.01016%2017.7077%209.37433%2017.7077%2010.0002C17.7077%2010.626%2017.6269%2010.9902%2017.4952%2011.2885C17.3543%2011.6068%2017.1402%2011.8902%2016.7752%2012.3652C15.416%2014.1293%2013.2077%2016.0418%209.99935%2016.0418C6.79102%2016.0418%204.58185%2014.1293%203.22435%2012.3652C2.85768%2011.8902%202.64435%2011.6068%202.50352%2011.2885C2.37185%2010.9902%202.29102%2010.626%202.29102%2010.0002C2.29102%209.37433%202.37185%209.01016%202.50352%208.71183C2.64435%208.3935%202.85935%208.11016%203.22435%207.63516Z'%20fill='black'/%3e%3c/svg%3e");display:inline-flex}._authButtonsWrapper_1sqrr_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_1sqrr_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_1sqrr_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.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_1sqrr_23{width:100%;margin-bottom:16px}._fieldWrapper_1sqrr_23:last-child{margin-bottom:0}._fieldLabel_1sqrr_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_1sqrr_36{margin-top:8px;font-size:.75rem}._field_1sqrr_23{width:100%;position:relative}._fieldLabelNew_1sqrr_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_1sqrr_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_1sqrr_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_1sqrr_52[type=password]{font-size:18px}._inputNew_1sqrr_52:focus,._inputNew_1sqrr_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_1sqrr_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_1sqrr_52:disabled::placeholder{color:#cbd5e1}._inputNew_1sqrr_52._error_1sqrr_7{border:1px solid #ef4444}._inputNew_1sqrr_52._error_1sqrr_7:focus,._inputNew_1sqrr_52._error_1sqrr_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_1sqrr_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_1sqrr_90{width:calc(50% - 8px)}._tableNavWrapper_1sqrr_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_1sqrr_109{align-items:center;display:flex}._tableNavItem_1sqrr_114{margin:0 6px}._modalContent_1sqrr_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_1sqrr_118._center_1sqrr_125{text-align:center;font-family:Inter}._modalContent_1sqrr_118._settings_1sqrr_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_1sqrr_118._settingsIntegration_1sqrr_133,._modalContent_1sqrr_118._performanceTestModalContent_1sqrr_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_1sqrr_118._monitoringReportContent_1sqrr_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_1sqrr_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_1sqrr_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_1sqrr_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_1sqrr_158:after,._modalLine_1sqrr_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_1sqrr_158:before{left:-20px}._modalLine_1sqrr_158:after{right:-20px}._infoMessage_1sqrr_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_1sqrr_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_1sqrr_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_1sqrr_196._buttonsAutoWidth_1sqrr_203{justify-content:flex-end}._modalFooter_1sqrr_196._buttonsAutoWidth_1sqrr_203 button,._modalFooter_1sqrr_196._buttonsAutoWidth_1sqrr_203 span{margin-left:12px}._fullWidthTitle_1sqrr_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_1sqrr_223{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_1sqrr_230{background:#fff;border:1px solid #e2e8f0;border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_1sqrr_230{padding:0 16px 15px}}._widgetHeader_1sqrr_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_1sqrr_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_1sqrr_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_1sqrr_266{align-items:center;height:180px;display:flex}._widgetFooter_1sqrr_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_1sqrr_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_1sqrr_279:last-child{border:none}._widgetMainValue_1sqrr_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_1sqrr_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_1sqrr_303{color:#64748b;font-size:.75rem}._widgetLoader_1sqrr_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_1sqrr_315{opacity:.5;cursor:default}._widgetTag_1sqrr_320{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_1sqrr_328{color:#0f172a;font-weight:500}._chartValuesWrapper_1sqrr_333{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_1sqrr_341{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_1sqrr_341._green_1sqrr_346:before,._chartValuesTitle_1sqrr_341._dark_1sqrr_346:before,._chartValuesTitle_1sqrr_341._blue_1sqrr_346: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_1sqrr_341._green_1sqrr_346:before{background:#22c55e}._chartValuesTitle_1sqrr_341._dark_1sqrr_346:before{background:#475569}._chartValuesTitle_1sqrr_341._blue_1sqrr_346:before{background:#43e0f8}._topbar_1sqrr_368{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_1sqrr_376{display:inline-flex}._logo_1sqrr_376{max-width:110px}._menuWrapper_1sqrr_384{display:flex}@media only screen and (width<=1340px){._menuWrapper_1sqrr_384{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_1sqrr_384._opened_1sqrr_401{display:flex}}._menuItem_1sqrr_406{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_1sqrr_406{flex:none;width:auto;margin-bottom:10px}}._menuItem_1sqrr_406 ._menuIcon_1sqrr_427{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_1sqrr_406 ._menuIconPerformance_1sqrr_432{fill:none}._menuItem_1sqrr_406 ._menuIconStroke_1sqrr_435{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_1sqrr_406._active_1sqrr_440,._menuItem_1sqrr_406:hover{color:#52c2fd;background:#fff}._menuItem_1sqrr_406._active_1sqrr_440 ._menuIcon_1sqrr_427:not(._menuIconStroke_1sqrr_435,._menuIconPerformance_1sqrr_432),._menuItem_1sqrr_406:hover ._menuIcon_1sqrr_427:not(._menuIconStroke_1sqrr_435,._menuIconPerformance_1sqrr_432){fill:#52c2fd}._menuItem_1sqrr_406._active_1sqrr_440 ._menuIconPerformance_1sqrr_432 path,._menuItem_1sqrr_406:hover ._menuIconPerformance_1sqrr_432 path{stroke:#59a6fd}._menuItem_1sqrr_406._active_1sqrr_440 ._menuIconStroke_1sqrr_435:not(._menuIcon_1sqrr_427),._menuItem_1sqrr_406:hover ._menuIconStroke_1sqrr_435:not(._menuIcon_1sqrr_427){stroke:#52c2fd}._redDot_1sqrr_454{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_1sqrr_469{justify-content:center;display:flex}._link_1sqrr_474{color:#2db2c8;cursor:pointer;text-decoration:underline}._forgotPasswordLink_1sqrr_480{color:#2db2c8;margin-top:16px;font-family:Inter;font-size:.875rem;font-weight:500;transition:all .15s}._textLink_1sqrr_489{cursor:pointer;border-bottom:1px solid #64748b;margin-left:auto;transition:all .15s}._textLink_1sqrr_489:hover{border-color:#0000}._errorMessageWrapper_1sqrr_499{margin-bottom:16px}._inputFooter_1sqrr_503{justify-content:space-between;margin-top:-16px;display:flex;position:relative}._barWidgetWrapper_hk9oy_1{gap:4px;height:50px;display:flex}._barWidgetItem_hk9oy_7{background:#ccc;border-radius:5px;width:0;transition:width .7s}._noDataMessage_hk9oy_14{text-align:center;justify-content:center;align-items:center;height:50px;display:flex}._authButtonsWrapper_14oiu_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_14oiu_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_14oiu_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.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_14oiu_23{width:100%;margin-bottom:16px}._fieldWrapper_14oiu_23:last-child{margin-bottom:0}._fieldLabel_14oiu_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_14oiu_36{margin-top:8px;font-size:.75rem}._field_14oiu_23{width:100%;position:relative}._fieldLabelNew_14oiu_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_14oiu_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_14oiu_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_14oiu_52[type=password]{font-size:18px}._inputNew_14oiu_52:focus,._inputNew_14oiu_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_14oiu_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_14oiu_52:disabled::placeholder{color:#cbd5e1}._inputNew_14oiu_52._error_14oiu_7{border:1px solid #ef4444}._inputNew_14oiu_52._error_14oiu_7:focus,._inputNew_14oiu_52._error_14oiu_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_14oiu_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_14oiu_90{width:calc(50% - 8px)}._tableNavWrapper_14oiu_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_14oiu_109{align-items:center;display:flex}._tableNavItem_14oiu_114{margin:0 6px}._modalContent_14oiu_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_14oiu_118._center_14oiu_125{text-align:center;font-family:Inter}._modalContent_14oiu_118._settings_14oiu_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_14oiu_118._settingsIntegration_14oiu_133,._modalContent_14oiu_118._performanceTestModalContent_14oiu_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_14oiu_118._monitoringReportContent_14oiu_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_14oiu_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_14oiu_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_14oiu_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_14oiu_158:after,._modalLine_14oiu_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_14oiu_158:before{left:-20px}._modalLine_14oiu_158:after{right:-20px}._infoMessage_14oiu_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_14oiu_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_14oiu_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_14oiu_196._buttonsAutoWidth_14oiu_203{justify-content:flex-end}._modalFooter_14oiu_196._buttonsAutoWidth_14oiu_203 button,._modalFooter_14oiu_196._buttonsAutoWidth_14oiu_203 span{margin-left:12px}._fullWidthTitle_14oiu_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_14oiu_223{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_14oiu_230,._alertsWidgetWrapper_14oiu_230{background:#fff;border:1px solid #e2e8f0;border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_14oiu_230,._alertsWidgetWrapper_14oiu_230{padding:0 16px 15px}}._widgetHeader_14oiu_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_14oiu_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_14oiu_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_14oiu_266{align-items:center;height:180px;display:flex}._widgetFooter_14oiu_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_14oiu_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_14oiu_279:last-child{border:none}._widgetMainValue_14oiu_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_14oiu_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_14oiu_303{color:#64748b;font-size:.75rem}._disabled_14oiu_315{opacity:.5;cursor:default}._widgetTag_14oiu_320{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_14oiu_328{color:#0f172a;font-weight:500}._chartValuesWrapper_14oiu_333{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_14oiu_341{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_14oiu_341._green_14oiu_346:before,._chartValuesTitle_14oiu_341._dark_14oiu_346:before,._chartValuesTitle_14oiu_341._blue_14oiu_346: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_14oiu_341._green_14oiu_346:before{background:#22c55e}._chartValuesTitle_14oiu_341._dark_14oiu_346:before{background:#475569}._chartValuesTitle_14oiu_341._blue_14oiu_346:before{background:#43e0f8}._topbar_14oiu_368{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_14oiu_376{display:inline-flex}._logo_14oiu_376{max-width:110px}._menuWrapper_14oiu_384{display:flex}@media only screen and (width<=1340px){._menuWrapper_14oiu_384{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_14oiu_384._opened_14oiu_401{display:flex}}._menuItem_14oiu_406{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_14oiu_406{flex:none;width:auto;margin-bottom:10px}}._menuItem_14oiu_406 ._menuIcon_14oiu_427{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_14oiu_406 ._menuIconPerformance_14oiu_432{fill:none}._menuItem_14oiu_406 ._menuIconStroke_14oiu_435{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_14oiu_406._active_14oiu_440,._menuItem_14oiu_406:hover{color:#52c2fd;background:#fff}._menuItem_14oiu_406._active_14oiu_440 ._menuIcon_14oiu_427:not(._menuIconStroke_14oiu_435,._menuIconPerformance_14oiu_432),._menuItem_14oiu_406:hover ._menuIcon_14oiu_427:not(._menuIconStroke_14oiu_435,._menuIconPerformance_14oiu_432){fill:#52c2fd}._menuItem_14oiu_406._active_14oiu_440 ._menuIconPerformance_14oiu_432 path,._menuItem_14oiu_406:hover ._menuIconPerformance_14oiu_432 path{stroke:#59a6fd}._menuItem_14oiu_406._active_14oiu_440 ._menuIconStroke_14oiu_435:not(._menuIcon_14oiu_427),._menuItem_14oiu_406:hover ._menuIconStroke_14oiu_435:not(._menuIcon_14oiu_427){stroke:#52c2fd}._redDot_14oiu_454{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_14oiu_469{justify-content:center;display:flex}._link_14oiu_474{color:#2db2c8;cursor:pointer;text-decoration:underline}._alertsWidgetWrapper_14oiu_230{max-width:initial;flex:500px;min-height:193px}._chartWrapper_14oiu_486{padding:16px 0 0;position:relative}._chartWrapper_14oiu_486>div:first-child{margin:40px 0 50px}._mainValue_14oiu_494{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._mainValueLabel_14oiu_502{color:#64748b;text-transform:uppercase;font-size:12px}._mainValueNumber_14oiu_508{color:#0f172a;margin-top:4px;font-size:24px;font-weight:500;line-height:1.5}._footer_14oiu_516{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._footerItem_14oiu_523{text-align:center;border-right:1px solid #f1f5f9;flex:1}._footerItem_14oiu_523:last-child{border:none}._footerNote_14oiu_532{color:#64748b;align-items:center;font-size:12px;display:inline-flex}._footerNote_14oiu_532:before{content:"";background-color:var(--dot-color,#64748b);border-radius:50%;width:12px;height:12px;margin-right:4px;display:inline-flex}._footerValue_14oiu_548{color:#0f172a;margin-top:4px;font-size:24px;font-weight:500;line-height:1.5;display:block}._widgetLoader_14oiu_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._rainbowWrapper_1oy9k_1{width:210px}._rainbowWrapper_1e8u2_1{justify-content:center;width:240px;display:flex}._authButtonsWrapper_7nums_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_7nums_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_7nums_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.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_7nums_23{width:100%;margin-bottom:16px}._fieldWrapper_7nums_23:last-child{margin-bottom:0}._fieldLabel_7nums_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_7nums_36{margin-top:8px;font-size:.75rem}._field_7nums_23{width:100%;position:relative}._fieldLabelNew_7nums_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_7nums_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_7nums_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_7nums_52[type=password]{font-size:18px}._inputNew_7nums_52:focus,._inputNew_7nums_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_7nums_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_7nums_52:disabled::placeholder{color:#cbd5e1}._inputNew_7nums_52._error_7nums_7{border:1px solid #ef4444}._inputNew_7nums_52._error_7nums_7:focus,._inputNew_7nums_52._error_7nums_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_7nums_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_7nums_90{width:calc(50% - 8px)}._tableNavWrapper_7nums_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_7nums_109{align-items:center;display:flex}._tableNavItem_7nums_114{margin:0 6px}._modalContent_7nums_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_7nums_118._center_7nums_125{text-align:center;font-family:Inter}._modalContent_7nums_118._settings_7nums_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_7nums_118._settingsIntegration_7nums_133,._modalContent_7nums_118._performanceTestModalContent_7nums_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_7nums_118._monitoringReportContent_7nums_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_7nums_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_7nums_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_7nums_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_7nums_158:after,._modalLine_7nums_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_7nums_158:before{left:-20px}._modalLine_7nums_158:after{right:-20px}._infoMessage_7nums_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_7nums_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_7nums_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_7nums_196._buttonsAutoWidth_7nums_203{justify-content:flex-end}._modalFooter_7nums_196._buttonsAutoWidth_7nums_203 button,._modalFooter_7nums_196._buttonsAutoWidth_7nums_203 span{margin-left:12px}._fullWidthTitle_7nums_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_7nums_223{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_7nums_230{background:#fff;border:1px solid #e2e8f0;border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_7nums_230{padding:0 16px 15px}}._widgetHeader_7nums_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_7nums_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_7nums_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_7nums_266{align-items:center;height:180px;display:flex}._widgetFooter_7nums_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_7nums_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_7nums_279:last-child{border:none}._widgetMainValue_7nums_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_7nums_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_7nums_303{color:#64748b;font-size:.75rem}._widgetLoader_7nums_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_7nums_315{opacity:.5;cursor:default}._widgetTag_7nums_320{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_7nums_328{color:#0f172a;font-weight:500}._chartValuesWrapper_7nums_333{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_7nums_341{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_7nums_341._green_7nums_346:before,._chartValuesTitle_7nums_341._dark_7nums_346:before,._chartValuesTitle_7nums_341._blue_7nums_346: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_7nums_341._green_7nums_346:before{background:#22c55e}._chartValuesTitle_7nums_341._dark_7nums_346:before{background:#475569}._chartValuesTitle_7nums_341._blue_7nums_346:before{background:#43e0f8}._topbar_7nums_368{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_7nums_376{display:inline-flex}._logo_7nums_376{max-width:110px}._menuWrapper_7nums_384{display:flex}@media only screen and (width<=1340px){._menuWrapper_7nums_384{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_7nums_384._opened_7nums_401{display:flex}}._menuItem_7nums_406{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_7nums_406{flex:none;width:auto;margin-bottom:10px}}._menuItem_7nums_406 ._menuIcon_7nums_427{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_7nums_406 ._menuIconPerformance_7nums_432{fill:none}._menuItem_7nums_406 ._menuIconStroke_7nums_435{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_7nums_406._active_7nums_440,._menuItem_7nums_406:hover{color:#52c2fd;background:#fff}._menuItem_7nums_406._active_7nums_440 ._menuIcon_7nums_427:not(._menuIconStroke_7nums_435,._menuIconPerformance_7nums_432),._menuItem_7nums_406:hover ._menuIcon_7nums_427:not(._menuIconStroke_7nums_435,._menuIconPerformance_7nums_432){fill:#52c2fd}._menuItem_7nums_406._active_7nums_440 ._menuIconPerformance_7nums_432 path,._menuItem_7nums_406:hover ._menuIconPerformance_7nums_432 path{stroke:#59a6fd}._menuItem_7nums_406._active_7nums_440 ._menuIconStroke_7nums_435:not(._menuIcon_7nums_427),._menuItem_7nums_406:hover ._menuIconStroke_7nums_435:not(._menuIcon_7nums_427){stroke:#52c2fd}._redDot_7nums_454{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_7nums_469{justify-content:center;display:flex}._link_7nums_474{color:#2db2c8;cursor:pointer;text-decoration:underline}._periodButtonsWrapper_7nums_480{justify-content:space-between;margin-bottom:-8px;display:flex}._separator_7nums_486{background:#e2e8f0;width:calc(100% + 40px);height:1px;margin-top:20px;margin-bottom:12px;margin-right:20px;position:relative;left:-20px}._periodButton_7nums_480{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_7nums_480._active_7nums_440,._periodButton_7nums_480:hover{background:#ebfcff;border-color:#43e0f8}._authButtonsWrapper_1jwa2_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_1jwa2_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_1jwa2_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.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_1jwa2_23{width:100%;margin-bottom:16px}._fieldWrapper_1jwa2_23:last-child{margin-bottom:0}._fieldLabel_1jwa2_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_1jwa2_36{margin-top:8px;font-size:.75rem}._field_1jwa2_23{width:100%;position:relative}._fieldLabelNew_1jwa2_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_1jwa2_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_1jwa2_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_1jwa2_52[type=password]{font-size:18px}._inputNew_1jwa2_52:focus,._inputNew_1jwa2_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_1jwa2_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_1jwa2_52:disabled::placeholder{color:#cbd5e1}._inputNew_1jwa2_52._error_1jwa2_7{border:1px solid #ef4444}._inputNew_1jwa2_52._error_1jwa2_7:focus,._inputNew_1jwa2_52._error_1jwa2_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_1jwa2_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_1jwa2_90{width:calc(50% - 8px)}._tableNavWrapper_1jwa2_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_1jwa2_109{align-items:center;display:flex}._tableNavItem_1jwa2_114{margin:0 6px}._modalContent_1jwa2_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_1jwa2_118._center_1jwa2_125{text-align:center;font-family:Inter}._modalContent_1jwa2_118._settings_1jwa2_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_1jwa2_118._settingsIntegration_1jwa2_133,._modalContent_1jwa2_118._performanceTestModalContent_1jwa2_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_1jwa2_118._monitoringReportContent_1jwa2_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_1jwa2_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_1jwa2_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_1jwa2_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_1jwa2_158:after,._modalLine_1jwa2_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_1jwa2_158:before{left:-20px}._modalLine_1jwa2_158:after{right:-20px}._infoMessage_1jwa2_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_1jwa2_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_1jwa2_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_1jwa2_196._buttonsAutoWidth_1jwa2_203{justify-content:flex-end}._modalFooter_1jwa2_196._buttonsAutoWidth_1jwa2_203 button,._modalFooter_1jwa2_196._buttonsAutoWidth_1jwa2_203 span{margin-left:12px}._fullWidthTitle_1jwa2_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_1jwa2_223{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_1jwa2_230{background:#fff;border:1px solid #e2e8f0;border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_1jwa2_230{padding:0 16px 15px}}._widgetHeader_1jwa2_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_1jwa2_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_1jwa2_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_1jwa2_266{align-items:center;height:180px;display:flex}._widgetFooter_1jwa2_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_1jwa2_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_1jwa2_279:last-child{border:none}._widgetMainValue_1jwa2_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_1jwa2_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_1jwa2_303{color:#64748b;font-size:.75rem}._widgetLoader_1jwa2_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_1jwa2_315{opacity:.5;cursor:default}._widgetTag_1jwa2_320{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_1jwa2_328{color:#0f172a;font-weight:500}._chartValuesWrapper_1jwa2_333{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_1jwa2_341{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_1jwa2_341._green_1jwa2_346:before,._chartValuesTitle_1jwa2_341._dark_1jwa2_346:before,._chartValuesTitle_1jwa2_341._blue_1jwa2_346: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_1jwa2_341._green_1jwa2_346:before{background:#22c55e}._chartValuesTitle_1jwa2_341._dark_1jwa2_346:before{background:#475569}._chartValuesTitle_1jwa2_341._blue_1jwa2_346:before{background:#43e0f8}._topbar_1jwa2_368{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_1jwa2_376{display:inline-flex}._logo_1jwa2_376{max-width:110px}._menuWrapper_1jwa2_384{display:flex}@media only screen and (width<=1340px){._menuWrapper_1jwa2_384{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_1jwa2_384._opened_1jwa2_401{display:flex}}._menuItem_1jwa2_406{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_1jwa2_406{flex:none;width:auto;margin-bottom:10px}}._menuItem_1jwa2_406 ._menuIcon_1jwa2_427{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_1jwa2_406 ._menuIconPerformance_1jwa2_432{fill:none}._menuItem_1jwa2_406 ._menuIconStroke_1jwa2_435{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_1jwa2_406._active_1jwa2_440,._menuItem_1jwa2_406:hover{color:#52c2fd;background:#fff}._menuItem_1jwa2_406._active_1jwa2_440 ._menuIcon_1jwa2_427:not(._menuIconStroke_1jwa2_435,._menuIconPerformance_1jwa2_432),._menuItem_1jwa2_406:hover ._menuIcon_1jwa2_427:not(._menuIconStroke_1jwa2_435,._menuIconPerformance_1jwa2_432){fill:#52c2fd}._menuItem_1jwa2_406._active_1jwa2_440 ._menuIconPerformance_1jwa2_432 path,._menuItem_1jwa2_406:hover ._menuIconPerformance_1jwa2_432 path{stroke:#59a6fd}._menuItem_1jwa2_406._active_1jwa2_440 ._menuIconStroke_1jwa2_435:not(._menuIcon_1jwa2_427),._menuItem_1jwa2_406:hover ._menuIconStroke_1jwa2_435:not(._menuIcon_1jwa2_427){stroke:#52c2fd}._redDot_1jwa2_454{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_1jwa2_469{justify-content:center;display:flex}._link_1jwa2_474{color:#2db2c8;cursor:pointer;text-decoration:underline}._toggleContainer_1jwa2_480{cursor:pointer;display:inline-flex}._toggleSlider_1jwa2_485{background-color:#cbd5e1;border-radius:18px;width:30px;height:18px;transition:all .2s;position:relative}._toggleHandle_1jwa2_494{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_1jwa2_506._toggleSlider_1jwa2_485{background-color:#00bbdc}._checked_1jwa2_506 ._toggleHandle_1jwa2_494{transform:translate(12px)}input[type=checkbox]{display:none}._toggleWrapper_1jwa2_518{align-items:center;display:inline-flex;position:relative}._toggleWrapper_1jwa2_518._reverse_1jwa2_523{flex-direction:row-reverse}._toggleText_1jwa2_527{padding:0 8px;font-size:.875rem}._authButtonsWrapper_3xwo0_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_3xwo0_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_3xwo0_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.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_3xwo0_23{width:100%;margin-bottom:16px}._fieldWrapper_3xwo0_23:last-child{margin-bottom:0}._fieldLabel_3xwo0_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_3xwo0_36{margin-top:8px;font-size:.75rem}._field_3xwo0_23{width:100%;position:relative}._fieldLabelNew_3xwo0_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_3xwo0_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_3xwo0_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_3xwo0_52[type=password]{font-size:18px}._inputNew_3xwo0_52:focus,._inputNew_3xwo0_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_3xwo0_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_3xwo0_52:disabled::placeholder{color:#cbd5e1}._inputNew_3xwo0_52._error_3xwo0_7{border:1px solid #ef4444}._inputNew_3xwo0_52._error_3xwo0_7:focus,._inputNew_3xwo0_52._error_3xwo0_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_3xwo0_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_3xwo0_90{width:calc(50% - 8px)}._tableNavWrapper_3xwo0_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_3xwo0_109{align-items:center;display:flex}._tableNavItem_3xwo0_114{margin:0 6px}._modalContent_3xwo0_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_3xwo0_118._center_3xwo0_125{text-align:center;font-family:Inter}._modalContent_3xwo0_118._settings_3xwo0_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_3xwo0_118._settingsIntegration_3xwo0_133,._modalContent_3xwo0_118._performanceTestModalContent_3xwo0_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_3xwo0_118._monitoringReportContent_3xwo0_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_3xwo0_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_3xwo0_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_3xwo0_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_3xwo0_158:after,._modalLine_3xwo0_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_3xwo0_158:before{left:-20px}._modalLine_3xwo0_158:after{right:-20px}._infoMessage_3xwo0_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_3xwo0_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_3xwo0_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_3xwo0_196._buttonsAutoWidth_3xwo0_203{justify-content:flex-end}._modalFooter_3xwo0_196._buttonsAutoWidth_3xwo0_203 button,._modalFooter_3xwo0_196._buttonsAutoWidth_3xwo0_203 span{margin-left:12px}._fullWidthTitle_3xwo0_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_3xwo0_223{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_3xwo0_230{background:#fff;border:1px solid #e2e8f0;border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_3xwo0_230{padding:0 16px 15px}}._widgetHeader_3xwo0_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_3xwo0_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_3xwo0_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_3xwo0_266{align-items:center;height:180px;display:flex}._widgetFooter_3xwo0_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_3xwo0_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_3xwo0_279:last-child{border:none}._widgetMainValue_3xwo0_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_3xwo0_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_3xwo0_303{color:#64748b;font-size:.75rem}._widgetLoader_3xwo0_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_3xwo0_315{opacity:.5;cursor:default}._widgetTag_3xwo0_320{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_3xwo0_328{color:#0f172a;font-weight:500}._chartValuesWrapper_3xwo0_333{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_3xwo0_341{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_3xwo0_341._green_3xwo0_346:before,._chartValuesTitle_3xwo0_341._dark_3xwo0_346:before,._chartValuesTitle_3xwo0_341._blue_3xwo0_346: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_3xwo0_341._green_3xwo0_346:before{background:#22c55e}._chartValuesTitle_3xwo0_341._dark_3xwo0_346:before{background:#475569}._chartValuesTitle_3xwo0_341._blue_3xwo0_346:before{background:#43e0f8}._topbar_3xwo0_368{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_3xwo0_376{display:inline-flex}._logo_3xwo0_376{max-width:110px}._menuWrapper_3xwo0_384{display:flex}@media only screen and (width<=1340px){._menuWrapper_3xwo0_384{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_3xwo0_384._opened_3xwo0_401{display:flex}}._menuItem_3xwo0_406{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_3xwo0_406{flex:none;width:auto;margin-bottom:10px}}._menuItem_3xwo0_406 ._menuIcon_3xwo0_427{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_3xwo0_406 ._menuIconPerformance_3xwo0_432{fill:none}._menuItem_3xwo0_406 ._menuIconStroke_3xwo0_435{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_3xwo0_406._active_3xwo0_440,._menuItem_3xwo0_406:hover{color:#52c2fd;background:#fff}._menuItem_3xwo0_406._active_3xwo0_440 ._menuIcon_3xwo0_427:not(._menuIconStroke_3xwo0_435,._menuIconPerformance_3xwo0_432),._menuItem_3xwo0_406:hover ._menuIcon_3xwo0_427:not(._menuIconStroke_3xwo0_435,._menuIconPerformance_3xwo0_432){fill:#52c2fd}._menuItem_3xwo0_406._active_3xwo0_440 ._menuIconPerformance_3xwo0_432 path,._menuItem_3xwo0_406:hover ._menuIconPerformance_3xwo0_432 path{stroke:#59a6fd}._menuItem_3xwo0_406._active_3xwo0_440 ._menuIconStroke_3xwo0_435:not(._menuIcon_3xwo0_427),._menuItem_3xwo0_406:hover ._menuIconStroke_3xwo0_435:not(._menuIcon_3xwo0_427){stroke:#52c2fd}._redDot_3xwo0_454{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_3xwo0_469{justify-content:center;display:flex}._link_3xwo0_474{color:#2db2c8;cursor:pointer;text-decoration:underline}._modalTitle_3xwo0_146{margin:0}._modalSubtitle_3xwo0_484{text-transform:uppercase;color:#64748b;font-size:.75rem}._statsScrollableArea_3xwo0_490{height:calc(100vh - 95px);height:calc(var(--vh,1vh) * 100 - 95px);padding-bottom:30px;position:relative;overflow:scroll}._devicesDataContainer_3xwo0_498{flex-wrap:wrap;gap:30px;padding:0 20px 20px;display:flex}._devicesDataItem_3xwo0_505{max-width:160px}._devicesDataItem_3xwo0_505._column3_3xwo0_508{width:calc(33.33% - 20px);max-width:none}._devicesDataText_3xwo0_513{word-break:break-all;margin-top:4px;font-size:.75rem;font-weight:500}._devicesDataText_3xwo0_513._cooling_3xwo0_519{color:#3b92f6}._devicesDataText_3xwo0_513._heating_3xwo0_522{color:#ef4444}._devicesDataText_3xwo0_513._good_3xwo0_525{color:#22c55e}._devicesDataText_3xwo0_513._fair_3xwo0_528{color:#f59e0b}._devicesDataText_3xwo0_513._bad_3xwo0_531{color:#ef4444}._devicesDataText_3xwo0_513._blue_3xwo0_346{color:#2db2c8}._chartsWrapper_3xwo0_538{min-height:480px;padding:0 20px}._mobileChartsWrapper_3xwo0_543{min-height:510px}._drawerTabsWrapper_3xwo0_547{margin-bottom:24px;padding:0 20px}._drawerTabs_3xwo0_547{background-color:#f1f5f9;border-radius:32px;gap:5px;padding:4px;display:flex}._drawerTab_3xwo0_547{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_3xwo0_547._active_3xwo0_440{color:#334155;cursor:initial;background-color:#fff}._drawerTab_3xwo0_547:hover{color:#334155;background-color:#fff}._tabButtonsWrapper_3xwo0_581{flex:1;align-items:center;width:100%;margin-bottom:14px;display:flex}._tempToggleWrapper_3xwo0_589{flex:1;justify-content:flex-end;align-items:center;gap:6px;margin-right:10px;display:flex;position:absolute;top:17px;right:35px}._tempToggleWrapper_3xwo0_589 span{color:#64748b;font-size:14px;font-weight:500}._tabButton_3xwo0_581{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_3xwo0_581:hover{color:#334155}._tabButton_3xwo0_581._active_3xwo0_440{color:#334155;border-color:#43e0f8}._chartContainer_3xwo0_624{height:200px;position:relative}._chartContainerWithLabel_3xwo0_629{height:240px}._temperatureLineChartContainer_3xwo0_633{margin-bottom:20px}._chartBottomDiv_3xwo0_637{opacity:.7;z-index:1;height:24px;position:absolute}._emptyReportDataWrapper_3xwo0_644{margin-top:52px}._barChartContainer_3xwo0_648{height:280px}@media only screen and (width<=768px){._temperatureLineChartContainer_3xwo0_633{margin-bottom:0}._tabButtonsWrapper_3xwo0_581{flex-wrap:wrap;width:100%;margin:0 -20px}._tabButtonsWrapper_3xwo0_581>span{order:-1;justify-content:center;width:100%;margin:0 auto 5px;display:flex}._tabButtonsWrapper_3xwo0_581>div{width:100%;display:flex}._barChartContainer_3xwo0_648{margin-bottom:30px}._emptyReportDataWrapper_3xwo0_644{margin-top:15px}._tabButton_3xwo0_581{text-align:center;cursor:pointer;border-bottom:1px solid #cbd5e1;width:100%;margin-right:0;padding-top:14px}._tabButton_3xwo0_581:hover{color:#334155}._tabButton_3xwo0_581._active_3xwo0_440{color:#2db2c8;border-color:#2db2c8}}._breadcrumbsWrapper_1b8p2_1{flex-shrink:0;align-items:center;min-width:0;margin-bottom:12px;display:flex;overflow:hidden}._breadcrumb_1b8p2_1{color:#64748b;align-items:center;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}._breadcrumb_1b8p2_1:hover{color:#0f172a}._breadcrumb_1b8p2_1:hover ._breadcrumbIcon_1b8p2_21{fill:#0f172a}._breadcrumb_1b8p2_1:last-child{color:#0f172a}._breadcrumb_1b8p2_1:last-child ._breadcrumbIcon_1b8p2_21{display:none}._lastBreadcrumb_1b8p2_31{text-overflow:ellipsis;white-space:nowrap;min-width:0;max-width:100%;display:inline-block;overflow:hidden}._breadcrumbIcon_1b8p2_21{fill:#cbd5e1;margin:0 6px;transition:all .2s;position:relative;top:1px}._contentWrapper_8k7yn_1{background:#fff;border-radius:24px;flex:1;padding:24px;font-family:Inter}._contentTitle_8k7yn_9{max-width:700px;font-size:1.5rem;font-weight:500}._authButtonsWrapper_1c6z3_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_1c6z3_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_1c6z3_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.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_1c6z3_23{width:100%;margin-bottom:16px}._fieldWrapper_1c6z3_23:last-child{margin-bottom:0}._fieldLabel_1c6z3_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_1c6z3_36{margin-top:8px;font-size:.75rem}._field_1c6z3_23{width:100%;position:relative}._fieldLabelNew_1c6z3_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_1c6z3_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_1c6z3_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_1c6z3_52[type=password]{font-size:18px}._inputNew_1c6z3_52:focus,._inputNew_1c6z3_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_1c6z3_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_1c6z3_52:disabled::placeholder{color:#cbd5e1}._inputNew_1c6z3_52._error_1c6z3_7{border:1px solid #ef4444}._inputNew_1c6z3_52._error_1c6z3_7:focus,._inputNew_1c6z3_52._error_1c6z3_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_1c6z3_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_1c6z3_90{width:calc(50% - 8px)}._tableNavWrapper_1c6z3_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_1c6z3_109{align-items:center;display:flex}._tableNavItem_1c6z3_114{margin:0 6px}._modalContent_1c6z3_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_1c6z3_118._center_1c6z3_125{text-align:center;font-family:Inter}._modalContent_1c6z3_118._settings_1c6z3_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_1c6z3_118._settingsIntegration_1c6z3_133,._modalContent_1c6z3_118._performanceTestModalContent_1c6z3_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_1c6z3_118._monitoringReportContent_1c6z3_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_1c6z3_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_1c6z3_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_1c6z3_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_1c6z3_158:after,._modalLine_1c6z3_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_1c6z3_158:before{left:-20px}._modalLine_1c6z3_158:after{right:-20px}._infoMessage_1c6z3_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_1c6z3_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_1c6z3_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_1c6z3_196._buttonsAutoWidth_1c6z3_203{justify-content:flex-end}._modalFooter_1c6z3_196._buttonsAutoWidth_1c6z3_203 button,._modalFooter_1c6z3_196._buttonsAutoWidth_1c6z3_203 span{margin-left:12px}._fullWidthTitle_1c6z3_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_1c6z3_223{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_1c6z3_230{background:#fff;border:1px solid #e2e8f0;border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_1c6z3_230{padding:0 16px 15px}}._widgetHeader_1c6z3_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_1c6z3_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_1c6z3_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_1c6z3_266{align-items:center;height:180px;display:flex}._widgetFooter_1c6z3_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_1c6z3_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_1c6z3_279:last-child{border:none}._widgetMainValue_1c6z3_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_1c6z3_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_1c6z3_303{color:#64748b;font-size:.75rem}._widgetLoader_1c6z3_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_1c6z3_315{opacity:.5;cursor:default}._widgetTag_1c6z3_320{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_1c6z3_328{color:#0f172a;font-weight:500}._chartValuesWrapper_1c6z3_333{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_1c6z3_341{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_1c6z3_341._green_1c6z3_346:before,._chartValuesTitle_1c6z3_341._dark_1c6z3_346:before,._chartValuesTitle_1c6z3_341._blue_1c6z3_346: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_1c6z3_341._green_1c6z3_346:before{background:#22c55e}._chartValuesTitle_1c6z3_341._dark_1c6z3_346:before{background:#475569}._chartValuesTitle_1c6z3_341._blue_1c6z3_346:before{background:#43e0f8}._topbar_1c6z3_368{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_1c6z3_376{display:inline-flex}._logo_1c6z3_376{max-width:110px}._menuWrapper_1c6z3_384{display:flex}@media only screen and (width<=1340px){._menuWrapper_1c6z3_384{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_1c6z3_384._opened_1c6z3_401{display:flex}}._menuItem_1c6z3_406{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_1c6z3_406{flex:none;width:auto;margin-bottom:10px}}._menuItem_1c6z3_406 ._menuIcon_1c6z3_427{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_1c6z3_406 ._menuIconPerformance_1c6z3_432{fill:none}._menuItem_1c6z3_406 ._menuIconStroke_1c6z3_435{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_1c6z3_406._active_1c6z3_440,._menuItem_1c6z3_406:hover{color:#52c2fd;background:#fff}._menuItem_1c6z3_406._active_1c6z3_440 ._menuIcon_1c6z3_427:not(._menuIconStroke_1c6z3_435,._menuIconPerformance_1c6z3_432),._menuItem_1c6z3_406:hover ._menuIcon_1c6z3_427:not(._menuIconStroke_1c6z3_435,._menuIconPerformance_1c6z3_432){fill:#52c2fd}._menuItem_1c6z3_406._active_1c6z3_440 ._menuIconPerformance_1c6z3_432 path,._menuItem_1c6z3_406:hover ._menuIconPerformance_1c6z3_432 path{stroke:#59a6fd}._menuItem_1c6z3_406._active_1c6z3_440 ._menuIconStroke_1c6z3_435:not(._menuIcon_1c6z3_427),._menuItem_1c6z3_406:hover ._menuIconStroke_1c6z3_435:not(._menuIcon_1c6z3_427){stroke:#52c2fd}._redDot_1c6z3_454{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_1c6z3_469{justify-content:center;display:flex}._link_1c6z3_474{color:#2db2c8;cursor:pointer;text-decoration:underline}._pageDropdownWrapper_1c6z3_480,._paginationDropdownWrapper_1c6z3_486{font-size:.875rem;font-weight:500;position:relative}._paginationDropdown_1c6z3_486{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_1c6z3_505{position:absolute;top:6px;right:12px;transform:rotate(180deg)}._paginationIcon_1c6z3_505._active_1c6z3_440{transform:rotate(0)}._paginationDropdownList_1c6z3_515{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_1c6z3_526{cursor:pointer;padding:10px;transition:all .2s;position:relative}._paginationDropdownItem_1c6z3_526:hover{background:#f1f5f9}._paginationDropdownItem_1c6z3_526._active_1c6z3_440: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_18qe6_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_18qe6_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_18qe6_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.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_18qe6_23{width:100%;margin-bottom:16px}._fieldWrapper_18qe6_23:last-child{margin-bottom:0}._fieldLabel_18qe6_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_18qe6_36{margin-top:8px;font-size:.75rem}._field_18qe6_23{width:100%;position:relative}._fieldLabelNew_18qe6_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_18qe6_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_18qe6_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_18qe6_52[type=password]{font-size:18px}._inputNew_18qe6_52:focus,._inputNew_18qe6_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_18qe6_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_18qe6_52:disabled::placeholder{color:#cbd5e1}._inputNew_18qe6_52._error_18qe6_7{border:1px solid #ef4444}._inputNew_18qe6_52._error_18qe6_7:focus,._inputNew_18qe6_52._error_18qe6_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_18qe6_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_18qe6_90{width:calc(50% - 8px)}._tableNavWrapper_18qe6_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_18qe6_109{align-items:center;display:flex}._tableNavItem_18qe6_114{margin:0 6px}._modalContent_18qe6_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_18qe6_118._center_18qe6_125{text-align:center;font-family:Inter}._modalContent_18qe6_118._settings_18qe6_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_18qe6_118._settingsIntegration_18qe6_133,._modalContent_18qe6_118._performanceTestModalContent_18qe6_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_18qe6_118._monitoringReportContent_18qe6_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_18qe6_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_18qe6_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_18qe6_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_18qe6_158:after,._modalLine_18qe6_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_18qe6_158:before{left:-20px}._modalLine_18qe6_158:after{right:-20px}._infoMessage_18qe6_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_18qe6_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_18qe6_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_18qe6_196._buttonsAutoWidth_18qe6_203{justify-content:flex-end}._modalFooter_18qe6_196._buttonsAutoWidth_18qe6_203 button,._modalFooter_18qe6_196._buttonsAutoWidth_18qe6_203 span{margin-left:12px}._fullWidthTitle_18qe6_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_18qe6_223{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_18qe6_230{background:#fff;border:1px solid #e2e8f0;border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_18qe6_230{padding:0 16px 15px}}._widgetHeader_18qe6_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_18qe6_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_18qe6_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_18qe6_266{align-items:center;height:180px;display:flex}._widgetFooter_18qe6_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_18qe6_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_18qe6_279:last-child{border:none}._widgetMainValue_18qe6_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_18qe6_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_18qe6_303{color:#64748b;font-size:.75rem}._widgetLoader_18qe6_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_18qe6_315{opacity:.5;cursor:default}._widgetTag_18qe6_320{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_18qe6_328{color:#0f172a;font-weight:500}._chartValuesWrapper_18qe6_333{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_18qe6_341{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_18qe6_341._green_18qe6_346:before,._chartValuesTitle_18qe6_341._dark_18qe6_346:before,._chartValuesTitle_18qe6_341._blue_18qe6_346: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_18qe6_341._green_18qe6_346:before{background:#22c55e}._chartValuesTitle_18qe6_341._dark_18qe6_346:before{background:#475569}._chartValuesTitle_18qe6_341._blue_18qe6_346:before{background:#43e0f8}._topbar_18qe6_368{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_18qe6_376{display:inline-flex}._logo_18qe6_376{max-width:110px}._menuWrapper_18qe6_384{display:flex}@media only screen and (width<=1340px){._menuWrapper_18qe6_384{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_18qe6_384._opened_18qe6_401{display:flex}}._menuItem_18qe6_406{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_18qe6_406{flex:none;width:auto;margin-bottom:10px}}._menuItem_18qe6_406 ._menuIcon_18qe6_427{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_18qe6_406 ._menuIconPerformance_18qe6_432{fill:none}._menuItem_18qe6_406 ._menuIconStroke_18qe6_435{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_18qe6_406._active_18qe6_440,._menuItem_18qe6_406:hover{color:#52c2fd;background:#fff}._menuItem_18qe6_406._active_18qe6_440 ._menuIcon_18qe6_427:not(._menuIconStroke_18qe6_435,._menuIconPerformance_18qe6_432),._menuItem_18qe6_406:hover ._menuIcon_18qe6_427:not(._menuIconStroke_18qe6_435,._menuIconPerformance_18qe6_432){fill:#52c2fd}._menuItem_18qe6_406._active_18qe6_440 ._menuIconPerformance_18qe6_432 path,._menuItem_18qe6_406:hover ._menuIconPerformance_18qe6_432 path{stroke:#59a6fd}._menuItem_18qe6_406._active_18qe6_440 ._menuIconStroke_18qe6_435:not(._menuIcon_18qe6_427),._menuItem_18qe6_406:hover ._menuIconStroke_18qe6_435:not(._menuIcon_18qe6_427){stroke:#52c2fd}._redDot_18qe6_454{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_18qe6_469{justify-content:center;display:flex}._link_18qe6_474{color:#2db2c8;cursor:pointer;text-decoration:underline}._paginationWrapper_18qe6_480{background:#fff;justify-content:space-between;align-items:center;padding:12px 0;display:flex}@media only screen and (width<=900px){._paginationWrapper_18qe6_480{flex-wrap:wrap}}._paginationWrapper_18qe6_480 ul{list-style:none}._paddingNone_18qe6_496{padding:0}._paginationText_18qe6_500{color:#475569;font-size:.875rem}@media only screen and (width<=768px){._paginationWrapper_18qe6_480{flex-direction:column}._paginationWrapper_18qe6_480>div:nth-child(2){order:-1;margin:0 auto 15px}._paginationWrapper_18qe6_480>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_1q1p1_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_1q1p1_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_1q1p1_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.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_1q1p1_23{width:100%;margin-bottom:16px}._fieldWrapper_1q1p1_23:last-child{margin-bottom:0}._fieldLabel_1q1p1_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_1q1p1_36{margin-top:8px;font-size:.75rem}._field_1q1p1_23{width:100%;position:relative}._fieldLabelNew_1q1p1_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_1q1p1_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_1q1p1_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_1q1p1_52[type=password]{font-size:18px}._inputNew_1q1p1_52:focus,._inputNew_1q1p1_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_1q1p1_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_1q1p1_52:disabled::placeholder{color:#cbd5e1}._inputNew_1q1p1_52._error_1q1p1_7{border:1px solid #ef4444}._inputNew_1q1p1_52._error_1q1p1_7:focus,._inputNew_1q1p1_52._error_1q1p1_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_1q1p1_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_1q1p1_90{width:calc(50% - 8px)}._tableNavWrapper_1q1p1_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_1q1p1_109{align-items:center;display:flex}._tableNavItem_1q1p1_114{margin:0 6px}._modalContent_1q1p1_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_1q1p1_118._center_1q1p1_125{text-align:center;font-family:Inter}._modalContent_1q1p1_118._settings_1q1p1_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_1q1p1_118._settingsIntegration_1q1p1_133,._modalContent_1q1p1_118._performanceTestModalContent_1q1p1_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_1q1p1_118._monitoringReportContent_1q1p1_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_1q1p1_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_1q1p1_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_1q1p1_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_1q1p1_158:after,._modalLine_1q1p1_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_1q1p1_158:before{left:-20px}._modalLine_1q1p1_158:after{right:-20px}._infoMessage_1q1p1_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_1q1p1_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_1q1p1_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_1q1p1_196._buttonsAutoWidth_1q1p1_203{justify-content:flex-end}._modalFooter_1q1p1_196._buttonsAutoWidth_1q1p1_203 button,._modalFooter_1q1p1_196._buttonsAutoWidth_1q1p1_203 span{margin-left:12px}._fullWidthTitle_1q1p1_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_1q1p1_223{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_1q1p1_230{background:#fff;border:1px solid #e2e8f0;border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_1q1p1_230{padding:0 16px 15px}}._widgetHeader_1q1p1_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_1q1p1_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_1q1p1_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_1q1p1_266{align-items:center;height:180px;display:flex}._widgetFooter_1q1p1_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_1q1p1_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_1q1p1_279:last-child{border:none}._widgetMainValue_1q1p1_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_1q1p1_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_1q1p1_303{color:#64748b;font-size:.75rem}._widgetLoader_1q1p1_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_1q1p1_315{opacity:.5;cursor:default}._widgetTag_1q1p1_320{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_1q1p1_328{color:#0f172a;font-weight:500}._chartValuesWrapper_1q1p1_333{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_1q1p1_341{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_1q1p1_341._green_1q1p1_346:before,._chartValuesTitle_1q1p1_341._dark_1q1p1_346:before,._chartValuesTitle_1q1p1_341._blue_1q1p1_346: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_1q1p1_341._green_1q1p1_346:before{background:#22c55e}._chartValuesTitle_1q1p1_341._dark_1q1p1_346:before{background:#475569}._chartValuesTitle_1q1p1_341._blue_1q1p1_346:before{background:#43e0f8}._topbar_1q1p1_368{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_1q1p1_376{display:inline-flex}._logo_1q1p1_376{max-width:110px}._menuWrapper_1q1p1_384{display:flex}@media only screen and (width<=1340px){._menuWrapper_1q1p1_384{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_1q1p1_384._opened_1q1p1_401{display:flex}}._menuItem_1q1p1_406{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_1q1p1_406{flex:none;width:auto;margin-bottom:10px}}._menuItem_1q1p1_406 ._menuIcon_1q1p1_427{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_1q1p1_406 ._menuIconPerformance_1q1p1_432{fill:none}._menuItem_1q1p1_406 ._menuIconStroke_1q1p1_435{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_1q1p1_406._active_1q1p1_440,._menuItem_1q1p1_406:hover{color:#52c2fd;background:#fff}._menuItem_1q1p1_406._active_1q1p1_440 ._menuIcon_1q1p1_427:not(._menuIconStroke_1q1p1_435,._menuIconPerformance_1q1p1_432),._menuItem_1q1p1_406:hover ._menuIcon_1q1p1_427:not(._menuIconStroke_1q1p1_435,._menuIconPerformance_1q1p1_432){fill:#52c2fd}._menuItem_1q1p1_406._active_1q1p1_440 ._menuIconPerformance_1q1p1_432 path,._menuItem_1q1p1_406:hover ._menuIconPerformance_1q1p1_432 path{stroke:#59a6fd}._menuItem_1q1p1_406._active_1q1p1_440 ._menuIconStroke_1q1p1_435:not(._menuIcon_1q1p1_427),._menuItem_1q1p1_406:hover ._menuIconStroke_1q1p1_435:not(._menuIcon_1q1p1_427){stroke:#52c2fd}._redDot_1q1p1_454{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_1q1p1_469{justify-content:center;display:flex}._link_1q1p1_474{color:#2db2c8;cursor:pointer;text-decoration:underline}._draggableWrapper_1q1p1_480{text-transform:capitalize;max-height:calc(90vh - 145px);overflow:hidden auto}._editColumnsModal_1q1p1_487{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_1aop9_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_1aop9_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_1aop9_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.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_1aop9_23{width:100%;margin-bottom:16px}._fieldWrapper_1aop9_23:last-child{margin-bottom:0}._fieldLabel_1aop9_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_1aop9_36{margin-top:8px;font-size:.75rem}._field_1aop9_23{width:100%;position:relative}._fieldLabelNew_1aop9_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_1aop9_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_1aop9_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_1aop9_52[type=password]{font-size:18px}._inputNew_1aop9_52:focus,._inputNew_1aop9_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_1aop9_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_1aop9_52:disabled::placeholder{color:#cbd5e1}._inputNew_1aop9_52._error_1aop9_7{border:1px solid #ef4444}._inputNew_1aop9_52._error_1aop9_7:focus,._inputNew_1aop9_52._error_1aop9_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_1aop9_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_1aop9_90{width:calc(50% - 8px)}._tableNavWrapper_1aop9_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_1aop9_109{align-items:center;display:flex}._tableNavItem_1aop9_114{margin:0 6px}._modalContent_1aop9_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_1aop9_118._center_1aop9_125{text-align:center;font-family:Inter}._modalContent_1aop9_118._settings_1aop9_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_1aop9_118._settingsIntegration_1aop9_133,._modalContent_1aop9_118._performanceTestModalContent_1aop9_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_1aop9_118._monitoringReportContent_1aop9_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_1aop9_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_1aop9_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_1aop9_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_1aop9_158:after,._modalLine_1aop9_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_1aop9_158:before{left:-20px}._modalLine_1aop9_158:after{right:-20px}._infoMessage_1aop9_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_1aop9_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_1aop9_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_1aop9_196._buttonsAutoWidth_1aop9_203{justify-content:flex-end}._modalFooter_1aop9_196._buttonsAutoWidth_1aop9_203 button,._modalFooter_1aop9_196._buttonsAutoWidth_1aop9_203 span{margin-left:12px}._fullWidthTitle_1aop9_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_1aop9_223{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_1aop9_230{background:#fff;border:1px solid #e2e8f0;border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_1aop9_230{padding:0 16px 15px}}._widgetHeader_1aop9_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_1aop9_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_1aop9_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_1aop9_266{align-items:center;height:180px;display:flex}._widgetFooter_1aop9_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_1aop9_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_1aop9_279:last-child{border:none}._widgetMainValue_1aop9_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_1aop9_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_1aop9_303{color:#64748b;font-size:.75rem}._widgetLoader_1aop9_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_1aop9_315{opacity:.5;cursor:default}._widgetTag_1aop9_320{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_1aop9_328{color:#0f172a;font-weight:500}._chartValuesWrapper_1aop9_333{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_1aop9_341{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_1aop9_341._green_1aop9_346:before,._chartValuesTitle_1aop9_341._dark_1aop9_346:before,._chartValuesTitle_1aop9_341._blue_1aop9_346: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_1aop9_341._green_1aop9_346:before{background:#22c55e}._chartValuesTitle_1aop9_341._dark_1aop9_346:before{background:#475569}._chartValuesTitle_1aop9_341._blue_1aop9_346:before{background:#43e0f8}._topbar_1aop9_368{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_1aop9_376{display:inline-flex}._logo_1aop9_376{max-width:110px}._menuWrapper_1aop9_384{display:flex}@media only screen and (width<=1340px){._menuWrapper_1aop9_384{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_1aop9_384._opened_1aop9_401{display:flex}}._menuItem_1aop9_406{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_1aop9_406{flex:none;width:auto;margin-bottom:10px}}._menuItem_1aop9_406 ._menuIcon_1aop9_427{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_1aop9_406 ._menuIconPerformance_1aop9_432{fill:none}._menuItem_1aop9_406 ._menuIconStroke_1aop9_435{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_1aop9_406._active_1aop9_440,._menuItem_1aop9_406:hover{color:#52c2fd;background:#fff}._menuItem_1aop9_406._active_1aop9_440 ._menuIcon_1aop9_427:not(._menuIconStroke_1aop9_435,._menuIconPerformance_1aop9_432),._menuItem_1aop9_406:hover ._menuIcon_1aop9_427:not(._menuIconStroke_1aop9_435,._menuIconPerformance_1aop9_432){fill:#52c2fd}._menuItem_1aop9_406._active_1aop9_440 ._menuIconPerformance_1aop9_432 path,._menuItem_1aop9_406:hover ._menuIconPerformance_1aop9_432 path{stroke:#59a6fd}._menuItem_1aop9_406._active_1aop9_440 ._menuIconStroke_1aop9_435:not(._menuIcon_1aop9_427),._menuItem_1aop9_406:hover ._menuIconStroke_1aop9_435:not(._menuIcon_1aop9_427){stroke:#52c2fd}._redDot_1aop9_454{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_1aop9_469{justify-content:center;display:flex}._link_1aop9_474{color:#2db2c8;cursor:pointer;text-decoration:underline}._alertStatus_1aop9_480{text-transform:uppercase;align-items:center;font-size:.75rem;font-weight:500;display:inline-flex}._alertStatus_1aop9_480:before{content:"";border-radius:50%;width:8px;height:8px;margin-right:6px;display:inline-flex}._alertStatus_1aop9_480._active_1aop9_440:before{background:#22c55e}._alertStatus_1aop9_480._frozen_1aop9_498:before{background:#475569}._alertStatus_1aop9_480._acknowledged_1aop9_501:before{background:#2db2c8}._authButtonsWrapper_1nexu_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_1nexu_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_1nexu_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.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_1nexu_23{width:100%;margin-bottom:16px}._fieldWrapper_1nexu_23:last-child{margin-bottom:0}._fieldLabel_1nexu_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_1nexu_36{margin-top:8px;font-size:.75rem}._field_1nexu_23{width:100%;position:relative}._fieldLabelNew_1nexu_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_1nexu_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_1nexu_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_1nexu_52[type=password]{font-size:18px}._inputNew_1nexu_52:focus,._inputNew_1nexu_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_1nexu_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_1nexu_52:disabled::placeholder{color:#cbd5e1}._inputNew_1nexu_52._error_1nexu_7{border:1px solid #ef4444}._inputNew_1nexu_52._error_1nexu_7:focus,._inputNew_1nexu_52._error_1nexu_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_1nexu_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_1nexu_90{width:calc(50% - 8px)}._tableNavWrapper_1nexu_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_1nexu_109{align-items:center;display:flex}._tableNavItem_1nexu_114{margin:0 6px}._modalContent_1nexu_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_1nexu_118._center_1nexu_125{text-align:center;font-family:Inter}._modalContent_1nexu_118._settings_1nexu_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_1nexu_118._settingsIntegration_1nexu_133,._modalContent_1nexu_118._performanceTestModalContent_1nexu_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_1nexu_118._monitoringReportContent_1nexu_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_1nexu_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_1nexu_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_1nexu_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_1nexu_158:after,._modalLine_1nexu_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_1nexu_158:before{left:-20px}._modalLine_1nexu_158:after{right:-20px}._infoMessage_1nexu_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_1nexu_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_1nexu_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_1nexu_196._buttonsAutoWidth_1nexu_203{justify-content:flex-end}._modalFooter_1nexu_196._buttonsAutoWidth_1nexu_203 button,._modalFooter_1nexu_196._buttonsAutoWidth_1nexu_203 span{margin-left:12px}._fullWidthTitle_1nexu_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_1nexu_223{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_1nexu_230{background:#fff;border:1px solid #e2e8f0;border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_1nexu_230{padding:0 16px 15px}}._widgetHeader_1nexu_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_1nexu_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_1nexu_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_1nexu_266{align-items:center;height:180px;display:flex}._widgetFooter_1nexu_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_1nexu_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_1nexu_279:last-child{border:none}._widgetMainValue_1nexu_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_1nexu_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_1nexu_303{color:#64748b;font-size:.75rem}._widgetLoader_1nexu_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_1nexu_315{opacity:.5;cursor:default}._widgetTag_1nexu_320{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_1nexu_328{color:#0f172a;font-weight:500}._chartValuesWrapper_1nexu_333{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_1nexu_341{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_1nexu_341._green_1nexu_346:before,._chartValuesTitle_1nexu_341._dark_1nexu_346:before,._chartValuesTitle_1nexu_341._blue_1nexu_346: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_1nexu_341._green_1nexu_346:before{background:#22c55e}._chartValuesTitle_1nexu_341._dark_1nexu_346:before{background:#475569}._chartValuesTitle_1nexu_341._blue_1nexu_346:before{background:#43e0f8}._topbar_1nexu_368{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_1nexu_376{display:inline-flex}._logo_1nexu_376{max-width:110px}._menuWrapper_1nexu_384{display:flex}@media only screen and (width<=1340px){._menuWrapper_1nexu_384{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_1nexu_384._opened_1nexu_401{display:flex}}._menuItem_1nexu_406{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_1nexu_406{flex:none;width:auto;margin-bottom:10px}}._menuItem_1nexu_406 ._menuIcon_1nexu_427{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_1nexu_406 ._menuIconPerformance_1nexu_432{fill:none}._menuItem_1nexu_406 ._menuIconStroke_1nexu_435{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_1nexu_406._active_1nexu_440,._menuItem_1nexu_406:hover{color:#52c2fd;background:#fff}._menuItem_1nexu_406._active_1nexu_440 ._menuIcon_1nexu_427:not(._menuIconStroke_1nexu_435,._menuIconPerformance_1nexu_432),._menuItem_1nexu_406:hover ._menuIcon_1nexu_427:not(._menuIconStroke_1nexu_435,._menuIconPerformance_1nexu_432){fill:#52c2fd}._menuItem_1nexu_406._active_1nexu_440 ._menuIconPerformance_1nexu_432 path,._menuItem_1nexu_406:hover ._menuIconPerformance_1nexu_432 path{stroke:#59a6fd}._menuItem_1nexu_406._active_1nexu_440 ._menuIconStroke_1nexu_435:not(._menuIcon_1nexu_427),._menuItem_1nexu_406:hover ._menuIconStroke_1nexu_435:not(._menuIcon_1nexu_427){stroke:#52c2fd}._redDot_1nexu_454{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_1nexu_469{justify-content:center;display:flex}._link_1nexu_474{color:#2db2c8;cursor:pointer;text-decoration:underline}._widgetsWrapper_1nexu_223{flex-wrap:wrap;gap:24px 16px}._enterpriseWidget_wnz5d_1{border:none;border-radius:20px;flex:1 1 0;min-width:280px;max-width:none;min-height:326px;padding:0 30px 24px}._enterpriseWidget_wnz5d_1 header{height:70px}._enterpriseContent_wnz5d_14{margin-top:18px!important}._enterpriseBar_wnz5d_18{height:52px}._enterpriseBar_wnz5d_18>div{border-radius:8px}._enterpriseMainValue_wnz5d_25{padding:16px 0 18px}._enterpriseFooter_wnz5d_29{padding-top:16px}._authButtonsWrapper_1mjv9_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_1mjv9_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_1mjv9_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.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_1mjv9_23{width:100%;margin-bottom:16px}._fieldWrapper_1mjv9_23:last-child{margin-bottom:0}._fieldLabel_1mjv9_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_1mjv9_36{margin-top:8px;font-size:.75rem}._field_1mjv9_23{width:100%;position:relative}._fieldLabelNew_1mjv9_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_1mjv9_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_1mjv9_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_1mjv9_52[type=password]{font-size:18px}._inputNew_1mjv9_52:focus,._inputNew_1mjv9_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_1mjv9_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_1mjv9_52:disabled::placeholder{color:#cbd5e1}._inputNew_1mjv9_52._error_1mjv9_7{border:1px solid #ef4444}._inputNew_1mjv9_52._error_1mjv9_7:focus,._inputNew_1mjv9_52._error_1mjv9_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_1mjv9_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_1mjv9_90{width:calc(50% - 8px)}._tableNavWrapper_1mjv9_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_1mjv9_109{align-items:center;display:flex}._tableNavItem_1mjv9_114{margin:0 6px}._modalContent_1mjv9_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_1mjv9_118._center_1mjv9_125{text-align:center;font-family:Inter}._modalContent_1mjv9_118._settings_1mjv9_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_1mjv9_118._settingsIntegration_1mjv9_133,._modalContent_1mjv9_118._performanceTestModalContent_1mjv9_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_1mjv9_118._monitoringReportContent_1mjv9_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_1mjv9_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_1mjv9_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_1mjv9_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_1mjv9_158:after,._modalLine_1mjv9_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_1mjv9_158:before{left:-20px}._modalLine_1mjv9_158:after{right:-20px}._infoMessage_1mjv9_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_1mjv9_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_1mjv9_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_1mjv9_196._buttonsAutoWidth_1mjv9_203{justify-content:flex-end}._modalFooter_1mjv9_196._buttonsAutoWidth_1mjv9_203 button,._modalFooter_1mjv9_196._buttonsAutoWidth_1mjv9_203 span{margin-left:12px}._fullWidthTitle_1mjv9_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_1mjv9_223{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_1mjv9_230{background:#fff;border:1px solid #e2e8f0;border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_1mjv9_230{padding:0 16px 15px}}._widgetHeader_1mjv9_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_1mjv9_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_1mjv9_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_1mjv9_266{align-items:center;height:180px;display:flex}._widgetFooter_1mjv9_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_1mjv9_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_1mjv9_279:last-child{border:none}._widgetMainValue_1mjv9_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_1mjv9_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_1mjv9_303{color:#64748b;font-size:.75rem}._widgetLoader_1mjv9_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_1mjv9_315{opacity:.5;cursor:default}._widgetTag_1mjv9_320{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_1mjv9_328{color:#0f172a;font-weight:500}._chartValuesWrapper_1mjv9_333{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_1mjv9_341{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_1mjv9_341._green_1mjv9_346:before,._chartValuesTitle_1mjv9_341._dark_1mjv9_346:before,._chartValuesTitle_1mjv9_341._blue_1mjv9_346: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_1mjv9_341._green_1mjv9_346:before{background:#22c55e}._chartValuesTitle_1mjv9_341._dark_1mjv9_346:before{background:#475569}._chartValuesTitle_1mjv9_341._blue_1mjv9_346:before{background:#43e0f8}._topbar_1mjv9_368{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_1mjv9_376{display:inline-flex}._logo_1mjv9_376{max-width:110px}._menuWrapper_1mjv9_384{display:flex}@media only screen and (width<=1340px){._menuWrapper_1mjv9_384{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_1mjv9_384._opened_1mjv9_401{display:flex}}._menuItem_1mjv9_406{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_1mjv9_406{flex:none;width:auto;margin-bottom:10px}}._menuItem_1mjv9_406 ._menuIcon_1mjv9_427{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_1mjv9_406 ._menuIconPerformance_1mjv9_432{fill:none}._menuItem_1mjv9_406 ._menuIconStroke_1mjv9_435{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_1mjv9_406._active_1mjv9_440,._menuItem_1mjv9_406:hover{color:#52c2fd;background:#fff}._menuItem_1mjv9_406._active_1mjv9_440 ._menuIcon_1mjv9_427:not(._menuIconStroke_1mjv9_435,._menuIconPerformance_1mjv9_432),._menuItem_1mjv9_406:hover ._menuIcon_1mjv9_427:not(._menuIconStroke_1mjv9_435,._menuIconPerformance_1mjv9_432){fill:#52c2fd}._menuItem_1mjv9_406._active_1mjv9_440 ._menuIconPerformance_1mjv9_432 path,._menuItem_1mjv9_406:hover ._menuIconPerformance_1mjv9_432 path{stroke:#59a6fd}._menuItem_1mjv9_406._active_1mjv9_440 ._menuIconStroke_1mjv9_435:not(._menuIcon_1mjv9_427),._menuItem_1mjv9_406:hover ._menuIconStroke_1mjv9_435:not(._menuIcon_1mjv9_427){stroke:#52c2fd}._redDot_1mjv9_454{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_1mjv9_469{justify-content:center;display:flex}._link_1mjv9_474{color:#2db2c8;cursor:pointer;text-decoration:underline}._paginationWrapper_1mjv9_480{background:#fff;justify-content:space-between;align-items:center;padding:12px 0;display:flex}._paginationText_1mjv9_488{color:#475569;font-size:.875rem}._pageNumberList_1mjv9_493{align-items:center;display:inline-flex}._pageNumber_1mjv9_493{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_1mjv9_493 svg{fill:#475569}._pageNumber_1mjv9_493._active_1mjv9_440{background:#ebfcff;border-color:#2db2c8}._pageNumber_1mjv9_493._disabled_1mjv9_315{background:#f1f5f9;border:none}._pageNumber_1mjv9_493._disabled_1mjv9_315 svg{fill:#cbd5e1}._authButtonsWrapper_rsqai_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_rsqai_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_rsqai_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.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_rsqai_23{width:100%;margin-bottom:16px}._fieldWrapper_rsqai_23:last-child{margin-bottom:0}._fieldLabel_rsqai_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_rsqai_36{margin-top:8px;font-size:.75rem}._field_rsqai_23{width:100%;position:relative}._fieldLabelNew_rsqai_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_rsqai_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_rsqai_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_rsqai_52[type=password]{font-size:18px}._inputNew_rsqai_52:focus,._inputNew_rsqai_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_rsqai_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_rsqai_52:disabled::placeholder{color:#cbd5e1}._inputNew_rsqai_52._error_rsqai_7{border:1px solid #ef4444}._inputNew_rsqai_52._error_rsqai_7:focus,._inputNew_rsqai_52._error_rsqai_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_rsqai_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_rsqai_90{width:calc(50% - 8px)}._tableNavWrapper_rsqai_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_rsqai_109{align-items:center;display:flex}._tableNavItem_rsqai_114{margin:0 6px}._modalContent_rsqai_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_rsqai_118._center_rsqai_125{text-align:center;font-family:Inter}._modalContent_rsqai_118._settings_rsqai_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_rsqai_118._settingsIntegration_rsqai_133,._modalContent_rsqai_118._performanceTestModalContent_rsqai_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_rsqai_118._monitoringReportContent_rsqai_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_rsqai_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_rsqai_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_rsqai_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_rsqai_158:after,._modalLine_rsqai_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_rsqai_158:before{left:-20px}._modalLine_rsqai_158:after{right:-20px}._infoMessage_rsqai_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_rsqai_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_rsqai_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_rsqai_196._buttonsAutoWidth_rsqai_203{justify-content:flex-end}._modalFooter_rsqai_196._buttonsAutoWidth_rsqai_203 button,._modalFooter_rsqai_196._buttonsAutoWidth_rsqai_203 span{margin-left:12px}._fullWidthTitle_rsqai_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_rsqai_223{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_rsqai_230{background:#fff;border:1px solid #e2e8f0;border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_rsqai_230{padding:0 16px 15px}}._widgetHeader_rsqai_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_rsqai_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_rsqai_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_rsqai_266{align-items:center;height:180px;display:flex}._widgetFooter_rsqai_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_rsqai_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_rsqai_279:last-child{border:none}._widgetMainValue_rsqai_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_rsqai_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_rsqai_303{color:#64748b;font-size:.75rem}._widgetLoader_rsqai_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_rsqai_315{opacity:.5;cursor:default}._widgetTag_rsqai_320{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_rsqai_328{color:#0f172a;font-weight:500}._chartValuesWrapper_rsqai_333{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_rsqai_341{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_rsqai_341._green_rsqai_346:before,._chartValuesTitle_rsqai_341._dark_rsqai_346:before,._chartValuesTitle_rsqai_341._blue_rsqai_346: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_rsqai_341._green_rsqai_346:before{background:#22c55e}._chartValuesTitle_rsqai_341._dark_rsqai_346:before{background:#475569}._chartValuesTitle_rsqai_341._blue_rsqai_346:before{background:#43e0f8}._topbar_rsqai_368{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_rsqai_376{display:inline-flex}._logo_rsqai_376{max-width:110px}._menuWrapper_rsqai_384{display:flex}@media only screen and (width<=1340px){._menuWrapper_rsqai_384{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_rsqai_384._opened_rsqai_401{display:flex}}._menuItem_rsqai_406{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_rsqai_406{flex:none;width:auto;margin-bottom:10px}}._menuItem_rsqai_406 ._menuIcon_rsqai_427{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_rsqai_406 ._menuIconPerformance_rsqai_432{fill:none}._menuItem_rsqai_406 ._menuIconStroke_rsqai_435{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_rsqai_406._active_rsqai_440,._menuItem_rsqai_406:hover{color:#52c2fd;background:#fff}._menuItem_rsqai_406._active_rsqai_440 ._menuIcon_rsqai_427:not(._menuIconStroke_rsqai_435,._menuIconPerformance_rsqai_432),._menuItem_rsqai_406:hover ._menuIcon_rsqai_427:not(._menuIconStroke_rsqai_435,._menuIconPerformance_rsqai_432){fill:#52c2fd}._menuItem_rsqai_406._active_rsqai_440 ._menuIconPerformance_rsqai_432 path,._menuItem_rsqai_406:hover ._menuIconPerformance_rsqai_432 path{stroke:#59a6fd}._menuItem_rsqai_406._active_rsqai_440 ._menuIconStroke_rsqai_435:not(._menuIcon_rsqai_427),._menuItem_rsqai_406:hover ._menuIconStroke_rsqai_435:not(._menuIcon_rsqai_427){stroke:#52c2fd}._redDot_rsqai_454{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_rsqai_469{justify-content:center;display:flex}._link_rsqai_474{color:#2db2c8;cursor:pointer;text-decoration:underline}._widgetWrapper_rsqai_230{max-width:initial;flex:500px}@media only screen and (width<=550px){._widgetWrapper_rsqai_230{flex:100%}}._chartWrapper_rsqai_490{justify-content:flex-end;max-width:800px;margin:0 auto;display:flex;position:relative}@media only screen and (width<=1300px){._chartWrapper_rsqai_490{max-width:513px;margin:0 auto}}@media only screen and (width<=550px){._chartWrapper_rsqai_490{flex-direction:row;justify-content:flex-start;align-items:center;gap:16px;max-width:450px}}._chart_rsqai_333{position:absolute;left:0}@media only screen and (width<=550px){._chart_rsqai_333{flex-shrink:0;position:relative}._chart_rsqai_333>div:first-child{min-width:210px;width:210px!important}}._widgetMainValue_rsqai_288{width:95px;position:absolute;bottom:63px;left:57px}._chartNotesWrapper_rsqai_535{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_rsqai_535{flex-direction:column;flex:1;gap:0;width:auto;min-width:0;max-width:150px;height:auto;padding:0}}._chartNotesWrapperColumn_rsqai_557{flex-flow:column;flex:1;height:100%;padding-top:25px;display:flex}@media only screen and (width<=550px){._chartNotesWrapperColumn_rsqai_557{flex:none;width:100%;height:auto;padding-top:0}}._chartNotesSeparator_rsqai_573{background-color:#e2e8f0;width:1px;height:100%;margin:0 20px}@media only screen and (width<=550px){._chartNotesSeparator_rsqai_573{width:100%;height:1px;margin:12px 0}}._chartNote_rsqai_535{color:#64748b;justify-content:start;margin-bottom:22px;font-size:.75rem;font-weight:400;display:inline-flex}@media only screen and (width<=550px){._chartNote_rsqai_535{margin-bottom:10px}._chartNote_rsqai_535:last-child{margin-bottom:0}}._chartNote_rsqai_535:before{content:"";border-radius:50%;width:12px;height:12px;margin-right:4px;display:inline-flex;position:relative;top:2px}._chartNote_rsqai_535._new_rsqai_613:before{background-color:#4ade80}._chartNote_rsqai_535._pending_rsqai_616:before{background-color:#fde047}._chartNote_rsqai_535._confirmed_rsqai_619:before{background-color:#43e0f8}._chartNote_rsqai_535._packed_rsqai_622:before{background-color:#7e22ce}._chartNote_rsqai_535._shipping_rsqai_625:before{background-color:#2563eb}._chartNote_rsqai_535._fulfilled_rsqai_628{margin-right:10px}._chartNote_rsqai_535._fulfilled_rsqai_628:before{background-color:#94a3b8}@media only screen and (width<=550px){._chartNote_rsqai_535._fulfilled_rsqai_628{margin-right:0}}._chartNote_rsqai_535._denied_rsqai_639{margin-right:10px}._chartNote_rsqai_535._denied_rsqai_639:before{background-color:#ef4444}@media only screen and (width<=550px){._chartNote_rsqai_535._denied_rsqai_639{margin-right:0}}._chartNoteValue_rsqai_651{color:#000;margin-left:auto;padding-left:4px;font-size:.875rem;font-weight:500}._authButtonsWrapper_1pq0n_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_1pq0n_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_1pq0n_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.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_1pq0n_23{width:100%;margin-bottom:16px}._fieldWrapper_1pq0n_23:last-child{margin-bottom:0}._fieldLabel_1pq0n_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_1pq0n_36{margin-top:8px;font-size:.75rem}._field_1pq0n_23{width:100%;position:relative}._fieldLabelNew_1pq0n_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_1pq0n_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_1pq0n_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_1pq0n_52[type=password]{font-size:18px}._inputNew_1pq0n_52:focus,._inputNew_1pq0n_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_1pq0n_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_1pq0n_52:disabled::placeholder{color:#cbd5e1}._inputNew_1pq0n_52._error_1pq0n_7{border:1px solid #ef4444}._inputNew_1pq0n_52._error_1pq0n_7:focus,._inputNew_1pq0n_52._error_1pq0n_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_1pq0n_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_1pq0n_90{width:calc(50% - 8px)}._tableNavWrapper_1pq0n_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_1pq0n_109{align-items:center;display:flex}._tableNavItem_1pq0n_114{margin:0 6px}._modalContent_1pq0n_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_1pq0n_118._center_1pq0n_125{text-align:center;font-family:Inter}._modalContent_1pq0n_118._settings_1pq0n_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_1pq0n_118._settingsIntegration_1pq0n_133,._modalContent_1pq0n_118._performanceTestModalContent_1pq0n_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_1pq0n_118._monitoringReportContent_1pq0n_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_1pq0n_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_1pq0n_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_1pq0n_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_1pq0n_158:after,._modalLine_1pq0n_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_1pq0n_158:before{left:-20px}._modalLine_1pq0n_158:after{right:-20px}._infoMessage_1pq0n_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_1pq0n_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_1pq0n_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_1pq0n_196._buttonsAutoWidth_1pq0n_203{justify-content:flex-end}._modalFooter_1pq0n_196._buttonsAutoWidth_1pq0n_203 button,._modalFooter_1pq0n_196._buttonsAutoWidth_1pq0n_203 span{margin-left:12px}._fullWidthTitle_1pq0n_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_1pq0n_223{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_1pq0n_230{background:#fff;border:1px solid #e2e8f0;border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_1pq0n_230{padding:0 16px 15px}}._widgetHeader_1pq0n_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_1pq0n_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_1pq0n_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_1pq0n_266{align-items:center;height:180px;display:flex}._widgetFooter_1pq0n_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_1pq0n_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_1pq0n_279:last-child{border:none}._widgetMainValue_1pq0n_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_1pq0n_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_1pq0n_303{color:#64748b;font-size:.75rem}._widgetLoader_1pq0n_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_1pq0n_315{opacity:.5;cursor:default}._widgetTag_1pq0n_320{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_1pq0n_328{color:#0f172a;font-weight:500}._chartValuesWrapper_1pq0n_333{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_1pq0n_341{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_1pq0n_341._green_1pq0n_346:before,._chartValuesTitle_1pq0n_341._dark_1pq0n_346:before,._chartValuesTitle_1pq0n_341._blue_1pq0n_346: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_1pq0n_341._green_1pq0n_346:before{background:#22c55e}._chartValuesTitle_1pq0n_341._dark_1pq0n_346:before{background:#475569}._chartValuesTitle_1pq0n_341._blue_1pq0n_346:before{background:#43e0f8}._topbar_1pq0n_368{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_1pq0n_376{display:inline-flex}._logo_1pq0n_376{max-width:110px}._menuWrapper_1pq0n_384{display:flex}@media only screen and (width<=1340px){._menuWrapper_1pq0n_384{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_1pq0n_384._opened_1pq0n_401{display:flex}}._menuItem_1pq0n_406{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_1pq0n_406{flex:none;width:auto;margin-bottom:10px}}._menuItem_1pq0n_406 ._menuIcon_1pq0n_427{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_1pq0n_406 ._menuIconPerformance_1pq0n_432{fill:none}._menuItem_1pq0n_406 ._menuIconStroke_1pq0n_435{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_1pq0n_406._active_1pq0n_440,._menuItem_1pq0n_406:hover{color:#52c2fd;background:#fff}._menuItem_1pq0n_406._active_1pq0n_440 ._menuIcon_1pq0n_427:not(._menuIconStroke_1pq0n_435,._menuIconPerformance_1pq0n_432),._menuItem_1pq0n_406:hover ._menuIcon_1pq0n_427:not(._menuIconStroke_1pq0n_435,._menuIconPerformance_1pq0n_432){fill:#52c2fd}._menuItem_1pq0n_406._active_1pq0n_440 ._menuIconPerformance_1pq0n_432 path,._menuItem_1pq0n_406:hover ._menuIconPerformance_1pq0n_432 path{stroke:#59a6fd}._menuItem_1pq0n_406._active_1pq0n_440 ._menuIconStroke_1pq0n_435:not(._menuIcon_1pq0n_427),._menuItem_1pq0n_406:hover ._menuIconStroke_1pq0n_435:not(._menuIcon_1pq0n_427){stroke:#52c2fd}._redDot_1pq0n_454{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_1pq0n_469{justify-content:center;display:flex}._link_1pq0n_474{color:#2db2c8;cursor:pointer;text-decoration:underline}._modalSidebar_1pq0n_480{width:370px;padding-right:20px}@media only screen and (width<=1100px){._modalSidebar_1pq0n_480{width:100%;padding-top:24px;padding-left:20px;padding-right:0}}._modalMain_1pq0n_493{width:calc(100% - 370px);padding-left:20px}@media only screen and (width<=1100px){._modalMain_1pq0n_493{width:100%;padding-left:0}}._modalContentWrapper_1pq0n_504{width:100%;display:flex}@media only screen and (width<=1100px){._modalContentWrapper_1pq0n_504{flex-flow:column-reverse wrap}}._modalMainContent_1pq0n_515{border:1px solid #e2e8f0;border-radius:12px;row-gap:16px;padding:20px 12px;display:flex}._modalMainContentColumn_1pq0n_523{width:50%;padding:0 8px}._sidebarSubtitle_1pq0n_528{margin-bottom:16px;font-size:.875rem;font-weight:500}._modalFieldWrapper_1pq0n_534{align-items:center;margin-bottom:16px;display:flex}._modalFieldWrapper_1pq0n_534 ._emailInput_1pq0n_539 input{padding-right:12px}._modalFieldWrapper_1pq0n_534:last-child{margin-bottom:0}._modalFieldLabel_1pq0n_546{color:#64748b;flex-shrink:0;width:120px;padding:10px 0;font-size:.875rem}._modalFieldLabel_1pq0n_546._wider_1pq0n_553{width:140px}._inputLabelWrapper_1pq0n_557{align-items:flex-start;display:flex}._modalFieldValue_1pq0n_562{color:#94a3b8;text-overflow:ellipsis;white-space:nowrap;padding:10px 0 10px 12px;font-size:.875rem;overflow:hidden}._serialNumberLabel_1pq0n_571{flex-shrink:1}._transferButton_1pq0n_575{margin-left:auto;font-weight:400;color:#334155!important}._transferButton_1pq0n_575:hover{opacity:.7}._modalContent_1pq0n_118{flex-direction:column;align-items:center;max-width:100%;padding:20px;display:flex}._modalContent_1pq0n_118._center_1pq0n_125{text-align:center}._modalTitle_1pq0n_146{color:#1e293b;margin:16px 0 8px;font-size:18px;font-weight:500}._modalMessage_1pq0n_152{color:#64748b;font-size:14px;font-weight:300;line-height:1.5}._selectWrapper_1pq0n_609{text-align:left;width:100%;margin-top:16px}._transferModalViewport_1pq0n_615{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:6002;background:#2e323e99;width:100%;height:100vh;position:fixed;top:0;left:0}._transferModalLayout_1pq0n_626{z-index:6003;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_1pq0n_639{cursor:pointer;z-index:2;padding:10px;position:absolute;top:6px;right:6px}._transferModalCloseIcon_1pq0n_639: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_1pq0n_651{border-top:1px solid #e2e8f0;gap:12px;padding:20px;display:flex}._addBtnWrapper_1pq0n_658{align-items:center;padding:8px 8px 8px 16px;display:flex}._addBtnWrapper_1pq0n_658 span{color:#2db2c8;font-size:14px;font-weight:400;line-height:20px}._plusIcon_1pq0n_670{color:#2db2c8;margin-right:4px;font-size:16px;line-height:14px}._noOptionsMessage_1pq0n_677{color:#999;text-align:center;padding:8px 16px;font-size:16px}._plusIcon_1pq0n_670{margin-right:4px;font-size:16px;line-height:14px}._serialNumberValue_1pq0n_690{flex-shrink:0;margin-right:5px}._tabButtonsWrapper_1pq0n_695{z-index:1;flex:1;justify-content:center;align-items:center;margin-top:15px;display:none;position:relative}._tabButtons_1pq0n_695{justify-content:center;align-items:center;display:flex}._tabButton_1pq0n_695{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_1pq0n_695:hover{color:#334155}._tabButton_1pq0n_695._active_1pq0n_440{color:#2db2c8;border-color:#2db2c8}@media only screen and (width<=768px){._hideTab_1pq0n_731,._sidebarSubtitle_1pq0n_528{display:none}._tabButtonsWrapper_1pq0n_695{display:flex}._modalSidebar_1pq0n_480{padding:0}._modalContent_1pq0n_118{max-height:calc(90vh - 195px);max-height:calc(var(--vh,1vh) * 90 - 195px)}._modalMainContent_1pq0n_515{border:none;flex-direction:column;padding:0}._modalMainContent_1pq0n_515 ._modalMainContentColumn_1pq0n_523{width:100%;padding:0}._modalFooter_1pq0n_196>button,._modalFooter_1pq0n_196>span{flex:1}}._authButtonsWrapper_mrns3_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_mrns3_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_mrns3_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.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_mrns3_23{width:100%;margin-bottom:16px}._fieldWrapper_mrns3_23:last-child{margin-bottom:0}._fieldLabel_mrns3_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_mrns3_36{margin-top:8px;font-size:.75rem}._field_mrns3_23{width:100%;position:relative}._fieldLabelNew_mrns3_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_mrns3_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_mrns3_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_mrns3_52[type=password]{font-size:18px}._inputNew_mrns3_52:focus,._inputNew_mrns3_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_mrns3_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_mrns3_52:disabled::placeholder{color:#cbd5e1}._inputNew_mrns3_52._error_mrns3_7{border:1px solid #ef4444}._inputNew_mrns3_52._error_mrns3_7:focus,._inputNew_mrns3_52._error_mrns3_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_mrns3_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_mrns3_90{width:calc(50% - 8px)}._tableNavWrapper_mrns3_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_mrns3_109{align-items:center;display:flex}._tableNavItem_mrns3_114{margin:0 6px}._modalContent_mrns3_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_mrns3_118._center_mrns3_125{text-align:center;font-family:Inter}._modalContent_mrns3_118._settings_mrns3_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_mrns3_118._settingsIntegration_mrns3_133,._modalContent_mrns3_118._performanceTestModalContent_mrns3_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_mrns3_118._monitoringReportContent_mrns3_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_mrns3_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_mrns3_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_mrns3_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_mrns3_158:after,._modalLine_mrns3_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_mrns3_158:before{left:-20px}._modalLine_mrns3_158:after{right:-20px}._infoMessage_mrns3_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_mrns3_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_mrns3_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_mrns3_196._buttonsAutoWidth_mrns3_203{justify-content:flex-end}._modalFooter_mrns3_196._buttonsAutoWidth_mrns3_203 button,._modalFooter_mrns3_196._buttonsAutoWidth_mrns3_203 span{margin-left:12px}._fullWidthTitle_mrns3_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_mrns3_223{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_mrns3_230{background:#fff;border:1px solid #e2e8f0;border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_mrns3_230{padding:0 16px 15px}}._widgetHeader_mrns3_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_mrns3_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_mrns3_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_mrns3_266{align-items:center;height:180px;display:flex}._widgetFooter_mrns3_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_mrns3_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_mrns3_279:last-child{border:none}._widgetMainValue_mrns3_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_mrns3_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_mrns3_303{color:#64748b;font-size:.75rem}._widgetLoader_mrns3_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_mrns3_315{opacity:.5;cursor:default}._widgetTag_mrns3_320{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_mrns3_328{color:#0f172a;font-weight:500}._chartValuesWrapper_mrns3_333{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_mrns3_341{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_mrns3_341._green_mrns3_346:before,._chartValuesTitle_mrns3_341._dark_mrns3_346:before,._chartValuesTitle_mrns3_341._blue_mrns3_346: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_mrns3_341._green_mrns3_346:before{background:#22c55e}._chartValuesTitle_mrns3_341._dark_mrns3_346:before{background:#475569}._chartValuesTitle_mrns3_341._blue_mrns3_346:before{background:#43e0f8}._topbar_mrns3_368{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_mrns3_376{display:inline-flex}._logo_mrns3_376{max-width:110px}._menuWrapper_mrns3_384{display:flex}@media only screen and (width<=1340px){._menuWrapper_mrns3_384{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_mrns3_384._opened_mrns3_401{display:flex}}._menuItem_mrns3_406{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_mrns3_406{flex:none;width:auto;margin-bottom:10px}}._menuItem_mrns3_406 ._menuIcon_mrns3_427{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_mrns3_406 ._menuIconPerformance_mrns3_432{fill:none}._menuItem_mrns3_406 ._menuIconStroke_mrns3_435{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_mrns3_406._active_mrns3_440,._menuItem_mrns3_406:hover{color:#52c2fd;background:#fff}._menuItem_mrns3_406._active_mrns3_440 ._menuIcon_mrns3_427:not(._menuIconStroke_mrns3_435,._menuIconPerformance_mrns3_432),._menuItem_mrns3_406:hover ._menuIcon_mrns3_427:not(._menuIconStroke_mrns3_435,._menuIconPerformance_mrns3_432){fill:#52c2fd}._menuItem_mrns3_406._active_mrns3_440 ._menuIconPerformance_mrns3_432 path,._menuItem_mrns3_406:hover ._menuIconPerformance_mrns3_432 path{stroke:#59a6fd}._menuItem_mrns3_406._active_mrns3_440 ._menuIconStroke_mrns3_435:not(._menuIcon_mrns3_427),._menuItem_mrns3_406:hover ._menuIconStroke_mrns3_435:not(._menuIcon_mrns3_427){stroke:#52c2fd}._redDot_mrns3_454{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_mrns3_469{justify-content:center;display:flex}._link_mrns3_474{color:#2db2c8;cursor:pointer;text-decoration:underline}._selectWrapper_mrns3_480{text-align:left;margin-top:16px}._authButtonsWrapper_1j8l8_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_1j8l8_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_1j8l8_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.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_1j8l8_23{width:100%;margin-bottom:16px}._fieldWrapper_1j8l8_23:last-child{margin-bottom:0}._fieldLabel_1j8l8_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_1j8l8_36{margin-top:8px;font-size:.75rem}._field_1j8l8_23{width:100%;position:relative}._fieldLabelNew_1j8l8_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_1j8l8_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_1j8l8_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_1j8l8_52[type=password]{font-size:18px}._inputNew_1j8l8_52:focus,._inputNew_1j8l8_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_1j8l8_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_1j8l8_52:disabled::placeholder{color:#cbd5e1}._inputNew_1j8l8_52._error_1j8l8_7{border:1px solid #ef4444}._inputNew_1j8l8_52._error_1j8l8_7:focus,._inputNew_1j8l8_52._error_1j8l8_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_1j8l8_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_1j8l8_90{width:calc(50% - 8px)}._tableNavWrapper_1j8l8_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_1j8l8_109{align-items:center;display:flex}._tableNavItem_1j8l8_114{margin:0 6px}._modalContent_1j8l8_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_1j8l8_118._center_1j8l8_125{text-align:center;font-family:Inter}._modalContent_1j8l8_118._settings_1j8l8_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_1j8l8_118._settingsIntegration_1j8l8_133,._modalContent_1j8l8_118._performanceTestModalContent_1j8l8_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_1j8l8_118._monitoringReportContent_1j8l8_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_1j8l8_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_1j8l8_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_1j8l8_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_1j8l8_158:after,._modalLine_1j8l8_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_1j8l8_158:before{left:-20px}._modalLine_1j8l8_158:after{right:-20px}._infoMessage_1j8l8_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_1j8l8_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_1j8l8_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_1j8l8_196._buttonsAutoWidth_1j8l8_203{justify-content:flex-end}._modalFooter_1j8l8_196._buttonsAutoWidth_1j8l8_203 button,._modalFooter_1j8l8_196._buttonsAutoWidth_1j8l8_203 span{margin-left:12px}._fullWidthTitle_1j8l8_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_1j8l8_223{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_1j8l8_230{background:#fff;border:1px solid #e2e8f0;border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_1j8l8_230{padding:0 16px 15px}}._widgetHeader_1j8l8_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_1j8l8_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_1j8l8_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_1j8l8_266{align-items:center;height:180px;display:flex}._widgetFooter_1j8l8_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_1j8l8_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_1j8l8_279:last-child{border:none}._widgetMainValue_1j8l8_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_1j8l8_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_1j8l8_303{color:#64748b;font-size:.75rem}._widgetLoader_1j8l8_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_1j8l8_315{opacity:.5;cursor:default}._widgetTag_1j8l8_320{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_1j8l8_328{color:#0f172a;font-weight:500}._chartValuesWrapper_1j8l8_333{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_1j8l8_341{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_1j8l8_341._green_1j8l8_346:before,._chartValuesTitle_1j8l8_341._dark_1j8l8_346:before,._chartValuesTitle_1j8l8_341._blue_1j8l8_346: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_1j8l8_341._green_1j8l8_346:before{background:#22c55e}._chartValuesTitle_1j8l8_341._dark_1j8l8_346:before{background:#475569}._chartValuesTitle_1j8l8_341._blue_1j8l8_346:before{background:#43e0f8}._topbar_1j8l8_368{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_1j8l8_376{display:inline-flex}._logo_1j8l8_376{max-width:110px}._menuWrapper_1j8l8_384{display:flex}@media only screen and (width<=1340px){._menuWrapper_1j8l8_384{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_1j8l8_384._opened_1j8l8_401{display:flex}}._menuItem_1j8l8_406{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_1j8l8_406{flex:none;width:auto;margin-bottom:10px}}._menuItem_1j8l8_406 ._menuIcon_1j8l8_427{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_1j8l8_406 ._menuIconPerformance_1j8l8_432{fill:none}._menuItem_1j8l8_406 ._menuIconStroke_1j8l8_435{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_1j8l8_406._active_1j8l8_440,._menuItem_1j8l8_406:hover{color:#52c2fd;background:#fff}._menuItem_1j8l8_406._active_1j8l8_440 ._menuIcon_1j8l8_427:not(._menuIconStroke_1j8l8_435,._menuIconPerformance_1j8l8_432),._menuItem_1j8l8_406:hover ._menuIcon_1j8l8_427:not(._menuIconStroke_1j8l8_435,._menuIconPerformance_1j8l8_432){fill:#52c2fd}._menuItem_1j8l8_406._active_1j8l8_440 ._menuIconPerformance_1j8l8_432 path,._menuItem_1j8l8_406:hover ._menuIconPerformance_1j8l8_432 path{stroke:#59a6fd}._menuItem_1j8l8_406._active_1j8l8_440 ._menuIconStroke_1j8l8_435:not(._menuIcon_1j8l8_427),._menuItem_1j8l8_406:hover ._menuIconStroke_1j8l8_435:not(._menuIcon_1j8l8_427){stroke:#52c2fd}._redDot_1j8l8_454{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_1j8l8_469{justify-content:center;display:flex}._link_1j8l8_474{color:#2db2c8;cursor:pointer;text-decoration:underline}@media only screen and (width<=1024px){._monitoringMembership_1j8l8_481{max-width:100%;margin-bottom:24px}}._valueNote_1j8l8_487{color:#64748b;font-size:12px;font-weight:400}._chartWrapper_1j8l8_493{justify-content:center;align-items:center;height:50px;display:flex;position:relative}._chart_1j8l8_333{position:absolute;bottom:-126px}._enterpriseWidget_1j8l8_506{border:none;border-radius:20px;flex:1 1 0;min-width:280px;max-width:none;min-height:326px;padding:0 30px 24px}._enterpriseChartWrapper_1j8l8_516{align-items:flex-start;height:122px;overflow:hidden}._enterpriseChart_1j8l8_516{width:230px;bottom:-88px}._enterpriseMainValue_1j8l8_527{margin-top:-42px}._authButtonsWrapper_sq6dt_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_sq6dt_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_sq6dt_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.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_sq6dt_23{width:100%;margin-bottom:16px}._fieldWrapper_sq6dt_23:last-child{margin-bottom:0}._fieldLabel_sq6dt_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_sq6dt_36{margin-top:8px;font-size:.75rem}._field_sq6dt_23{width:100%;position:relative}._fieldLabelNew_sq6dt_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_sq6dt_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_sq6dt_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_sq6dt_52[type=password]{font-size:18px}._inputNew_sq6dt_52:focus,._inputNew_sq6dt_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_sq6dt_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_sq6dt_52:disabled::placeholder{color:#cbd5e1}._inputNew_sq6dt_52._error_sq6dt_7{border:1px solid #ef4444}._inputNew_sq6dt_52._error_sq6dt_7:focus,._inputNew_sq6dt_52._error_sq6dt_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_sq6dt_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_sq6dt_90{width:calc(50% - 8px)}._tableNavWrapper_sq6dt_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_sq6dt_109{align-items:center;display:flex}._tableNavItem_sq6dt_114{margin:0 6px}._modalContent_sq6dt_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_sq6dt_118._center_sq6dt_125{text-align:center;font-family:Inter}._modalContent_sq6dt_118._settings_sq6dt_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_sq6dt_118._settingsIntegration_sq6dt_133,._modalContent_sq6dt_118._performanceTestModalContent_sq6dt_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_sq6dt_118._monitoringReportContent_sq6dt_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_sq6dt_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_sq6dt_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_sq6dt_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_sq6dt_158:after,._modalLine_sq6dt_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_sq6dt_158:before{left:-20px}._modalLine_sq6dt_158:after{right:-20px}._infoMessage_sq6dt_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_sq6dt_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_sq6dt_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_sq6dt_196._buttonsAutoWidth_sq6dt_203{justify-content:flex-end}._modalFooter_sq6dt_196._buttonsAutoWidth_sq6dt_203 button,._modalFooter_sq6dt_196._buttonsAutoWidth_sq6dt_203 span{margin-left:12px}._fullWidthTitle_sq6dt_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_sq6dt_223{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_sq6dt_230{background:#fff;border:1px solid #e2e8f0;border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_sq6dt_230{padding:0 16px 15px}}._widgetHeader_sq6dt_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_sq6dt_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_sq6dt_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_sq6dt_266{align-items:center;height:180px;display:flex}._widgetFooter_sq6dt_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_sq6dt_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_sq6dt_279:last-child{border:none}._widgetMainValue_sq6dt_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_sq6dt_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_sq6dt_303{color:#64748b;font-size:.75rem}._widgetLoader_sq6dt_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_sq6dt_315{opacity:.5;cursor:default}._widgetTag_sq6dt_320{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_sq6dt_328{color:#0f172a;font-weight:500}._chartValuesWrapper_sq6dt_333{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_sq6dt_341{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_sq6dt_341._green_sq6dt_346:before,._chartValuesTitle_sq6dt_341._dark_sq6dt_346:before,._chartValuesTitle_sq6dt_341._blue_sq6dt_346: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_sq6dt_341._green_sq6dt_346:before{background:#22c55e}._chartValuesTitle_sq6dt_341._dark_sq6dt_346:before{background:#475569}._chartValuesTitle_sq6dt_341._blue_sq6dt_346:before{background:#43e0f8}._topbar_sq6dt_368{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_sq6dt_376{display:inline-flex}._logo_sq6dt_376{max-width:110px}._menuWrapper_sq6dt_384{display:flex}@media only screen and (width<=1340px){._menuWrapper_sq6dt_384{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_sq6dt_384._opened_sq6dt_401{display:flex}}._menuItem_sq6dt_406{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_sq6dt_406{flex:none;width:auto;margin-bottom:10px}}._menuItem_sq6dt_406 ._menuIcon_sq6dt_427{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_sq6dt_406 ._menuIconPerformance_sq6dt_432{fill:none}._menuItem_sq6dt_406 ._menuIconStroke_sq6dt_435{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_sq6dt_406._active_sq6dt_440,._menuItem_sq6dt_406:hover{color:#52c2fd;background:#fff}._menuItem_sq6dt_406._active_sq6dt_440 ._menuIcon_sq6dt_427:not(._menuIconStroke_sq6dt_435,._menuIconPerformance_sq6dt_432),._menuItem_sq6dt_406:hover ._menuIcon_sq6dt_427:not(._menuIconStroke_sq6dt_435,._menuIconPerformance_sq6dt_432){fill:#52c2fd}._menuItem_sq6dt_406._active_sq6dt_440 ._menuIconPerformance_sq6dt_432 path,._menuItem_sq6dt_406:hover ._menuIconPerformance_sq6dt_432 path{stroke:#59a6fd}._menuItem_sq6dt_406._active_sq6dt_440 ._menuIconStroke_sq6dt_435:not(._menuIcon_sq6dt_427),._menuItem_sq6dt_406:hover ._menuIconStroke_sq6dt_435:not(._menuIcon_sq6dt_427){stroke:#52c2fd}._redDot_sq6dt_454{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_sq6dt_469{justify-content:center;display:flex}._link_sq6dt_474{color:#2db2c8;cursor:pointer;text-decoration:underline}._widgetsWrapper_sq6dt_223{flex-wrap:wrap}._widgetsWrapperJustified_sq6dt_484{gap:16px}._widgetsWrapperJustified_sq6dt_484>div{flex:400px}._widgetsWrapperJustified_sq6dt_484 div{max-width:unset;margin:0}._statusButtonWrapper_sq6dt_495{flex-wrap:wrap;row-gap:4px;margin-right:12px;display:flex}._statusButton_sq6dt_495{text-transform:uppercase;cursor:pointer;border-radius:20px;margin-left:4px;padding:2px 8px;font-size:.75rem;font-weight:500;display:inline-flex}._statusButton_sq6dt_495._disabled_sq6dt_315{cursor:default;pointer-events:none}._statusButton_sq6dt_495._transfer_sq6dt_516{color:#164d63;background:#cff9fe;border:1px solid #06b3d4}._statusButton_sq6dt_495._missing_sq6dt_521{color:#b45309;background:#fef3c7;border:1px solid #f59e0b}._statusButton_sq6dt_495._warranty_sq6dt_526{color:#165964;background:#ebfcff;border:1px solid #2db2c8}._statusButton_sq6dt_495._inventory_sq6dt_531{color:#c11574;background:#fdf2fa;border:1px solid #fcceee}._statusButton_sq6dt_495._preinstalled_sq6dt_536{color:#115e59;background:#dffbf4;border:1px solid #14b8a6}._authButtonsWrapper_1fieh_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_1fieh_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_1fieh_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.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_1fieh_23{width:100%;margin-bottom:16px}._fieldWrapper_1fieh_23:last-child{margin-bottom:0}._fieldLabel_1fieh_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_1fieh_36{margin-top:8px;font-size:.75rem}._field_1fieh_23{width:100%;position:relative}._fieldLabelNew_1fieh_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_1fieh_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_1fieh_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_1fieh_52[type=password]{font-size:18px}._inputNew_1fieh_52:focus,._inputNew_1fieh_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_1fieh_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_1fieh_52:disabled::placeholder{color:#cbd5e1}._inputNew_1fieh_52._error_1fieh_7{border:1px solid #ef4444}._inputNew_1fieh_52._error_1fieh_7:focus,._inputNew_1fieh_52._error_1fieh_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_1fieh_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_1fieh_90{width:calc(50% - 8px)}._tableNavWrapper_1fieh_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_1fieh_109{align-items:center;display:flex}._tableNavItem_1fieh_114{margin:0 6px}._modalContent_1fieh_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_1fieh_118._center_1fieh_125{text-align:center;font-family:Inter}._modalContent_1fieh_118._settings_1fieh_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_1fieh_118._settingsIntegration_1fieh_133,._modalContent_1fieh_118._performanceTestModalContent_1fieh_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_1fieh_118._monitoringReportContent_1fieh_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_1fieh_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_1fieh_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_1fieh_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_1fieh_158:after,._modalLine_1fieh_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_1fieh_158:before{left:-20px}._modalLine_1fieh_158:after{right:-20px}._infoMessage_1fieh_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_1fieh_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_1fieh_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_1fieh_196._buttonsAutoWidth_1fieh_203{justify-content:flex-end}._modalFooter_1fieh_196._buttonsAutoWidth_1fieh_203 button,._modalFooter_1fieh_196._buttonsAutoWidth_1fieh_203 span{margin-left:12px}._fullWidthTitle_1fieh_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_1fieh_223{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_1fieh_230{background:#fff;border:1px solid #e2e8f0;border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_1fieh_230{padding:0 16px 15px}}._widgetHeader_1fieh_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_1fieh_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_1fieh_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_1fieh_266{align-items:center;height:180px;display:flex}._widgetFooter_1fieh_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_1fieh_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_1fieh_279:last-child{border:none}._widgetMainValue_1fieh_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_1fieh_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_1fieh_303{color:#64748b;font-size:.75rem}._widgetLoader_1fieh_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_1fieh_315{opacity:.5;cursor:default}._widgetTag_1fieh_320{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_1fieh_328{color:#0f172a;font-weight:500}._chartValuesWrapper_1fieh_333{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_1fieh_341{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_1fieh_341._green_1fieh_346:before,._chartValuesTitle_1fieh_341._dark_1fieh_346:before,._chartValuesTitle_1fieh_341._blue_1fieh_346: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_1fieh_341._green_1fieh_346:before{background:#22c55e}._chartValuesTitle_1fieh_341._dark_1fieh_346:before{background:#475569}._chartValuesTitle_1fieh_341._blue_1fieh_346:before{background:#43e0f8}._topbar_1fieh_368{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_1fieh_376{display:inline-flex}._logo_1fieh_376{max-width:110px}._menuWrapper_1fieh_384{display:flex}@media only screen and (width<=1340px){._menuWrapper_1fieh_384{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_1fieh_384._opened_1fieh_401{display:flex}}._menuItem_1fieh_406{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_1fieh_406{flex:none;width:auto;margin-bottom:10px}}._menuItem_1fieh_406 ._menuIcon_1fieh_427{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_1fieh_406 ._menuIconPerformance_1fieh_432{fill:none}._menuItem_1fieh_406 ._menuIconStroke_1fieh_435{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_1fieh_406._active_1fieh_440,._menuItem_1fieh_406:hover{color:#52c2fd;background:#fff}._menuItem_1fieh_406._active_1fieh_440 ._menuIcon_1fieh_427:not(._menuIconStroke_1fieh_435,._menuIconPerformance_1fieh_432),._menuItem_1fieh_406:hover ._menuIcon_1fieh_427:not(._menuIconStroke_1fieh_435,._menuIconPerformance_1fieh_432){fill:#52c2fd}._menuItem_1fieh_406._active_1fieh_440 ._menuIconPerformance_1fieh_432 path,._menuItem_1fieh_406:hover ._menuIconPerformance_1fieh_432 path{stroke:#59a6fd}._menuItem_1fieh_406._active_1fieh_440 ._menuIconStroke_1fieh_435:not(._menuIcon_1fieh_427),._menuItem_1fieh_406:hover ._menuIconStroke_1fieh_435:not(._menuIcon_1fieh_427){stroke:#52c2fd}._redDot_1fieh_454{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_1fieh_469{justify-content:center;display:flex}._link_1fieh_474{color:#2db2c8;cursor:pointer;text-decoration:underline}._fieldWrapper_1fieh_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_1fieh_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_12e93_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_12e93_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_12e93_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.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_12e93_23{width:100%;margin-bottom:16px}._fieldWrapper_12e93_23:last-child{margin-bottom:0}._fieldLabel_12e93_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_12e93_36{margin-top:8px;font-size:.75rem}._field_12e93_23{width:100%;position:relative}._fieldLabelNew_12e93_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_12e93_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_12e93_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_12e93_52[type=password]{font-size:18px}._inputNew_12e93_52:focus,._inputNew_12e93_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_12e93_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_12e93_52:disabled::placeholder{color:#cbd5e1}._inputNew_12e93_52._error_12e93_7{border:1px solid #ef4444}._inputNew_12e93_52._error_12e93_7:focus,._inputNew_12e93_52._error_12e93_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_12e93_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_12e93_90{width:calc(50% - 8px)}._tableNavWrapper_12e93_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_12e93_109{align-items:center;display:flex}._tableNavItem_12e93_114{margin:0 6px}._modalContent_12e93_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_12e93_118._center_12e93_125{text-align:center;font-family:Inter}._modalContent_12e93_118._settings_12e93_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_12e93_118._settingsIntegration_12e93_133,._modalContent_12e93_118._performanceTestModalContent_12e93_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_12e93_118._monitoringReportContent_12e93_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_12e93_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_12e93_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_12e93_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_12e93_158:after,._modalLine_12e93_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_12e93_158:before{left:-20px}._modalLine_12e93_158:after{right:-20px}._infoMessage_12e93_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_12e93_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_12e93_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_12e93_196._buttonsAutoWidth_12e93_203{justify-content:flex-end}._modalFooter_12e93_196._buttonsAutoWidth_12e93_203 button,._modalFooter_12e93_196._buttonsAutoWidth_12e93_203 span{margin-left:12px}._fullWidthTitle_12e93_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_12e93_223{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_12e93_230{background:#fff;border:1px solid #e2e8f0;border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_12e93_230{padding:0 16px 15px}}._widgetHeader_12e93_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_12e93_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_12e93_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_12e93_266{align-items:center;height:180px;display:flex}._widgetFooter_12e93_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_12e93_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_12e93_279:last-child{border:none}._widgetMainValue_12e93_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_12e93_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_12e93_303{color:#64748b;font-size:.75rem}._widgetLoader_12e93_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_12e93_315{opacity:.5;cursor:default}._widgetTag_12e93_320{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_12e93_328{color:#0f172a;font-weight:500}._chartValuesWrapper_12e93_333{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_12e93_341{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_12e93_341._green_12e93_346:before,._chartValuesTitle_12e93_341._dark_12e93_346:before,._chartValuesTitle_12e93_341._blue_12e93_346: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_12e93_341._green_12e93_346:before{background:#22c55e}._chartValuesTitle_12e93_341._dark_12e93_346:before{background:#475569}._chartValuesTitle_12e93_341._blue_12e93_346:before{background:#43e0f8}._topbar_12e93_368{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_12e93_376{display:inline-flex}._logo_12e93_376{max-width:110px}._menuWrapper_12e93_384{display:flex}@media only screen and (width<=1340px){._menuWrapper_12e93_384{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_12e93_384._opened_12e93_401{display:flex}}._menuItem_12e93_406{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_12e93_406{flex:none;width:auto;margin-bottom:10px}}._menuItem_12e93_406 ._menuIcon_12e93_427{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_12e93_406 ._menuIconPerformance_12e93_432{fill:none}._menuItem_12e93_406 ._menuIconStroke_12e93_435{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_12e93_406._active_12e93_440,._menuItem_12e93_406:hover{color:#52c2fd;background:#fff}._menuItem_12e93_406._active_12e93_440 ._menuIcon_12e93_427:not(._menuIconStroke_12e93_435,._menuIconPerformance_12e93_432),._menuItem_12e93_406:hover ._menuIcon_12e93_427:not(._menuIconStroke_12e93_435,._menuIconPerformance_12e93_432){fill:#52c2fd}._menuItem_12e93_406._active_12e93_440 ._menuIconPerformance_12e93_432 path,._menuItem_12e93_406:hover ._menuIconPerformance_12e93_432 path{stroke:#59a6fd}._menuItem_12e93_406._active_12e93_440 ._menuIconStroke_12e93_435:not(._menuIcon_12e93_427),._menuItem_12e93_406:hover ._menuIconStroke_12e93_435:not(._menuIcon_12e93_427){stroke:#52c2fd}._redDot_12e93_454{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_12e93_469{justify-content:center;display:flex}._link_12e93_474{color:#2db2c8;cursor:pointer;text-decoration:underline}._authButtonsWrapper_1d0xn_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_1d0xn_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_1d0xn_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.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_1d0xn_23{width:100%;margin-bottom:16px}._fieldWrapper_1d0xn_23:last-child{margin-bottom:0}._fieldLabel_1d0xn_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_1d0xn_36{margin-top:8px;font-size:.75rem}._field_1d0xn_23{width:100%;position:relative}._fieldLabelNew_1d0xn_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_1d0xn_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_1d0xn_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_1d0xn_52[type=password]{font-size:18px}._inputNew_1d0xn_52:focus,._inputNew_1d0xn_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_1d0xn_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_1d0xn_52:disabled::placeholder{color:#cbd5e1}._inputNew_1d0xn_52._error_1d0xn_7{border:1px solid #ef4444}._inputNew_1d0xn_52._error_1d0xn_7:focus,._inputNew_1d0xn_52._error_1d0xn_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_1d0xn_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_1d0xn_90{width:calc(50% - 8px)}._tableNavWrapper_1d0xn_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_1d0xn_109{align-items:center;display:flex}._tableNavItem_1d0xn_114{margin:0 6px}._modalContent_1d0xn_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_1d0xn_118._center_1d0xn_125{text-align:center;font-family:Inter}._modalContent_1d0xn_118._settings_1d0xn_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_1d0xn_118._settingsIntegration_1d0xn_133,._modalContent_1d0xn_118._performanceTestModalContent_1d0xn_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_1d0xn_118._monitoringReportContent_1d0xn_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_1d0xn_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_1d0xn_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_1d0xn_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_1d0xn_158:after,._modalLine_1d0xn_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_1d0xn_158:before{left:-20px}._modalLine_1d0xn_158:after{right:-20px}._infoMessage_1d0xn_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_1d0xn_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_1d0xn_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_1d0xn_196._buttonsAutoWidth_1d0xn_203{justify-content:flex-end}._modalFooter_1d0xn_196._buttonsAutoWidth_1d0xn_203 button,._modalFooter_1d0xn_196._buttonsAutoWidth_1d0xn_203 span{margin-left:12px}._fullWidthTitle_1d0xn_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_1d0xn_223{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_1d0xn_230{background:#fff;border:1px solid #e2e8f0;border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_1d0xn_230{padding:0 16px 15px}}._widgetHeader_1d0xn_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_1d0xn_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_1d0xn_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_1d0xn_266{align-items:center;height:180px;display:flex}._widgetFooter_1d0xn_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_1d0xn_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_1d0xn_279:last-child{border:none}._widgetMainValue_1d0xn_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_1d0xn_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_1d0xn_303{color:#64748b;font-size:.75rem}._widgetLoader_1d0xn_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_1d0xn_315{opacity:.5;cursor:default}._widgetTag_1d0xn_320{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_1d0xn_328{color:#0f172a;font-weight:500}._chartValuesWrapper_1d0xn_333{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_1d0xn_341{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_1d0xn_341._green_1d0xn_346:before,._chartValuesTitle_1d0xn_341._dark_1d0xn_346:before,._chartValuesTitle_1d0xn_341._blue_1d0xn_346: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_1d0xn_341._green_1d0xn_346:before{background:#22c55e}._chartValuesTitle_1d0xn_341._dark_1d0xn_346:before{background:#475569}._chartValuesTitle_1d0xn_341._blue_1d0xn_346:before{background:#43e0f8}._topbar_1d0xn_368{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_1d0xn_376{display:inline-flex}._logo_1d0xn_376{max-width:110px}._menuWrapper_1d0xn_384{display:flex}@media only screen and (width<=1340px){._menuWrapper_1d0xn_384{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_1d0xn_384._opened_1d0xn_401{display:flex}}._menuItem_1d0xn_406{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_1d0xn_406{flex:none;width:auto;margin-bottom:10px}}._menuItem_1d0xn_406 ._menuIcon_1d0xn_427{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_1d0xn_406 ._menuIconPerformance_1d0xn_432{fill:none}._menuItem_1d0xn_406 ._menuIconStroke_1d0xn_435{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_1d0xn_406._active_1d0xn_440,._menuItem_1d0xn_406:hover{color:#52c2fd;background:#fff}._menuItem_1d0xn_406._active_1d0xn_440 ._menuIcon_1d0xn_427:not(._menuIconStroke_1d0xn_435,._menuIconPerformance_1d0xn_432),._menuItem_1d0xn_406:hover ._menuIcon_1d0xn_427:not(._menuIconStroke_1d0xn_435,._menuIconPerformance_1d0xn_432){fill:#52c2fd}._menuItem_1d0xn_406._active_1d0xn_440 ._menuIconPerformance_1d0xn_432 path,._menuItem_1d0xn_406:hover ._menuIconPerformance_1d0xn_432 path{stroke:#59a6fd}._menuItem_1d0xn_406._active_1d0xn_440 ._menuIconStroke_1d0xn_435:not(._menuIcon_1d0xn_427),._menuItem_1d0xn_406:hover ._menuIconStroke_1d0xn_435:not(._menuIcon_1d0xn_427){stroke:#52c2fd}._redDot_1d0xn_454{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_1d0xn_469{justify-content:center;display:flex}._link_1d0xn_474{color:#2db2c8;cursor:pointer;text-decoration:underline}._modalHeader_1d0xn_480{border-bottom:1px solid #e2e8f0;align-items:center;padding:10px 36px 10px 16px;display:flex}._performanceIconWrapper_1d0xn_487{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_1d0xn_487 svg{fill:none}._performanceIconWrapper_1d0xn_487 svg path{stroke:#59a6fd}._performanceTestInfo_1d0xn_506{flex-direction:column;justify-content:center;align-items:flex-start;display:flex}._performanceTestInfo_1d0xn_506 h3{color:#0f172a;margin-bottom:4px;font-size:18px;font-weight:500;line-height:24px}._performanceTestInfo_1d0xn_506 p{color:#64748b;font-size:14px;font-weight:400;line-height:20px}._modalBody_1d0xn_526{padding:16px}._performanceTestActionsWrapper_1d0xn_530{justify-content:space-between;gap:10px;display:flex}._performanceTestAction_1d0xn_530{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_1d0xn_530:hover{background-color:#ebfcff;border:1px solid #43e0f8}._performanceTestAction_1d0xn_530:hover svg path{fill:#165964}._performanceTestAction_1d0xn_530 svg path{fill:#0f172a}._performanceTestAction_1d0xn_530 p{color:#0f172a;font-size:14px;font-weight:500}._performanceTestAction_1d0xn_530 span{color:#475569;font-size:12px;font-weight:400}._activeAction_1d0xn_568{background-color:#ebfcff;border:1px solid #43e0f8}._activeAction_1d0xn_568 svg path{fill:#165964}._scheduleSection_1d0xn_576,._labelSection_1d0xn_577{flex-direction:column;display:flex}._scheduleSection_1d0xn_576 p,._labelSection_1d0xn_577 p{margin-bottom:4px;font-size:14px;font-weight:400;line-height:20px}._scheduleSection_1d0xn_576{margin-top:12px;position:relative}._selectItemWrapper_1d0xn_594{border-radius:8px;align-items:center;margin:4px;padding:8px;display:flex}._selectItemWrapper_1d0xn_594:hover{background-color:#f8fafc}._selectItemWrapper_1d0xn_594 span{color:#0f172a;font-size:14px;font-weight:400;line-height:20px}._addBtnWrapper_1d0xn_611{align-items:center;padding:8px 8px 8px 16px;display:flex}._addBtnWrapper_1d0xn_611 span{color:#2db2c8;font-size:14px;font-weight:400;line-height:20px}._plusIcon_1d0xn_623{margin-right:4px;font-size:16px;line-height:14px}._authButtonsWrapper_ef388_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_ef388_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_ef388_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.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_ef388_23{width:100%;margin-bottom:16px}._fieldWrapper_ef388_23:last-child{margin-bottom:0}._fieldLabel_ef388_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_ef388_36{margin-top:8px;font-size:.75rem}._field_ef388_23{width:100%;position:relative}._fieldLabelNew_ef388_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_ef388_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_ef388_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_ef388_52[type=password]{font-size:18px}._inputNew_ef388_52:focus,._inputNew_ef388_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_ef388_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_ef388_52:disabled::placeholder{color:#cbd5e1}._inputNew_ef388_52._error_ef388_7{border:1px solid #ef4444}._inputNew_ef388_52._error_ef388_7:focus,._inputNew_ef388_52._error_ef388_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_ef388_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_ef388_90{width:calc(50% - 8px)}._tableNavWrapper_ef388_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_ef388_109{align-items:center;display:flex}._modalContent_ef388_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_ef388_118._center_ef388_125{text-align:center;font-family:Inter}._modalContent_ef388_118._settings_ef388_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_ef388_118._settingsIntegration_ef388_133,._modalContent_ef388_118._performanceTestModalContent_ef388_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_ef388_118._monitoringReportContent_ef388_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_ef388_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_ef388_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_ef388_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_ef388_158:after,._modalLine_ef388_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_ef388_158:before{left:-20px}._modalLine_ef388_158:after{right:-20px}._infoMessage_ef388_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_ef388_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_ef388_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_ef388_196._buttonsAutoWidth_ef388_203{justify-content:flex-end}._modalFooter_ef388_196._buttonsAutoWidth_ef388_203 button,._modalFooter_ef388_196._buttonsAutoWidth_ef388_203 span{margin-left:12px}._fullWidthTitle_ef388_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_ef388_223{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_ef388_230{background:#fff;border:1px solid #e2e8f0;border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_ef388_230{padding:0 16px 15px}}._widgetHeader_ef388_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_ef388_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_ef388_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_ef388_266{align-items:center;height:180px;display:flex}._widgetFooter_ef388_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_ef388_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_ef388_279:last-child{border:none}._widgetMainValue_ef388_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_ef388_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_ef388_303{color:#64748b;font-size:.75rem}._widgetLoader_ef388_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_ef388_315{opacity:.5;cursor:default}._widgetTag_ef388_320{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_ef388_328{color:#0f172a;font-weight:500}._chartValuesWrapper_ef388_333{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_ef388_341{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_ef388_341._green_ef388_346:before,._chartValuesTitle_ef388_341._dark_ef388_346:before,._chartValuesTitle_ef388_341._blue_ef388_346: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_ef388_341._green_ef388_346:before{background:#22c55e}._chartValuesTitle_ef388_341._dark_ef388_346:before{background:#475569}._chartValuesTitle_ef388_341._blue_ef388_346:before{background:#43e0f8}._topbar_ef388_368{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_ef388_376{display:inline-flex}._logo_ef388_376{max-width:110px}._menuWrapper_ef388_384{display:flex}@media only screen and (width<=1340px){._menuWrapper_ef388_384{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_ef388_384._opened_ef388_401{display:flex}}._menuItem_ef388_406{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_ef388_406{flex:none;width:auto;margin-bottom:10px}}._menuItem_ef388_406 ._menuIcon_ef388_427{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_ef388_406 ._menuIconPerformance_ef388_432{fill:none}._menuItem_ef388_406 ._menuIconStroke_ef388_435{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_ef388_406._active_ef388_440,._menuItem_ef388_406:hover{color:#52c2fd;background:#fff}._menuItem_ef388_406._active_ef388_440 ._menuIcon_ef388_427:not(._menuIconStroke_ef388_435,._menuIconPerformance_ef388_432),._menuItem_ef388_406:hover ._menuIcon_ef388_427:not(._menuIconStroke_ef388_435,._menuIconPerformance_ef388_432){fill:#52c2fd}._menuItem_ef388_406._active_ef388_440 ._menuIconPerformance_ef388_432 path,._menuItem_ef388_406:hover ._menuIconPerformance_ef388_432 path{stroke:#59a6fd}._menuItem_ef388_406._active_ef388_440 ._menuIconStroke_ef388_435:not(._menuIcon_ef388_427),._menuItem_ef388_406:hover ._menuIconStroke_ef388_435:not(._menuIcon_ef388_427){stroke:#52c2fd}._redDot_ef388_454{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_ef388_469{justify-content:center;display:flex}._link_ef388_474{color:#2db2c8;cursor:pointer;text-decoration:underline}._leftNavWrapper_ef388_480{flex-wrap:wrap;align-items:center;gap:12px;display:flex}._selectWrapper_ef388_487{width:330px!important;margin:0!important}._actionButton_ef388_492,._scheduleButtonContainer_ef388_493{flex-shrink:0}._tableNavItem_ef388_114{margin:0}@media only screen and (width<=768px){._tableNavWrapper_ef388_100{align-items:flex-start}._leftNavWrapper_ef388_480,._tableNavButtonsWrapper_ef388_109{width:100%}._leftNavWrapper_ef388_480{align-items:stretch}._selectWrapper_ef388_487{width:100%!important}._actionButton_ef388_492,._scheduleButtonContainer_ef388_493,._tableNavButtonsWrapper_ef388_109{margin-left:0!important}._tableNavButtonsWrapper_ef388_109{flex-wrap:wrap;gap:12px}}._messageCenterContentWrapper_ef388_525 .rowWithSubRows .rowNavWrapper .rowNavButtonsContainer{background-color:#e1f8fc}._messageCenterRemoveButtonContainer_ef388_529{background-color:#0000;gap:0}._messageCenterRemoveButtonContainer_ef388_529 span{width:28px;height:28px;padding:4px}._messageCenterRemoveButtonContainer_ef388_529 span:hover{background-color:#0000}._messageCenterRemoveButtonContainer_ef388_529 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_xiu61_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_xiu61_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_xiu61_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.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_xiu61_23{width:100%;margin-bottom:16px}._fieldWrapper_xiu61_23:last-child{margin-bottom:0}._fieldLabel_xiu61_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_xiu61_36{margin-top:8px;font-size:.75rem}._field_xiu61_23{width:100%;position:relative}._fieldLabelNew_xiu61_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_xiu61_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_xiu61_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_xiu61_52[type=password]{font-size:18px}._inputNew_xiu61_52:focus,._inputNew_xiu61_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_xiu61_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_xiu61_52:disabled::placeholder{color:#cbd5e1}._inputNew_xiu61_52._error_xiu61_7{border:1px solid #ef4444}._inputNew_xiu61_52._error_xiu61_7:focus,._inputNew_xiu61_52._error_xiu61_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_xiu61_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_xiu61_90{width:calc(50% - 8px)}._tableNavWrapper_xiu61_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_xiu61_109{align-items:center;display:flex}._tableNavItem_xiu61_114{margin:0 6px}._modalContent_xiu61_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_xiu61_118._center_xiu61_125{text-align:center;font-family:Inter}._modalContent_xiu61_118._settings_xiu61_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_xiu61_118._settingsIntegration_xiu61_133,._modalContent_xiu61_118._performanceTestModalContent_xiu61_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_xiu61_118._monitoringReportContent_xiu61_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_xiu61_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_xiu61_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_xiu61_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_xiu61_158:after,._modalLine_xiu61_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_xiu61_158:before{left:-20px}._modalLine_xiu61_158:after{right:-20px}._infoMessage_xiu61_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_xiu61_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_xiu61_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_xiu61_196._buttonsAutoWidth_xiu61_203{justify-content:flex-end}._modalFooter_xiu61_196._buttonsAutoWidth_xiu61_203 button,._modalFooter_xiu61_196._buttonsAutoWidth_xiu61_203 span{margin-left:12px}._fullWidthTitle_xiu61_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_xiu61_223{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_xiu61_230{background:#fff;border:1px solid #e2e8f0;border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_xiu61_230{padding:0 16px 15px}}._widgetHeader_xiu61_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_xiu61_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_xiu61_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_xiu61_266{align-items:center;height:180px;display:flex}._widgetFooter_xiu61_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_xiu61_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_xiu61_279:last-child{border:none}._widgetMainValue_xiu61_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_xiu61_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_xiu61_303{color:#64748b;font-size:.75rem}._widgetLoader_xiu61_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_xiu61_315{opacity:.5;cursor:default}._widgetTag_xiu61_320{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_xiu61_328{color:#0f172a;font-weight:500}._chartValuesWrapper_xiu61_333{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_xiu61_341{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_xiu61_341._green_xiu61_346:before,._chartValuesTitle_xiu61_341._dark_xiu61_346:before,._chartValuesTitle_xiu61_341._blue_xiu61_346: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_xiu61_341._green_xiu61_346:before{background:#22c55e}._chartValuesTitle_xiu61_341._dark_xiu61_346:before{background:#475569}._chartValuesTitle_xiu61_341._blue_xiu61_346:before{background:#43e0f8}._topbar_xiu61_368{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_xiu61_376{display:inline-flex}._logo_xiu61_376{max-width:110px}._menuWrapper_xiu61_384{display:flex}@media only screen and (width<=1340px){._menuWrapper_xiu61_384{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_xiu61_384._opened_xiu61_401{display:flex}}._menuItem_xiu61_406{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_xiu61_406{flex:none;width:auto;margin-bottom:10px}}._menuItem_xiu61_406 ._menuIcon_xiu61_427{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_xiu61_406 ._menuIconPerformance_xiu61_432{fill:none}._menuItem_xiu61_406 ._menuIconStroke_xiu61_435{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_xiu61_406._active_xiu61_440,._menuItem_xiu61_406:hover{color:#52c2fd;background:#fff}._menuItem_xiu61_406._active_xiu61_440 ._menuIcon_xiu61_427:not(._menuIconStroke_xiu61_435,._menuIconPerformance_xiu61_432),._menuItem_xiu61_406:hover ._menuIcon_xiu61_427:not(._menuIconStroke_xiu61_435,._menuIconPerformance_xiu61_432){fill:#52c2fd}._menuItem_xiu61_406._active_xiu61_440 ._menuIconPerformance_xiu61_432 path,._menuItem_xiu61_406:hover ._menuIconPerformance_xiu61_432 path{stroke:#59a6fd}._menuItem_xiu61_406._active_xiu61_440 ._menuIconStroke_xiu61_435:not(._menuIcon_xiu61_427),._menuItem_xiu61_406:hover ._menuIconStroke_xiu61_435:not(._menuIcon_xiu61_427){stroke:#52c2fd}._redDot_xiu61_454{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_xiu61_469{justify-content:center;display:flex}._link_xiu61_474{color:#2db2c8;cursor:pointer;text-decoration:underline}._detailsWrapper_xiu61_480{margin-top:12px;display:flex}._detailsItem_xiu61_485{border:1px solid #e2e8f0;border-radius:12px;min-width:115px;max-width:400px;margin-right:12px;padding:16px}@media (width<=900px){._detailsItem_xiu61_485{min-width:90px}}._detailsTitle_xiu61_499{color:#64748b;word-break:normal;overflow-wrap:anywhere;align-items:center;margin-bottom:8px;font-size:.875rem;font-weight:400;display:flex}._detailsIcon_xiu61_510{margin-right:4px}._detailsText_xiu61_514{word-break:normal;overflow-wrap:anywhere;font-size:.875rem;font-weight:500}._detailsText_xiu61_514 ul li ul,._detailsText_xiu61_514 ul li ol{padding-left:20px}._authButtonsWrapper_1gurh_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_1gurh_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_1gurh_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.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_1gurh_23{width:100%;margin-bottom:16px}._fieldWrapper_1gurh_23:last-child{margin-bottom:0}._fieldLabel_1gurh_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_1gurh_36{margin-top:8px;font-size:.75rem}._field_1gurh_23{width:100%;position:relative}._fieldLabelNew_1gurh_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_1gurh_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_1gurh_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_1gurh_52[type=password]{font-size:18px}._inputNew_1gurh_52:focus,._inputNew_1gurh_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_1gurh_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_1gurh_52:disabled::placeholder{color:#cbd5e1}._inputNew_1gurh_52._error_1gurh_7{border:1px solid #ef4444}._inputNew_1gurh_52._error_1gurh_7:focus,._inputNew_1gurh_52._error_1gurh_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_1gurh_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_1gurh_90{width:calc(50% - 8px)}._tableNavWrapper_1gurh_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_1gurh_109{align-items:center;display:flex}._tableNavItem_1gurh_114{margin:0 6px}._modalContent_1gurh_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_1gurh_118._center_1gurh_125{text-align:center;font-family:Inter}._modalContent_1gurh_118._settings_1gurh_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_1gurh_118._settingsIntegration_1gurh_133,._modalContent_1gurh_118._performanceTestModalContent_1gurh_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_1gurh_118._monitoringReportContent_1gurh_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_1gurh_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_1gurh_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_1gurh_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_1gurh_158:after,._modalLine_1gurh_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_1gurh_158:before{left:-20px}._modalLine_1gurh_158:after{right:-20px}._infoMessage_1gurh_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_1gurh_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_1gurh_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_1gurh_196._buttonsAutoWidth_1gurh_203{justify-content:flex-end}._modalFooter_1gurh_196._buttonsAutoWidth_1gurh_203 button,._modalFooter_1gurh_196._buttonsAutoWidth_1gurh_203 span{margin-left:12px}._fullWidthTitle_1gurh_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_1gurh_223{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_1gurh_230{background:#fff;border:1px solid #e2e8f0;border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_1gurh_230{padding:0 16px 15px}}._widgetHeader_1gurh_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_1gurh_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_1gurh_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_1gurh_266{align-items:center;height:180px;display:flex}._widgetFooter_1gurh_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_1gurh_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_1gurh_279:last-child{border:none}._widgetMainValue_1gurh_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_1gurh_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_1gurh_303{color:#64748b;font-size:.75rem}._widgetLoader_1gurh_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_1gurh_315{opacity:.5;cursor:default}._widgetTag_1gurh_320{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_1gurh_328{color:#0f172a;font-weight:500}._chartValuesWrapper_1gurh_333{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_1gurh_341{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_1gurh_341._green_1gurh_346:before,._chartValuesTitle_1gurh_341._dark_1gurh_346:before,._chartValuesTitle_1gurh_341._blue_1gurh_346: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_1gurh_341._green_1gurh_346:before{background:#22c55e}._chartValuesTitle_1gurh_341._dark_1gurh_346:before{background:#475569}._chartValuesTitle_1gurh_341._blue_1gurh_346:before{background:#43e0f8}._topbar_1gurh_368{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_1gurh_376{display:inline-flex}._logo_1gurh_376{max-width:110px}._menuWrapper_1gurh_384{display:flex}@media only screen and (width<=1340px){._menuWrapper_1gurh_384{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_1gurh_384._opened_1gurh_401{display:flex}}._menuItem_1gurh_406{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_1gurh_406{flex:none;width:auto;margin-bottom:10px}}._menuItem_1gurh_406 ._menuIcon_1gurh_427{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_1gurh_406 ._menuIconPerformance_1gurh_432{fill:none}._menuItem_1gurh_406 ._menuIconStroke_1gurh_435{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_1gurh_406._active_1gurh_440,._menuItem_1gurh_406:hover{color:#52c2fd;background:#fff}._menuItem_1gurh_406._active_1gurh_440 ._menuIcon_1gurh_427:not(._menuIconStroke_1gurh_435,._menuIconPerformance_1gurh_432),._menuItem_1gurh_406:hover ._menuIcon_1gurh_427:not(._menuIconStroke_1gurh_435,._menuIconPerformance_1gurh_432){fill:#52c2fd}._menuItem_1gurh_406._active_1gurh_440 ._menuIconPerformance_1gurh_432 path,._menuItem_1gurh_406:hover ._menuIconPerformance_1gurh_432 path{stroke:#59a6fd}._menuItem_1gurh_406._active_1gurh_440 ._menuIconStroke_1gurh_435:not(._menuIcon_1gurh_427),._menuItem_1gurh_406:hover ._menuIconStroke_1gurh_435:not(._menuIcon_1gurh_427){stroke:#52c2fd}._redDot_1gurh_454{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_1gurh_469{justify-content:center;display:flex}._link_1gurh_474{color:#2db2c8;cursor:pointer;text-decoration:underline}._alertStatus_1gurh_480{font-size:.875rem}._alertStatus_1gurh_480:before{display:none}._alertStatus_1gurh_480._pending_1gurh_486{color:#f59e0b}._alertStatus_1gurh_480._failed_1gurh_489{color:#ef4444}._alertStatus_1gurh_480._delivered_1gurh_492{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_1vxro_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_1vxro_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_1vxro_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.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_1vxro_23{width:100%;margin-bottom:16px}._fieldWrapper_1vxro_23:last-child{margin-bottom:0}._fieldLabel_1vxro_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_1vxro_36{margin-top:8px;font-size:.75rem}._field_1vxro_23{width:100%;position:relative}._fieldLabelNew_1vxro_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_1vxro_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_1vxro_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_1vxro_52[type=password]{font-size:18px}._inputNew_1vxro_52:focus,._inputNew_1vxro_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_1vxro_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_1vxro_52:disabled::placeholder{color:#cbd5e1}._inputNew_1vxro_52._error_1vxro_7{border:1px solid #ef4444}._inputNew_1vxro_52._error_1vxro_7:focus,._inputNew_1vxro_52._error_1vxro_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_1vxro_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_1vxro_90{width:calc(50% - 8px)}._tableNavWrapper_1vxro_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_1vxro_109{align-items:center;display:flex}._tableNavItem_1vxro_114{margin:0 6px}._modalContent_1vxro_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_1vxro_118._center_1vxro_125{text-align:center;font-family:Inter}._modalContent_1vxro_118._settings_1vxro_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_1vxro_118._settingsIntegration_1vxro_133,._modalContent_1vxro_118._performanceTestModalContent_1vxro_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_1vxro_118._monitoringReportContent_1vxro_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_1vxro_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_1vxro_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_1vxro_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_1vxro_158:after,._modalLine_1vxro_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_1vxro_158:before{left:-20px}._modalLine_1vxro_158:after{right:-20px}._infoMessage_1vxro_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_1vxro_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_1vxro_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_1vxro_196._buttonsAutoWidth_1vxro_203{justify-content:flex-end}._modalFooter_1vxro_196._buttonsAutoWidth_1vxro_203 button,._modalFooter_1vxro_196._buttonsAutoWidth_1vxro_203 span{margin-left:12px}._fullWidthTitle_1vxro_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_1vxro_223{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_1vxro_230{background:#fff;border:1px solid #e2e8f0;border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_1vxro_230{padding:0 16px 15px}}._widgetHeader_1vxro_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_1vxro_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_1vxro_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_1vxro_266{align-items:center;height:180px;display:flex}._widgetFooter_1vxro_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_1vxro_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_1vxro_279:last-child{border:none}._widgetMainValue_1vxro_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_1vxro_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_1vxro_303{color:#64748b;font-size:.75rem}._widgetLoader_1vxro_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_1vxro_315{opacity:.5;cursor:default}._widgetTag_1vxro_320{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_1vxro_328{color:#0f172a;font-weight:500}._chartValuesWrapper_1vxro_333{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_1vxro_341{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_1vxro_341._green_1vxro_346:before,._chartValuesTitle_1vxro_341._dark_1vxro_346:before,._chartValuesTitle_1vxro_341._blue_1vxro_346: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_1vxro_341._green_1vxro_346:before{background:#22c55e}._chartValuesTitle_1vxro_341._dark_1vxro_346:before{background:#475569}._chartValuesTitle_1vxro_341._blue_1vxro_346:before{background:#43e0f8}._topbar_1vxro_368{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_1vxro_376{display:inline-flex}._logo_1vxro_376{max-width:110px}._menuWrapper_1vxro_384{display:flex}@media only screen and (width<=1340px){._menuWrapper_1vxro_384{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_1vxro_384._opened_1vxro_401{display:flex}}._menuItem_1vxro_406{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_1vxro_406{flex:none;width:auto;margin-bottom:10px}}._menuItem_1vxro_406 ._menuIcon_1vxro_427{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_1vxro_406 ._menuIconPerformance_1vxro_432{fill:none}._menuItem_1vxro_406 ._menuIconStroke_1vxro_435{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_1vxro_406._active_1vxro_440,._menuItem_1vxro_406:hover{color:#52c2fd;background:#fff}._menuItem_1vxro_406._active_1vxro_440 ._menuIcon_1vxro_427:not(._menuIconStroke_1vxro_435,._menuIconPerformance_1vxro_432),._menuItem_1vxro_406:hover ._menuIcon_1vxro_427:not(._menuIconStroke_1vxro_435,._menuIconPerformance_1vxro_432){fill:#52c2fd}._menuItem_1vxro_406._active_1vxro_440 ._menuIconPerformance_1vxro_432 path,._menuItem_1vxro_406:hover ._menuIconPerformance_1vxro_432 path{stroke:#59a6fd}._menuItem_1vxro_406._active_1vxro_440 ._menuIconStroke_1vxro_435:not(._menuIcon_1vxro_427),._menuItem_1vxro_406:hover ._menuIconStroke_1vxro_435:not(._menuIcon_1vxro_427){stroke:#52c2fd}._redDot_1vxro_454{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_1vxro_469{justify-content:center;display:flex}._link_1vxro_474{color:#2db2c8;cursor:pointer;text-decoration:underline}._editor_1vxro_480{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_1vxro_480:focus,._editor_1vxro_480:active{border:1px solid #a7b8d0}._editor_1vxro_480._error_1vxro_7{border:1px solid #ef4444}._editor_1vxro_480._error_1vxro_7:focus,._editor_1vxro_480._error_1vxro_7:active{box-shadow:none;border-color:#ef4444}._authButtonsWrapper_qv0yr_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_qv0yr_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_qv0yr_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.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_qv0yr_23{width:100%;margin-bottom:16px}._fieldWrapper_qv0yr_23:last-child{margin-bottom:0}._fieldLabel_qv0yr_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_qv0yr_36{margin-top:8px;font-size:.75rem}._field_qv0yr_23{width:100%;position:relative}._fieldLabelNew_qv0yr_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_qv0yr_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_qv0yr_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_qv0yr_52[type=password]{font-size:18px}._inputNew_qv0yr_52:focus,._inputNew_qv0yr_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_qv0yr_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_qv0yr_52:disabled::placeholder{color:#cbd5e1}._inputNew_qv0yr_52._error_qv0yr_7{border:1px solid #ef4444}._inputNew_qv0yr_52._error_qv0yr_7:focus,._inputNew_qv0yr_52._error_qv0yr_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_qv0yr_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_qv0yr_90{width:calc(50% - 8px)}._tableNavWrapper_qv0yr_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_qv0yr_109{align-items:center;display:flex}._tableNavItem_qv0yr_114{margin:0 6px}._modalContent_qv0yr_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_qv0yr_118._center_qv0yr_125{text-align:center;font-family:Inter}._modalContent_qv0yr_118._settings_qv0yr_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_qv0yr_118._settingsIntegration_qv0yr_133,._modalContent_qv0yr_118._performanceTestModalContent_qv0yr_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_qv0yr_118._monitoringReportContent_qv0yr_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_qv0yr_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_qv0yr_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_qv0yr_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_qv0yr_158:after,._modalLine_qv0yr_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_qv0yr_158:before{left:-20px}._modalLine_qv0yr_158:after{right:-20px}._infoMessage_qv0yr_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_qv0yr_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_qv0yr_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_qv0yr_196._buttonsAutoWidth_qv0yr_203{justify-content:flex-end}._modalFooter_qv0yr_196._buttonsAutoWidth_qv0yr_203 button,._modalFooter_qv0yr_196._buttonsAutoWidth_qv0yr_203 span{margin-left:12px}._fullWidthTitle_qv0yr_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_qv0yr_223{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_qv0yr_230{background:#fff;border:1px solid #e2e8f0;border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_qv0yr_230{padding:0 16px 15px}}._widgetHeader_qv0yr_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_qv0yr_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_qv0yr_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_qv0yr_266{align-items:center;height:180px;display:flex}._widgetFooter_qv0yr_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_qv0yr_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_qv0yr_279:last-child{border:none}._widgetMainValue_qv0yr_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_qv0yr_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_qv0yr_303{color:#64748b;font-size:.75rem}._widgetLoader_qv0yr_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_qv0yr_315{opacity:.5;cursor:default}._widgetTag_qv0yr_320{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_qv0yr_328{color:#0f172a;font-weight:500}._chartValuesWrapper_qv0yr_333{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_qv0yr_341{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_qv0yr_341._green_qv0yr_346:before,._chartValuesTitle_qv0yr_341._dark_qv0yr_346:before,._chartValuesTitle_qv0yr_341._blue_qv0yr_346: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_qv0yr_341._green_qv0yr_346:before{background:#22c55e}._chartValuesTitle_qv0yr_341._dark_qv0yr_346:before{background:#475569}._chartValuesTitle_qv0yr_341._blue_qv0yr_346:before{background:#43e0f8}._topbar_qv0yr_368{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_qv0yr_376{display:inline-flex}._logo_qv0yr_376{max-width:110px}._menuWrapper_qv0yr_384{display:flex}@media only screen and (width<=1340px){._menuWrapper_qv0yr_384{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_qv0yr_384._opened_qv0yr_401{display:flex}}._menuItem_qv0yr_406{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_qv0yr_406{flex:none;width:auto;margin-bottom:10px}}._menuItem_qv0yr_406 ._menuIcon_qv0yr_427{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_qv0yr_406 ._menuIconPerformance_qv0yr_432{fill:none}._menuItem_qv0yr_406 ._menuIconStroke_qv0yr_435{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_qv0yr_406._active_qv0yr_440,._menuItem_qv0yr_406:hover{color:#52c2fd;background:#fff}._menuItem_qv0yr_406._active_qv0yr_440 ._menuIcon_qv0yr_427:not(._menuIconStroke_qv0yr_435,._menuIconPerformance_qv0yr_432),._menuItem_qv0yr_406:hover ._menuIcon_qv0yr_427:not(._menuIconStroke_qv0yr_435,._menuIconPerformance_qv0yr_432){fill:#52c2fd}._menuItem_qv0yr_406._active_qv0yr_440 ._menuIconPerformance_qv0yr_432 path,._menuItem_qv0yr_406:hover ._menuIconPerformance_qv0yr_432 path{stroke:#59a6fd}._menuItem_qv0yr_406._active_qv0yr_440 ._menuIconStroke_qv0yr_435:not(._menuIcon_qv0yr_427),._menuItem_qv0yr_406:hover ._menuIconStroke_qv0yr_435:not(._menuIcon_qv0yr_427){stroke:#52c2fd}._redDot_qv0yr_454{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_qv0yr_469{justify-content:center;display:flex}._link_qv0yr_474{color:#2db2c8;cursor:pointer;text-decoration:underline}._messageFormWrapper_qv0yr_480{border:1px solid #e2e8f0;border-radius:20px;height:100%;padding:20px}._titleImput_qv0yr_487{color:#475569;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;width:100%;height:48px;padding:12px;font-size:1rem}._titleImput_qv0yr_487._error_qv0yr_7{border:1px solid #ef4444}._titleImput_qv0yr_487._error_qv0yr_7:focus,._titleImput_qv0yr_487._error_qv0yr_7:active{box-shadow:none;border-color:#ef4444}._textareaWrapper_qv0yr_505{margin-bottom:16px}._textareaLabel_qv0yr_509{margin-top:16px;margin-bottom:4px;font-size:14px;display:block}._tooltip_qv0yr_516 span{color:#000;font-size:14px!important}._repeatButtonsWrapper_qv0yr_521{border-bottom:1px solid #f1f5f9;justify-content:space-between;margin:8px 0 16px;padding-bottom:16px;display:flex}._repeatButtons_qv0yr_521{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_qv0yr_521:hover,._repeatButtons_qv0yr_521._active_qv0yr_440{background:#ebfcff;border-color:#43e0f8}._submitButtonWrapper_qv0yr_548{justify-content:flex-end;align-items:center;display:flex}._noteText_qv0yr_554{color:#64748b;margin-right:auto;font-size:12px}._symbolsCount_qv0yr_560{text-align:right;color:#64748b;width:100%;margin-top:4px;font-size:14px}._authButtonsWrapper_1fbb2_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_1fbb2_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_1fbb2_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.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_1fbb2_23{width:100%;margin-bottom:16px}._fieldWrapper_1fbb2_23:last-child{margin-bottom:0}._fieldLabel_1fbb2_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_1fbb2_36{margin-top:8px;font-size:.75rem}._field_1fbb2_23{width:100%;position:relative}._fieldLabelNew_1fbb2_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_1fbb2_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_1fbb2_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_1fbb2_52[type=password]{font-size:18px}._inputNew_1fbb2_52:focus,._inputNew_1fbb2_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_1fbb2_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_1fbb2_52:disabled::placeholder{color:#cbd5e1}._inputNew_1fbb2_52._error_1fbb2_7{border:1px solid #ef4444}._inputNew_1fbb2_52._error_1fbb2_7:focus,._inputNew_1fbb2_52._error_1fbb2_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_1fbb2_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_1fbb2_90{width:calc(50% - 8px)}._tableNavWrapper_1fbb2_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_1fbb2_109{align-items:center;display:flex}._tableNavItem_1fbb2_114{margin:0 6px}._modalContent_1fbb2_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_1fbb2_118._center_1fbb2_125{text-align:center;font-family:Inter}._modalContent_1fbb2_118._settings_1fbb2_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_1fbb2_118._settingsIntegration_1fbb2_133,._modalContent_1fbb2_118._performanceTestModalContent_1fbb2_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_1fbb2_118._monitoringReportContent_1fbb2_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_1fbb2_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_1fbb2_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_1fbb2_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_1fbb2_158:after,._modalLine_1fbb2_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_1fbb2_158:before{left:-20px}._modalLine_1fbb2_158:after{right:-20px}._infoMessage_1fbb2_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_1fbb2_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_1fbb2_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_1fbb2_196._buttonsAutoWidth_1fbb2_203{justify-content:flex-end}._modalFooter_1fbb2_196._buttonsAutoWidth_1fbb2_203 button,._modalFooter_1fbb2_196._buttonsAutoWidth_1fbb2_203 span{margin-left:12px}._fullWidthTitle_1fbb2_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_1fbb2_223{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_1fbb2_230{background:#fff;border:1px solid #e2e8f0;border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_1fbb2_230{padding:0 16px 15px}}._widgetHeader_1fbb2_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_1fbb2_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_1fbb2_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_1fbb2_266{align-items:center;height:180px;display:flex}._widgetFooter_1fbb2_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_1fbb2_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_1fbb2_279:last-child{border:none}._widgetMainValue_1fbb2_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_1fbb2_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_1fbb2_303{color:#64748b;font-size:.75rem}._widgetLoader_1fbb2_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_1fbb2_315{opacity:.5;cursor:default}._widgetTag_1fbb2_320{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_1fbb2_328{color:#0f172a;font-weight:500}._chartValuesWrapper_1fbb2_333{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_1fbb2_341{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_1fbb2_341._green_1fbb2_346:before,._chartValuesTitle_1fbb2_341._dark_1fbb2_346:before,._chartValuesTitle_1fbb2_341._blue_1fbb2_346: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_1fbb2_341._green_1fbb2_346:before{background:#22c55e}._chartValuesTitle_1fbb2_341._dark_1fbb2_346:before{background:#475569}._chartValuesTitle_1fbb2_341._blue_1fbb2_346:before{background:#43e0f8}._topbar_1fbb2_368{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_1fbb2_376{display:inline-flex}._logo_1fbb2_376{max-width:110px}._menuWrapper_1fbb2_384{display:flex}@media only screen and (width<=1340px){._menuWrapper_1fbb2_384{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_1fbb2_384._opened_1fbb2_401{display:flex}}._menuItem_1fbb2_406{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_1fbb2_406{flex:none;width:auto;margin-bottom:10px}}._menuItem_1fbb2_406 ._menuIcon_1fbb2_427{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_1fbb2_406 ._menuIconPerformance_1fbb2_432{fill:none}._menuItem_1fbb2_406 ._menuIconStroke_1fbb2_435{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_1fbb2_406._active_1fbb2_440,._menuItem_1fbb2_406:hover{color:#52c2fd;background:#fff}._menuItem_1fbb2_406._active_1fbb2_440 ._menuIcon_1fbb2_427:not(._menuIconStroke_1fbb2_435,._menuIconPerformance_1fbb2_432),._menuItem_1fbb2_406:hover ._menuIcon_1fbb2_427:not(._menuIconStroke_1fbb2_435,._menuIconPerformance_1fbb2_432){fill:#52c2fd}._menuItem_1fbb2_406._active_1fbb2_440 ._menuIconPerformance_1fbb2_432 path,._menuItem_1fbb2_406:hover ._menuIconPerformance_1fbb2_432 path{stroke:#59a6fd}._menuItem_1fbb2_406._active_1fbb2_440 ._menuIconStroke_1fbb2_435:not(._menuIcon_1fbb2_427),._menuItem_1fbb2_406:hover ._menuIconStroke_1fbb2_435:not(._menuIcon_1fbb2_427){stroke:#52c2fd}._redDot_1fbb2_454{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_1fbb2_469{justify-content:center;display:flex}._link_1fbb2_474{color:#2db2c8;cursor:pointer;text-decoration:underline}._templateList_1fbb2_480{border:1px solid #e2e8f0;border-radius:20px;height:100%;padding:20px;position:relative;overflow-y:auto}._table_1fbb2_100{min-height:100%;top:0}._tabsWrapper_1fbb2_494{background:#f1f5f9;border-radius:32px;width:100%;height:40px;margin-bottom:20px;padding:4px;display:inline-flex}._tab_1fbb2_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_1fbb2_100._active_1fbb2_440{color:#334155;background:#fff;box-shadow:0 1px 3px #3341550a,0 1px 2px #3341550a}._tab_1fbb2_100:last-child{margin-right:0}._tab_1fbb2_100._disabled_1fbb2_315{box-shadow:none;background:#f1f5f9}._tab_1fbb2_100._grey_1fbb2_531{box-shadow:none;color:#94a3b8;cursor:pointer;background:#f1f5f9}._messageTemplateButtonContainer_1fbb2_538{gap:0}._messageTemplateButtonContainer_1fbb2_538 span{width:28px;height:28px;padding:4px}._messageTemplateButtonContainer_1fbb2_538 span:hover{background-color:#0000}._messageTemplateButtonContainer_1fbb2_538 span:hover svg path{stroke:#0f172a}._authButtonsWrapper_1uhjd_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_1uhjd_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_1uhjd_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.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_1uhjd_23{width:100%;margin-bottom:16px}._fieldWrapper_1uhjd_23:last-child{margin-bottom:0}._fieldLabel_1uhjd_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_1uhjd_36{margin-top:8px;font-size:.75rem}._field_1uhjd_23{width:100%;position:relative}._fieldLabelNew_1uhjd_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_1uhjd_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_1uhjd_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_1uhjd_52[type=password]{font-size:18px}._inputNew_1uhjd_52:focus,._inputNew_1uhjd_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_1uhjd_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_1uhjd_52:disabled::placeholder{color:#cbd5e1}._inputNew_1uhjd_52._error_1uhjd_7{border:1px solid #ef4444}._inputNew_1uhjd_52._error_1uhjd_7:focus,._inputNew_1uhjd_52._error_1uhjd_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_1uhjd_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_1uhjd_90{width:calc(50% - 8px)}._tableNavWrapper_1uhjd_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_1uhjd_109{align-items:center;display:flex}._tableNavItem_1uhjd_114{margin:0 6px}._modalContent_1uhjd_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_1uhjd_118._center_1uhjd_125{text-align:center;font-family:Inter}._modalContent_1uhjd_118._settings_1uhjd_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_1uhjd_118._settingsIntegration_1uhjd_133,._modalContent_1uhjd_118._performanceTestModalContent_1uhjd_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_1uhjd_118._monitoringReportContent_1uhjd_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_1uhjd_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_1uhjd_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_1uhjd_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_1uhjd_158:after,._modalLine_1uhjd_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_1uhjd_158:before{left:-20px}._modalLine_1uhjd_158:after{right:-20px}._infoMessage_1uhjd_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_1uhjd_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_1uhjd_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_1uhjd_196._buttonsAutoWidth_1uhjd_203{justify-content:flex-end}._modalFooter_1uhjd_196._buttonsAutoWidth_1uhjd_203 button,._modalFooter_1uhjd_196._buttonsAutoWidth_1uhjd_203 span{margin-left:12px}._fullWidthTitle_1uhjd_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_1uhjd_223{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_1uhjd_230{background:#fff;border:1px solid #e2e8f0;border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_1uhjd_230{padding:0 16px 15px}}._widgetHeader_1uhjd_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_1uhjd_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_1uhjd_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_1uhjd_266{align-items:center;height:180px;display:flex}._widgetFooter_1uhjd_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_1uhjd_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_1uhjd_279:last-child{border:none}._widgetMainValue_1uhjd_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_1uhjd_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_1uhjd_303{color:#64748b;font-size:.75rem}._widgetLoader_1uhjd_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_1uhjd_315{opacity:.5;cursor:default}._widgetTag_1uhjd_320{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_1uhjd_328{color:#0f172a;font-weight:500}._chartValuesWrapper_1uhjd_333{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_1uhjd_341{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_1uhjd_341._green_1uhjd_346:before,._chartValuesTitle_1uhjd_341._dark_1uhjd_346:before,._chartValuesTitle_1uhjd_341._blue_1uhjd_346: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_1uhjd_341._green_1uhjd_346:before{background:#22c55e}._chartValuesTitle_1uhjd_341._dark_1uhjd_346:before{background:#475569}._chartValuesTitle_1uhjd_341._blue_1uhjd_346:before{background:#43e0f8}._topbar_1uhjd_368{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_1uhjd_376{display:inline-flex}._logo_1uhjd_376{max-width:110px}._menuWrapper_1uhjd_384{display:flex}@media only screen and (width<=1340px){._menuWrapper_1uhjd_384{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_1uhjd_384._opened_1uhjd_401{display:flex}}._menuItem_1uhjd_406{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_1uhjd_406{flex:none;width:auto;margin-bottom:10px}}._menuItem_1uhjd_406 ._menuIcon_1uhjd_427{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_1uhjd_406 ._menuIconPerformance_1uhjd_432{fill:none}._menuItem_1uhjd_406 ._menuIconStroke_1uhjd_435{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_1uhjd_406._active_1uhjd_440,._menuItem_1uhjd_406:hover{color:#52c2fd;background:#fff}._menuItem_1uhjd_406._active_1uhjd_440 ._menuIcon_1uhjd_427:not(._menuIconStroke_1uhjd_435,._menuIconPerformance_1uhjd_432),._menuItem_1uhjd_406:hover ._menuIcon_1uhjd_427:not(._menuIconStroke_1uhjd_435,._menuIconPerformance_1uhjd_432){fill:#52c2fd}._menuItem_1uhjd_406._active_1uhjd_440 ._menuIconPerformance_1uhjd_432 path,._menuItem_1uhjd_406:hover ._menuIconPerformance_1uhjd_432 path{stroke:#59a6fd}._menuItem_1uhjd_406._active_1uhjd_440 ._menuIconStroke_1uhjd_435:not(._menuIcon_1uhjd_427),._menuItem_1uhjd_406:hover ._menuIconStroke_1uhjd_435:not(._menuIcon_1uhjd_427){stroke:#52c2fd}._redDot_1uhjd_454{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_1uhjd_469{justify-content:center;display:flex}._link_1uhjd_474{color:#2db2c8;cursor:pointer;text-decoration:underline}._deviceStatus_1uhjd_480: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_1uhjd_480._online_1uhjd_492:before{background:#22c55e}._deviceStatus_1uhjd_480._offline_1uhjd_495:before{background:#94a3b8}._authButtonsWrapper_zh4k0_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_zh4k0_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_zh4k0_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.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_zh4k0_23{width:100%;margin-bottom:16px}._fieldWrapper_zh4k0_23:last-child{margin-bottom:0}._fieldLabel_zh4k0_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_zh4k0_36{margin-top:8px;font-size:.75rem}._field_zh4k0_23{width:100%;position:relative}._fieldLabelNew_zh4k0_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_zh4k0_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_zh4k0_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_zh4k0_52[type=password]{font-size:18px}._inputNew_zh4k0_52:focus,._inputNew_zh4k0_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_zh4k0_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_zh4k0_52:disabled::placeholder{color:#cbd5e1}._inputNew_zh4k0_52._error_zh4k0_7{border:1px solid #ef4444}._inputNew_zh4k0_52._error_zh4k0_7:focus,._inputNew_zh4k0_52._error_zh4k0_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_zh4k0_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_zh4k0_90{width:calc(50% - 8px)}._tableNavWrapper_zh4k0_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_zh4k0_109{align-items:center;display:flex}._tableNavItem_zh4k0_114{margin:0 6px}._modalContent_zh4k0_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_zh4k0_118._center_zh4k0_125{text-align:center;font-family:Inter}._modalContent_zh4k0_118._settings_zh4k0_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_zh4k0_118._settingsIntegration_zh4k0_133,._modalContent_zh4k0_118._performanceTestModalContent_zh4k0_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_zh4k0_118._monitoringReportContent_zh4k0_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_zh4k0_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_zh4k0_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_zh4k0_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_zh4k0_158:after,._modalLine_zh4k0_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_zh4k0_158:before{left:-20px}._modalLine_zh4k0_158:after{right:-20px}._infoMessage_zh4k0_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_zh4k0_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_zh4k0_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_zh4k0_196._buttonsAutoWidth_zh4k0_203{justify-content:flex-end}._modalFooter_zh4k0_196._buttonsAutoWidth_zh4k0_203 button,._modalFooter_zh4k0_196._buttonsAutoWidth_zh4k0_203 span{margin-left:12px}._fullWidthTitle_zh4k0_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_zh4k0_223{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_zh4k0_230{background:#fff;border:1px solid #e2e8f0;border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_zh4k0_230{padding:0 16px 15px}}._widgetHeader_zh4k0_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_zh4k0_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_zh4k0_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_zh4k0_266{align-items:center;height:180px;display:flex}._widgetFooter_zh4k0_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_zh4k0_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_zh4k0_279:last-child{border:none}._widgetMainValue_zh4k0_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_zh4k0_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_zh4k0_303{color:#64748b;font-size:.75rem}._widgetLoader_zh4k0_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_zh4k0_315{opacity:.5;cursor:default}._widgetTag_zh4k0_320{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_zh4k0_328{color:#0f172a;font-weight:500}._chartValuesWrapper_zh4k0_333{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_zh4k0_341{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_zh4k0_341._green_zh4k0_346:before,._chartValuesTitle_zh4k0_341._dark_zh4k0_346:before,._chartValuesTitle_zh4k0_341._blue_zh4k0_346: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_zh4k0_341._green_zh4k0_346:before{background:#22c55e}._chartValuesTitle_zh4k0_341._dark_zh4k0_346:before{background:#475569}._chartValuesTitle_zh4k0_341._blue_zh4k0_346:before{background:#43e0f8}._topbar_zh4k0_368{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_zh4k0_376{display:inline-flex}._logo_zh4k0_376{max-width:110px}._menuWrapper_zh4k0_384{display:flex}@media only screen and (width<=1340px){._menuWrapper_zh4k0_384{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_zh4k0_384._opened_zh4k0_401{display:flex}}._menuItem_zh4k0_406{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_zh4k0_406{flex:none;width:auto;margin-bottom:10px}}._menuItem_zh4k0_406 ._menuIcon_zh4k0_427{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_zh4k0_406 ._menuIconPerformance_zh4k0_432{fill:none}._menuItem_zh4k0_406 ._menuIconStroke_zh4k0_435{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_zh4k0_406._active_zh4k0_440,._menuItem_zh4k0_406:hover{color:#52c2fd;background:#fff}._menuItem_zh4k0_406._active_zh4k0_440 ._menuIcon_zh4k0_427:not(._menuIconStroke_zh4k0_435,._menuIconPerformance_zh4k0_432),._menuItem_zh4k0_406:hover ._menuIcon_zh4k0_427:not(._menuIconStroke_zh4k0_435,._menuIconPerformance_zh4k0_432){fill:#52c2fd}._menuItem_zh4k0_406._active_zh4k0_440 ._menuIconPerformance_zh4k0_432 path,._menuItem_zh4k0_406:hover ._menuIconPerformance_zh4k0_432 path{stroke:#59a6fd}._menuItem_zh4k0_406._active_zh4k0_440 ._menuIconStroke_zh4k0_435:not(._menuIcon_zh4k0_427),._menuItem_zh4k0_406:hover ._menuIconStroke_zh4k0_435:not(._menuIcon_zh4k0_427){stroke:#52c2fd}._redDot_zh4k0_454{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_zh4k0_469{justify-content:center;display:flex}._link_zh4k0_474{color:#2db2c8;cursor:pointer;text-decoration:underline}._statusContainer_zh4k0_480{flex-wrap:wrap;align-items:center;gap:8px;display:flex}._orderStatus_zh4k0_487{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_zh4k0_487:before{margin-right:2px;display:inline-flex;position:relative;top:1px}._orderStatus_zh4k0_487._new_zh4k0_503{color:#15803d;background:#dcfce7}._orderStatus_zh4k0_487._new_zh4k0_503:before{content:url("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_zh4k0_487._pending_zh4k0_510{color:#b45309;background:#fef3c7}._orderStatus_zh4k0_487._pending_zh4k0_510:before{content:url("data: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_zh4k0_487._confirmed_zh4k0_517{color:#134f66;background:#cdfcff}._orderStatus_zh4k0_487._confirmed_zh4k0_517:before{content:url("data: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_zh4k0_487._packed_zh4k0_524{color:#7e22ce;background:#f3e8ff}._orderStatus_zh4k0_487._packed_zh4k0_524:before{content:url("data: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_zh4k0_487._shipping_zh4k0_531{color:#2563eb;background:#dbeafe}._orderStatus_zh4k0_487._shipping_zh4k0_531:before{content:url("data: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_zh4k0_487._archived_zh4k0_538{color:#4338ca;background:#e0e7ff}._orderStatus_zh4k0_487._archived_zh4k0_538: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_zh4k0_487._denied_zh4k0_545{color:#b91c1c;background:#fee2e2}._orderStatus_zh4k0_487._denied_zh4k0_545:before{content:url("data: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_zh4k0_487._canceled_zh4k0_552{color:#b91c1c;background:#fee2e2}._orderStatus_zh4k0_487._canceled_zh4k0_552:before{content:url("data: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_2g075_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_2g075_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_2g075_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.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_2g075_23{width:100%;margin-bottom:16px}._fieldWrapper_2g075_23:last-child{margin-bottom:0}._fieldLabel_2g075_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_2g075_36{margin-top:8px;font-size:.75rem}._field_2g075_23{width:100%;position:relative}._fieldLabelNew_2g075_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_2g075_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_2g075_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_2g075_52[type=password]{font-size:18px}._inputNew_2g075_52:focus,._inputNew_2g075_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_2g075_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_2g075_52:disabled::placeholder{color:#cbd5e1}._inputNew_2g075_52._error_2g075_7{border:1px solid #ef4444}._inputNew_2g075_52._error_2g075_7:focus,._inputNew_2g075_52._error_2g075_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_2g075_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_2g075_90{width:calc(50% - 8px)}._tableNavWrapper_2g075_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_2g075_109{align-items:center;display:flex}._tableNavItem_2g075_114{margin:0 6px}._modalContent_2g075_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_2g075_118._center_2g075_125{text-align:center;font-family:Inter}._modalContent_2g075_118._settings_2g075_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_2g075_118._settingsIntegration_2g075_133,._modalContent_2g075_118._performanceTestModalContent_2g075_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_2g075_118._monitoringReportContent_2g075_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_2g075_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_2g075_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_2g075_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_2g075_158:after,._modalLine_2g075_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_2g075_158:before{left:-20px}._modalLine_2g075_158:after{right:-20px}._infoMessage_2g075_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_2g075_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_2g075_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_2g075_196._buttonsAutoWidth_2g075_203{justify-content:flex-end}._modalFooter_2g075_196._buttonsAutoWidth_2g075_203 button,._modalFooter_2g075_196._buttonsAutoWidth_2g075_203 span{margin-left:12px}._fullWidthTitle_2g075_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_2g075_223{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_2g075_230{background:#fff;border:1px solid #e2e8f0;border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_2g075_230{padding:0 16px 15px}}._widgetHeader_2g075_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_2g075_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_2g075_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_2g075_266{align-items:center;height:180px;display:flex}._widgetFooter_2g075_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_2g075_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_2g075_279:last-child{border:none}._widgetMainValue_2g075_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_2g075_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_2g075_303{color:#64748b;font-size:.75rem}._widgetLoader_2g075_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_2g075_315{opacity:.5;cursor:default}._widgetTag_2g075_320{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_2g075_328{color:#0f172a;font-weight:500}._chartValuesWrapper_2g075_333{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_2g075_341{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_2g075_341._green_2g075_346:before,._chartValuesTitle_2g075_341._dark_2g075_346:before,._chartValuesTitle_2g075_341._blue_2g075_346: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_2g075_341._green_2g075_346:before{background:#22c55e}._chartValuesTitle_2g075_341._dark_2g075_346:before{background:#475569}._chartValuesTitle_2g075_341._blue_2g075_346:before{background:#43e0f8}._topbar_2g075_368{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_2g075_376{display:inline-flex}._logo_2g075_376{max-width:110px}._menuWrapper_2g075_384{display:flex}@media only screen and (width<=1340px){._menuWrapper_2g075_384{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_2g075_384._opened_2g075_401{display:flex}}._menuItem_2g075_406{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_2g075_406{flex:none;width:auto;margin-bottom:10px}}._menuItem_2g075_406 ._menuIcon_2g075_427{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_2g075_406 ._menuIconPerformance_2g075_432{fill:none}._menuItem_2g075_406 ._menuIconStroke_2g075_435{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_2g075_406._active_2g075_440,._menuItem_2g075_406:hover{color:#52c2fd;background:#fff}._menuItem_2g075_406._active_2g075_440 ._menuIcon_2g075_427:not(._menuIconStroke_2g075_435,._menuIconPerformance_2g075_432),._menuItem_2g075_406:hover ._menuIcon_2g075_427:not(._menuIconStroke_2g075_435,._menuIconPerformance_2g075_432){fill:#52c2fd}._menuItem_2g075_406._active_2g075_440 ._menuIconPerformance_2g075_432 path,._menuItem_2g075_406:hover ._menuIconPerformance_2g075_432 path{stroke:#59a6fd}._menuItem_2g075_406._active_2g075_440 ._menuIconStroke_2g075_435:not(._menuIcon_2g075_427),._menuItem_2g075_406:hover ._menuIconStroke_2g075_435:not(._menuIcon_2g075_427){stroke:#52c2fd}._redDot_2g075_454{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_2g075_469{justify-content:center;display:flex}._link_2g075_474{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_1hvof_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_1hvof_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_1hvof_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.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_1hvof_23{width:100%;margin-bottom:16px}._fieldWrapper_1hvof_23:last-child{margin-bottom:0}._fieldLabel_1hvof_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_1hvof_36{margin-top:8px;font-size:.75rem}._field_1hvof_23{width:100%;position:relative}._fieldLabelNew_1hvof_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_1hvof_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_1hvof_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_1hvof_52[type=password]{font-size:18px}._inputNew_1hvof_52:focus,._inputNew_1hvof_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_1hvof_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_1hvof_52:disabled::placeholder{color:#cbd5e1}._inputNew_1hvof_52._error_1hvof_7{border:1px solid #ef4444}._inputNew_1hvof_52._error_1hvof_7:focus,._inputNew_1hvof_52._error_1hvof_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_1hvof_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_1hvof_90{width:calc(50% - 8px)}._tableNavWrapper_1hvof_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_1hvof_109{align-items:center;display:flex}._tableNavItem_1hvof_114{margin:0 6px}._modalContent_1hvof_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_1hvof_118._center_1hvof_125{text-align:center;font-family:Inter}._modalContent_1hvof_118._settings_1hvof_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_1hvof_118._settingsIntegration_1hvof_133,._modalContent_1hvof_118._performanceTestModalContent_1hvof_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_1hvof_118._monitoringReportContent_1hvof_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_1hvof_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_1hvof_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_1hvof_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_1hvof_158:after,._modalLine_1hvof_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_1hvof_158:before{left:-20px}._modalLine_1hvof_158:after{right:-20px}._infoMessage_1hvof_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_1hvof_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_1hvof_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_1hvof_196._buttonsAutoWidth_1hvof_203{justify-content:flex-end}._modalFooter_1hvof_196._buttonsAutoWidth_1hvof_203 button,._modalFooter_1hvof_196._buttonsAutoWidth_1hvof_203 span{margin-left:12px}._fullWidthTitle_1hvof_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_1hvof_223{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_1hvof_230,._perfTestWidgetWrapper_1hvof_230{background:#fff;border:1px solid #e2e8f0;border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_1hvof_230,._perfTestWidgetWrapper_1hvof_230{padding:0 16px 15px}}._widgetHeader_1hvof_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_1hvof_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_1hvof_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_1hvof_266{align-items:center;height:180px;display:flex}._widgetFooter_1hvof_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_1hvof_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_1hvof_279:last-child{border:none}._widgetMainValue_1hvof_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_1hvof_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_1hvof_303{color:#64748b;font-size:.75rem}._widgetLoader_1hvof_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_1hvof_315{opacity:.5;cursor:default}._widgetTag_1hvof_320{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_1hvof_328{color:#0f172a;font-weight:500}._chartValuesWrapper_1hvof_333{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_1hvof_341{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_1hvof_341._green_1hvof_346:before,._chartValuesTitle_1hvof_341._dark_1hvof_346:before,._chartValuesTitle_1hvof_341._blue_1hvof_346: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_1hvof_341._green_1hvof_346:before{background:#22c55e}._chartValuesTitle_1hvof_341._dark_1hvof_346:before{background:#475569}._chartValuesTitle_1hvof_341._blue_1hvof_346:before{background:#43e0f8}._topbar_1hvof_368{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_1hvof_376{display:inline-flex}._logo_1hvof_376{max-width:110px}._menuWrapper_1hvof_384{display:flex}@media only screen and (width<=1340px){._menuWrapper_1hvof_384{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_1hvof_384._opened_1hvof_401{display:flex}}._menuItem_1hvof_406{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_1hvof_406{flex:none;width:auto;margin-bottom:10px}}._menuItem_1hvof_406 ._menuIcon_1hvof_427{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_1hvof_406 ._menuIconPerformance_1hvof_432{fill:none}._menuItem_1hvof_406 ._menuIconStroke_1hvof_435{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_1hvof_406._active_1hvof_440,._menuItem_1hvof_406:hover{color:#52c2fd;background:#fff}._menuItem_1hvof_406._active_1hvof_440 ._menuIcon_1hvof_427:not(._menuIconStroke_1hvof_435,._menuIconPerformance_1hvof_432),._menuItem_1hvof_406:hover ._menuIcon_1hvof_427:not(._menuIconStroke_1hvof_435,._menuIconPerformance_1hvof_432){fill:#52c2fd}._menuItem_1hvof_406._active_1hvof_440 ._menuIconPerformance_1hvof_432 path,._menuItem_1hvof_406:hover ._menuIconPerformance_1hvof_432 path{stroke:#59a6fd}._menuItem_1hvof_406._active_1hvof_440 ._menuIconStroke_1hvof_435:not(._menuIcon_1hvof_427),._menuItem_1hvof_406:hover ._menuIconStroke_1hvof_435:not(._menuIcon_1hvof_427){stroke:#52c2fd}._redDot_1hvof_454{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_1hvof_469{justify-content:center;display:flex}._link_1hvof_474{color:#2db2c8;cursor:pointer;text-decoration:underline}._perfTestWidgetWrapper_1hvof_230{max-width:100%;min-height:193px}._chartWrapper_1hvof_485{padding:16px 0}._indicatorsWrapper_1hvof_489{margin-top:16px}._indicator_1hvof_489{color:#475569;text-transform:uppercase;align-items:center;margin-right:20px;font-size:12px;font-style:normal;font-weight:500;display:inline-flex}._indicator_1hvof_489 i{color:#0f172a;padding-left:4px;font-style:normal}._colorCircle_1hvof_509{border-radius:50%;width:8px;height:8px;margin-right:6px;display:inline-flex}._authButtonsWrapper_12olw_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_12olw_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_12olw_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.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_12olw_23{width:100%;margin-bottom:16px}._fieldWrapper_12olw_23:last-child{margin-bottom:0}._fieldLabel_12olw_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_12olw_36{margin-top:8px;font-size:.75rem}._field_12olw_23{width:100%;position:relative}._fieldLabelNew_12olw_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_12olw_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_12olw_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_12olw_52[type=password]{font-size:18px}._inputNew_12olw_52:focus,._inputNew_12olw_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_12olw_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_12olw_52:disabled::placeholder{color:#cbd5e1}._inputNew_12olw_52._error_12olw_7{border:1px solid #ef4444}._inputNew_12olw_52._error_12olw_7:focus,._inputNew_12olw_52._error_12olw_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_12olw_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_12olw_90{width:calc(50% - 8px)}._tableNavWrapper_12olw_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_12olw_109{align-items:center;display:flex}._tableNavItem_12olw_114{margin:0 6px}._modalContent_12olw_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_12olw_118._center_12olw_125{text-align:center;font-family:Inter}._modalContent_12olw_118._settings_12olw_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_12olw_118._settingsIntegration_12olw_133,._modalContent_12olw_118._performanceTestModalContent_12olw_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_12olw_118._monitoringReportContent_12olw_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_12olw_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_12olw_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_12olw_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_12olw_158:after,._modalLine_12olw_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_12olw_158:before{left:-20px}._modalLine_12olw_158:after{right:-20px}._infoMessage_12olw_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_12olw_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_12olw_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_12olw_196._buttonsAutoWidth_12olw_203{justify-content:flex-end}._modalFooter_12olw_196._buttonsAutoWidth_12olw_203 button,._modalFooter_12olw_196._buttonsAutoWidth_12olw_203 span{margin-left:12px}._fullWidthTitle_12olw_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_12olw_223{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_12olw_230{background:#fff;border:1px solid #e2e8f0;border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_12olw_230{padding:0 16px 15px}}._widgetHeader_12olw_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_12olw_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_12olw_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_12olw_266{align-items:center;height:180px;display:flex}._widgetFooter_12olw_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_12olw_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_12olw_279:last-child{border:none}._widgetMainValue_12olw_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_12olw_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_12olw_303{color:#64748b;font-size:.75rem}._widgetLoader_12olw_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_12olw_315{opacity:.5;cursor:default}._widgetTag_12olw_320{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_12olw_328{color:#0f172a;font-weight:500}._chartValuesWrapper_12olw_333{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_12olw_341{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_12olw_341._green_12olw_346:before,._chartValuesTitle_12olw_341._dark_12olw_346:before,._chartValuesTitle_12olw_341._blue_12olw_346: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_12olw_341._green_12olw_346:before{background:#22c55e}._chartValuesTitle_12olw_341._dark_12olw_346:before{background:#475569}._chartValuesTitle_12olw_341._blue_12olw_346:before{background:#43e0f8}._topbar_12olw_368{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_12olw_376{display:inline-flex}._logo_12olw_376{max-width:110px}._menuWrapper_12olw_384{display:flex}@media only screen and (width<=1340px){._menuWrapper_12olw_384{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_12olw_384._opened_12olw_401{display:flex}}._menuItem_12olw_406{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_12olw_406{flex:none;width:auto;margin-bottom:10px}}._menuItem_12olw_406 ._menuIcon_12olw_427{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_12olw_406 ._menuIconPerformance_12olw_432{fill:none}._menuItem_12olw_406 ._menuIconStroke_12olw_435{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_12olw_406._active_12olw_440,._menuItem_12olw_406:hover{color:#52c2fd;background:#fff}._menuItem_12olw_406._active_12olw_440 ._menuIcon_12olw_427:not(._menuIconStroke_12olw_435,._menuIconPerformance_12olw_432),._menuItem_12olw_406:hover ._menuIcon_12olw_427:not(._menuIconStroke_12olw_435,._menuIconPerformance_12olw_432){fill:#52c2fd}._menuItem_12olw_406._active_12olw_440 ._menuIconPerformance_12olw_432 path,._menuItem_12olw_406:hover ._menuIconPerformance_12olw_432 path{stroke:#59a6fd}._menuItem_12olw_406._active_12olw_440 ._menuIconStroke_12olw_435:not(._menuIcon_12olw_427),._menuItem_12olw_406:hover ._menuIconStroke_12olw_435:not(._menuIcon_12olw_427){stroke:#52c2fd}._redDot_12olw_454{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_12olw_469{justify-content:center;display:flex}._link_12olw_474{color:#2db2c8;cursor:pointer;text-decoration:underline}._tableNavButtonsWrapper_12olw_109{display:flex}._confirmedCheckboxWrapper_12olw_484{align-items:center;margin:0 6px;display:flex}._confirmedCheckboxWrapper_12olw_484 label{margin-right:8px}._startPerformanceButton_12olw_493{color:#165964!important;background-color:#43e0f8!important}._startPerformanceButton_12olw_493[disabled]{border:1px solid #f1f5f9;color:#cbd5e1!important;background-color:#f1f5f9!important}._cancelButton_12olw_503{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_12olw_503[disabled]{opacity:.5!important}._authButtonsWrapper_2l70o_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_2l70o_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_2l70o_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.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_2l70o_23{width:100%;margin-bottom:16px}._fieldWrapper_2l70o_23:last-child{margin-bottom:0}._fieldLabel_2l70o_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_2l70o_36{margin-top:8px;font-size:.75rem}._field_2l70o_23{width:100%;position:relative}._fieldLabelNew_2l70o_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_2l70o_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_2l70o_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_2l70o_52[type=password]{font-size:18px}._inputNew_2l70o_52:focus,._inputNew_2l70o_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_2l70o_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_2l70o_52:disabled::placeholder{color:#cbd5e1}._inputNew_2l70o_52._error_2l70o_7{border:1px solid #ef4444}._inputNew_2l70o_52._error_2l70o_7:focus,._inputNew_2l70o_52._error_2l70o_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_2l70o_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_2l70o_90{width:calc(50% - 8px)}._tableNavWrapper_2l70o_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_2l70o_109{align-items:center;display:flex}._tableNavItem_2l70o_114{margin:0 6px}._modalContent_2l70o_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_2l70o_118._center_2l70o_125{text-align:center;font-family:Inter}._modalContent_2l70o_118._settings_2l70o_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_2l70o_118._settingsIntegration_2l70o_133,._modalContent_2l70o_118._performanceTestModalContent_2l70o_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_2l70o_118._monitoringReportContent_2l70o_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_2l70o_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_2l70o_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_2l70o_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_2l70o_158:after,._modalLine_2l70o_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_2l70o_158:before{left:-20px}._modalLine_2l70o_158:after{right:-20px}._infoMessage_2l70o_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_2l70o_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_2l70o_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_2l70o_196._buttonsAutoWidth_2l70o_203{justify-content:flex-end}._modalFooter_2l70o_196._buttonsAutoWidth_2l70o_203 button,._modalFooter_2l70o_196._buttonsAutoWidth_2l70o_203 span{margin-left:12px}._fullWidthTitle_2l70o_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_2l70o_223{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_2l70o_230{background:#fff;border:1px solid #e2e8f0;border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_2l70o_230{padding:0 16px 15px}}._widgetHeader_2l70o_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_2l70o_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_2l70o_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_2l70o_266{align-items:center;height:180px;display:flex}._widgetFooter_2l70o_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_2l70o_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_2l70o_279:last-child{border:none}._widgetMainValue_2l70o_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_2l70o_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_2l70o_303{color:#64748b;font-size:.75rem}._widgetLoader_2l70o_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_2l70o_315{opacity:.5;cursor:default}._widgetTag_2l70o_320{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_2l70o_328{color:#0f172a;font-weight:500}._chartValuesWrapper_2l70o_333{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_2l70o_341{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_2l70o_341._green_2l70o_346:before,._chartValuesTitle_2l70o_341._dark_2l70o_346:before,._chartValuesTitle_2l70o_341._blue_2l70o_346: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_2l70o_341._green_2l70o_346:before{background:#22c55e}._chartValuesTitle_2l70o_341._dark_2l70o_346:before{background:#475569}._chartValuesTitle_2l70o_341._blue_2l70o_346:before{background:#43e0f8}._topbar_2l70o_368{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_2l70o_376{display:inline-flex}._logo_2l70o_376{max-width:110px}._menuWrapper_2l70o_384{display:flex}@media only screen and (width<=1340px){._menuWrapper_2l70o_384{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_2l70o_384._opened_2l70o_401{display:flex}}._menuItem_2l70o_406{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_2l70o_406{flex:none;width:auto;margin-bottom:10px}}._menuItem_2l70o_406 ._menuIcon_2l70o_427{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_2l70o_406 ._menuIconPerformance_2l70o_432{fill:none}._menuItem_2l70o_406 ._menuIconStroke_2l70o_435{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_2l70o_406._active_2l70o_440,._menuItem_2l70o_406:hover{color:#52c2fd;background:#fff}._menuItem_2l70o_406._active_2l70o_440 ._menuIcon_2l70o_427:not(._menuIconStroke_2l70o_435,._menuIconPerformance_2l70o_432),._menuItem_2l70o_406:hover ._menuIcon_2l70o_427:not(._menuIconStroke_2l70o_435,._menuIconPerformance_2l70o_432){fill:#52c2fd}._menuItem_2l70o_406._active_2l70o_440 ._menuIconPerformance_2l70o_432 path,._menuItem_2l70o_406:hover ._menuIconPerformance_2l70o_432 path{stroke:#59a6fd}._menuItem_2l70o_406._active_2l70o_440 ._menuIconStroke_2l70o_435:not(._menuIcon_2l70o_427),._menuItem_2l70o_406:hover ._menuIconStroke_2l70o_435:not(._menuIcon_2l70o_427){stroke:#52c2fd}._redDot_2l70o_454{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_2l70o_469{justify-content:center;display:flex}._link_2l70o_474{color:#2db2c8;cursor:pointer;text-decoration:underline}._page_2l70o_480{flex-direction:column;flex:1;gap:16px;max-width:100%;display:flex}._widgetsWrapper_2l70o_223{flex-wrap:wrap;gap:16px;margin-bottom:0;display:flex}._widgetWrapper_2l70o_230{min-width:560px;max-width:unset;flex:420px;min-height:193px;padding:0 24px 24px}._widgetHeader_2l70o_246{gap:16px}._widgetHeader_2l70o_246>div{flex-flow:wrap;justify-content:flex-end;gap:4px;display:flex}._summaryIndicators_2l70o_514{color:#475569;border:1px solid #e2e8f0;border-radius:6px;align-items:center;padding:4px 10px 4px 5px;font-size:.75rem;display:inline-flex}._summaryIndicators_2l70o_514 i{color:#0f172a;padding:0 5px;font-style:normal;font-weight:500;display:inline-flex}._alertStatsGrid_2l70o_531{border-top:1px solid #f1f5f9;flex-flow:wrap;justify-content:flex-start;align-items:flex-start;gap:16px;padding-top:16px;display:flex}._alertStat_2l70o_531{color:#475569;justify-content:space-between;align-items:center;gap:8px;min-width:0;font-size:.875rem;display:flex}._alertStat_2l70o_531 span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}._alertStat_2l70o_531 strong{color:#0f172a;font-size:16px;font-weight:500}._chartWrapper_2l70o_562{padding:16px 0}._indicatorsWrapper_2l70o_566{flex-wrap:wrap;gap:14px 20px;margin-top:16px;display:flex}._indicator_2l70o_566{color:#475569;text-transform:uppercase;align-items:center;font-size:.75rem;font-weight:500;display:inline-flex}._indicator_2l70o_566 i{color:#0f172a;padding-left:4px;font-style:normal}._colorCircle_2l70o_587{border-radius:50%;width:8px;height:8px;margin-right:6px}._widgetContent_2l70o_594{position:relative}._widgetLoader_2l70o_308{justify-content:center;align-items:center;display:flex}._tableNavWrapper_2l70o_100{align-items:flex-start;min-height:90px;position:relative}._navRow_2l70o_610{flex-wrap:wrap;align-items:center;gap:8px;width:100%;display:flex}._dateFilterContainer_2l70o_618{margin-right:auto}._buttonsContainer_2l70o_622{align-items:center;margin-left:auto;display:flex}._alertActionsContainer_2l70o_628{flex-wrap:wrap;gap:4px;display:flex;position:absolute;bottom:5px}._actionButton_2l70o_636{text-transform:uppercase;cursor:pointer;border-radius:20px;padding:2px 8px;font-size:.75rem;font-weight:500;line-height:1.2}._actionButton_2l70o_636:disabled{opacity:.5;cursor:default}._acknowledge_2l70o_650{color:#4338ca;background:#dbeafe;border:1px solid #2563eb}._active_2l70o_440{color:#165964;background:#ebfcff;border:1px solid #2db2cb}._frozen_2l70o_662{color:#115e59;background:#dffbf4;border:1px solid #14b8a6}@media only screen and (width<=1024px){._alertStatsGrid_2l70o_531{grid-template-columns:1fr}._widgetWrapper_2l70o_230{min-width:unset;flex-basis:100%}}._page_hcv1t_1{flex-direction:column;gap:16px;max-width:100%;display:flex}._metricsGrid_hcv1t_8{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;display:grid}._metricCard_hcv1t_14,._trendCard_hcv1t_15,._chartCard_hcv1t_16{background:#fff;border:1px solid #e2e8f0;box-shadow:0 1px 3px #0f172a0d}._metricCard_hcv1t_14{border-radius:20px;min-height:100px;padding:20px 24px}._metricHeader_hcv1t_28{color:#0f172a;align-items:center;gap:8px;margin-bottom:8px;font-size:.875rem;font-weight:500;display:flex}._tooltipWrapper_hcv1t_38{margin-left:auto;display:inline-flex}._infoButton_hcv1t_43{color:#fff;cursor:help;background:#94a3b8;border:0;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-family:Inter;font-size:11px;font-weight:700;line-height:1;display:inline-flex}._infoButton_hcv1t_43:focus-visible{outline-offset:2px;outline:2px solid #4ae9ff}._tooltipBubble_hcv1t_64{z-index:7000;color:#475569;opacity:0;pointer-events:none;background:#fff;border:1px solid #dbe5f0;border-radius:7px;width:max-content;max-width:245px;padding:8px 12px;font-size:.875rem;font-weight:400;line-height:1.35;transition:opacity .18s,transform .18s;position:fixed;transform:translate(-50%,calc(4px - 100%));box-shadow:0 12px 24px #94a3b81f,0 1px 2px #e2e8f080}._tooltipBubble_hcv1t_64:before,._tooltipBubble_hcv1t_64:after{left:calc(50% + var(--tooltip-arrow-offset,0px));content:"";border-left:7px solid #0000;border-right:7px solid #0000;width:0;height:0;position:absolute;transform:translate(-50%)}._tooltipBubble_hcv1t_64:before{border-top:8px solid #dbe5f0;bottom:-8px}._tooltipBubble_hcv1t_64:after{border-top:8px solid #fff;bottom:-7px}._tooltipBubbleVisible_hcv1t_102{opacity:1;transform:translate(-50%,-100%)}._metricContent_hcv1t_107{align-items:flex-end;gap:16px;display:flex}._metricContent_hcv1t_107 strong{color:#0f172a;font-size:30px;font-weight:500;line-height:1}._metricSegments_hcv1t_119{color:#64748b;gap:12px;padding-bottom:1px;font-size:.75rem;display:flex}._metricSegments_hcv1t_119 span{flex-direction:column;gap:2px;display:flex}._metricSegments_hcv1t_119 b{color:#0f172a;font-size:.8125rem;font-weight:500}._section_hcv1t_137{background:#f8fafc;border-radius:24px;width:100%;padding:20px 24px 24px}._sectionHeader_hcv1t_144{justify-content:space-between;align-items:center;gap:16px;margin-bottom:16px;padding:0 4px;display:flex}._sectionHeader_hcv1t_144 h2{color:#0f172a;margin:0;font-size:1.25rem;font-weight:500;line-height:1.2}._sectionBody_hcv1t_160{flex-direction:column;gap:16px;display:flex}._trendsSection_hcv1t_166 ._sectionBody_hcv1t_160{grid-template-columns:repeat(3,minmax(0,1fr));display:grid}._controls_hcv1t_171{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;display:flex}._selectPill_hcv1t_179{align-items:center;display:inline-flex;position:relative}._selectPill_hcv1t_179 select{color:#0f172a;appearance:none;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:8px;min-width:112px;height:28px;padding:0 24px 0 10px;font-family:Inter;font-size:11px;font-weight:500;line-height:1}._selectPill_hcv1t_179 select:focus{border-color:#4ae9ff;outline:none;box-shadow:0 0 0 3px #4ae9ff38}._selectPill_hcv1t_179:after{content:"";pointer-events:none;border-bottom:1.5px solid #94a3b8;border-right:1.5px solid #94a3b8;width:6px;height:6px;position:absolute;right:10px;transform:translateY(-2px)rotate(45deg)}._selectLabel_hcv1t_216{clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}._trendCard_hcv1t_15{border-radius:16px;min-width:0;padding:16px}._trendHeader_hcv1t_231{border-bottom:1px solid #f1f5f9;align-items:center;gap:12px;padding-bottom:12px;display:flex}._trendHeader_hcv1t_231 h3{color:#0f172a;flex:1;margin:0;font-size:.875rem;font-weight:500;line-height:1.25}._trendColumns_hcv1t_247{grid-template-columns:repeat(2,minmax(0,1fr));min-height:108px;padding-top:12px;display:grid}._trendColumn_hcv1t_247{flex-direction:column;flex:1;justify-content:space-between;padding-right:12px;display:flex;position:relative}._trendColumn_hcv1t_247+._trendColumn_hcv1t_247{border-left:1px solid #e2e8f0;padding-left:16px}._trendContainer_hcv1t_267{flex-direction:row;justify-content:space-between;align-items:center;gap:8px;display:flex}._miniChart_hcv1t_275{opacity:.8;inset:0 0 0 32px;overflow:hidden}._miniChart_hcv1t_275 canvas{height:75px!important}._trendLabel_hcv1t_284,._delta_hcv1t_285 small{color:#64748b;font-size:11px;line-height:1.2}._trendValue_hcv1t_291{color:#0f172a;z-index:1;align-items:baseline;gap:4px;font-size:2rem;font-weight:500;line-height:1;display:flex}._trendValue_hcv1t_291 small{color:#0f172a;font-size:.875rem;font-weight:500}._delta_hcv1t_285{z-index:1;align-items:baseline;gap:4px;display:flex}._delta_hcv1t_285 span{font-size:11px;font-weight:500}._positive_hcv1t_318 span{color:#22c55e}._negative_hcv1t_322 span{color:#ef4444}._chartCard_hcv1t_16{border-radius:16px;min-width:0;padding:16px 18px 14px}._chartCard_hcv1t_16 h3{color:#0f172a;margin:0 0 14px;font-size:.8125rem;font-weight:500}._largeChart_hcv1t_338{width:100%;height:300px;position:relative}._statusCard_hcv1t_344 ._largeChart_hcv1t_338{height:230px}._doughnutLayout_hcv1t_348{grid-template-columns:minmax(180px,280px) 1fr;align-items:center;gap:36px;min-height:220px;display:grid}._doughnutWrap_hcv1t_356{justify-self:center;width:220px;height:220px;position:relative}._doughnutCenter_hcv1t_363{color:#64748b;flex-direction:column;align-items:center;display:flex;position:absolute;inset:50% auto auto 50%;transform:translate(-50%,-50%)}._doughnutCenter_hcv1t_363 span{text-transform:uppercase;font-size:11px}._doughnutCenter_hcv1t_363 strong{color:#0f172a;font-size:30px;font-weight:500;line-height:1}._legend_hcv1t_383{color:#64748b;flex-wrap:wrap;justify-content:center;align-items:center;gap:8px 18px;margin-top:12px;font-size:11px;line-height:1.2;display:flex}._legendItem_hcv1t_395{white-space:nowrap;align-items:center;gap:6px;display:inline-flex}._legendItem_hcv1t_395 i{border-radius:50%;flex-shrink:0;width:9px;height:9px}._legendItem_hcv1t_395 strong{color:#0f172a;margin-left:8px;font-weight:500}@media only screen and (width<=1180px){._metricsGrid_hcv1t_8,._trendsSection_hcv1t_166 ._sectionBody_hcv1t_160{grid-template-columns:repeat(2,minmax(0,1fr))}}@media only screen and (width<=768px){._page_hcv1t_1{padding-top:8px}._metricsGrid_hcv1t_8,._trendsSection_hcv1t_166 ._sectionBody_hcv1t_160{grid-template-columns:1fr}._section_hcv1t_137{border-radius:20px;padding:18px 12px 20px}._sectionHeader_hcv1t_144{flex-direction:column;align-items:flex-start}._chartCard_hcv1t_16{padding:14px 12px}._largeChart_hcv1t_338{height:260px}._doughnutLayout_hcv1t_348{grid-template-columns:1fr;gap:12px}._metricCard_hcv1t_14{padding:14px 16px}}._authButtonsWrapper_168oj_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_168oj_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_168oj_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.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_168oj_23{width:100%;margin-bottom:16px}._fieldWrapper_168oj_23:last-child{margin-bottom:0}._fieldLabel_168oj_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_168oj_36{margin-top:8px;font-size:.75rem}._field_168oj_23{width:100%;position:relative}._fieldLabelNew_168oj_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_168oj_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_168oj_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_168oj_52[type=password]{font-size:18px}._inputNew_168oj_52:focus,._inputNew_168oj_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_168oj_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_168oj_52:disabled::placeholder{color:#cbd5e1}._inputNew_168oj_52._error_168oj_7{border:1px solid #ef4444}._inputNew_168oj_52._error_168oj_7:focus,._inputNew_168oj_52._error_168oj_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_168oj_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_168oj_90{width:calc(50% - 8px)}._tableNavWrapper_168oj_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_168oj_109{align-items:center;display:flex}._tableNavItem_168oj_114{margin:0 6px}._modalContent_168oj_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_168oj_118._center_168oj_125{text-align:center;font-family:Inter}._modalContent_168oj_118._settings_168oj_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_168oj_118._settingsIntegration_168oj_133,._modalContent_168oj_118._performanceTestModalContent_168oj_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_168oj_118._monitoringReportContent_168oj_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_168oj_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_168oj_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_168oj_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_168oj_158:after,._modalLine_168oj_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_168oj_158:before{left:-20px}._modalLine_168oj_158:after{right:-20px}._infoMessage_168oj_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_168oj_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_168oj_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_168oj_196._buttonsAutoWidth_168oj_203{justify-content:flex-end}._modalFooter_168oj_196._buttonsAutoWidth_168oj_203 button,._modalFooter_168oj_196._buttonsAutoWidth_168oj_203 span{margin-left:12px}._fullWidthTitle_168oj_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_168oj_223{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_168oj_230{background:#fff;border:1px solid #e2e8f0;border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_168oj_230{padding:0 16px 15px}}._widgetHeader_168oj_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_168oj_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_168oj_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_168oj_266{align-items:center;height:180px;display:flex}._widgetFooter_168oj_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_168oj_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_168oj_279:last-child{border:none}._widgetMainValue_168oj_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_168oj_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_168oj_303{color:#64748b;font-size:.75rem}._widgetLoader_168oj_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_168oj_315{opacity:.5;cursor:default}._widgetTag_168oj_320{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_168oj_328{color:#0f172a;font-weight:500}._chartValuesWrapper_168oj_333{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_168oj_341{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_168oj_341._green_168oj_346:before,._chartValuesTitle_168oj_341._dark_168oj_346:before,._chartValuesTitle_168oj_341._blue_168oj_346: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_168oj_341._green_168oj_346:before{background:#22c55e}._chartValuesTitle_168oj_341._dark_168oj_346:before{background:#475569}._chartValuesTitle_168oj_341._blue_168oj_346:before{background:#43e0f8}._topbar_168oj_368{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_168oj_376{display:inline-flex}._logo_168oj_376{max-width:110px}._menuWrapper_168oj_384{display:flex}@media only screen and (width<=1340px){._menuWrapper_168oj_384{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_168oj_384._opened_168oj_401{display:flex}}._menuItem_168oj_406{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_168oj_406{flex:none;width:auto;margin-bottom:10px}}._menuItem_168oj_406 ._menuIcon_168oj_427{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_168oj_406 ._menuIconPerformance_168oj_432{fill:none}._menuItem_168oj_406 ._menuIconStroke_168oj_435{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_168oj_406._active_168oj_440,._menuItem_168oj_406:hover{color:#52c2fd;background:#fff}._menuItem_168oj_406._active_168oj_440 ._menuIcon_168oj_427:not(._menuIconStroke_168oj_435,._menuIconPerformance_168oj_432),._menuItem_168oj_406:hover ._menuIcon_168oj_427:not(._menuIconStroke_168oj_435,._menuIconPerformance_168oj_432){fill:#52c2fd}._menuItem_168oj_406._active_168oj_440 ._menuIconPerformance_168oj_432 path,._menuItem_168oj_406:hover ._menuIconPerformance_168oj_432 path{stroke:#59a6fd}._menuItem_168oj_406._active_168oj_440 ._menuIconStroke_168oj_435:not(._menuIcon_168oj_427),._menuItem_168oj_406:hover ._menuIconStroke_168oj_435:not(._menuIcon_168oj_427){stroke:#52c2fd}._redDot_168oj_454{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_168oj_469{justify-content:center;display:flex}._link_168oj_474{color:#2db2c8;cursor:pointer;text-decoration:underline}._widgetWrapper_168oj_230{width:initial;max-width:initial;flex:520px}@media only screen and (width<=1200px){._widgetWrapper_168oj_230{padding:0 6px 24px}}._chartWrapper_168oj_491{justify-content:flex-end;display:flex}@media only screen and (width<=1100px){._chartWrapper_168oj_491{max-width:560px;margin:0 auto;position:relative}}._chart_168oj_333{position:absolute;top:-36px;left:0}@media only screen and (width<=1100px){._chart_168oj_333{top:-54px}}._widgetMainValue_168oj_288{width:210px;position:absolute;bottom:30px;left:14px}._chartNotesWrapper_168oj_521{flex-wrap:wrap;justify-content:flex-end;row-gap:36px;width:100%;display:flex}@media only screen and (width<=1420px){._chartNotesWrapper_168oj_521 ._rowLastNote_168oj_529{width:14%}}@media only screen and (width>=1201px) and (width<=1299px){._chartNotesWrapper_168oj_521 ._rowPreLastNote_168oj_534{width:17%}}@media only screen and (width<=690px){._chartNotesWrapper_168oj_521{gap:30px 10px;width:46%}}._chartNote_168oj_521{color:#64748b;break-inside:avoid-column;width:18%;font-size:.75rem;font-weight:400}._chartNote_168oj_521:nth-child(3){margin-bottom:0}._chartNote_168oj_521:before{content:"";border-radius:4px;width:4px;height:12px;margin-right:6px;display:inline-flex;position:relative;top:2px}._chartNote_168oj_521._installed_168oj_565:before{background:#14b8a6}._chartNote_168oj_521._packed_168oj_568:before{background:#a855f7}._chartNote_168oj_521._inInventory_168oj_571:before{background:#c11574}._chartNote_168oj_521._inStock_168oj_574:before{background:#22c55e}._chartNote_168oj_521._missing_168oj_577:before{background:#fcd34d}._chartNote_168oj_521._preinstalled_168oj_580:before{background:#115e59}._chartNote_168oj_521._damaged_168oj_583:before{background:#ef4444}._chartNote_168oj_521._transfering_168oj_586:before{background:#3b82f6}._chartNote_168oj_521._production_168oj_589:before{background:#cbd5e1}._chartNote_168oj_521._warranty_168oj_592:before{background:#43e0f8}@media only screen and (width<=690px){._chartNote_168oj_521{width:45%!important}._hiddenChartNote_168oj_602{display:none}}._chartNoteValue_168oj_607{color:#000;margin-top:10px;font-size:1rem;font-weight:500;display:block}._enterpriseWidget_168oj_615{border:none;border-radius:20px;flex:1 1 0;min-width:280px;max-width:none;padding:0 24px 24px}._enterpriseWidget_168oj_615>div{padding-top:0}._enterpriseChart_168oj_627{width:100%;max-height:150px;position:relative;overflow:hidden}._enterpriseChart_168oj_627>div{width:200px;margin:0 auto;transform:translateY(-25px)}._enterpriseChart_168oj_627>div>canvas{width:200px!important;height:200px!important}._enterpriseMainValue_168oj_643{text-align:center;display:inline;position:absolute;bottom:-16px;left:0;right:0}._enterpriseValue_168oj_652{color:#0f172a;font-size:24px;font-weight:500;line-height:1.2}._enterpriseLegend_168oj_659{border-top:1px solid #f1f5f9;flex-flow:wrap;justify-content:center;align-items:center;gap:12px;padding-top:16px;display:flex}._enterpriseLegendItem_168oj_670{color:#64748b;white-space:nowrap;align-items:center;font-size:.75rem;line-height:1.2;display:inline}._enterpriseLegendItem_168oj_670:before{content:"";border-radius:50%;width:12px;height:12px;margin-right:5px;display:inline-flex}._enterpriseLegendItem_168oj_670 span{color:#0f172a;margin-left:4px;font-weight:500}._enterpriseLegendItem_168oj_670._installed_168oj_565:before{background:#86efac}._enterpriseLegendItem_168oj_670._missing_168oj_577:before{background:#fcd34d}._enterpriseLegendItem_168oj_670._transfering_168oj_586:before{background:#2563eb}._enterpriseLegendItem_168oj_670._inInventory_168oj_571:before{background:#f3c7e9}._enterpriseLegendItem_168oj_670._preinstalled_168oj_580:before{background:#14b8a6}._enterpriseLegendItem_168oj_670._warranty_168oj_592:before{background:#58aec3}._other_168oj_716:before{background:#94a3b8}._authButtonsWrapper_2wyb7_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_2wyb7_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_2wyb7_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.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_2wyb7_23{width:100%;margin-bottom:16px}._fieldWrapper_2wyb7_23:last-child{margin-bottom:0}._fieldLabel_2wyb7_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_2wyb7_36{margin-top:8px;font-size:.75rem}._field_2wyb7_23{width:100%;position:relative}._fieldLabelNew_2wyb7_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_2wyb7_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_2wyb7_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_2wyb7_52[type=password]{font-size:18px}._inputNew_2wyb7_52:focus,._inputNew_2wyb7_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_2wyb7_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_2wyb7_52:disabled::placeholder{color:#cbd5e1}._inputNew_2wyb7_52._error_2wyb7_7{border:1px solid #ef4444}._inputNew_2wyb7_52._error_2wyb7_7:focus,._inputNew_2wyb7_52._error_2wyb7_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_2wyb7_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_2wyb7_90{width:calc(50% - 8px)}._tableNavWrapper_2wyb7_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_2wyb7_109{align-items:center;display:flex}._tableNavItem_2wyb7_114{margin:0 6px}._modalContent_2wyb7_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_2wyb7_118._center_2wyb7_125{text-align:center;font-family:Inter}._modalContent_2wyb7_118._settings_2wyb7_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_2wyb7_118._settingsIntegration_2wyb7_133,._modalContent_2wyb7_118._performanceTestModalContent_2wyb7_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_2wyb7_118._monitoringReportContent_2wyb7_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_2wyb7_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_2wyb7_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_2wyb7_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_2wyb7_158:after,._modalLine_2wyb7_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_2wyb7_158:before{left:-20px}._modalLine_2wyb7_158:after{right:-20px}._infoMessage_2wyb7_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_2wyb7_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_2wyb7_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_2wyb7_196._buttonsAutoWidth_2wyb7_203{justify-content:flex-end}._modalFooter_2wyb7_196._buttonsAutoWidth_2wyb7_203 button,._modalFooter_2wyb7_196._buttonsAutoWidth_2wyb7_203 span{margin-left:12px}._fullWidthTitle_2wyb7_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_2wyb7_223{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_2wyb7_230{background:#fff;border:1px solid #e2e8f0;border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_2wyb7_230{padding:0 16px 15px}}._widgetHeader_2wyb7_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_2wyb7_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_2wyb7_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_2wyb7_266{align-items:center;height:180px;display:flex}._widgetFooter_2wyb7_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_2wyb7_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_2wyb7_279:last-child{border:none}._widgetMainValue_2wyb7_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_2wyb7_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_2wyb7_303{color:#64748b;font-size:.75rem}._widgetLoader_2wyb7_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_2wyb7_315{opacity:.5;cursor:default}._widgetTag_2wyb7_320{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_2wyb7_328{color:#0f172a;font-weight:500}._chartValuesWrapper_2wyb7_333{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_2wyb7_341{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_2wyb7_341._green_2wyb7_346:before,._chartValuesTitle_2wyb7_341._dark_2wyb7_346:before,._chartValuesTitle_2wyb7_341._blue_2wyb7_346: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_2wyb7_341._green_2wyb7_346:before{background:#22c55e}._chartValuesTitle_2wyb7_341._dark_2wyb7_346:before{background:#475569}._chartValuesTitle_2wyb7_341._blue_2wyb7_346:before{background:#43e0f8}._topbar_2wyb7_368{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_2wyb7_376{display:inline-flex}._logo_2wyb7_376{max-width:110px}._menuWrapper_2wyb7_384{display:flex}@media only screen and (width<=1340px){._menuWrapper_2wyb7_384{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_2wyb7_384._opened_2wyb7_401{display:flex}}._menuItem_2wyb7_406{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_2wyb7_406{flex:none;width:auto;margin-bottom:10px}}._menuItem_2wyb7_406 ._menuIcon_2wyb7_427{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_2wyb7_406 ._menuIconPerformance_2wyb7_432{fill:none}._menuItem_2wyb7_406 ._menuIconStroke_2wyb7_435{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_2wyb7_406._active_2wyb7_440,._menuItem_2wyb7_406:hover{color:#52c2fd;background:#fff}._menuItem_2wyb7_406._active_2wyb7_440 ._menuIcon_2wyb7_427:not(._menuIconStroke_2wyb7_435,._menuIconPerformance_2wyb7_432),._menuItem_2wyb7_406:hover ._menuIcon_2wyb7_427:not(._menuIconStroke_2wyb7_435,._menuIconPerformance_2wyb7_432){fill:#52c2fd}._menuItem_2wyb7_406._active_2wyb7_440 ._menuIconPerformance_2wyb7_432 path,._menuItem_2wyb7_406:hover ._menuIconPerformance_2wyb7_432 path{stroke:#59a6fd}._menuItem_2wyb7_406._active_2wyb7_440 ._menuIconStroke_2wyb7_435:not(._menuIcon_2wyb7_427),._menuItem_2wyb7_406:hover ._menuIconStroke_2wyb7_435:not(._menuIcon_2wyb7_427){stroke:#52c2fd}._redDot_2wyb7_454{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_2wyb7_469{justify-content:center;display:flex}._link_2wyb7_474{color:#2db2c8;cursor:pointer;text-decoration:underline}._page_2wyb7_480{flex-direction:column;gap:16px;max-width:100%;display:flex}._widgetsSection_2wyb7_487{width:100%}._widgetsSectionHeader_2wyb7_491{justify-content:space-between;align-items:center;margin-bottom:16px;padding-left:16px;display:flex}._widgetsSectionTitle_2wyb7_499{margin:0;font-size:1.5rem;font-weight:500;line-height:1}._widgetsWrapper_2wyb7_223{grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch;gap:16px;display:grid}@media only screen and (width<=1200px){._widgetsWrapper_2wyb7_223{grid-template-columns:1fr}}._summaryWidget_2wyb7_518{flex-direction:column;flex:1 1 0;gap:0;min-width:280px;max-width:none;padding:0 24px 24px;display:flex}._summaryWidget_2wyb7_518>div{padding-top:0}._summaryWidgetInner_2wyb7_531{flex-direction:column;flex:1;justify-content:flex-start;gap:16px;display:flex}._widgetDivider_2wyb7_539{border-top:1px solid #f1f5f9}._monitoringChartWrap_2wyb7_543{width:100%;max-height:150px;position:relative}._monitoringChartWrap_2wyb7_543>div{width:200px;margin:0 auto;transform:translateY(-25px)}._monitoringChartWrap_2wyb7_543>div>canvas{width:200px!important;height:200px!important}._monitoringMainValue_2wyb7_558{text-align:center;display:inline;position:absolute;bottom:-16px;left:0;right:0}._monitoringMainValue_2wyb7_558 span{color:#64748b;letter-spacing:.06em;font-size:.75rem;display:block}._monitoringMainValue_2wyb7_558 strong{color:#0f172a;margin-top:4px;font-size:18px;font-weight:500;line-height:1.15;display:block}._summaryLegendGrid_2wyb7_581{border-top:1px solid #f1f5f9;grid-template-columns:repeat(3,max-content);justify-content:center;gap:8px;margin-top:auto;padding-top:16px;display:grid}._summaryLegendItem_2wyb7_591{text-align:center}._summaryLegendLabel_2wyb7_595,._inventoryLegendLabel_2wyb7_596{color:#64748b;flex-wrap:wrap;align-items:center;gap:6px;font-size:13px;display:inline-flex}._summaryLegendLabel_2wyb7_595:before,._inventoryLegendLabel_2wyb7_596:before{content:"";background:var(--legend-color);border-radius:999px;flex-shrink:0;width:10px;height:10px}._summaryLegendLabel_2wyb7_595 strong{color:#111827;font-size:14px;font-weight:500}._inventoryBarWrap_2wyb7_621{flex-direction:column;justify-content:center;align-items:center;gap:16px;padding-top:16px;display:flex}._inventoryBar_2wyb7_621{background:#d9e8fb;border-radius:12px;width:100%;height:48px;display:flex;overflow:hidden}._inventoryBarInStock_2wyb7_639{background:linear-gradient(90deg,#3b82f6 0%,#4f7ef7 100%)}._inventoryBarOrdered_2wyb7_643{background:#d9e8fb}._inventorySufficientFor_2wyb7_647{color:#64748b;text-transform:uppercase;letter-spacing:.06em;flex-direction:column;align-items:center;gap:2px;font-size:.75rem;display:flex}._inventoryDays_2wyb7_658{color:#0f172a;text-transform:none;font-size:22px;font-weight:500;line-height:1}._inventoryDays_2wyb7_658 small{color:#64748b;margin-left:6px;font-size:.75rem;font-weight:400}._inventoryLegendRow_2wyb7_672{border-top:1px solid #f1f5f9;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:auto;padding-top:16px;display:grid}._inventoryLegendItem_2wyb7_681{text-align:center;position:relative}._inventoryLegendItem_2wyb7_681:not(:first-child):before{content:"";background:#f1f5f9;width:1px;position:absolute;top:0;bottom:0;left:-5px}._inventoryLegendItem_2wyb7_681 strong{color:#111827;margin-top:6px;font-size:22px;font-weight:500;display:block}._inventoryLegendLabel_2wyb7_596{justify-content:center}._tableNavWrapper_2wyb7_100{justify-content:space-between;align-items:center;gap:12px;display:flex}._statusPills_2wyb7_713{flex-wrap:wrap;gap:6px;display:flex}._statusPill_2wyb7_713{opacity:.7;text-transform:uppercase;cursor:pointer;border-style:solid;border-width:1px;border-radius:999px;align-items:center;padding:2px 8px;font-size:.75rem;font-weight:500;line-height:1.2;transition:transform .15s,box-shadow .15s,opacity .15s;display:inline-flex}._statusPill_2wyb7_713:hover{opacity:1}._statusPillActive_2wyb7_738{opacity:1;border-width:2px;font-weight:600}._missing_2wyb7_744{color:#b45309;background:#fef3c7;border-color:#f59e0b}._transfer_2wyb7_750{color:#1e40af;background:#dbeafe;border-color:#3b82f6}._warranty_2wyb7_756{color:#165964;background:#ebfcff;border-color:#43e0f8}._inventory_2wyb7_596{color:#c11574;background:#fdf2fa;border-color:#fcceee}._preinstalled_2wyb7_768{color:#115e59;background:#dffbf4;border-color:#14b8a6}._tableActions_2wyb7_774{justify-content:flex-end;align-items:center;gap:8px;margin-left:auto;display:flex}._headerActions_2wyb7_782{align-items:center;gap:8px;display:flex}._authButtonsWrapper_v3c9y_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_v3c9y_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_v3c9y_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.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_v3c9y_23{width:100%;margin-bottom:16px}._fieldWrapper_v3c9y_23:last-child{margin-bottom:0}._fieldLabel_v3c9y_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_v3c9y_36{margin-top:8px;font-size:.75rem}._field_v3c9y_23{width:100%;position:relative}._fieldLabelNew_v3c9y_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_v3c9y_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_v3c9y_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_v3c9y_52[type=password]{font-size:18px}._inputNew_v3c9y_52:focus,._inputNew_v3c9y_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_v3c9y_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_v3c9y_52:disabled::placeholder{color:#cbd5e1}._inputNew_v3c9y_52._error_v3c9y_7{border:1px solid #ef4444}._inputNew_v3c9y_52._error_v3c9y_7:focus,._inputNew_v3c9y_52._error_v3c9y_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_v3c9y_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_v3c9y_90{width:calc(50% - 8px)}._tableNavWrapper_v3c9y_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_v3c9y_109{align-items:center;display:flex}._tableNavItem_v3c9y_114{margin:0 6px}._modalContent_v3c9y_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_v3c9y_118._center_v3c9y_125{text-align:center;font-family:Inter}._modalContent_v3c9y_118._settings_v3c9y_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_v3c9y_118._settingsIntegration_v3c9y_133,._modalContent_v3c9y_118._performanceTestModalContent_v3c9y_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_v3c9y_118._monitoringReportContent_v3c9y_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_v3c9y_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_v3c9y_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_v3c9y_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_v3c9y_158:after,._modalLine_v3c9y_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_v3c9y_158:before{left:-20px}._modalLine_v3c9y_158:after{right:-20px}._infoMessage_v3c9y_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_v3c9y_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_v3c9y_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_v3c9y_196._buttonsAutoWidth_v3c9y_203{justify-content:flex-end}._modalFooter_v3c9y_196._buttonsAutoWidth_v3c9y_203 button,._modalFooter_v3c9y_196._buttonsAutoWidth_v3c9y_203 span{margin-left:12px}._fullWidthTitle_v3c9y_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_v3c9y_223{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_v3c9y_230{background:#fff;border:1px solid #e2e8f0;border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_v3c9y_230{padding:0 16px 15px}}._widgetHeader_v3c9y_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_v3c9y_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_v3c9y_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_v3c9y_266{align-items:center;height:180px;display:flex}._widgetFooter_v3c9y_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_v3c9y_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_v3c9y_279:last-child{border:none}._widgetMainValue_v3c9y_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_v3c9y_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_v3c9y_303{color:#64748b;font-size:.75rem}._widgetLoader_v3c9y_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_v3c9y_315{opacity:.5;cursor:default}._widgetTag_v3c9y_320{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_v3c9y_328{color:#0f172a;font-weight:500}._chartValuesWrapper_v3c9y_333{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_v3c9y_341{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_v3c9y_341._green_v3c9y_346:before,._chartValuesTitle_v3c9y_341._dark_v3c9y_346:before,._chartValuesTitle_v3c9y_341._blue_v3c9y_346: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_v3c9y_341._green_v3c9y_346:before{background:#22c55e}._chartValuesTitle_v3c9y_341._dark_v3c9y_346:before{background:#475569}._chartValuesTitle_v3c9y_341._blue_v3c9y_346:before{background:#43e0f8}._topbar_v3c9y_368{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_v3c9y_376{display:inline-flex}._logo_v3c9y_376{max-width:110px}._menuWrapper_v3c9y_384{display:flex}@media only screen and (width<=1340px){._menuWrapper_v3c9y_384{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_v3c9y_384._opened_v3c9y_401{display:flex}}._menuItem_v3c9y_406{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_v3c9y_406{flex:none;width:auto;margin-bottom:10px}}._menuItem_v3c9y_406 ._menuIcon_v3c9y_427{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_v3c9y_406 ._menuIconPerformance_v3c9y_432{fill:none}._menuItem_v3c9y_406 ._menuIconStroke_v3c9y_435{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_v3c9y_406._active_v3c9y_440,._menuItem_v3c9y_406:hover{color:#52c2fd;background:#fff}._menuItem_v3c9y_406._active_v3c9y_440 ._menuIcon_v3c9y_427:not(._menuIconStroke_v3c9y_435,._menuIconPerformance_v3c9y_432),._menuItem_v3c9y_406:hover ._menuIcon_v3c9y_427:not(._menuIconStroke_v3c9y_435,._menuIconPerformance_v3c9y_432){fill:#52c2fd}._menuItem_v3c9y_406._active_v3c9y_440 ._menuIconPerformance_v3c9y_432 path,._menuItem_v3c9y_406:hover ._menuIconPerformance_v3c9y_432 path{stroke:#59a6fd}._menuItem_v3c9y_406._active_v3c9y_440 ._menuIconStroke_v3c9y_435:not(._menuIcon_v3c9y_427),._menuItem_v3c9y_406:hover ._menuIconStroke_v3c9y_435:not(._menuIcon_v3c9y_427){stroke:#52c2fd}._redDot_v3c9y_454{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_v3c9y_469{justify-content:center;display:flex}._link_v3c9y_474{color:#2db2c8;cursor:pointer;text-decoration:underline}._widgetWrapper_v3c9y_230{max-width:initial;flex:400px;min-height:193px}@media only screen and (width<=1024px){._widgetWrapper_v3c9y_230{width:100%}}._alertWidgetSubtitle_v3c9y_491{margin:16px 0 18px;font-size:.75rem}._indicatorsWrapper_v3c9y_496{flex-wrap:wrap;justify-content:space-between;display:flex}._indicatorWrapper_v3c9y_502{flex-wrap:wrap;justify-content:center;align-items:center;display:flex}._indicatorValue_v3c9y_509{text-align:center;color:#0f172a;width:100%;margin-bottom:16px;font-size:16px;font-weight:500}._indicator_v3c9y_496{color:#475569;font-size:.75rem}._summaryIndicators_v3c9y_523{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_v3c9y_523 i{color:#0f172a;padding:0 5px;font-size:12px;font-style:normal;font-weight:500;display:inline-flex}._authButtonsWrapper_179h6_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_179h6_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_179h6_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.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_179h6_23{width:100%;margin-bottom:16px}._fieldWrapper_179h6_23:last-child{margin-bottom:0}._fieldLabel_179h6_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_179h6_36{margin-top:8px;font-size:.75rem}._field_179h6_23{width:100%;position:relative}._fieldLabelNew_179h6_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_179h6_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_179h6_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_179h6_52[type=password]{font-size:18px}._inputNew_179h6_52:focus,._inputNew_179h6_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_179h6_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_179h6_52:disabled::placeholder{color:#cbd5e1}._inputNew_179h6_52._error_179h6_7{border:1px solid #ef4444}._inputNew_179h6_52._error_179h6_7:focus,._inputNew_179h6_52._error_179h6_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_179h6_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_179h6_90{width:calc(50% - 8px)}._tableNavWrapper_179h6_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_179h6_109{align-items:center;display:flex}._tableNavItem_179h6_114{margin:0 6px}._modalContent_179h6_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_179h6_118._center_179h6_125{text-align:center;font-family:Inter}._modalContent_179h6_118._settings_179h6_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_179h6_118._settingsIntegration_179h6_133,._modalContent_179h6_118._performanceTestModalContent_179h6_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_179h6_118._monitoringReportContent_179h6_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_179h6_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_179h6_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_179h6_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_179h6_158:after,._modalLine_179h6_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_179h6_158:before{left:-20px}._modalLine_179h6_158:after{right:-20px}._infoMessage_179h6_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_179h6_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_179h6_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_179h6_196._buttonsAutoWidth_179h6_203{justify-content:flex-end}._modalFooter_179h6_196._buttonsAutoWidth_179h6_203 button,._modalFooter_179h6_196._buttonsAutoWidth_179h6_203 span{margin-left:12px}._fullWidthTitle_179h6_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_179h6_223{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_179h6_230{background:#fff;border:1px solid #e2e8f0;border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_179h6_230{padding:0 16px 15px}}._widgetHeader_179h6_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_179h6_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_179h6_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_179h6_266{align-items:center;height:180px;display:flex}._widgetFooter_179h6_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_179h6_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_179h6_279:last-child{border:none}._widgetMainValue_179h6_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_179h6_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_179h6_303{color:#64748b;font-size:.75rem}._widgetLoader_179h6_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_179h6_315{opacity:.5;cursor:default}._widgetTag_179h6_320{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_179h6_328{color:#0f172a;font-weight:500}._chartValuesWrapper_179h6_333{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_179h6_341{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_179h6_341._green_179h6_346:before,._chartValuesTitle_179h6_341._dark_179h6_346:before,._chartValuesTitle_179h6_341._blue_179h6_346: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_179h6_341._green_179h6_346:before{background:#22c55e}._chartValuesTitle_179h6_341._dark_179h6_346:before{background:#475569}._chartValuesTitle_179h6_341._blue_179h6_346:before{background:#43e0f8}._topbar_179h6_368{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_179h6_376{display:inline-flex}._logo_179h6_376{max-width:110px}._menuWrapper_179h6_384{display:flex}@media only screen and (width<=1340px){._menuWrapper_179h6_384{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_179h6_384._opened_179h6_401{display:flex}}._menuItem_179h6_406{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_179h6_406{flex:none;width:auto;margin-bottom:10px}}._menuItem_179h6_406 ._menuIcon_179h6_427{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_179h6_406 ._menuIconPerformance_179h6_432{fill:none}._menuItem_179h6_406 ._menuIconStroke_179h6_435{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_179h6_406._active_179h6_440,._menuItem_179h6_406:hover{color:#52c2fd;background:#fff}._menuItem_179h6_406._active_179h6_440 ._menuIcon_179h6_427:not(._menuIconStroke_179h6_435,._menuIconPerformance_179h6_432),._menuItem_179h6_406:hover ._menuIcon_179h6_427:not(._menuIconStroke_179h6_435,._menuIconPerformance_179h6_432){fill:#52c2fd}._menuItem_179h6_406._active_179h6_440 ._menuIconPerformance_179h6_432 path,._menuItem_179h6_406:hover ._menuIconPerformance_179h6_432 path{stroke:#59a6fd}._menuItem_179h6_406._active_179h6_440 ._menuIconStroke_179h6_435:not(._menuIcon_179h6_427),._menuItem_179h6_406:hover ._menuIconStroke_179h6_435:not(._menuIcon_179h6_427){stroke:#52c2fd}._redDot_179h6_454{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_179h6_469{justify-content:center;display:flex}._link_179h6_474{color:#2db2c8;cursor:pointer;text-decoration:underline}._widgetWrapper_179h6_230{max-width:initial;flex:400px;min-height:193px}@media only screen and (width<=1024px){._widgetWrapper_179h6_230{width:100%}}._chartWrapper_179h6_491{padding:16px 0}._indicatorsWrapper_179h6_495{margin-top:16px}._indicator_179h6_495{color:#475569;text-transform:uppercase;align-items:center;margin-right:20px;font-size:12px;font-style:normal;font-weight:500;display:inline-flex}._indicator_179h6_495 i{color:#0f172a;padding-left:4px;font-style:normal}._colorCircle_179h6_515{border-radius:50%;width:8px;height:8px;margin-right:6px;display:inline-flex}._authButtonsWrapper_y0889_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_y0889_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_y0889_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.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_y0889_23{width:100%;margin-bottom:16px}._fieldWrapper_y0889_23:last-child{margin-bottom:0}._fieldLabel_y0889_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_y0889_36{margin-top:8px;font-size:.75rem}._field_y0889_23{width:100%;position:relative}._fieldLabelNew_y0889_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_y0889_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_y0889_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_y0889_52[type=password]{font-size:18px}._inputNew_y0889_52:focus,._inputNew_y0889_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_y0889_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_y0889_52:disabled::placeholder{color:#cbd5e1}._inputNew_y0889_52._error_y0889_7{border:1px solid #ef4444}._inputNew_y0889_52._error_y0889_7:focus,._inputNew_y0889_52._error_y0889_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_y0889_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_y0889_90{width:calc(50% - 8px)}._tableNavWrapper_y0889_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_y0889_109{align-items:center;display:flex}._tableNavItem_y0889_114{margin:0 6px}._modalContent_y0889_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_y0889_118._center_y0889_125{text-align:center;font-family:Inter}._modalContent_y0889_118._settings_y0889_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_y0889_118._settingsIntegration_y0889_133,._modalContent_y0889_118._performanceTestModalContent_y0889_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_y0889_118._monitoringReportContent_y0889_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_y0889_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_y0889_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_y0889_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_y0889_158:after,._modalLine_y0889_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_y0889_158:before{left:-20px}._modalLine_y0889_158:after{right:-20px}._infoMessage_y0889_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_y0889_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_y0889_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_y0889_196._buttonsAutoWidth_y0889_203{justify-content:flex-end}._modalFooter_y0889_196._buttonsAutoWidth_y0889_203 button,._modalFooter_y0889_196._buttonsAutoWidth_y0889_203 span{margin-left:12px}._fullWidthTitle_y0889_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_y0889_223{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_y0889_230{background:#fff;border:1px solid #e2e8f0;border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_y0889_230{padding:0 16px 15px}}._widgetHeader_y0889_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_y0889_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_y0889_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_y0889_266{align-items:center;height:180px;display:flex}._widgetFooter_y0889_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_y0889_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_y0889_279:last-child{border:none}._widgetMainValue_y0889_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_y0889_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_y0889_303{color:#64748b;font-size:.75rem}._widgetLoader_y0889_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_y0889_315{opacity:.5;cursor:default}._widgetTag_y0889_320{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_y0889_328{color:#0f172a;font-weight:500}._chartValuesWrapper_y0889_333{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_y0889_341{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_y0889_341._green_y0889_346:before,._chartValuesTitle_y0889_341._dark_y0889_346:before,._chartValuesTitle_y0889_341._blue_y0889_346: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_y0889_341._green_y0889_346:before{background:#22c55e}._chartValuesTitle_y0889_341._dark_y0889_346:before{background:#475569}._chartValuesTitle_y0889_341._blue_y0889_346:before{background:#43e0f8}._topbar_y0889_368{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_y0889_376{display:inline-flex}._logo_y0889_376{max-width:110px}._menuWrapper_y0889_384{display:flex}@media only screen and (width<=1340px){._menuWrapper_y0889_384{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_y0889_384._opened_y0889_401{display:flex}}._menuItem_y0889_406{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_y0889_406{flex:none;width:auto;margin-bottom:10px}}._menuItem_y0889_406 ._menuIcon_y0889_427{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_y0889_406 ._menuIconPerformance_y0889_432{fill:none}._menuItem_y0889_406 ._menuIconStroke_y0889_435{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_y0889_406._active_y0889_440,._menuItem_y0889_406:hover{color:#52c2fd;background:#fff}._menuItem_y0889_406._active_y0889_440 ._menuIcon_y0889_427:not(._menuIconStroke_y0889_435,._menuIconPerformance_y0889_432),._menuItem_y0889_406:hover ._menuIcon_y0889_427:not(._menuIconStroke_y0889_435,._menuIconPerformance_y0889_432){fill:#52c2fd}._menuItem_y0889_406._active_y0889_440 ._menuIconPerformance_y0889_432 path,._menuItem_y0889_406:hover ._menuIconPerformance_y0889_432 path{stroke:#59a6fd}._menuItem_y0889_406._active_y0889_440 ._menuIconStroke_y0889_435:not(._menuIcon_y0889_427),._menuItem_y0889_406:hover ._menuIconStroke_y0889_435:not(._menuIcon_y0889_427){stroke:#52c2fd}._redDot_y0889_454{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_y0889_469{justify-content:center;display:flex}._link_y0889_474{color:#2db2c8;cursor:pointer;text-decoration:underline}._widgetsWrapper_y0889_223{column-count:2}@media only screen and (width<=1200px){._widgetsWrapper_y0889_223{flex-wrap:wrap}}._statusButtonWrapper_y0889_489{margin-right:12px}._statusButton_y0889_489{text-transform:uppercase;cursor:pointer;border-radius:20px;margin-left:4px;padding:2px 8px;font-size:.75rem;font-weight:500;display:inline-flex}._statusButton_y0889_489._acknowledge_y0889_503{color:#4338ca;background:#dbeafe;border:1px solid #2563eb}._statusButton_y0889_489._active_y0889_440{color:#165964;background:#ebfcff;border:1px solid #2db2cb}._statusButton_y0889_489._frozen_y0889_513{color:#115e59;background:#dffbf4;border:1px solid #14b8a6}._statusButton_y0889_489._disabled_y0889_315{color:#cbd5e1;background:#f1f5f9;border:1px solid #cbd5e1}._statusButton_y0889_489._disabledStatusButton_y0889_523{pointer-events:none;opacity:.5}._statusButton_y0889_489._transfer_y0889_527{color:#164d63;background:#cff9fe;border:1px solid #06b3d4}._statusButton_y0889_489._missing_y0889_532{color:#b45309;background:#fef3c7;border:1px solid #f59e0b}._authButtonsWrapper_1vloa_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_1vloa_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_1vloa_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.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_1vloa_23{width:100%;margin-bottom:16px}._fieldWrapper_1vloa_23:last-child{margin-bottom:0}._fieldLabel_1vloa_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_1vloa_36{margin-top:8px;font-size:.75rem}._field_1vloa_23{width:100%;position:relative}._fieldLabelNew_1vloa_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_1vloa_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_1vloa_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_1vloa_52[type=password]{font-size:18px}._inputNew_1vloa_52:focus,._inputNew_1vloa_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_1vloa_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_1vloa_52:disabled::placeholder{color:#cbd5e1}._inputNew_1vloa_52._error_1vloa_7{border:1px solid #ef4444}._inputNew_1vloa_52._error_1vloa_7:focus,._inputNew_1vloa_52._error_1vloa_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_1vloa_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_1vloa_90{width:calc(50% - 8px)}._tableNavWrapper_1vloa_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_1vloa_109{align-items:center;display:flex}._tableNavItem_1vloa_114{margin:0 6px}._modalContent_1vloa_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_1vloa_118._center_1vloa_125{text-align:center;font-family:Inter}._modalContent_1vloa_118._settings_1vloa_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_1vloa_118._settingsIntegration_1vloa_133,._modalContent_1vloa_118._performanceTestModalContent_1vloa_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_1vloa_118._monitoringReportContent_1vloa_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_1vloa_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_1vloa_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_1vloa_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_1vloa_158:after,._modalLine_1vloa_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_1vloa_158:before{left:-20px}._modalLine_1vloa_158:after{right:-20px}._infoMessage_1vloa_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_1vloa_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_1vloa_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_1vloa_196._buttonsAutoWidth_1vloa_203{justify-content:flex-end}._modalFooter_1vloa_196._buttonsAutoWidth_1vloa_203 button,._modalFooter_1vloa_196._buttonsAutoWidth_1vloa_203 span{margin-left:12px}._fullWidthTitle_1vloa_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_1vloa_223{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_1vloa_230{background:#fff;border:1px solid #e2e8f0;border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_1vloa_230{padding:0 16px 15px}}._widgetHeader_1vloa_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_1vloa_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_1vloa_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_1vloa_266{align-items:center;height:180px;display:flex}._widgetFooter_1vloa_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_1vloa_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_1vloa_279:last-child{border:none}._widgetMainValue_1vloa_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_1vloa_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_1vloa_303{color:#64748b;font-size:.75rem}._widgetLoader_1vloa_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_1vloa_315{opacity:.5;cursor:default}._widgetTag_1vloa_320{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_1vloa_328{color:#0f172a;font-weight:500}._chartValuesWrapper_1vloa_333{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_1vloa_341{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_1vloa_341._green_1vloa_346:before,._chartValuesTitle_1vloa_341._dark_1vloa_346:before,._chartValuesTitle_1vloa_341._blue_1vloa_346: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_1vloa_341._green_1vloa_346:before{background:#22c55e}._chartValuesTitle_1vloa_341._dark_1vloa_346:before{background:#475569}._chartValuesTitle_1vloa_341._blue_1vloa_346:before{background:#43e0f8}._topbar_1vloa_368{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_1vloa_376{display:inline-flex}._logo_1vloa_376{max-width:110px}._menuWrapper_1vloa_384{display:flex}@media only screen and (width<=1340px){._menuWrapper_1vloa_384{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_1vloa_384._opened_1vloa_401{display:flex}}._menuItem_1vloa_406{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_1vloa_406{flex:none;width:auto;margin-bottom:10px}}._menuItem_1vloa_406 ._menuIcon_1vloa_427{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_1vloa_406 ._menuIconPerformance_1vloa_432{fill:none}._menuItem_1vloa_406 ._menuIconStroke_1vloa_435{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_1vloa_406._active_1vloa_440,._menuItem_1vloa_406:hover{color:#52c2fd;background:#fff}._menuItem_1vloa_406._active_1vloa_440 ._menuIcon_1vloa_427:not(._menuIconStroke_1vloa_435,._menuIconPerformance_1vloa_432),._menuItem_1vloa_406:hover ._menuIcon_1vloa_427:not(._menuIconStroke_1vloa_435,._menuIconPerformance_1vloa_432){fill:#52c2fd}._menuItem_1vloa_406._active_1vloa_440 ._menuIconPerformance_1vloa_432 path,._menuItem_1vloa_406:hover ._menuIconPerformance_1vloa_432 path{stroke:#59a6fd}._menuItem_1vloa_406._active_1vloa_440 ._menuIconStroke_1vloa_435:not(._menuIcon_1vloa_427),._menuItem_1vloa_406:hover ._menuIconStroke_1vloa_435:not(._menuIcon_1vloa_427){stroke:#52c2fd}._redDot_1vloa_454{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_1vloa_469{justify-content:center;display:flex}._link_1vloa_474{color:#2db2c8;cursor:pointer;text-decoration:underline}._toggleFieldWrapper_1vloa_480{justify-content:space-between;align-items:center;display:flex}._toggleFieldWrapper_1vloa_480._disabled_1vloa_315{opacity:.5;pointer-events:none}._saveButton_1vloa_490{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_1vloa_490{width:60px}}._contractorContainer_1vloa_511{height:calc(100vh - 76px);overflow:scroll}._addButton_1vloa_516{color:#2db2c8;cursor:pointer;align-items:center;font-size:.875rem;font-weight:500;display:inline-flex}._addButton_1vloa_516: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_1vloa_532{z-index:2;top:18px}._inputText_1vloa_537{margin-bottom:0}._scheduleField_1vloa_541{flex-direction:column;gap:10px;display:flex}._row_1vloa_547{flex-direction:row;gap:16px;margin-bottom:20px;padding:0 20px;display:flex}._row_1vloa_547>div{flex:1}@media only screen and (width<=450px){._row_1vloa_547{flex-direction:column}._row_1vloa_547._subscriptionRow_1vloa_561{flex-direction:row}}._directionColumn_1vloa_566{flex-direction:column;gap:5px}._sectionTitleInfoIcon_1vloa_571 path{fill:#64769b}._titleInformationIcon_1vloa_575 span:after{display:block;transform:scale(1.2)}._subscriptionSectionModalLine_1vloa_580{margin:0}._subscriptionPlanName_1vloa_584 div:first-child{color:#0f172a;margin-bottom:10px;font-size:16px;font-weight:500}._subscriptionPlanName_1vloa_584 div:nth-child(2){color:#64769b;font-size:14px}._subscriptionDropdownContainer_1vloa_595{max-width:140px}._subscriptionDropdownContainer_1vloa_595 .static-select__control{color:#2db2c8;cursor:pointer;outline:none;min-width:95px;font-size:14px;box-shadow:none!important;border:0!important}._subscriptionDropdownContainer_1vloa_595 .static-select__indicator{color:#2db2c8;right:20px}._subscriptionDropdownContainer_1vloa_595 .static-select__indicator:hover svg{color:#2db2c8}._subscriptionDropdownContainer_1vloa_595 .static-select__indicator svg{width:18px;height:18px}._subscriptionDropdownContainer_1vloa_595 .static-select__menu,._subscriptionSelectMenu_1vloa_625{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_1h3d6_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_1h3d6_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_1h3d6_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.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_1h3d6_23{width:100%;margin-bottom:16px}._fieldWrapper_1h3d6_23:last-child{margin-bottom:0}._fieldLabel_1h3d6_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_1h3d6_36{margin-top:8px;font-size:.75rem}._field_1h3d6_23{width:100%;position:relative}._fieldLabelNew_1h3d6_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_1h3d6_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_1h3d6_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_1h3d6_52[type=password]{font-size:18px}._inputNew_1h3d6_52:focus,._inputNew_1h3d6_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_1h3d6_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_1h3d6_52:disabled::placeholder{color:#cbd5e1}._inputNew_1h3d6_52._error_1h3d6_7{border:1px solid #ef4444}._inputNew_1h3d6_52._error_1h3d6_7:focus,._inputNew_1h3d6_52._error_1h3d6_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_1h3d6_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_1h3d6_90{width:calc(50% - 8px)}._tableNavWrapper_1h3d6_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_1h3d6_109{align-items:center;display:flex}._tableNavItem_1h3d6_114{margin:0 6px}._modalContent_1h3d6_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_1h3d6_118._center_1h3d6_125{text-align:center;font-family:Inter}._modalContent_1h3d6_118._settings_1h3d6_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_1h3d6_118._settingsIntegration_1h3d6_133,._modalContent_1h3d6_118._performanceTestModalContent_1h3d6_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_1h3d6_118._monitoringReportContent_1h3d6_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_1h3d6_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_1h3d6_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_1h3d6_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_1h3d6_158:after,._modalLine_1h3d6_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_1h3d6_158:before{left:-20px}._modalLine_1h3d6_158:after{right:-20px}._infoMessage_1h3d6_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_1h3d6_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_1h3d6_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_1h3d6_196._buttonsAutoWidth_1h3d6_203{justify-content:flex-end}._modalFooter_1h3d6_196._buttonsAutoWidth_1h3d6_203 button,._modalFooter_1h3d6_196._buttonsAutoWidth_1h3d6_203 span{margin-left:12px}._fullWidthTitle_1h3d6_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_1h3d6_223{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_1h3d6_230{background:#fff;border:1px solid #e2e8f0;border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_1h3d6_230{padding:0 16px 15px}}._widgetHeader_1h3d6_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_1h3d6_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_1h3d6_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_1h3d6_266{align-items:center;height:180px;display:flex}._widgetFooter_1h3d6_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_1h3d6_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_1h3d6_279:last-child{border:none}._widgetMainValue_1h3d6_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_1h3d6_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_1h3d6_303{color:#64748b;font-size:.75rem}._widgetLoader_1h3d6_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_1h3d6_315{opacity:.5;cursor:default}._widgetTag_1h3d6_320{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_1h3d6_328{color:#0f172a;font-weight:500}._chartValuesWrapper_1h3d6_333{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_1h3d6_341{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_1h3d6_341._green_1h3d6_346:before,._chartValuesTitle_1h3d6_341._dark_1h3d6_346:before,._chartValuesTitle_1h3d6_341._blue_1h3d6_346: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_1h3d6_341._green_1h3d6_346:before{background:#22c55e}._chartValuesTitle_1h3d6_341._dark_1h3d6_346:before{background:#475569}._chartValuesTitle_1h3d6_341._blue_1h3d6_346:before{background:#43e0f8}._topbar_1h3d6_368{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_1h3d6_376{display:inline-flex}._logo_1h3d6_376{max-width:110px}._menuWrapper_1h3d6_384{display:flex}@media only screen and (width<=1340px){._menuWrapper_1h3d6_384{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_1h3d6_384._opened_1h3d6_401{display:flex}}._menuItem_1h3d6_406{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_1h3d6_406{flex:none;width:auto;margin-bottom:10px}}._menuItem_1h3d6_406 ._menuIcon_1h3d6_427{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_1h3d6_406 ._menuIconPerformance_1h3d6_432{fill:none}._menuItem_1h3d6_406 ._menuIconStroke_1h3d6_435{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_1h3d6_406._active_1h3d6_440,._menuItem_1h3d6_406:hover{color:#52c2fd;background:#fff}._menuItem_1h3d6_406._active_1h3d6_440 ._menuIcon_1h3d6_427:not(._menuIconStroke_1h3d6_435,._menuIconPerformance_1h3d6_432),._menuItem_1h3d6_406:hover ._menuIcon_1h3d6_427:not(._menuIconStroke_1h3d6_435,._menuIconPerformance_1h3d6_432){fill:#52c2fd}._menuItem_1h3d6_406._active_1h3d6_440 ._menuIconPerformance_1h3d6_432 path,._menuItem_1h3d6_406:hover ._menuIconPerformance_1h3d6_432 path{stroke:#59a6fd}._menuItem_1h3d6_406._active_1h3d6_440 ._menuIconStroke_1h3d6_435:not(._menuIcon_1h3d6_427),._menuItem_1h3d6_406:hover ._menuIconStroke_1h3d6_435:not(._menuIcon_1h3d6_427){stroke:#52c2fd}._redDot_1h3d6_454{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_1h3d6_469{justify-content:center;display:flex}._link_1h3d6_474{color:#2db2c8;cursor:pointer;text-decoration:underline}._inputButton_1h3d6_480,._iconWrapper_1h3d6_481{color:#43e0f8;cursor:pointer;font-size:.875rem;font-weight:500;position:absolute;top:11px;right:10px}._iconWrapper_1h3d6_481{top:11px}@media only screen and (width<=1024px){._jobID_1h3d6_496 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_dw52c_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_dw52c_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_dw52c_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.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_dw52c_23{width:100%;margin-bottom:16px}._fieldWrapper_dw52c_23:last-child{margin-bottom:0}._fieldLabel_dw52c_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_dw52c_36{margin-top:8px;font-size:.75rem}._field_dw52c_23{width:100%;position:relative}._fieldLabelNew_dw52c_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_dw52c_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_dw52c_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_dw52c_52[type=password]{font-size:18px}._inputNew_dw52c_52:focus,._inputNew_dw52c_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_dw52c_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_dw52c_52:disabled::placeholder{color:#cbd5e1}._inputNew_dw52c_52._error_dw52c_7{border:1px solid #ef4444}._inputNew_dw52c_52._error_dw52c_7:focus,._inputNew_dw52c_52._error_dw52c_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_dw52c_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_dw52c_90{width:calc(50% - 8px)}._tableNavWrapper_dw52c_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_dw52c_109{align-items:center;display:flex}._tableNavItem_dw52c_114{margin:0 6px}._modalContent_dw52c_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_dw52c_118._center_dw52c_125{text-align:center;font-family:Inter}._modalContent_dw52c_118._settings_dw52c_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_dw52c_118._settingsIntegration_dw52c_133,._modalContent_dw52c_118._performanceTestModalContent_dw52c_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_dw52c_118._monitoringReportContent_dw52c_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_dw52c_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_dw52c_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_dw52c_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_dw52c_158:after,._modalLine_dw52c_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_dw52c_158:before{left:-20px}._modalLine_dw52c_158:after{right:-20px}._infoMessage_dw52c_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_dw52c_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_dw52c_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_dw52c_196._buttonsAutoWidth_dw52c_203{justify-content:flex-end}._modalFooter_dw52c_196._buttonsAutoWidth_dw52c_203 button,._modalFooter_dw52c_196._buttonsAutoWidth_dw52c_203 span{margin-left:12px}._fullWidthTitle_dw52c_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_dw52c_223{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_dw52c_230{background:#fff;border:1px solid #e2e8f0;border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_dw52c_230{padding:0 16px 15px}}._widgetHeader_dw52c_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_dw52c_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_dw52c_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_dw52c_266{align-items:center;height:180px;display:flex}._widgetFooter_dw52c_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_dw52c_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_dw52c_279:last-child{border:none}._widgetMainValue_dw52c_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_dw52c_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_dw52c_303{color:#64748b;font-size:.75rem}._widgetLoader_dw52c_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_dw52c_315{opacity:.5;cursor:default}._widgetTag_dw52c_320{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_dw52c_328{color:#0f172a;font-weight:500}._chartValuesWrapper_dw52c_333{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_dw52c_341{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_dw52c_341._green_dw52c_346:before,._chartValuesTitle_dw52c_341._dark_dw52c_346:before,._chartValuesTitle_dw52c_341._blue_dw52c_346: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_dw52c_341._green_dw52c_346:before{background:#22c55e}._chartValuesTitle_dw52c_341._dark_dw52c_346:before{background:#475569}._chartValuesTitle_dw52c_341._blue_dw52c_346:before{background:#43e0f8}._topbar_dw52c_368{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_dw52c_376{display:inline-flex}._logo_dw52c_376{max-width:110px}._menuWrapper_dw52c_384{display:flex}@media only screen and (width<=1340px){._menuWrapper_dw52c_384{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_dw52c_384._opened_dw52c_401{display:flex}}._menuItem_dw52c_406{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_dw52c_406{flex:none;width:auto;margin-bottom:10px}}._menuItem_dw52c_406 ._menuIcon_dw52c_427{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_dw52c_406 ._menuIconPerformance_dw52c_432{fill:none}._menuItem_dw52c_406 ._menuIconStroke_dw52c_435{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_dw52c_406._active_dw52c_440,._menuItem_dw52c_406:hover{color:#52c2fd;background:#fff}._menuItem_dw52c_406._active_dw52c_440 ._menuIcon_dw52c_427:not(._menuIconStroke_dw52c_435,._menuIconPerformance_dw52c_432),._menuItem_dw52c_406:hover ._menuIcon_dw52c_427:not(._menuIconStroke_dw52c_435,._menuIconPerformance_dw52c_432){fill:#52c2fd}._menuItem_dw52c_406._active_dw52c_440 ._menuIconPerformance_dw52c_432 path,._menuItem_dw52c_406:hover ._menuIconPerformance_dw52c_432 path{stroke:#59a6fd}._menuItem_dw52c_406._active_dw52c_440 ._menuIconStroke_dw52c_435:not(._menuIcon_dw52c_427),._menuItem_dw52c_406:hover ._menuIconStroke_dw52c_435:not(._menuIcon_dw52c_427){stroke:#52c2fd}._redDot_dw52c_454{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_dw52c_469{justify-content:center;display:flex}._link_dw52c_474{color:#2db2c8;cursor:pointer;text-decoration:underline}._closeIconClassName_dw52c_480{z-index:2;top:18px}._hiddenModal_dw52c_485{display:none}._changeSubscriptionSubModal_dw52c_489 ._modalBody_dw52c_489{flex-direction:column;align-items:center;padding:16px 20px;display:flex}._changeSubscriptionSubModal_dw52c_489 ._modalBody_dw52c_489 p{color:#475569;text-align:center;margin-top:4px;font-size:14px}._changeSubscriptionSubModal_dw52c_489 ._modalBody_dw52c_489 span{font-weight:700}._changeSubscriptionSubModal_dw52c_489 ._subscriptionSubModalFooter_dw52c_504{flex-direction:column;gap:12px}._changeSubscriptionSubModal_dw52c_489 ._iconWrapper_dw52c_508{background-color:#ebfcff;border-radius:10px;justify-content:center;align-items:center;width:44px;height:44px;margin-bottom:16px;display:flex}._changeSubscriptionSubModal_dw52c_489 ._iconWrapper_dw52c_508 svg{width:24px;height:24px}._authButtonsWrapper_19r4d_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_19r4d_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_19r4d_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.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_19r4d_23{width:100%;margin-bottom:16px}._fieldWrapper_19r4d_23:last-child{margin-bottom:0}._fieldLabel_19r4d_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_19r4d_36{margin-top:8px;font-size:.75rem}._field_19r4d_23{width:100%;position:relative}._fieldLabelNew_19r4d_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_19r4d_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_19r4d_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_19r4d_52[type=password]{font-size:18px}._inputNew_19r4d_52:focus,._inputNew_19r4d_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_19r4d_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_19r4d_52:disabled::placeholder{color:#cbd5e1}._inputNew_19r4d_52._error_19r4d_7{border:1px solid #ef4444}._inputNew_19r4d_52._error_19r4d_7:focus,._inputNew_19r4d_52._error_19r4d_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_19r4d_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_19r4d_90{width:calc(50% - 8px)}._tableNavWrapper_19r4d_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_19r4d_109{align-items:center;display:flex}._tableNavItem_19r4d_114{margin:0 6px}._modalContent_19r4d_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_19r4d_118._center_19r4d_125{text-align:center;font-family:Inter}._modalContent_19r4d_118._settings_19r4d_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_19r4d_118._settingsIntegration_19r4d_133,._modalContent_19r4d_118._performanceTestModalContent_19r4d_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_19r4d_118._monitoringReportContent_19r4d_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_19r4d_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_19r4d_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_19r4d_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_19r4d_158:after,._modalLine_19r4d_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_19r4d_158:before{left:-20px}._modalLine_19r4d_158:after{right:-20px}._infoMessage_19r4d_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_19r4d_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_19r4d_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_19r4d_196._buttonsAutoWidth_19r4d_203{justify-content:flex-end}._modalFooter_19r4d_196._buttonsAutoWidth_19r4d_203 button,._modalFooter_19r4d_196._buttonsAutoWidth_19r4d_203 span{margin-left:12px}._fullWidthTitle_19r4d_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_19r4d_223{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_19r4d_230{background:#fff;border:1px solid #e2e8f0;border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_19r4d_230{padding:0 16px 15px}}._widgetHeader_19r4d_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_19r4d_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_19r4d_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_19r4d_266{align-items:center;height:180px;display:flex}._widgetFooter_19r4d_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_19r4d_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_19r4d_279:last-child{border:none}._widgetMainValue_19r4d_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_19r4d_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_19r4d_303{color:#64748b;font-size:.75rem}._widgetLoader_19r4d_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_19r4d_315{opacity:.5;cursor:default}._widgetTag_19r4d_320{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_19r4d_328{color:#0f172a;font-weight:500}._chartValuesWrapper_19r4d_333{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_19r4d_341{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_19r4d_341._green_19r4d_346:before,._chartValuesTitle_19r4d_341._dark_19r4d_346:before,._chartValuesTitle_19r4d_341._blue_19r4d_346: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_19r4d_341._green_19r4d_346:before{background:#22c55e}._chartValuesTitle_19r4d_341._dark_19r4d_346:before{background:#475569}._chartValuesTitle_19r4d_341._blue_19r4d_346:before{background:#43e0f8}._topbar_19r4d_368{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_19r4d_376{display:inline-flex}._logo_19r4d_376{max-width:110px}._menuWrapper_19r4d_384{display:flex}@media only screen and (width<=1340px){._menuWrapper_19r4d_384{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_19r4d_384._opened_19r4d_401{display:flex}}._menuItem_19r4d_406{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_19r4d_406{flex:none;width:auto;margin-bottom:10px}}._menuItem_19r4d_406 ._menuIcon_19r4d_427{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_19r4d_406 ._menuIconPerformance_19r4d_432{fill:none}._menuItem_19r4d_406 ._menuIconStroke_19r4d_435{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_19r4d_406._active_19r4d_440,._menuItem_19r4d_406:hover{color:#52c2fd;background:#fff}._menuItem_19r4d_406._active_19r4d_440 ._menuIcon_19r4d_427:not(._menuIconStroke_19r4d_435,._menuIconPerformance_19r4d_432),._menuItem_19r4d_406:hover ._menuIcon_19r4d_427:not(._menuIconStroke_19r4d_435,._menuIconPerformance_19r4d_432){fill:#52c2fd}._menuItem_19r4d_406._active_19r4d_440 ._menuIconPerformance_19r4d_432 path,._menuItem_19r4d_406:hover ._menuIconPerformance_19r4d_432 path{stroke:#59a6fd}._menuItem_19r4d_406._active_19r4d_440 ._menuIconStroke_19r4d_435:not(._menuIcon_19r4d_427),._menuItem_19r4d_406:hover ._menuIconStroke_19r4d_435:not(._menuIcon_19r4d_427){stroke:#52c2fd}._redDot_19r4d_454{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_19r4d_469{justify-content:center;display:flex}._link_19r4d_474{color:#2db2c8;cursor:pointer;text-decoration:underline}._saveButton_19r4d_480{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_19r4d_480{width:60px}}._closeIconClassName_19r4d_501{z-index:2;top:18px}._enterpriseContainer_19r4d_506{height:calc(100vh - 76px);overflow:scroll}._row_19r4d_511{flex-direction:row;gap:16px;margin-bottom:20px;padding:0 20px;display:flex}._row_19r4d_511>div{flex:1}@media only screen and (width<=450px){._row_19r4d_511{flex-direction:column}}._inputText_19r4d_527{margin-bottom:0}._toggleFieldWrapper_19r4d_531{align-items:center;display:flex}._enterpriseLogo_19r4d_536{margin-bottom:0}._enterpriseLogoImageWrapper_19r4d_540{border-radius:4px;width:144px;height:72px}._enterpriseLogoImageWrapper_19r4d_540 img{max-width:144px;max-height:72px}._enterpriseLogoFileWrapper_19r4d_550{width:calc(100% - 160px)}._wrapper_nh13v_1{align-items:flex-start;display:inline-flex;position:relative}._addContractorButton_nh13v_7._addContractorButton_nh13v_7._addContractorButton_nh13v_7{color:#155a70;letter-spacing:0;box-shadow:none;border-radius:24px;justify-content:space-between;font-size:14px;font-weight:500}._addContractorButton_nh13v_7._addContractorButton_nh13v_7._addContractorButton_nh13v_7 svg{color:#0f172a;width:24px;height:24px;margin-left:4px;margin-right:0;transition:transform .2s ease-out;transform:rotate(0)}._addContractorButton_nh13v_7._addContractorButton_nh13v_7._addContractorButtonOpen_nh13v_27 svg{transform:rotate(180deg)}._dropdown_nh13v_31{z-index:1002;min-width:190px;box-shadow:none;opacity:0;pointer-events:none;transform-origin:top;visibility:hidden;background:#fff;border:1px solid #e2e8f0;border-radius:8px;transition:opacity .16s,transform .16s,visibility 0s linear .16s;position:absolute;top:calc(100% + 8px);left:0;overflow:hidden;transform:translateY(-8px)scaleY(.96)}._dropdownOpen_nh13v_50{opacity:1;pointer-events:auto;visibility:visible;transition:opacity .16s,transform .16s,visibility linear;transform:translateY(0)scaleY(1)}._dropdownItem_nh13v_58{color:#0f172a;letter-spacing:0;text-align:left;cursor:pointer;background:0 0;border:0;width:100%;padding:14px 16px;font-family:inherit;font-size:14px;font-weight:400;transition:background-color .16s}._dropdownItem_nh13v_58:hover,._dropdownItem_nh13v_58:focus-visible{background:#f3f4f6;outline:none}._closeIconClassName_1jdgt_1{z-index:2;top:13px}._installedDevicesHistoryModalWrapper_1jdgt_6 header{padding:22px 60px 22px 20px}._authButtonsWrapper_1sykw_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_1sykw_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_1sykw_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.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_1sykw_23{width:100%;margin-bottom:16px}._fieldWrapper_1sykw_23:last-child{margin-bottom:0}._fieldLabel_1sykw_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_1sykw_36{margin-top:8px;font-size:.75rem}._field_1sykw_23{width:100%;position:relative}._fieldLabelNew_1sykw_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_1sykw_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_1sykw_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_1sykw_52[type=password]{font-size:18px}._inputNew_1sykw_52:focus,._inputNew_1sykw_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_1sykw_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_1sykw_52:disabled::placeholder{color:#cbd5e1}._inputNew_1sykw_52._error_1sykw_7{border:1px solid #ef4444}._inputNew_1sykw_52._error_1sykw_7:focus,._inputNew_1sykw_52._error_1sykw_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_1sykw_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_1sykw_90{width:calc(50% - 8px)}._tableNavWrapper_1sykw_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_1sykw_109{align-items:center;display:flex}._tableNavItem_1sykw_114{margin:0 6px}._modalContent_1sykw_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_1sykw_118._center_1sykw_125{text-align:center;font-family:Inter}._modalContent_1sykw_118._settings_1sykw_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_1sykw_118._settingsIntegration_1sykw_133,._modalContent_1sykw_118._performanceTestModalContent_1sykw_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_1sykw_118._monitoringReportContent_1sykw_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_1sykw_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_1sykw_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_1sykw_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_1sykw_158:after,._modalLine_1sykw_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_1sykw_158:before{left:-20px}._modalLine_1sykw_158:after{right:-20px}._infoMessage_1sykw_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_1sykw_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_1sykw_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_1sykw_196._buttonsAutoWidth_1sykw_203{justify-content:flex-end}._modalFooter_1sykw_196._buttonsAutoWidth_1sykw_203 button,._modalFooter_1sykw_196._buttonsAutoWidth_1sykw_203 span{margin-left:12px}._fullWidthTitle_1sykw_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_1sykw_223{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_1sykw_230{background:#fff;border:1px solid #e2e8f0;border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_1sykw_230{padding:0 16px 15px}}._widgetHeader_1sykw_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_1sykw_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_1sykw_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_1sykw_266{align-items:center;height:180px;display:flex}._widgetFooter_1sykw_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_1sykw_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_1sykw_279:last-child{border:none}._widgetMainValue_1sykw_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_1sykw_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_1sykw_303{color:#64748b;font-size:.75rem}._widgetLoader_1sykw_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_1sykw_315{opacity:.5;cursor:default}._widgetTag_1sykw_320{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_1sykw_328{color:#0f172a;font-weight:500}._chartValuesWrapper_1sykw_333{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_1sykw_341{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_1sykw_341._green_1sykw_346:before,._chartValuesTitle_1sykw_341._dark_1sykw_346:before,._chartValuesTitle_1sykw_341._blue_1sykw_346: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_1sykw_341._green_1sykw_346:before{background:#22c55e}._chartValuesTitle_1sykw_341._dark_1sykw_346:before{background:#475569}._chartValuesTitle_1sykw_341._blue_1sykw_346:before{background:#43e0f8}._topbar_1sykw_368{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_1sykw_376{display:inline-flex}._logo_1sykw_376{max-width:110px}._menuWrapper_1sykw_384{display:flex}@media only screen and (width<=1340px){._menuWrapper_1sykw_384{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_1sykw_384._opened_1sykw_401{display:flex}}._menuItem_1sykw_406{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_1sykw_406{flex:none;width:auto;margin-bottom:10px}}._menuItem_1sykw_406 ._menuIcon_1sykw_427{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_1sykw_406 ._menuIconPerformance_1sykw_432{fill:none}._menuItem_1sykw_406 ._menuIconStroke_1sykw_435{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_1sykw_406._active_1sykw_440,._menuItem_1sykw_406:hover{color:#52c2fd;background:#fff}._menuItem_1sykw_406._active_1sykw_440 ._menuIcon_1sykw_427:not(._menuIconStroke_1sykw_435,._menuIconPerformance_1sykw_432),._menuItem_1sykw_406:hover ._menuIcon_1sykw_427:not(._menuIconStroke_1sykw_435,._menuIconPerformance_1sykw_432){fill:#52c2fd}._menuItem_1sykw_406._active_1sykw_440 ._menuIconPerformance_1sykw_432 path,._menuItem_1sykw_406:hover ._menuIconPerformance_1sykw_432 path{stroke:#59a6fd}._menuItem_1sykw_406._active_1sykw_440 ._menuIconStroke_1sykw_435:not(._menuIcon_1sykw_427),._menuItem_1sykw_406:hover ._menuIconStroke_1sykw_435:not(._menuIcon_1sykw_427){stroke:#52c2fd}._redDot_1sykw_454{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_1sykw_469{justify-content:center;display:flex}._link_1sykw_474{color:#2db2c8;cursor:pointer;text-decoration:underline}._widgetWrapper_1sykw_230{width:100%;max-width:100%;min-height:170px}._chart_1sykw_333{height:20px}._authButtonsWrapper_w8z1x_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_w8z1x_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_w8z1x_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.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_w8z1x_23{width:100%;margin-bottom:16px}._fieldWrapper_w8z1x_23:last-child{margin-bottom:0}._fieldLabel_w8z1x_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_w8z1x_36{margin-top:8px;font-size:.75rem}._field_w8z1x_23{width:100%;position:relative}._fieldLabelNew_w8z1x_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_w8z1x_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_w8z1x_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_w8z1x_52[type=password]{font-size:18px}._inputNew_w8z1x_52:focus,._inputNew_w8z1x_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_w8z1x_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_w8z1x_52:disabled::placeholder{color:#cbd5e1}._inputNew_w8z1x_52._error_w8z1x_7{border:1px solid #ef4444}._inputNew_w8z1x_52._error_w8z1x_7:focus,._inputNew_w8z1x_52._error_w8z1x_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_w8z1x_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_w8z1x_90{width:calc(50% - 8px)}._tableNavWrapper_w8z1x_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_w8z1x_109{align-items:center;display:flex}._tableNavItem_w8z1x_114{margin:0 6px}._modalContent_w8z1x_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_w8z1x_118._center_w8z1x_125{text-align:center;font-family:Inter}._modalContent_w8z1x_118._settings_w8z1x_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_w8z1x_118._settingsIntegration_w8z1x_133,._modalContent_w8z1x_118._performanceTestModalContent_w8z1x_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_w8z1x_118._monitoringReportContent_w8z1x_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_w8z1x_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_w8z1x_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_w8z1x_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_w8z1x_158:after,._modalLine_w8z1x_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_w8z1x_158:before{left:-20px}._modalLine_w8z1x_158:after{right:-20px}._infoMessage_w8z1x_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_w8z1x_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_w8z1x_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_w8z1x_196._buttonsAutoWidth_w8z1x_203{justify-content:flex-end}._modalFooter_w8z1x_196._buttonsAutoWidth_w8z1x_203 button,._modalFooter_w8z1x_196._buttonsAutoWidth_w8z1x_203 span{margin-left:12px}._fullWidthTitle_w8z1x_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_w8z1x_223{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_w8z1x_230{background:#fff;border:1px solid #e2e8f0;border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_w8z1x_230{padding:0 16px 15px}}._widgetHeader_w8z1x_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_w8z1x_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_w8z1x_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_w8z1x_266{align-items:center;height:180px;display:flex}._widgetFooter_w8z1x_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_w8z1x_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_w8z1x_279:last-child{border:none}._widgetMainValue_w8z1x_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_w8z1x_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_w8z1x_303{color:#64748b;font-size:.75rem}._widgetLoader_w8z1x_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_w8z1x_315{opacity:.5;cursor:default}._widgetTag_w8z1x_320{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_w8z1x_328{color:#0f172a;font-weight:500}._chartValuesWrapper_w8z1x_333{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_w8z1x_341{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_w8z1x_341._green_w8z1x_346:before,._chartValuesTitle_w8z1x_341._dark_w8z1x_346:before,._chartValuesTitle_w8z1x_341._blue_w8z1x_346: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_w8z1x_341._green_w8z1x_346:before{background:#22c55e}._chartValuesTitle_w8z1x_341._dark_w8z1x_346:before{background:#475569}._chartValuesTitle_w8z1x_341._blue_w8z1x_346:before{background:#43e0f8}._topbar_w8z1x_368{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_w8z1x_376{display:inline-flex}._logo_w8z1x_376{max-width:110px}._menuWrapper_w8z1x_384{display:flex}@media only screen and (width<=1340px){._menuWrapper_w8z1x_384{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_w8z1x_384._opened_w8z1x_401{display:flex}}._menuItem_w8z1x_406{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_w8z1x_406{flex:none;width:auto;margin-bottom:10px}}._menuItem_w8z1x_406 ._menuIcon_w8z1x_427{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_w8z1x_406 ._menuIconPerformance_w8z1x_432{fill:none}._menuItem_w8z1x_406 ._menuIconStroke_w8z1x_435{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_w8z1x_406._active_w8z1x_440,._menuItem_w8z1x_406:hover{color:#52c2fd;background:#fff}._menuItem_w8z1x_406._active_w8z1x_440 ._menuIcon_w8z1x_427:not(._menuIconStroke_w8z1x_435,._menuIconPerformance_w8z1x_432),._menuItem_w8z1x_406:hover ._menuIcon_w8z1x_427:not(._menuIconStroke_w8z1x_435,._menuIconPerformance_w8z1x_432){fill:#52c2fd}._menuItem_w8z1x_406._active_w8z1x_440 ._menuIconPerformance_w8z1x_432 path,._menuItem_w8z1x_406:hover ._menuIconPerformance_w8z1x_432 path{stroke:#59a6fd}._menuItem_w8z1x_406._active_w8z1x_440 ._menuIconStroke_w8z1x_435:not(._menuIcon_w8z1x_427),._menuItem_w8z1x_406:hover ._menuIconStroke_w8z1x_435:not(._menuIcon_w8z1x_427){stroke:#52c2fd}._redDot_w8z1x_454{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_w8z1x_469{justify-content:center;display:flex}._link_w8z1x_474{color:#2db2c8;cursor:pointer;text-decoration:underline}._widgetWrapper_w8z1x_230{width:100%;max-width:100%;min-height:150px}._chart_w8z1x_333{height:16px}._chartItemWrapper_w8z1x_490{margin-bottom:20px}._authButtonsWrapper_1pto6_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_1pto6_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_1pto6_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.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_1pto6_23{width:100%;margin-bottom:16px}._fieldWrapper_1pto6_23:last-child{margin-bottom:0}._fieldLabel_1pto6_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_1pto6_36{margin-top:8px;font-size:.75rem}._field_1pto6_23{width:100%;position:relative}._fieldLabelNew_1pto6_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_1pto6_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_1pto6_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_1pto6_52[type=password]{font-size:18px}._inputNew_1pto6_52:focus,._inputNew_1pto6_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_1pto6_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_1pto6_52:disabled::placeholder{color:#cbd5e1}._inputNew_1pto6_52._error_1pto6_7{border:1px solid #ef4444}._inputNew_1pto6_52._error_1pto6_7:focus,._inputNew_1pto6_52._error_1pto6_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_1pto6_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_1pto6_90{width:calc(50% - 8px)}._tableNavWrapper_1pto6_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_1pto6_109{align-items:center;display:flex}._tableNavItem_1pto6_114{margin:0 6px}._modalContent_1pto6_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_1pto6_118._center_1pto6_125{text-align:center;font-family:Inter}._modalContent_1pto6_118._settings_1pto6_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_1pto6_118._settingsIntegration_1pto6_133,._modalContent_1pto6_118._performanceTestModalContent_1pto6_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_1pto6_118._monitoringReportContent_1pto6_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_1pto6_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_1pto6_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_1pto6_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_1pto6_158:after,._modalLine_1pto6_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_1pto6_158:before{left:-20px}._modalLine_1pto6_158:after{right:-20px}._infoMessage_1pto6_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_1pto6_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_1pto6_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_1pto6_196._buttonsAutoWidth_1pto6_203{justify-content:flex-end}._modalFooter_1pto6_196._buttonsAutoWidth_1pto6_203 button,._modalFooter_1pto6_196._buttonsAutoWidth_1pto6_203 span{margin-left:12px}._fullWidthTitle_1pto6_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_1pto6_223{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_1pto6_230{background:#fff;border:1px solid #e2e8f0;border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_1pto6_230{padding:0 16px 15px}}._widgetHeader_1pto6_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_1pto6_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_1pto6_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_1pto6_266{align-items:center;height:180px;display:flex}._widgetFooter_1pto6_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_1pto6_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_1pto6_279:last-child{border:none}._widgetMainValue_1pto6_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_1pto6_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_1pto6_303{color:#64748b;font-size:.75rem}._widgetLoader_1pto6_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_1pto6_315{opacity:.5;cursor:default}._widgetTag_1pto6_320{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_1pto6_328{color:#0f172a;font-weight:500}._chartValuesWrapper_1pto6_333{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_1pto6_341{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_1pto6_341._green_1pto6_346:before,._chartValuesTitle_1pto6_341._dark_1pto6_346:before,._chartValuesTitle_1pto6_341._blue_1pto6_346: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_1pto6_341._green_1pto6_346:before{background:#22c55e}._chartValuesTitle_1pto6_341._dark_1pto6_346:before{background:#475569}._chartValuesTitle_1pto6_341._blue_1pto6_346:before{background:#43e0f8}._topbar_1pto6_368{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_1pto6_376{display:inline-flex}._logo_1pto6_376{max-width:110px}._menuWrapper_1pto6_384{display:flex}@media only screen and (width<=1340px){._menuWrapper_1pto6_384{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_1pto6_384._opened_1pto6_401{display:flex}}._menuItem_1pto6_406{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_1pto6_406{flex:none;width:auto;margin-bottom:10px}}._menuItem_1pto6_406 ._menuIcon_1pto6_427{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_1pto6_406 ._menuIconPerformance_1pto6_432{fill:none}._menuItem_1pto6_406 ._menuIconStroke_1pto6_435{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_1pto6_406._active_1pto6_440,._menuItem_1pto6_406:hover{color:#52c2fd;background:#fff}._menuItem_1pto6_406._active_1pto6_440 ._menuIcon_1pto6_427:not(._menuIconStroke_1pto6_435,._menuIconPerformance_1pto6_432),._menuItem_1pto6_406:hover ._menuIcon_1pto6_427:not(._menuIconStroke_1pto6_435,._menuIconPerformance_1pto6_432){fill:#52c2fd}._menuItem_1pto6_406._active_1pto6_440 ._menuIconPerformance_1pto6_432 path,._menuItem_1pto6_406:hover ._menuIconPerformance_1pto6_432 path{stroke:#59a6fd}._menuItem_1pto6_406._active_1pto6_440 ._menuIconStroke_1pto6_435:not(._menuIcon_1pto6_427),._menuItem_1pto6_406:hover ._menuIconStroke_1pto6_435:not(._menuIcon_1pto6_427){stroke:#52c2fd}._redDot_1pto6_454{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_1pto6_469{justify-content:center;display:flex}._link_1pto6_474{color:#2db2c8;cursor:pointer;text-decoration:underline}._widgetWrapper_1pto6_230{max-width:initial;flex:500px}._widgetContent_1pto6_485{justify-content:space-between;gap:16px;display:flex}._widgetBlock_1pto6_491{text-align:center;border:1px solid #e2e8f0;border-radius:10px;flex:1}._widgetBlockHeader_1pto6_500{color:#0f172a;background-color:#e2e8f0;border-top-left-radius:10px;border-top-right-radius:10px;padding-top:6px;padding-bottom:6px}._widgetBlockContent_1pto6_509{padding:16px}._widgetBlockTotal_1pto6_513 p:first-child{font-size:24px;font-weight:500;line-height:32px}@media only screen and (width<=500px){._widgetBlockTotal_1pto6_513 p:first-child{font-size:18px;line-height:24px}}._widgetBlockTotal_1pto6_513 ._versionLabel_1pto6_525{color:#64748b;font-size:14px;font-weight:500;line-height:20px}@media only screen and (width<=500px){._widgetBlockTotal_1pto6_513 ._versionLabel_1pto6_525{font-size:12px;line-height:16px}}._widgetBlockTotal_1pto6_513 p:last-child{color:#64748b;font-size:12px;font-weight:500;line-height:16px}@media only screen and (width<=500px){._widgetBlockTotal_1pto6_513 p:last-child{font-size:10px;line-height:14px}}._widgetBlockAvailable_1pto6_551{border-bottom:1px solid #f1f5f9;justify-content:space-between;padding-top:22px;padding-bottom:12px;display:flex}._widgetBlockAvailable_1pto6_551 span{font-size:14px;font-weight:500;line-height:20px}@media only screen and (width<=500px){._widgetBlockAvailable_1pto6_551 span{font-size:12px;line-height:16px}}._widgetBlockAvailable_1pto6_551 span:first-child{color:#15803d;background-color:#dcfce7;border-radius:10px;padding:2px 8px}._widgetBlockPacked_1pto6_578{justify-content:space-between;padding-top:12px;display:flex}._widgetBlockPacked_1pto6_578 span{font-size:14px;font-weight:500;line-height:20px}@media only screen and (width<=500px){._widgetBlockPacked_1pto6_578 span{font-size:12px;line-height:16px}}._widgetBlockPacked_1pto6_578 span:first-child{color:#0f172a;background-color:#f3e8ff;border-radius:10px;padding:2px 8px}._valueNote_1pto6_603{color:#64748b;font-size:12px;font-weight:400}._chartWrapper_1pto6_609{justify-content:center;align-items:center;height:50px;display:flex;position:relative}._chart_1pto6_333{position:absolute;bottom:-126px}._text_1pto6_622{color:#64748b;font-family:Inter;font-size:.75rem}._available_1pto6_628,._packed_1pto6_629{align-items:center;display:inline-flex}._available_1pto6_628:before,._packed_1pto6_629:before{content:"";border-radius:50%;width:12px;height:12px;margin-right:4px;display:inline-flex}._available_1pto6_628:before{background-color:#fef3c7}._packed_1pto6_629:before{background-color:#fcd34d}._authButtonsWrapper_1wf05_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_1wf05_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_1wf05_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.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_1wf05_23{width:100%;margin-bottom:16px}._fieldWrapper_1wf05_23:last-child{margin-bottom:0}._fieldLabel_1wf05_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_1wf05_36{margin-top:8px;font-size:.75rem}._field_1wf05_23{width:100%;position:relative}._fieldLabelNew_1wf05_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_1wf05_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_1wf05_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_1wf05_52[type=password]{font-size:18px}._inputNew_1wf05_52:focus,._inputNew_1wf05_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_1wf05_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_1wf05_52:disabled::placeholder{color:#cbd5e1}._inputNew_1wf05_52._error_1wf05_7{border:1px solid #ef4444}._inputNew_1wf05_52._error_1wf05_7:focus,._inputNew_1wf05_52._error_1wf05_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_1wf05_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_1wf05_90{width:calc(50% - 8px)}._tableNavWrapper_1wf05_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_1wf05_109{align-items:center;display:flex}._tableNavItem_1wf05_114{margin:0 6px}._modalContent_1wf05_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_1wf05_118._center_1wf05_125{text-align:center;font-family:Inter}._modalContent_1wf05_118._settings_1wf05_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_1wf05_118._settingsIntegration_1wf05_133,._modalContent_1wf05_118._performanceTestModalContent_1wf05_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_1wf05_118._monitoringReportContent_1wf05_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_1wf05_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_1wf05_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_1wf05_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_1wf05_158:after,._modalLine_1wf05_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_1wf05_158:before{left:-20px}._modalLine_1wf05_158:after{right:-20px}._infoMessage_1wf05_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_1wf05_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_1wf05_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_1wf05_196._buttonsAutoWidth_1wf05_203{justify-content:flex-end}._modalFooter_1wf05_196._buttonsAutoWidth_1wf05_203 button,._modalFooter_1wf05_196._buttonsAutoWidth_1wf05_203 span{margin-left:12px}._fullWidthTitle_1wf05_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_1wf05_223{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_1wf05_230{background:#fff;border:1px solid #e2e8f0;border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_1wf05_230{padding:0 16px 15px}}._widgetHeader_1wf05_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_1wf05_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_1wf05_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_1wf05_266{align-items:center;height:180px;display:flex}._widgetFooter_1wf05_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_1wf05_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_1wf05_279:last-child{border:none}._widgetMainValue_1wf05_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_1wf05_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_1wf05_303{color:#64748b;font-size:.75rem}._widgetLoader_1wf05_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_1wf05_315{opacity:.5;cursor:default}._widgetTag_1wf05_320{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_1wf05_328{color:#0f172a;font-weight:500}._chartValuesWrapper_1wf05_333{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_1wf05_341{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_1wf05_341._green_1wf05_346:before,._chartValuesTitle_1wf05_341._dark_1wf05_346:before,._chartValuesTitle_1wf05_341._blue_1wf05_346: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_1wf05_341._green_1wf05_346:before{background:#22c55e}._chartValuesTitle_1wf05_341._dark_1wf05_346:before{background:#475569}._chartValuesTitle_1wf05_341._blue_1wf05_346:before{background:#43e0f8}._topbar_1wf05_368{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_1wf05_376{display:inline-flex}._logo_1wf05_376{max-width:110px}._menuWrapper_1wf05_384{display:flex}@media only screen and (width<=1340px){._menuWrapper_1wf05_384{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_1wf05_384._opened_1wf05_401{display:flex}}._menuItem_1wf05_406{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_1wf05_406{flex:none;width:auto;margin-bottom:10px}}._menuItem_1wf05_406 ._menuIcon_1wf05_427{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_1wf05_406 ._menuIconPerformance_1wf05_432{fill:none}._menuItem_1wf05_406 ._menuIconStroke_1wf05_435{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_1wf05_406._active_1wf05_440,._menuItem_1wf05_406:hover{color:#52c2fd;background:#fff}._menuItem_1wf05_406._active_1wf05_440 ._menuIcon_1wf05_427:not(._menuIconStroke_1wf05_435,._menuIconPerformance_1wf05_432),._menuItem_1wf05_406:hover ._menuIcon_1wf05_427:not(._menuIconStroke_1wf05_435,._menuIconPerformance_1wf05_432){fill:#52c2fd}._menuItem_1wf05_406._active_1wf05_440 ._menuIconPerformance_1wf05_432 path,._menuItem_1wf05_406:hover ._menuIconPerformance_1wf05_432 path{stroke:#59a6fd}._menuItem_1wf05_406._active_1wf05_440 ._menuIconStroke_1wf05_435:not(._menuIcon_1wf05_427),._menuItem_1wf05_406:hover ._menuIconStroke_1wf05_435:not(._menuIcon_1wf05_427){stroke:#52c2fd}._redDot_1wf05_454{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_1wf05_469{justify-content:center;display:flex}._link_1wf05_474{color:#2db2c8;cursor:pointer;text-decoration:underline}._widgetsWrapper_1wf05_223{flex-wrap:wrap}._actionButtonsWrapper_1wf05_484._disabled_1wf05_315 ._actionButton_1wf05_484{color:#cbd5e1!important;cursor:default!important;background:#f1f5f9!important;border:1px solid #cbd5e1!important}._actionButton_1wf05_484{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_1wf05_484._transfer_1wf05_501{color:#1e40af;background:#dbeafe;border:1px solid #3b82f6}._actionButton_1wf05_484._missing_1wf05_506{color:#b45309;background:#fef3c7;border:1px solid #f59e0b}._actionButton_1wf05_484._damaged_1wf05_511{color:#b91c1c;background:#fee2e2;border:1px solid #ef4444}._actionButton_1wf05_484._warehouse_1wf05_516{color:#1e293b;background:#f1f5f9;border:1px solid #64748b}._actionButton_1wf05_484._warranty_1wf05_521{color:#165964;background:#ebfcff;border:1px solid #43e0f8}._actionButton_1wf05_484:disabled{opacity:.5;cursor:default}._authButtonsWrapper_1opqv_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_1opqv_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_1opqv_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.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_1opqv_23{width:100%;margin-bottom:16px}._fieldWrapper_1opqv_23:last-child{margin-bottom:0}._fieldLabel_1opqv_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_1opqv_36{margin-top:8px;font-size:.75rem}._field_1opqv_23{width:100%;position:relative}._fieldLabelNew_1opqv_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_1opqv_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_1opqv_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_1opqv_52[type=password]{font-size:18px}._inputNew_1opqv_52:focus,._inputNew_1opqv_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_1opqv_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_1opqv_52:disabled::placeholder{color:#cbd5e1}._inputNew_1opqv_52._error_1opqv_7{border:1px solid #ef4444}._inputNew_1opqv_52._error_1opqv_7:focus,._inputNew_1opqv_52._error_1opqv_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_1opqv_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_1opqv_90{width:calc(50% - 8px)}._tableNavWrapper_1opqv_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_1opqv_109{align-items:center;display:flex}._tableNavItem_1opqv_114{margin:0 6px}._modalContent_1opqv_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_1opqv_118._center_1opqv_125{text-align:center;font-family:Inter}._modalContent_1opqv_118._settings_1opqv_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_1opqv_118._settingsIntegration_1opqv_133,._modalContent_1opqv_118._performanceTestModalContent_1opqv_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_1opqv_118._monitoringReportContent_1opqv_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_1opqv_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_1opqv_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_1opqv_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_1opqv_158:after,._modalLine_1opqv_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_1opqv_158:before{left:-20px}._modalLine_1opqv_158:after{right:-20px}._infoMessage_1opqv_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_1opqv_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_1opqv_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_1opqv_196._buttonsAutoWidth_1opqv_203{justify-content:flex-end}._modalFooter_1opqv_196._buttonsAutoWidth_1opqv_203 button,._modalFooter_1opqv_196._buttonsAutoWidth_1opqv_203 span{margin-left:12px}._fullWidthTitle_1opqv_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_1opqv_223{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_1opqv_230{background:#fff;border:1px solid #e2e8f0;border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_1opqv_230{padding:0 16px 15px}}._widgetHeader_1opqv_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_1opqv_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_1opqv_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_1opqv_266{align-items:center;height:180px;display:flex}._widgetFooter_1opqv_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_1opqv_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_1opqv_279:last-child{border:none}._widgetMainValue_1opqv_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_1opqv_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_1opqv_303{color:#64748b;font-size:.75rem}._widgetLoader_1opqv_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_1opqv_315{opacity:.5;cursor:default}._widgetTag_1opqv_320{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_1opqv_328{color:#0f172a;font-weight:500}._chartValuesWrapper_1opqv_333{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_1opqv_341{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_1opqv_341._green_1opqv_346:before,._chartValuesTitle_1opqv_341._dark_1opqv_346:before,._chartValuesTitle_1opqv_341._blue_1opqv_346: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_1opqv_341._green_1opqv_346:before{background:#22c55e}._chartValuesTitle_1opqv_341._dark_1opqv_346:before{background:#475569}._chartValuesTitle_1opqv_341._blue_1opqv_346:before{background:#43e0f8}._topbar_1opqv_368{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_1opqv_376{display:inline-flex}._logo_1opqv_376{max-width:110px}._menuWrapper_1opqv_384{display:flex}@media only screen and (width<=1340px){._menuWrapper_1opqv_384{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_1opqv_384._opened_1opqv_401{display:flex}}._menuItem_1opqv_406{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_1opqv_406{flex:none;width:auto;margin-bottom:10px}}._menuItem_1opqv_406 ._menuIcon_1opqv_427{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_1opqv_406 ._menuIconPerformance_1opqv_432{fill:none}._menuItem_1opqv_406 ._menuIconStroke_1opqv_435{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_1opqv_406._active_1opqv_440,._menuItem_1opqv_406:hover{color:#52c2fd;background:#fff}._menuItem_1opqv_406._active_1opqv_440 ._menuIcon_1opqv_427:not(._menuIconStroke_1opqv_435,._menuIconPerformance_1opqv_432),._menuItem_1opqv_406:hover ._menuIcon_1opqv_427:not(._menuIconStroke_1opqv_435,._menuIconPerformance_1opqv_432){fill:#52c2fd}._menuItem_1opqv_406._active_1opqv_440 ._menuIconPerformance_1opqv_432 path,._menuItem_1opqv_406:hover ._menuIconPerformance_1opqv_432 path{stroke:#59a6fd}._menuItem_1opqv_406._active_1opqv_440 ._menuIconStroke_1opqv_435:not(._menuIcon_1opqv_427),._menuItem_1opqv_406:hover ._menuIconStroke_1opqv_435:not(._menuIcon_1opqv_427){stroke:#52c2fd}._redDot_1opqv_454{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_1opqv_469{justify-content:center;display:flex}._link_1opqv_474{color:#2db2c8;cursor:pointer;text-decoration:underline}._orderDetails_1opqv_480{flex-direction:column;gap:20px;font-family:Inter;display:flex}._orderDetailsRow_1opqv_487{flex-wrap:wrap;justify-content:space-between;gap:20px;display:flex}._orderDetailsItem_1opqv_494{flex:1;min-width:150px}._orderDetailsLabel_1opqv_499{color:#64748b;margin-bottom:4px;font-size:.875rem;font-weight:300;display:block}._orderDetailsValue_1opqv_507{font-weight:400;display:block}._separator_1opqv_512{background:#e2e8f0;width:100%;height:1px;margin:20px 0 15px}._deviceWrapper_1opqv_519{align-items:center;font-family:Inter;display:flex}._deviceWrapper_1opqv_519:before{content:url(/assets/device-O4Bbl98r.svg);display:block}._deviceWrapper_1opqv_519 svg{stroke:#64748b}._deviceQtyWrapper_1opqv_532{margin-right:20px;padding-left:16px}._deviceName_1opqv_537{margin-bottom:4px;font-weight:500;display:block}._deviceQty_1opqv_532{color:#64748b;font-size:.875rem;display:block}._deviceQtyDelete_1opqv_549{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_1opqv_561{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_1opqv_561 svg{flex-shrink:0;width:18px;height:18px}._orderNote_1opqv_561 svg path{fill:#2db2c8}._productTypeSelect_1opqv_581{width:115px;overflow:hidden}._productTypeSelect_1opqv_581 .static-select__indicators{display:none}._productTypeSelect_1opqv_581 .static-select__control{width:200px;box-shadow:none!important;border:0!important}._productTypeSelect_1opqv_581 .static-select__control:hover,._productTypeSelect_1opqv_581 .static-select__control:focus{border:0}._addNewButtonWrapper_1opqv_597{display:inline-block}._addNewButton_1opqv_597{padding:0 6px 0 16px!important}._dropdownIndicator_1opqv_605{vertical-align:middle;stroke:currentColor;width:17px;height:16px;margin-left:8px}._authButtonsWrapper_13r6z_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_13r6z_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_13r6z_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.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_13r6z_23{width:100%;margin-bottom:16px}._fieldWrapper_13r6z_23:last-child{margin-bottom:0}._fieldLabel_13r6z_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_13r6z_36{margin-top:8px;font-size:.75rem}._field_13r6z_23{width:100%;position:relative}._fieldLabelNew_13r6z_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_13r6z_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_13r6z_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_13r6z_52[type=password]{font-size:18px}._inputNew_13r6z_52:focus,._inputNew_13r6z_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_13r6z_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_13r6z_52:disabled::placeholder{color:#cbd5e1}._inputNew_13r6z_52._error_13r6z_7{border:1px solid #ef4444}._inputNew_13r6z_52._error_13r6z_7:focus,._inputNew_13r6z_52._error_13r6z_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_13r6z_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_13r6z_90{width:calc(50% - 8px)}._tableNavWrapper_13r6z_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_13r6z_109{align-items:center;display:flex}._tableNavItem_13r6z_114{margin:0 6px}._modalContent_13r6z_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_13r6z_118._center_13r6z_125{text-align:center;font-family:Inter}._modalContent_13r6z_118._settings_13r6z_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_13r6z_118._settingsIntegration_13r6z_133,._modalContent_13r6z_118._performanceTestModalContent_13r6z_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_13r6z_118._monitoringReportContent_13r6z_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_13r6z_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_13r6z_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_13r6z_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_13r6z_158:after,._modalLine_13r6z_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_13r6z_158:before{left:-20px}._modalLine_13r6z_158:after{right:-20px}._infoMessage_13r6z_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_13r6z_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_13r6z_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_13r6z_196._buttonsAutoWidth_13r6z_203{justify-content:flex-end}._modalFooter_13r6z_196._buttonsAutoWidth_13r6z_203 button,._modalFooter_13r6z_196._buttonsAutoWidth_13r6z_203 span{margin-left:12px}._fullWidthTitle_13r6z_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_13r6z_223{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_13r6z_230{background:#fff;border:1px solid #e2e8f0;border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_13r6z_230{padding:0 16px 15px}}._widgetHeader_13r6z_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_13r6z_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_13r6z_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_13r6z_266{align-items:center;height:180px;display:flex}._widgetFooter_13r6z_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_13r6z_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_13r6z_279:last-child{border:none}._widgetMainValue_13r6z_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_13r6z_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_13r6z_303{color:#64748b;font-size:.75rem}._widgetLoader_13r6z_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_13r6z_315{opacity:.5;cursor:default}._widgetTag_13r6z_320{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_13r6z_328{color:#0f172a;font-weight:500}._chartValuesWrapper_13r6z_333{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_13r6z_341{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_13r6z_341._green_13r6z_346:before,._chartValuesTitle_13r6z_341._dark_13r6z_346:before,._chartValuesTitle_13r6z_341._blue_13r6z_346: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_13r6z_341._green_13r6z_346:before{background:#22c55e}._chartValuesTitle_13r6z_341._dark_13r6z_346:before{background:#475569}._chartValuesTitle_13r6z_341._blue_13r6z_346:before{background:#43e0f8}._topbar_13r6z_368{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_13r6z_376{display:inline-flex}._logo_13r6z_376{max-width:110px}._menuWrapper_13r6z_384{display:flex}@media only screen and (width<=1340px){._menuWrapper_13r6z_384{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_13r6z_384._opened_13r6z_401{display:flex}}._menuItem_13r6z_406{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_13r6z_406{flex:none;width:auto;margin-bottom:10px}}._menuItem_13r6z_406 ._menuIcon_13r6z_427{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_13r6z_406 ._menuIconPerformance_13r6z_432{fill:none}._menuItem_13r6z_406 ._menuIconStroke_13r6z_435{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_13r6z_406._active_13r6z_440,._menuItem_13r6z_406:hover{color:#52c2fd;background:#fff}._menuItem_13r6z_406._active_13r6z_440 ._menuIcon_13r6z_427:not(._menuIconStroke_13r6z_435,._menuIconPerformance_13r6z_432),._menuItem_13r6z_406:hover ._menuIcon_13r6z_427:not(._menuIconStroke_13r6z_435,._menuIconPerformance_13r6z_432){fill:#52c2fd}._menuItem_13r6z_406._active_13r6z_440 ._menuIconPerformance_13r6z_432 path,._menuItem_13r6z_406:hover ._menuIconPerformance_13r6z_432 path{stroke:#59a6fd}._menuItem_13r6z_406._active_13r6z_440 ._menuIconStroke_13r6z_435:not(._menuIcon_13r6z_427),._menuItem_13r6z_406:hover ._menuIconStroke_13r6z_435:not(._menuIcon_13r6z_427){stroke:#52c2fd}._redDot_13r6z_454{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_13r6z_469{justify-content:center;display:flex}._link_13r6z_474{color:#2db2c8;cursor:pointer;text-decoration:underline}._orderStatus_13r6z_480{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_13r6z_480:before{margin-right:2px;display:inline-flex;position:relative;top:1px}._orderStatus_13r6z_480._new_13r6z_496{color:#15803d;background:#dcfce7}._orderStatus_13r6z_480._new_13r6z_496:before{content:url("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_13r6z_480._pending_13r6z_503{color:#b45309;background:#fef3c7}._orderStatus_13r6z_480._pending_13r6z_503:before{content:url("data: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_13r6z_480._confirmed_13r6z_510{color:#134f66;background:#cdfcff}._orderStatus_13r6z_480._confirmed_13r6z_510:before{content:url("data: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_13r6z_480._packed_13r6z_517{color:#7e22ce;background:#f3e8ff}._orderStatus_13r6z_480._packed_13r6z_517:before{content:url("data: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_13r6z_480._shipping_13r6z_524{color:#2563eb;background:#dbeafe}._orderStatus_13r6z_480._shipping_13r6z_524:before{content:url("data: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_13r6z_480._fulfilled_13r6z_531{color:#4338ca;background:#e0e7ff}._orderStatus_13r6z_480._fulfilled_13r6z_531:before{content:url("data: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_13r6z_480._denied_13r6z_538{color:#b91c1c;background:#fee2e2}._orderStatus_13r6z_480._denied_13r6z_538:before{content:url("data: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_13r6z_480._canceled_13r6z_545{color:#b91c1c;background:#fee2e2}._orderStatus_13r6z_480._canceled_13r6z_545:before{content:url("data: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_1jghh_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_1jghh_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_1jghh_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.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_1jghh_23{width:100%;margin-bottom:16px}._fieldWrapper_1jghh_23:last-child{margin-bottom:0}._fieldLabel_1jghh_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_1jghh_36{margin-top:8px;font-size:.75rem}._field_1jghh_23{width:100%;position:relative}._fieldLabelNew_1jghh_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_1jghh_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_1jghh_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_1jghh_52[type=password]{font-size:18px}._inputNew_1jghh_52:focus,._inputNew_1jghh_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_1jghh_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_1jghh_52:disabled::placeholder{color:#cbd5e1}._inputNew_1jghh_52._error_1jghh_7{border:1px solid #ef4444}._inputNew_1jghh_52._error_1jghh_7:focus,._inputNew_1jghh_52._error_1jghh_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_1jghh_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_1jghh_90{width:calc(50% - 8px)}._tableNavWrapper_1jghh_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_1jghh_109{align-items:center;display:flex}._tableNavItem_1jghh_114{margin:0 6px}._modalContent_1jghh_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_1jghh_118._center_1jghh_125{text-align:center;font-family:Inter}._modalContent_1jghh_118._settings_1jghh_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_1jghh_118._settingsIntegration_1jghh_133,._modalContent_1jghh_118._performanceTestModalContent_1jghh_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_1jghh_118._monitoringReportContent_1jghh_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_1jghh_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_1jghh_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_1jghh_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_1jghh_158:after,._modalLine_1jghh_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_1jghh_158:before{left:-20px}._modalLine_1jghh_158:after{right:-20px}._infoMessage_1jghh_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_1jghh_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_1jghh_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_1jghh_196._buttonsAutoWidth_1jghh_203{justify-content:flex-end}._modalFooter_1jghh_196._buttonsAutoWidth_1jghh_203 button,._modalFooter_1jghh_196._buttonsAutoWidth_1jghh_203 span{margin-left:12px}._fullWidthTitle_1jghh_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_1jghh_223{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_1jghh_230{background:#fff;border:1px solid #e2e8f0;border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_1jghh_230{padding:0 16px 15px}}._widgetHeader_1jghh_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_1jghh_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_1jghh_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_1jghh_266{align-items:center;height:180px;display:flex}._widgetFooter_1jghh_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_1jghh_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_1jghh_279:last-child{border:none}._widgetMainValue_1jghh_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_1jghh_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_1jghh_303{color:#64748b;font-size:.75rem}._widgetLoader_1jghh_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_1jghh_315{opacity:.5;cursor:default}._widgetTag_1jghh_320{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_1jghh_328{color:#0f172a;font-weight:500}._chartValuesWrapper_1jghh_333{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_1jghh_341{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_1jghh_341._green_1jghh_346:before,._chartValuesTitle_1jghh_341._dark_1jghh_346:before,._chartValuesTitle_1jghh_341._blue_1jghh_346: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_1jghh_341._green_1jghh_346:before{background:#22c55e}._chartValuesTitle_1jghh_341._dark_1jghh_346:before{background:#475569}._chartValuesTitle_1jghh_341._blue_1jghh_346:before{background:#43e0f8}._topbar_1jghh_368{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_1jghh_376{display:inline-flex}._logo_1jghh_376{max-width:110px}._menuWrapper_1jghh_384{display:flex}@media only screen and (width<=1340px){._menuWrapper_1jghh_384{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_1jghh_384._opened_1jghh_401{display:flex}}._menuItem_1jghh_406{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_1jghh_406{flex:none;width:auto;margin-bottom:10px}}._menuItem_1jghh_406 ._menuIcon_1jghh_427{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_1jghh_406 ._menuIconPerformance_1jghh_432{fill:none}._menuItem_1jghh_406 ._menuIconStroke_1jghh_435{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_1jghh_406._active_1jghh_440,._menuItem_1jghh_406:hover{color:#52c2fd;background:#fff}._menuItem_1jghh_406._active_1jghh_440 ._menuIcon_1jghh_427:not(._menuIconStroke_1jghh_435,._menuIconPerformance_1jghh_432),._menuItem_1jghh_406:hover ._menuIcon_1jghh_427:not(._menuIconStroke_1jghh_435,._menuIconPerformance_1jghh_432){fill:#52c2fd}._menuItem_1jghh_406._active_1jghh_440 ._menuIconPerformance_1jghh_432 path,._menuItem_1jghh_406:hover ._menuIconPerformance_1jghh_432 path{stroke:#59a6fd}._menuItem_1jghh_406._active_1jghh_440 ._menuIconStroke_1jghh_435:not(._menuIcon_1jghh_427),._menuItem_1jghh_406:hover ._menuIconStroke_1jghh_435:not(._menuIcon_1jghh_427){stroke:#52c2fd}._redDot_1jghh_454{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_1jghh_469{justify-content:center;display:flex}._link_1jghh_474{color:#2db2c8;cursor:pointer;text-decoration:underline}._widgetsWrapper_1jghh_223{flex-wrap:wrap}._ordersActionsWrapper_1jghh_484{background-color:#0000}._ordersActionsWrapper_1jghh_484 span{background-color:#f9fafc}._ordersActionsWrapper_1jghh_484 span._deleteAction_1jghh_490{background-color:#e2f8fc}._ordersActionsWrapper_1jghh_484 span._deleteAction_1jghh_490:hover svg path{stroke:#ef4444}._ordersActionsWrapper_1jghh_484 span._denyAction_1jghh_496{background-color:#e2f8fc}._ordersActionsWrapper_1jghh_484 span._denyAction_1jghh_496:hover svg path{fill:#ef4444;stroke:#e17a7a}._ordersActionsWrapper_1jghh_484 span._editAction_1jghh_503{background-color:#e2f8fc}._ordersActionsWrapper_1jghh_484 span._editAction_1jghh_503:hover{background-color:#d0edf2}._ordersActionsWrapper_1jghh_484 span._editAction_1jghh_503:hover svg path{stroke:#0f172a}._ordersActionsWrapper_1jghh_484._singleItem_1jghh_512 span{background-color:#f9fafc}._ordersActionsWrapper_1jghh_484._singleItem_1jghh_512 span:hover{background-color:#e2e8f0}._ordersActionsWrapper_1jghh_484._singleItem_1jghh_512 span:hover svg path{stroke:#0f172a}._ordersActionsWrapper_1jghh_484._singleItem_1jghh_512 span._deleteAction_1jghh_490{background-color:#f9fafc}._ordersActionsWrapper_1jghh_484._singleItem_1jghh_512 span._deleteAction_1jghh_490:hover svg path{stroke:#ef4444}._ordersActionsWrapper_1jghh_484._singleItem_1jghh_512 span._denyAction_1jghh_496{background-color:#f9fafc}._ordersActionsWrapper_1jghh_484._singleItem_1jghh_512 span._denyAction_1jghh_496:hover svg path{fill:#ef4444;stroke:#e17a7a}._authButtonsWrapper_1fdan_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_1fdan_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_1fdan_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.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_1fdan_23{width:100%;margin-bottom:16px}._fieldWrapper_1fdan_23:last-child{margin-bottom:0}._fieldLabel_1fdan_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_1fdan_36{margin-top:8px;font-size:.75rem}._field_1fdan_23{width:100%;position:relative}._fieldLabelNew_1fdan_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_1fdan_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_1fdan_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_1fdan_52[type=password]{font-size:18px}._inputNew_1fdan_52:focus,._inputNew_1fdan_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_1fdan_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_1fdan_52:disabled::placeholder{color:#cbd5e1}._inputNew_1fdan_52._error_1fdan_7{border:1px solid #ef4444}._inputNew_1fdan_52._error_1fdan_7:focus,._inputNew_1fdan_52._error_1fdan_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_1fdan_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_1fdan_90{width:calc(50% - 8px)}._tableNavWrapper_1fdan_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_1fdan_109{align-items:center;display:flex}._tableNavItem_1fdan_114{margin:0 6px}._modalContent_1fdan_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_1fdan_118._center_1fdan_125{text-align:center;font-family:Inter}._modalContent_1fdan_118._settings_1fdan_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_1fdan_118._settingsIntegration_1fdan_133,._modalContent_1fdan_118._performanceTestModalContent_1fdan_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_1fdan_118._monitoringReportContent_1fdan_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_1fdan_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_1fdan_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_1fdan_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_1fdan_158:after,._modalLine_1fdan_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_1fdan_158:before{left:-20px}._modalLine_1fdan_158:after{right:-20px}._infoMessage_1fdan_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_1fdan_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_1fdan_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_1fdan_196._buttonsAutoWidth_1fdan_203{justify-content:flex-end}._modalFooter_1fdan_196._buttonsAutoWidth_1fdan_203 button,._modalFooter_1fdan_196._buttonsAutoWidth_1fdan_203 span{margin-left:12px}._fullWidthTitle_1fdan_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_1fdan_223{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_1fdan_230{background:#fff;border:1px solid #e2e8f0;border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_1fdan_230{padding:0 16px 15px}}._widgetHeader_1fdan_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_1fdan_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_1fdan_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_1fdan_266{align-items:center;height:180px;display:flex}._widgetFooter_1fdan_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_1fdan_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_1fdan_279:last-child{border:none}._widgetMainValue_1fdan_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_1fdan_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_1fdan_303{color:#64748b;font-size:.75rem}._widgetLoader_1fdan_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_1fdan_315{opacity:.5;cursor:default}._widgetTag_1fdan_320{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_1fdan_328{color:#0f172a;font-weight:500}._chartValuesWrapper_1fdan_333{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_1fdan_341{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_1fdan_341._green_1fdan_346:before,._chartValuesTitle_1fdan_341._dark_1fdan_346:before,._chartValuesTitle_1fdan_341._blue_1fdan_346: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_1fdan_341._green_1fdan_346:before{background:#22c55e}._chartValuesTitle_1fdan_341._dark_1fdan_346:before{background:#475569}._chartValuesTitle_1fdan_341._blue_1fdan_346:before{background:#43e0f8}._topbar_1fdan_368{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_1fdan_376{display:inline-flex}._logo_1fdan_376{max-width:110px}._menuWrapper_1fdan_384{display:flex}@media only screen and (width<=1340px){._menuWrapper_1fdan_384{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_1fdan_384._opened_1fdan_401{display:flex}}._menuItem_1fdan_406{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_1fdan_406{flex:none;width:auto;margin-bottom:10px}}._menuItem_1fdan_406 ._menuIcon_1fdan_427{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_1fdan_406 ._menuIconPerformance_1fdan_432{fill:none}._menuItem_1fdan_406 ._menuIconStroke_1fdan_435{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_1fdan_406._active_1fdan_440,._menuItem_1fdan_406:hover{color:#52c2fd;background:#fff}._menuItem_1fdan_406._active_1fdan_440 ._menuIcon_1fdan_427:not(._menuIconStroke_1fdan_435,._menuIconPerformance_1fdan_432),._menuItem_1fdan_406:hover ._menuIcon_1fdan_427:not(._menuIconStroke_1fdan_435,._menuIconPerformance_1fdan_432){fill:#52c2fd}._menuItem_1fdan_406._active_1fdan_440 ._menuIconPerformance_1fdan_432 path,._menuItem_1fdan_406:hover ._menuIconPerformance_1fdan_432 path{stroke:#59a6fd}._menuItem_1fdan_406._active_1fdan_440 ._menuIconStroke_1fdan_435:not(._menuIcon_1fdan_427),._menuItem_1fdan_406:hover ._menuIconStroke_1fdan_435:not(._menuIcon_1fdan_427){stroke:#52c2fd}._redDot_1fdan_454{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_1fdan_469{justify-content:center;display:flex}._link_1fdan_474{color:#2db2c8;cursor:pointer;text-decoration:underline}._fileWrapper_1fdan_480{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_1fdan_494{cursor:grabbing;background-color:#b8f6b8}._inputFile_1fdan_499{display:none}._labelText_1fdan_503{text-align:center;color:#64748b;width:100%;font-family:Inter;font-size:.875rem}._labelText_1fdan_503 span{color:#43e0f8}._icon_1fdan_514{margin-bottom:16px}._uploadedImage_1fdan_518{max-width:80%;max-height:100px}._fileNameWrapper_1fdan_523{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_1fdan_523{max-width:calc(100% - 30px);padding-left:4px}._clearFile_1fdan_541{cursor:pointer;position:absolute;right:8px}._authButtonsWrapper_va3cv_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_va3cv_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_va3cv_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.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_va3cv_23{width:100%;margin-bottom:16px}._fieldWrapper_va3cv_23:last-child{margin-bottom:0}._fieldLabel_va3cv_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_va3cv_36{margin-top:8px;font-size:.75rem}._field_va3cv_23{width:100%;position:relative}._fieldLabelNew_va3cv_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_va3cv_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_va3cv_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_va3cv_52[type=password]{font-size:18px}._inputNew_va3cv_52:focus,._inputNew_va3cv_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_va3cv_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_va3cv_52:disabled::placeholder{color:#cbd5e1}._inputNew_va3cv_52._error_va3cv_7{border:1px solid #ef4444}._inputNew_va3cv_52._error_va3cv_7:focus,._inputNew_va3cv_52._error_va3cv_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_va3cv_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_va3cv_90{width:calc(50% - 8px)}._tableNavWrapper_va3cv_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_va3cv_109{align-items:center;display:flex}._tableNavItem_va3cv_114{margin:0 6px}._modalContent_va3cv_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_va3cv_118._center_va3cv_125{text-align:center;font-family:Inter}._modalContent_va3cv_118._settings_va3cv_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_va3cv_118._settingsIntegration_va3cv_133,._modalContent_va3cv_118._performanceTestModalContent_va3cv_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_va3cv_118._monitoringReportContent_va3cv_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_va3cv_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_va3cv_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_va3cv_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_va3cv_158:after,._modalLine_va3cv_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_va3cv_158:before{left:-20px}._modalLine_va3cv_158:after{right:-20px}._infoMessage_va3cv_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_va3cv_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_va3cv_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_va3cv_196._buttonsAutoWidth_va3cv_203{justify-content:flex-end}._modalFooter_va3cv_196._buttonsAutoWidth_va3cv_203 button,._modalFooter_va3cv_196._buttonsAutoWidth_va3cv_203 span{margin-left:12px}._fullWidthTitle_va3cv_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_va3cv_223{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_va3cv_230{background:#fff;border:1px solid #e2e8f0;border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_va3cv_230{padding:0 16px 15px}}._widgetHeader_va3cv_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_va3cv_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_va3cv_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_va3cv_266{align-items:center;height:180px;display:flex}._widgetFooter_va3cv_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_va3cv_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_va3cv_279:last-child{border:none}._widgetMainValue_va3cv_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_va3cv_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_va3cv_303{color:#64748b;font-size:.75rem}._widgetLoader_va3cv_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_va3cv_315{opacity:.5;cursor:default}._widgetTag_va3cv_320{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_va3cv_328{color:#0f172a;font-weight:500}._chartValuesWrapper_va3cv_333{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_va3cv_341{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_va3cv_341._green_va3cv_346:before,._chartValuesTitle_va3cv_341._dark_va3cv_346:before,._chartValuesTitle_va3cv_341._blue_va3cv_346: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_va3cv_341._green_va3cv_346:before{background:#22c55e}._chartValuesTitle_va3cv_341._dark_va3cv_346:before{background:#475569}._chartValuesTitle_va3cv_341._blue_va3cv_346:before{background:#43e0f8}._topbar_va3cv_368{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_va3cv_376{display:inline-flex}._logo_va3cv_376{max-width:110px}._menuWrapper_va3cv_384{display:flex}@media only screen and (width<=1340px){._menuWrapper_va3cv_384{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_va3cv_384._opened_va3cv_401{display:flex}}._menuItem_va3cv_406{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_va3cv_406{flex:none;width:auto;margin-bottom:10px}}._menuItem_va3cv_406 ._menuIcon_va3cv_427{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_va3cv_406 ._menuIconPerformance_va3cv_432{fill:none}._menuItem_va3cv_406 ._menuIconStroke_va3cv_435{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_va3cv_406._active_va3cv_440,._menuItem_va3cv_406:hover{color:#52c2fd;background:#fff}._menuItem_va3cv_406._active_va3cv_440 ._menuIcon_va3cv_427:not(._menuIconStroke_va3cv_435,._menuIconPerformance_va3cv_432),._menuItem_va3cv_406:hover ._menuIcon_va3cv_427:not(._menuIconStroke_va3cv_435,._menuIconPerformance_va3cv_432){fill:#52c2fd}._menuItem_va3cv_406._active_va3cv_440 ._menuIconPerformance_va3cv_432 path,._menuItem_va3cv_406:hover ._menuIconPerformance_va3cv_432 path{stroke:#59a6fd}._menuItem_va3cv_406._active_va3cv_440 ._menuIconStroke_va3cv_435:not(._menuIcon_va3cv_427),._menuItem_va3cv_406:hover ._menuIconStroke_va3cv_435:not(._menuIcon_va3cv_427){stroke:#52c2fd}._redDot_va3cv_454{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_va3cv_469{justify-content:center;display:flex}._link_va3cv_474{color:#2db2c8;cursor:pointer;text-decoration:underline}._inputWrapper_va3cv_480{margin-bottom:16px;display:flex}._inputWrapper_va3cv_480:last-child{margin-bottom:0}._inputNumber_va3cv_488{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_va3cv_500{flex-shrink:3;margin-bottom:0}._clearButton_va3cv_505{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_g8py3_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_g8py3_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_g8py3_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.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_g8py3_23{width:100%;margin-bottom:16px}._fieldWrapper_g8py3_23:last-child{margin-bottom:0}._fieldLabel_g8py3_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_g8py3_36{margin-top:8px;font-size:.75rem}._field_g8py3_23{width:100%;position:relative}._fieldLabelNew_g8py3_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_g8py3_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_g8py3_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_g8py3_52[type=password]{font-size:18px}._inputNew_g8py3_52:focus,._inputNew_g8py3_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_g8py3_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_g8py3_52:disabled::placeholder{color:#cbd5e1}._inputNew_g8py3_52._error_g8py3_7{border:1px solid #ef4444}._inputNew_g8py3_52._error_g8py3_7:focus,._inputNew_g8py3_52._error_g8py3_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_g8py3_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_g8py3_90{width:calc(50% - 8px)}._tableNavWrapper_g8py3_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_g8py3_109{align-items:center;display:flex}._tableNavItem_g8py3_114{margin:0 6px}._modalContent_g8py3_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_g8py3_118._center_g8py3_125{text-align:center;font-family:Inter}._modalContent_g8py3_118._settings_g8py3_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_g8py3_118._settingsIntegration_g8py3_133,._modalContent_g8py3_118._performanceTestModalContent_g8py3_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_g8py3_118._monitoringReportContent_g8py3_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_g8py3_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_g8py3_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_g8py3_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_g8py3_158:after,._modalLine_g8py3_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_g8py3_158:before{left:-20px}._modalLine_g8py3_158:after{right:-20px}._infoMessage_g8py3_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_g8py3_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_g8py3_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_g8py3_196._buttonsAutoWidth_g8py3_203{justify-content:flex-end}._modalFooter_g8py3_196._buttonsAutoWidth_g8py3_203 button,._modalFooter_g8py3_196._buttonsAutoWidth_g8py3_203 span{margin-left:12px}._fullWidthTitle_g8py3_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_g8py3_223{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_g8py3_230{background:#fff;border:1px solid #e2e8f0;border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_g8py3_230{padding:0 16px 15px}}._widgetHeader_g8py3_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_g8py3_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_g8py3_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_g8py3_266{align-items:center;height:180px;display:flex}._widgetFooter_g8py3_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_g8py3_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_g8py3_279:last-child{border:none}._widgetMainValue_g8py3_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_g8py3_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_g8py3_303{color:#64748b;font-size:.75rem}._widgetLoader_g8py3_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_g8py3_315{opacity:.5;cursor:default}._widgetTag_g8py3_320{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_g8py3_328{color:#0f172a;font-weight:500}._chartValuesWrapper_g8py3_333{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_g8py3_341{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_g8py3_341._green_g8py3_346:before,._chartValuesTitle_g8py3_341._dark_g8py3_346:before,._chartValuesTitle_g8py3_341._blue_g8py3_346: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_g8py3_341._green_g8py3_346:before{background:#22c55e}._chartValuesTitle_g8py3_341._dark_g8py3_346:before{background:#475569}._chartValuesTitle_g8py3_341._blue_g8py3_346:before{background:#43e0f8}._topbar_g8py3_368{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_g8py3_376{display:inline-flex}._logo_g8py3_376{max-width:110px}._menuWrapper_g8py3_384{display:flex}@media only screen and (width<=1340px){._menuWrapper_g8py3_384{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_g8py3_384._opened_g8py3_401{display:flex}}._menuItem_g8py3_406{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_g8py3_406{flex:none;width:auto;margin-bottom:10px}}._menuItem_g8py3_406 ._menuIcon_g8py3_427{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_g8py3_406 ._menuIconPerformance_g8py3_432{fill:none}._menuItem_g8py3_406 ._menuIconStroke_g8py3_435{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_g8py3_406._active_g8py3_440,._menuItem_g8py3_406:hover{color:#52c2fd;background:#fff}._menuItem_g8py3_406._active_g8py3_440 ._menuIcon_g8py3_427:not(._menuIconStroke_g8py3_435,._menuIconPerformance_g8py3_432),._menuItem_g8py3_406:hover ._menuIcon_g8py3_427:not(._menuIconStroke_g8py3_435,._menuIconPerformance_g8py3_432){fill:#52c2fd}._menuItem_g8py3_406._active_g8py3_440 ._menuIconPerformance_g8py3_432 path,._menuItem_g8py3_406:hover ._menuIconPerformance_g8py3_432 path{stroke:#59a6fd}._menuItem_g8py3_406._active_g8py3_440 ._menuIconStroke_g8py3_435:not(._menuIcon_g8py3_427),._menuItem_g8py3_406:hover ._menuIconStroke_g8py3_435:not(._menuIcon_g8py3_427){stroke:#52c2fd}._redDot_g8py3_454{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_g8py3_469{justify-content:center;display:flex}._link_g8py3_474{color:#2db2c8;cursor:pointer;text-decoration:underline}._dataWrapper_g8py3_480{margin-bottom:16px;display:flex}._dataItem_g8py3_485{width:50%}._dataItemTitle_g8py3_489{color:#64748b;margin-bottom:8px;font-size:.875rem}._dataItemText_g8py3_495{font-weight:500}._line_g8py3_499{background:#e2e8f0;width:100%;height:1px;margin-bottom:16px}._inputFileWrapper_g8py3_506{margin-bottom:16px;position:relative}._spinnerWrapper_g8py3_511{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._errorMessageFullWith_g8py3_518{max-width:100%}._authButtonsWrapper_bvkk2_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_bvkk2_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_bvkk2_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.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_bvkk2_23{width:100%;margin-bottom:16px}._fieldWrapper_bvkk2_23:last-child{margin-bottom:0}._fieldLabel_bvkk2_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_bvkk2_36{margin-top:8px;font-size:.75rem}._field_bvkk2_23{width:100%;position:relative}._fieldLabelNew_bvkk2_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_bvkk2_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_bvkk2_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_bvkk2_52[type=password]{font-size:18px}._inputNew_bvkk2_52:focus,._inputNew_bvkk2_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_bvkk2_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_bvkk2_52:disabled::placeholder{color:#cbd5e1}._inputNew_bvkk2_52._error_bvkk2_7{border:1px solid #ef4444}._inputNew_bvkk2_52._error_bvkk2_7:focus,._inputNew_bvkk2_52._error_bvkk2_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_bvkk2_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_bvkk2_90{width:calc(50% - 8px)}._tableNavWrapper_bvkk2_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_bvkk2_109{align-items:center;display:flex}._tableNavItem_bvkk2_114{margin:0 6px}._modalContent_bvkk2_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_bvkk2_118._center_bvkk2_125{text-align:center;font-family:Inter}._modalContent_bvkk2_118._settings_bvkk2_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_bvkk2_118._settingsIntegration_bvkk2_133,._modalContent_bvkk2_118._performanceTestModalContent_bvkk2_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_bvkk2_118._monitoringReportContent_bvkk2_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_bvkk2_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_bvkk2_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_bvkk2_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_bvkk2_158:after,._modalLine_bvkk2_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_bvkk2_158:before{left:-20px}._modalLine_bvkk2_158:after{right:-20px}._infoMessage_bvkk2_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_bvkk2_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_bvkk2_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_bvkk2_196._buttonsAutoWidth_bvkk2_203{justify-content:flex-end}._modalFooter_bvkk2_196._buttonsAutoWidth_bvkk2_203 button,._modalFooter_bvkk2_196._buttonsAutoWidth_bvkk2_203 span{margin-left:12px}._fullWidthTitle_bvkk2_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_bvkk2_223{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_bvkk2_230{background:#fff;border:1px solid #e2e8f0;border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_bvkk2_230{padding:0 16px 15px}}._widgetHeader_bvkk2_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_bvkk2_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_bvkk2_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_bvkk2_266{align-items:center;height:180px;display:flex}._widgetFooter_bvkk2_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_bvkk2_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_bvkk2_279:last-child{border:none}._widgetMainValue_bvkk2_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_bvkk2_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_bvkk2_303{color:#64748b;font-size:.75rem}._widgetLoader_bvkk2_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_bvkk2_315{opacity:.5;cursor:default}._widgetTag_bvkk2_320{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_bvkk2_328{color:#0f172a;font-weight:500}._chartValuesWrapper_bvkk2_333{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_bvkk2_341{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_bvkk2_341._green_bvkk2_346:before,._chartValuesTitle_bvkk2_341._dark_bvkk2_346:before,._chartValuesTitle_bvkk2_341._blue_bvkk2_346: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_bvkk2_341._green_bvkk2_346:before{background:#22c55e}._chartValuesTitle_bvkk2_341._dark_bvkk2_346:before{background:#475569}._chartValuesTitle_bvkk2_341._blue_bvkk2_346:before{background:#43e0f8}._topbar_bvkk2_368{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_bvkk2_376{display:inline-flex}._logo_bvkk2_376{max-width:110px}._menuWrapper_bvkk2_384{display:flex}@media only screen and (width<=1340px){._menuWrapper_bvkk2_384{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_bvkk2_384._opened_bvkk2_401{display:flex}}._menuItem_bvkk2_406{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_bvkk2_406{flex:none;width:auto;margin-bottom:10px}}._menuItem_bvkk2_406 ._menuIcon_bvkk2_427{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_bvkk2_406 ._menuIconPerformance_bvkk2_432{fill:none}._menuItem_bvkk2_406 ._menuIconStroke_bvkk2_435{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_bvkk2_406._active_bvkk2_440,._menuItem_bvkk2_406:hover{color:#52c2fd;background:#fff}._menuItem_bvkk2_406._active_bvkk2_440 ._menuIcon_bvkk2_427:not(._menuIconStroke_bvkk2_435,._menuIconPerformance_bvkk2_432),._menuItem_bvkk2_406:hover ._menuIcon_bvkk2_427:not(._menuIconStroke_bvkk2_435,._menuIconPerformance_bvkk2_432){fill:#52c2fd}._menuItem_bvkk2_406._active_bvkk2_440 ._menuIconPerformance_bvkk2_432 path,._menuItem_bvkk2_406:hover ._menuIconPerformance_bvkk2_432 path{stroke:#59a6fd}._menuItem_bvkk2_406._active_bvkk2_440 ._menuIconStroke_bvkk2_435:not(._menuIcon_bvkk2_427),._menuItem_bvkk2_406:hover ._menuIconStroke_bvkk2_435:not(._menuIcon_bvkk2_427){stroke:#52c2fd}._redDot_bvkk2_454{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_bvkk2_469{justify-content:center;display:flex}._link_bvkk2_474{color:#2db2c8;cursor:pointer;text-decoration:underline}._valueNote_bvkk2_480{color:#64748b;font-size:12px;font-weight:400}._devicesWrapper_bvkk2_486{width:100%;max-width:100%;min-height:240px;margin-bottom:16px}._valueNote_bvkk2_480{color:#64748b;align-items:center;font-size:.75rem;display:inline-flex}._valueNote_bvkk2_480:before{content:"";border-radius:50%;width:12px;height:12px;margin-right:4px;display:inline-flex}._valueNote_bvkk2_480._green_bvkk2_346:before{background-color:#4ade80}._valueNote_bvkk2_480._yellow_bvkk2_510:before{background-color:#fde047}._valueNote_bvkk2_480._red_bvkk2_454:before{background-color:#ef4444}._valueNote_bvkk2_480._turquoise_bvkk2_516:before{background-color:#43e0f8}._valueNote_bvkk2_480._purple_bvkk2_519:before{background-color:#a855f7}._barChartContainer_bvkk2_523{padding:0 60px}@media only screen and (width<=1024px){._barChartContainer_bvkk2_523{padding-left:0;padding-right:0}}._devicesFooter_bvkk2_533{margin-top:16px}._versionTag_bvkk2_537{color:#0f172a;gap:4px;padding:-20px;font-size:16px;font-weight:500;display:inline-flex}._versionNote_bvkk2_546{color:#64748b;font-size:14px;line-height:20px}._authButtonsWrapper_14maj_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_14maj_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_14maj_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.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_14maj_23{width:100%;margin-bottom:16px}._fieldWrapper_14maj_23:last-child{margin-bottom:0}._fieldLabel_14maj_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_14maj_36{margin-top:8px;font-size:.75rem}._field_14maj_23{width:100%;position:relative}._fieldLabelNew_14maj_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_14maj_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_14maj_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_14maj_52[type=password]{font-size:18px}._inputNew_14maj_52:focus,._inputNew_14maj_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_14maj_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_14maj_52:disabled::placeholder{color:#cbd5e1}._inputNew_14maj_52._error_14maj_7{border:1px solid #ef4444}._inputNew_14maj_52._error_14maj_7:focus,._inputNew_14maj_52._error_14maj_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_14maj_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_14maj_90{width:calc(50% - 8px)}._tableNavWrapper_14maj_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_14maj_109{align-items:center;display:flex}._tableNavItem_14maj_114{margin:0 6px}._modalContent_14maj_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_14maj_118._center_14maj_125{text-align:center;font-family:Inter}._modalContent_14maj_118._settings_14maj_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_14maj_118._settingsIntegration_14maj_133,._modalContent_14maj_118._performanceTestModalContent_14maj_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_14maj_118._monitoringReportContent_14maj_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_14maj_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_14maj_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_14maj_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_14maj_158:after,._modalLine_14maj_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_14maj_158:before{left:-20px}._modalLine_14maj_158:after{right:-20px}._infoMessage_14maj_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_14maj_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_14maj_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_14maj_196._buttonsAutoWidth_14maj_203{justify-content:flex-end}._modalFooter_14maj_196._buttonsAutoWidth_14maj_203 button,._modalFooter_14maj_196._buttonsAutoWidth_14maj_203 span{margin-left:12px}._fullWidthTitle_14maj_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_14maj_223{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_14maj_230{background:#fff;border:1px solid #e2e8f0;border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_14maj_230{padding:0 16px 15px}}._widgetHeader_14maj_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_14maj_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_14maj_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_14maj_266{align-items:center;height:180px;display:flex}._widgetFooter_14maj_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_14maj_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_14maj_279:last-child{border:none}._widgetMainValue_14maj_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_14maj_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_14maj_303{color:#64748b;font-size:.75rem}._widgetLoader_14maj_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_14maj_315{opacity:.5;cursor:default}._widgetTag_14maj_320{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_14maj_328{color:#0f172a;font-weight:500}._chartValuesWrapper_14maj_333{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_14maj_341{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_14maj_341._green_14maj_346:before,._chartValuesTitle_14maj_341._dark_14maj_346:before,._chartValuesTitle_14maj_341._blue_14maj_346: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_14maj_341._green_14maj_346:before{background:#22c55e}._chartValuesTitle_14maj_341._dark_14maj_346:before{background:#475569}._chartValuesTitle_14maj_341._blue_14maj_346:before{background:#43e0f8}._topbar_14maj_368{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_14maj_376{display:inline-flex}._logo_14maj_376{max-width:110px}._menuWrapper_14maj_384{display:flex}@media only screen and (width<=1340px){._menuWrapper_14maj_384{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_14maj_384._opened_14maj_401{display:flex}}._menuItem_14maj_406{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_14maj_406{flex:none;width:auto;margin-bottom:10px}}._menuItem_14maj_406 ._menuIcon_14maj_427{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_14maj_406 ._menuIconPerformance_14maj_432{fill:none}._menuItem_14maj_406 ._menuIconStroke_14maj_435{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_14maj_406._active_14maj_440,._menuItem_14maj_406:hover{color:#52c2fd;background:#fff}._menuItem_14maj_406._active_14maj_440 ._menuIcon_14maj_427:not(._menuIconStroke_14maj_435,._menuIconPerformance_14maj_432),._menuItem_14maj_406:hover ._menuIcon_14maj_427:not(._menuIconStroke_14maj_435,._menuIconPerformance_14maj_432){fill:#52c2fd}._menuItem_14maj_406._active_14maj_440 ._menuIconPerformance_14maj_432 path,._menuItem_14maj_406:hover ._menuIconPerformance_14maj_432 path{stroke:#59a6fd}._menuItem_14maj_406._active_14maj_440 ._menuIconStroke_14maj_435:not(._menuIcon_14maj_427),._menuItem_14maj_406:hover ._menuIconStroke_14maj_435:not(._menuIcon_14maj_427){stroke:#52c2fd}._redDot_14maj_454{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_14maj_469{justify-content:center;display:flex}._link_14maj_474{color:#2db2c8;cursor:pointer;text-decoration:underline}._tagButton_14maj_480{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_14maj_480._yellow_14maj_495{color:#b45309;background:#fef3c7;border-color:#f59e0b}._tagButton_14maj_480._red_14maj_454{color:#b91c1c;background:#fee2e2;border-color:#ef4444}._tagButton_14maj_480._disabled_14maj_315{cursor:default;pointer-events:none;opacity:.5}._authButtonsWrapper_1hn45_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_1hn45_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_1hn45_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.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_1hn45_23{width:100%;margin-bottom:16px}._fieldWrapper_1hn45_23:last-child{margin-bottom:0}._fieldLabel_1hn45_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_1hn45_36{margin-top:8px;font-size:.75rem}._field_1hn45_23{width:100%;position:relative}._fieldLabelNew_1hn45_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_1hn45_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_1hn45_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_1hn45_52[type=password]{font-size:18px}._inputNew_1hn45_52:focus,._inputNew_1hn45_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_1hn45_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_1hn45_52:disabled::placeholder{color:#cbd5e1}._inputNew_1hn45_52._error_1hn45_7{border:1px solid #ef4444}._inputNew_1hn45_52._error_1hn45_7:focus,._inputNew_1hn45_52._error_1hn45_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_1hn45_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_1hn45_90{width:calc(50% - 8px)}._tableNavWrapper_1hn45_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_1hn45_109{align-items:center;display:flex}._tableNavItem_1hn45_114{margin:0 6px}._modalContent_1hn45_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_1hn45_118._center_1hn45_125{text-align:center;font-family:Inter}._modalContent_1hn45_118._settings_1hn45_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_1hn45_118._settingsIntegration_1hn45_133,._modalContent_1hn45_118._performanceTestModalContent_1hn45_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_1hn45_118._monitoringReportContent_1hn45_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_1hn45_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_1hn45_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_1hn45_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_1hn45_158:after,._modalLine_1hn45_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_1hn45_158:before{left:-20px}._modalLine_1hn45_158:after{right:-20px}._infoMessage_1hn45_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_1hn45_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_1hn45_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_1hn45_196._buttonsAutoWidth_1hn45_203{justify-content:flex-end}._modalFooter_1hn45_196._buttonsAutoWidth_1hn45_203 button,._modalFooter_1hn45_196._buttonsAutoWidth_1hn45_203 span{margin-left:12px}._fullWidthTitle_1hn45_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_1hn45_223{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_1hn45_230{background:#fff;border:1px solid #e2e8f0;border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_1hn45_230{padding:0 16px 15px}}._widgetHeader_1hn45_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_1hn45_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_1hn45_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_1hn45_266{align-items:center;height:180px;display:flex}._widgetFooter_1hn45_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_1hn45_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_1hn45_279:last-child{border:none}._widgetMainValue_1hn45_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_1hn45_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_1hn45_303{color:#64748b;font-size:.75rem}._widgetLoader_1hn45_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_1hn45_315{opacity:.5;cursor:default}._widgetTag_1hn45_320{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_1hn45_328{color:#0f172a;font-weight:500}._chartValuesWrapper_1hn45_333{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_1hn45_341{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_1hn45_341._green_1hn45_346:before,._chartValuesTitle_1hn45_341._dark_1hn45_346:before,._chartValuesTitle_1hn45_341._blue_1hn45_346: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_1hn45_341._green_1hn45_346:before{background:#22c55e}._chartValuesTitle_1hn45_341._dark_1hn45_346:before{background:#475569}._chartValuesTitle_1hn45_341._blue_1hn45_346:before{background:#43e0f8}._topbar_1hn45_368{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_1hn45_376{display:inline-flex}._logo_1hn45_376{max-width:110px}._menuWrapper_1hn45_384{display:flex}@media only screen and (width<=1340px){._menuWrapper_1hn45_384{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_1hn45_384._opened_1hn45_401{display:flex}}._menuItem_1hn45_406{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_1hn45_406{flex:none;width:auto;margin-bottom:10px}}._menuItem_1hn45_406 ._menuIcon_1hn45_427{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_1hn45_406 ._menuIconPerformance_1hn45_432{fill:none}._menuItem_1hn45_406 ._menuIconStroke_1hn45_435{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_1hn45_406._active_1hn45_440,._menuItem_1hn45_406:hover{color:#52c2fd;background:#fff}._menuItem_1hn45_406._active_1hn45_440 ._menuIcon_1hn45_427:not(._menuIconStroke_1hn45_435,._menuIconPerformance_1hn45_432),._menuItem_1hn45_406:hover ._menuIcon_1hn45_427:not(._menuIconStroke_1hn45_435,._menuIconPerformance_1hn45_432){fill:#52c2fd}._menuItem_1hn45_406._active_1hn45_440 ._menuIconPerformance_1hn45_432 path,._menuItem_1hn45_406:hover ._menuIconPerformance_1hn45_432 path{stroke:#59a6fd}._menuItem_1hn45_406._active_1hn45_440 ._menuIconStroke_1hn45_435:not(._menuIcon_1hn45_427),._menuItem_1hn45_406:hover ._menuIconStroke_1hn45_435:not(._menuIcon_1hn45_427){stroke:#52c2fd}._redDot_1hn45_454{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_1hn45_469{justify-content:center;display:flex}._link_1hn45_474{color:#2db2c8;cursor:pointer;text-decoration:underline}._dataWrapper_1hn45_480{margin-bottom:16px;display:flex}._dataItem_1hn45_485{width:50%}._dataItemTitle_1hn45_489{color:#64748b;margin-bottom:8px;font-size:.875rem}._dataItemText_1hn45_495{font-weight:500}._devicesInfo_1hn45_499{background:#f8fafc;border-radius:12px}._devicesInfoItem_1hn45_504{padding:12px 16px}._line_1hn45_508{background:#e2e8f0;width:100%;height:1px;margin-bottom:16px}._inputFileWrapper_1hn45_515{margin-bottom:16px;position:relative}._spinnerWrapper_1hn45_520{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._errorMessageFullWith_1hn45_527{max-width:100%}._exportButtonFirst_1hn45_531 :last-child{order:-1;margin-right:auto;margin-left:0!important}._authButtonsWrapper_1ordj_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_1ordj_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_1ordj_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.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_1ordj_23{width:100%;margin-bottom:16px}._fieldWrapper_1ordj_23:last-child{margin-bottom:0}._fieldLabel_1ordj_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_1ordj_36{margin-top:8px;font-size:.75rem}._field_1ordj_23{width:100%;position:relative}._fieldLabelNew_1ordj_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_1ordj_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_1ordj_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_1ordj_52[type=password]{font-size:18px}._inputNew_1ordj_52:focus,._inputNew_1ordj_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_1ordj_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_1ordj_52:disabled::placeholder{color:#cbd5e1}._inputNew_1ordj_52._error_1ordj_7{border:1px solid #ef4444}._inputNew_1ordj_52._error_1ordj_7:focus,._inputNew_1ordj_52._error_1ordj_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_1ordj_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_1ordj_90{width:calc(50% - 8px)}._tableNavWrapper_1ordj_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_1ordj_109{align-items:center;display:flex}._tableNavItem_1ordj_114{margin:0 6px}._modalContent_1ordj_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_1ordj_118._center_1ordj_125{text-align:center;font-family:Inter}._modalContent_1ordj_118._settings_1ordj_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_1ordj_118._settingsIntegration_1ordj_133,._modalContent_1ordj_118._performanceTestModalContent_1ordj_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_1ordj_118._monitoringReportContent_1ordj_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_1ordj_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_1ordj_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_1ordj_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_1ordj_158:after,._modalLine_1ordj_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_1ordj_158:before{left:-20px}._modalLine_1ordj_158:after{right:-20px}._infoMessage_1ordj_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_1ordj_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_1ordj_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_1ordj_196._buttonsAutoWidth_1ordj_203{justify-content:flex-end}._modalFooter_1ordj_196._buttonsAutoWidth_1ordj_203 button,._modalFooter_1ordj_196._buttonsAutoWidth_1ordj_203 span{margin-left:12px}._fullWidthTitle_1ordj_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_1ordj_223{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_1ordj_230{background:#fff;border:1px solid #e2e8f0;border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_1ordj_230{padding:0 16px 15px}}._widgetHeader_1ordj_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_1ordj_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_1ordj_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_1ordj_266{align-items:center;height:180px;display:flex}._widgetFooter_1ordj_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_1ordj_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_1ordj_279:last-child{border:none}._widgetMainValue_1ordj_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_1ordj_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_1ordj_303{color:#64748b;font-size:.75rem}._widgetLoader_1ordj_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_1ordj_315{opacity:.5;cursor:default}._widgetTag_1ordj_320{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_1ordj_328{color:#0f172a;font-weight:500}._chartValuesWrapper_1ordj_333{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_1ordj_341{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_1ordj_341._green_1ordj_346:before,._chartValuesTitle_1ordj_341._dark_1ordj_346:before,._chartValuesTitle_1ordj_341._blue_1ordj_346: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_1ordj_341._green_1ordj_346:before{background:#22c55e}._chartValuesTitle_1ordj_341._dark_1ordj_346:before{background:#475569}._chartValuesTitle_1ordj_341._blue_1ordj_346:before{background:#43e0f8}._topbar_1ordj_368{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_1ordj_376{display:inline-flex}._logo_1ordj_376{max-width:110px}._menuWrapper_1ordj_384{display:flex}@media only screen and (width<=1340px){._menuWrapper_1ordj_384{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_1ordj_384._opened_1ordj_401{display:flex}}._menuItem_1ordj_406{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_1ordj_406{flex:none;width:auto;margin-bottom:10px}}._menuItem_1ordj_406 ._menuIcon_1ordj_427{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_1ordj_406 ._menuIconPerformance_1ordj_432{fill:none}._menuItem_1ordj_406 ._menuIconStroke_1ordj_435{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_1ordj_406._active_1ordj_440,._menuItem_1ordj_406:hover{color:#52c2fd;background:#fff}._menuItem_1ordj_406._active_1ordj_440 ._menuIcon_1ordj_427:not(._menuIconStroke_1ordj_435,._menuIconPerformance_1ordj_432),._menuItem_1ordj_406:hover ._menuIcon_1ordj_427:not(._menuIconStroke_1ordj_435,._menuIconPerformance_1ordj_432){fill:#52c2fd}._menuItem_1ordj_406._active_1ordj_440 ._menuIconPerformance_1ordj_432 path,._menuItem_1ordj_406:hover ._menuIconPerformance_1ordj_432 path{stroke:#59a6fd}._menuItem_1ordj_406._active_1ordj_440 ._menuIconStroke_1ordj_435:not(._menuIcon_1ordj_427),._menuItem_1ordj_406:hover ._menuIconStroke_1ordj_435:not(._menuIcon_1ordj_427){stroke:#52c2fd}._redDot_1ordj_454{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_1ordj_469{justify-content:center;display:flex}._link_1ordj_474{color:#2db2c8;cursor:pointer;text-decoration:underline}@media only screen and (width<=1024px){._widgetWrapper_1ordj_230{max-width:100%}}._chartWrapper_1ordj_486{justify-content:flex-end;display:flex}@media only screen and (width<=1024px){._chartWrapper_1ordj_486{max-width:450px;margin:0 auto;position:relative}}._chart_1ordj_333{position:absolute;top:16px;left:0}@media only screen and (width<=1024px){._chart_1ordj_333{top:0}}._widgetMainValue_1ordj_288{width:210px;position:absolute;bottom:63px;left:0}._chartNotesWrapper_1ordj_516{padding-top:10px}._chartNote_1ordj_516{color:#64748b;width:100%;font-size:12px;font-weight:400}._chartNote_1ordj_516:before{content:"";border-radius:50%;width:12px;height:12px;margin-right:4px;display:inline-flex;position:relative;top:2px}._chartNote_1ordj_516._green_1ordj_346:before{background:#22c55e}._chartNote_1ordj_516._yellow_1ordj_539:before{background:#fcd34d}._chartNote_1ordj_516._purple_1ordj_542:before{background:#2563eb}._chartNoteValue_1ordj_546{color:#000;padding-left:4px;font-size:.875rem;font-weight:500}._chartNoteLine_1ordj_553{background:#f1f5f9;width:110px;height:1px;margin:25px 0;display:block}._authButtonsWrapper_12ahp_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_12ahp_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_12ahp_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.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_12ahp_23{width:100%;margin-bottom:16px}._fieldWrapper_12ahp_23:last-child{margin-bottom:0}._fieldLabel_12ahp_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_12ahp_36{margin-top:8px;font-size:.75rem}._field_12ahp_23{width:100%;position:relative}._fieldLabelNew_12ahp_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_12ahp_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_12ahp_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_12ahp_52[type=password]{font-size:18px}._inputNew_12ahp_52:focus,._inputNew_12ahp_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_12ahp_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_12ahp_52:disabled::placeholder{color:#cbd5e1}._inputNew_12ahp_52._error_12ahp_7{border:1px solid #ef4444}._inputNew_12ahp_52._error_12ahp_7:focus,._inputNew_12ahp_52._error_12ahp_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_12ahp_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_12ahp_90{width:calc(50% - 8px)}._tableNavWrapper_12ahp_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_12ahp_109{align-items:center;display:flex}._tableNavItem_12ahp_114{margin:0 6px}._modalContent_12ahp_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_12ahp_118._center_12ahp_125{text-align:center;font-family:Inter}._modalContent_12ahp_118._settings_12ahp_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_12ahp_118._settingsIntegration_12ahp_133,._modalContent_12ahp_118._performanceTestModalContent_12ahp_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_12ahp_118._monitoringReportContent_12ahp_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_12ahp_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_12ahp_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_12ahp_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_12ahp_158:after,._modalLine_12ahp_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_12ahp_158:before{left:-20px}._modalLine_12ahp_158:after{right:-20px}._infoMessage_12ahp_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_12ahp_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_12ahp_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_12ahp_196._buttonsAutoWidth_12ahp_203{justify-content:flex-end}._modalFooter_12ahp_196._buttonsAutoWidth_12ahp_203 button,._modalFooter_12ahp_196._buttonsAutoWidth_12ahp_203 span{margin-left:12px}._fullWidthTitle_12ahp_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_12ahp_223{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_12ahp_230{background:#fff;border:1px solid #e2e8f0;border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_12ahp_230{padding:0 16px 15px}}._widgetHeader_12ahp_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_12ahp_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_12ahp_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_12ahp_266{align-items:center;height:180px;display:flex}._widgetFooter_12ahp_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_12ahp_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_12ahp_279:last-child{border:none}._widgetMainValue_12ahp_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_12ahp_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_12ahp_303{color:#64748b;font-size:.75rem}._widgetLoader_12ahp_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_12ahp_315{opacity:.5;cursor:default}._widgetTag_12ahp_320{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_12ahp_328{color:#0f172a;font-weight:500}._chartValuesWrapper_12ahp_333{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_12ahp_341{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_12ahp_341._green_12ahp_346:before,._chartValuesTitle_12ahp_341._dark_12ahp_346:before,._chartValuesTitle_12ahp_341._blue_12ahp_346: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_12ahp_341._green_12ahp_346:before{background:#22c55e}._chartValuesTitle_12ahp_341._dark_12ahp_346:before{background:#475569}._chartValuesTitle_12ahp_341._blue_12ahp_346:before{background:#43e0f8}._topbar_12ahp_368{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_12ahp_376{display:inline-flex}._logo_12ahp_376{max-width:110px}._menuWrapper_12ahp_384{display:flex}@media only screen and (width<=1340px){._menuWrapper_12ahp_384{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_12ahp_384._opened_12ahp_401{display:flex}}._menuItem_12ahp_406{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_12ahp_406{flex:none;width:auto;margin-bottom:10px}}._menuItem_12ahp_406 ._menuIcon_12ahp_427{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_12ahp_406 ._menuIconPerformance_12ahp_432{fill:none}._menuItem_12ahp_406 ._menuIconStroke_12ahp_435{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_12ahp_406._active_12ahp_440,._menuItem_12ahp_406:hover{color:#52c2fd;background:#fff}._menuItem_12ahp_406._active_12ahp_440 ._menuIcon_12ahp_427:not(._menuIconStroke_12ahp_435,._menuIconPerformance_12ahp_432),._menuItem_12ahp_406:hover ._menuIcon_12ahp_427:not(._menuIconStroke_12ahp_435,._menuIconPerformance_12ahp_432){fill:#52c2fd}._menuItem_12ahp_406._active_12ahp_440 ._menuIconPerformance_12ahp_432 path,._menuItem_12ahp_406:hover ._menuIconPerformance_12ahp_432 path{stroke:#59a6fd}._menuItem_12ahp_406._active_12ahp_440 ._menuIconStroke_12ahp_435:not(._menuIcon_12ahp_427),._menuItem_12ahp_406:hover ._menuIconStroke_12ahp_435:not(._menuIcon_12ahp_427){stroke:#52c2fd}._redDot_12ahp_454{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_12ahp_469{justify-content:center;display:flex}._link_12ahp_474{color:#2db2c8;cursor:pointer;text-decoration:underline}@media only screen and (width<=1024px){._widgetWrapper_12ahp_230{max-width:100%}}._text_12ahp_486{color:#64748b;font-family:Inter;font-size:.75rem}._mainValue_12ahp_492{color:#0f172a;align-items:baseline;gap:4px;margin-top:4px;font-size:1.5rem;font-weight:500;line-height:32px;display:inline-flex}._versionNote_12ahp_503{color:#64748b;font-size:.75rem;font-weight:400}._dot_12ahp_509{align-items:center;display:inline-flex}._dot_12ahp_509:before{content:"";border-radius:50%;width:12px;height:12px;margin-right:4px;display:inline-flex}._availableV1_12ahp_522:before{background-color:#2563eb}._availableV2_12ahp_526:before{background-color:#3b82f6}._packedV1_12ahp_530:before{background-color:#93c5fd}._packedV2_12ahp_534:before{background-color:#dbeafe}._authButtonsWrapper_15whs_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_15whs_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_15whs_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.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_15whs_23{width:100%;margin-bottom:16px}._fieldWrapper_15whs_23:last-child{margin-bottom:0}._fieldLabel_15whs_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_15whs_36{margin-top:8px;font-size:.75rem}._field_15whs_23{width:100%;position:relative}._fieldLabelNew_15whs_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_15whs_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_15whs_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_15whs_52[type=password]{font-size:18px}._inputNew_15whs_52:focus,._inputNew_15whs_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_15whs_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_15whs_52:disabled::placeholder{color:#cbd5e1}._inputNew_15whs_52._error_15whs_7{border:1px solid #ef4444}._inputNew_15whs_52._error_15whs_7:focus,._inputNew_15whs_52._error_15whs_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_15whs_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_15whs_90{width:calc(50% - 8px)}._tableNavWrapper_15whs_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_15whs_109{align-items:center;display:flex}._tableNavItem_15whs_114{margin:0 6px}._modalContent_15whs_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_15whs_118._center_15whs_125{text-align:center;font-family:Inter}._modalContent_15whs_118._settings_15whs_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_15whs_118._settingsIntegration_15whs_133,._modalContent_15whs_118._performanceTestModalContent_15whs_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_15whs_118._monitoringReportContent_15whs_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_15whs_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_15whs_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_15whs_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_15whs_158:after,._modalLine_15whs_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_15whs_158:before{left:-20px}._modalLine_15whs_158:after{right:-20px}._infoMessage_15whs_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_15whs_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_15whs_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_15whs_196._buttonsAutoWidth_15whs_203{justify-content:flex-end}._modalFooter_15whs_196._buttonsAutoWidth_15whs_203 button,._modalFooter_15whs_196._buttonsAutoWidth_15whs_203 span{margin-left:12px}._fullWidthTitle_15whs_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_15whs_223{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_15whs_230{background:#fff;border:1px solid #e2e8f0;border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_15whs_230{padding:0 16px 15px}}._widgetHeader_15whs_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_15whs_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_15whs_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_15whs_266{align-items:center;height:180px;display:flex}._widgetFooter_15whs_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_15whs_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_15whs_279:last-child{border:none}._widgetMainValue_15whs_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_15whs_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_15whs_303{color:#64748b;font-size:.75rem}._widgetLoader_15whs_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_15whs_315{opacity:.5;cursor:default}._widgetTag_15whs_320{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_15whs_328{color:#0f172a;font-weight:500}._chartValuesWrapper_15whs_333{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_15whs_341{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_15whs_341._green_15whs_346:before,._chartValuesTitle_15whs_341._dark_15whs_346:before,._chartValuesTitle_15whs_341._blue_15whs_346: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_15whs_341._green_15whs_346:before{background:#22c55e}._chartValuesTitle_15whs_341._dark_15whs_346:before{background:#475569}._chartValuesTitle_15whs_341._blue_15whs_346:before{background:#43e0f8}._topbar_15whs_368{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_15whs_376{display:inline-flex}._logo_15whs_376{max-width:110px}._menuWrapper_15whs_384{display:flex}@media only screen and (width<=1340px){._menuWrapper_15whs_384{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_15whs_384._opened_15whs_401{display:flex}}._menuItem_15whs_406{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_15whs_406{flex:none;width:auto;margin-bottom:10px}}._menuItem_15whs_406 ._menuIcon_15whs_427{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_15whs_406 ._menuIconPerformance_15whs_432{fill:none}._menuItem_15whs_406 ._menuIconStroke_15whs_435{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_15whs_406._active_15whs_440,._menuItem_15whs_406:hover{color:#52c2fd;background:#fff}._menuItem_15whs_406._active_15whs_440 ._menuIcon_15whs_427:not(._menuIconStroke_15whs_435,._menuIconPerformance_15whs_432),._menuItem_15whs_406:hover ._menuIcon_15whs_427:not(._menuIconStroke_15whs_435,._menuIconPerformance_15whs_432){fill:#52c2fd}._menuItem_15whs_406._active_15whs_440 ._menuIconPerformance_15whs_432 path,._menuItem_15whs_406:hover ._menuIconPerformance_15whs_432 path{stroke:#59a6fd}._menuItem_15whs_406._active_15whs_440 ._menuIconStroke_15whs_435:not(._menuIcon_15whs_427),._menuItem_15whs_406:hover ._menuIconStroke_15whs_435:not(._menuIcon_15whs_427){stroke:#52c2fd}._redDot_15whs_454{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_15whs_469{justify-content:center;display:flex}._link_15whs_474{color:#2db2c8;cursor:pointer;text-decoration:underline}._statusContainer_15whs_480{flex-wrap:wrap;align-items:center;gap:8px;display:flex}._orderStatus_15whs_487{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_15whs_487:before{display:none}._orderStatus_15whs_487._packed_15whs_501{color:#78350f;background:#fef3c7;border-color:#b45309}._orderStatus_15whs_487._confirmed_15whs_506{color:#14532d;background:#dcfce7;border-color:#15803d}._orderStatus_15whs_487._shipping_15whs_511{color:#264af8;background:#dbeafe;border-color:#2563eb}._authButtonsWrapper_imy7s_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_imy7s_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_imy7s_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.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_imy7s_23{width:100%;margin-bottom:16px}._fieldWrapper_imy7s_23:last-child{margin-bottom:0}._fieldLabel_imy7s_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_imy7s_36{margin-top:8px;font-size:.75rem}._field_imy7s_23{width:100%;position:relative}._fieldLabelNew_imy7s_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_imy7s_52{border:1px solid #e2e8f0;border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_imy7s_52::placeholder{color:#94a3b8;font-family:Inter;font-size:.875rem}._inputNew_imy7s_52[type=password]{font-size:18px}._inputNew_imy7s_52:focus,._inputNew_imy7s_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_imy7s_52:disabled{box-shadow:none;background:#f1f5f9;border:none}._inputNew_imy7s_52:disabled::placeholder{color:#cbd5e1}._inputNew_imy7s_52._error_imy7s_7{border:1px solid #ef4444}._inputNew_imy7s_52._error_imy7s_7:focus,._inputNew_imy7s_52._error_imy7s_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_imy7s_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_imy7s_90{width:calc(50% - 8px)}._tableNavWrapper_imy7s_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_imy7s_109{align-items:center;display:flex}._tableNavItem_imy7s_114{margin:0 6px}._modalContent_imy7s_118{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_imy7s_118._center_imy7s_125{text-align:center;font-family:Inter}._modalContent_imy7s_118._settings_imy7s_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_imy7s_118._settingsIntegration_imy7s_133,._modalContent_imy7s_118._performanceTestModalContent_imy7s_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_imy7s_118._monitoringReportContent_imy7s_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_imy7s_146{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_imy7s_152{color:#475569;font-size:.875rem;line-height:20px}._modalLine_imy7s_158{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_imy7s_158:after,._modalLine_imy7s_158:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_imy7s_158:before{left:-20px}._modalLine_imy7s_158:after{right:-20px}._infoMessage_imy7s_181{color:#64748b;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_imy7s_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_imy7s_196{border-top:1px solid #e2e8f0;justify-content:space-between;gap:10px;padding:16px 20px;display:flex}._modalFooter_imy7s_196._buttonsAutoWidth_imy7s_203{justify-content:flex-end}._modalFooter_imy7s_196._buttonsAutoWidth_imy7s_203 button,._modalFooter_imy7s_196._buttonsAutoWidth_imy7s_203 span{margin-left:12px}._fullWidthTitle_imy7s_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_imy7s_223{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_imy7s_230{background:#fff;border:1px solid #e2e8f0;border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_imy7s_230{padding:0 16px 15px}}._widgetHeader_imy7s_246{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_imy7s_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_imy7s_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_imy7s_266{align-items:center;height:180px;display:flex}._widgetFooter_imy7s_272{border-top:1px solid #f1f5f9;justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_imy7s_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_imy7s_279:last-child{border:none}._widgetMainValue_imy7s_288{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_imy7s_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_imy7s_303{color:#64748b;font-size:.75rem}._widgetLoader_imy7s_308{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_imy7s_315{opacity:.5;cursor:default}._widgetTag_imy7s_320{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_imy7s_328{color:#0f172a;font-weight:500}._chartValuesWrapper_imy7s_333{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_imy7s_341{color:#475569;font-size:14px;display:inline-flex}._chartValuesTitle_imy7s_341._green_imy7s_346:before,._chartValuesTitle_imy7s_341._dark_imy7s_346:before,._chartValuesTitle_imy7s_341._blue_imy7s_346: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_imy7s_341._green_imy7s_346:before{background:#22c55e}._chartValuesTitle_imy7s_341._dark_imy7s_346:before{background:#475569}._chartValuesTitle_imy7s_341._blue_imy7s_346:before{background:#43e0f8}._topbar_imy7s_368{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_imy7s_376{display:inline-flex}._logo_imy7s_376{max-width:110px}._menuWrapper_imy7s_384{display:flex}@media only screen and (width<=1340px){._menuWrapper_imy7s_384{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_imy7s_384._opened_imy7s_401{display:flex}}._menuItem_imy7s_406{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_imy7s_406{flex:none;width:auto;margin-bottom:10px}}._menuItem_imy7s_406 ._menuIcon_imy7s_427{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_imy7s_406 ._menuIconPerformance_imy7s_432{fill:none}._menuItem_imy7s_406 ._menuIconStroke_imy7s_435{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_imy7s_406._active_imy7s_440,._menuItem_imy7s_406:hover{color:#52c2fd;background:#fff}._menuItem_imy7s_406._active_imy7s_440 ._menuIcon_imy7s_427:not(._menuIconStroke_imy7s_435,._menuIconPerformance_imy7s_432),._menuItem_imy7s_406:hover ._menuIcon_imy7s_427:not(._menuIconStroke_imy7s_435,._menuIconPerformance_imy7s_432){fill:#52c2fd}._menuItem_imy7s_406._active_imy7s_440 ._menuIconPerformance_imy7s_432 path,._menuItem_imy7s_406:hover ._menuIconPerformance_imy7s_432 path{stroke:#59a6fd}._menuItem_imy7s_406._active_imy7s_440 ._menuIconStroke_imy7s_435:not(._menuIcon_imy7s_427),._menuItem_imy7s_406:hover ._menuIconStroke_imy7s_435:not(._menuIcon_imy7s_427){stroke:#52c2fd}._redDot_imy7s_454{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_imy7s_469{justify-content:center;display:flex}._link_imy7s_474{color:#2db2c8;cursor:pointer;text-decoration:underline}._widgetsWrapper_imy7s_223{justify-content:stretch;align-items:stretch}._widgetsWrapper_imy7s_223>*{flex:1 1 0;min-width:0;max-width:none}@media only screen and (width<=1024px){._widgetsWrapper_imy7s_223{flex-wrap:wrap}._widgetsWrapper_imy7s_223>*{flex-basis:100%}}._tableActionsWrapper_imy7s_498 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}
