@charset "UTF-8";/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: #e74c3c;--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-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-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient( to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55 );--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right)}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right)}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;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{--y: 0;position:relative;-ms-touch-action:none;touch-action:none;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0;overflow:hidden}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width : 480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.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;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start;z-index:1}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial;border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp{position:absolute;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@font-face{font-weight:400;font-family:Montserrat;font-style:normal;src:url(/assets/Montserrat-Regular-ZgHWWV9l.ttf) format("truetype")}@font-face{font-weight:500;font-family:Montserrat;font-style:normal;src:url(/assets/Montserrat-Medium-Ds2UJjsS.ttf) format("truetype")}@font-face{font-weight:600;font-family:Montserrat;font-style:normal;src:url(/assets/Montserrat-SemiBold-YdOtxg4l.ttf) format("truetype")}@font-face{font-weight:700;font-family:Montserrat;font-style:normal;src:url(/assets/Montserrat-Bold-CPpXCxkU.ttf) format("truetype")}body{margin:0;color:#595959;font-weight:500;font-size:16px;font-family:Montserrat,sans-serif;font-style:normal;line-height:20px;background:#fff;font-variant-ligatures:none}*,*:after,*:before{box-sizing:border-box;background-repeat:no-repeat;outline:none}input{border:none}button{margin:0;padding:0;background:none;border:none;cursor:pointer}input,textarea,button{color:#595959;font-family:inherit;outline:none;font-variant-ligatures:none}input[type=number]{-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}textarea{min-height:100px;line-height:21px;resize:none}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,input:-webkit-autofill:active{transition:all .2s ease,background-color 50000s ease-in-out 0s!important}input[type=text]::-ms-clear{display:none;width:0;height:0}input[type=text]::-ms-reveal{display:none;width:0;height:0}input[type=search]::-webkit-search-decoration,input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-results-button,input[type=search]::-webkit-search-results-decoration{display:none}input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{color:#bfbfbf!important;font-weight:500!important;transition:all .2s ease}input::-moz-placeholder,textarea::-moz-placeholder{color:#bfbfbf!important;font-weight:500!important;transition:all .2s ease}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{margin:0;-webkit-appearance:none}svg:not(.apexcharts-canvas svg,.svg-img,.tsqd-transitions-container svg,.sbdocs>h1 svg,.sbdocs>h2 svg,.sbdocs>h3 svg,.sbdocs>h4 svg,.sbdocs>h5 svg,.sbdocs>h6 svg){width:1em;height:1em;fill:currentColor}path:not(.apexcharts-canvas svg path,.svg-img path,.tsqd-transitions-container path,.sbdocs>h1 svg,.sbdocs>h2 svg,.sbdocs>h3 svg,.sbdocs>h4 svg,.sbdocs>h5 svg,.sbdocs>h6 svg){fill:inherit}.scroll,textarea{overflow:hidden auto;scrollbar-color:#dadada rgba(255,255,255,0);scrollbar-width:thin}.scroll::-webkit-scrollbar,textarea::-webkit-scrollbar{width:5px;background-color:#fff0;border-radius:2px}.scroll::-webkit-scrollbar-thumb,textarea::-webkit-scrollbar-thumb{background-color:#dadada;border-radius:2px;transition:all .2s ease}.scroll::-webkit-scrollbar-thumb:hover,textarea::-webkit-scrollbar-thumb:hover{background-color:#b7b7b7}.scroll.scroll-mini,textarea.scroll-mini{width:calc(100% - 5px)}.scroll.scroll-mini::-webkit-scrollbar,textarea.scroll-mini::-webkit-scrollbar{width:5px}.scrollHorizontal{overflow:auto hidden;scrollbar-color:#dadada rgba(255,255,255,0);scrollbar-width:thin}.scrollHorizontal.scroll{overflow:auto auto}.scrollHorizontal.scroll::-webkit-scrollbar{width:6px;height:6px}.scrollHorizontal.scroll.scroll-mini::-webkit-scrollbar{width:4px;height:4px}.scrollHorizontal::-webkit-scrollbar{height:8px;background-color:#fff0;border-radius:4px}.scrollHorizontal::-webkit-scrollbar-thumb{background-color:#dadada;border-radius:4px;transition:all .2s ease}.scrollHorizontal::-webkit-scrollbar-thumb:hover{background-color:#b7b7b7}.ellipsis{display:-webkit-box;margin:0;padding:0;overflow:hidden;word-wrap:break-word;overflow-wrap:break-word;-webkit-box-orient:vertical;-webkit-line-clamp:1}.Toastify__toast-body{margin:0!important;padding-top:5px!important;padding-right:15px!important;padding-bottom:5px!important}.Toastify__toast{width:max-content!important;max-width:100%!important;min-height:auto!important;color:#595959!important;font-size:12px!important;line-height:16px!important;border-radius:5px!important}.Toastify__toast-icon{width:14px!important}.Toastify__spinner{width:14px!important;height:14px!important}.Toastify__toast-container{display:flex!important;flex-direction:column!important;align-items:flex-end!important;width:350px!important}.Toastify__toast--error{color:#ff4d4f!important}.Toastify__progress-bar{height:2px!important}.Toastify__progress-bar--info{background:#bfbfbf}.Toastify__progress-bar--success{background:#3ca240}@media (max-width: 576.02px){.Toastify__toast{margin-bottom:10px!important}.Toastify__toast-container{width:100%!important;padding:10px!important}}.rc-select{position:relative;z-index:2;display:inline-block;box-sizing:border-box;width:100%;min-width:150px;color:#595959;font-weight:500;font-size:16px;line-height:22px;vertical-align:middle;background-color:#fff;border:1px solid #dadada;border-radius:8px}.rc-select-selector{padding:4px 25px 4px 12px;cursor:pointer}.rc-select-selector .rc-select-option-label-bold{font-weight:500}.rc-select-dropdown:empty,.rc-select-dropdown-hidden{display:none}.rc-select-dropdown-menu{z-index:1;margin:0;padding:0;list-style:none;outline:none}.rc-select-dropdown-menu>li{margin:0;padding:0}.rc-select-dropdown-menu-item-group-list{margin:0;padding:0}.rc-select-dropdown-menu-item-group-list>li.rc-select-menu-item{padding-left:20px}.rc-select-dropdown-slide-up-enter,.rc-select-dropdown-slide-up-appear{transform-origin:0 0;opacity:0;animation-duration:.2s;animation-play-state:paused;animation-timing-function:cubic-bezier(.08,.82,.17,1);animation-fill-mode:both}.rc-select-dropdown-slide-up-leave{transform-origin:0 0;opacity:1;animation-duration:.2s;animation-play-state:paused;animation-timing-function:cubic-bezier(.6,.04,.98,.34);animation-fill-mode:both}.rc-select-dropdown-slide-up-enter.rc-select-dropdown-slide-up-enter-active.rc-select-dropdown-placement-bottomLeft,.rc-select-dropdown-slide-up-appear.rc-select-dropdown-slide-up-appear-active.rc-select-dropdown-placement-bottomLeft{animation-name:rcSelectDropdownSlideUpIn;animation-play-state:running}.rc-select-dropdown-slide-up-leave.rc-select-dropdown-slide-up-leave-active.rc-select-dropdown-placement-bottomLeft{animation-name:rcSelectDropdownSlideUpOut;animation-play-state:running}.rc-select-dropdown-slide-up-enter.rc-select-dropdown-slide-up-enter-active.rc-select-dropdown-placement-topLeft,.rc-select-dropdown-slide-up-appear.rc-select-dropdown-slide-up-appear-active.rc-select-dropdown-placement-topLeft{animation-name:rcSelectDropdownSlideDownIn;animation-play-state:running}.rc-select-dropdown-slide-up-leave.rc-select-dropdown-slide-up-leave-active.rc-select-dropdown-placement-topLeft{animation-name:rcSelectDropdownSlideDownOut;animation-play-state:running}@keyframes rcSelectDropdownSlideUpIn{0%{transform:scaleY(0);transform-origin:0 0;opacity:0}to{transform:scaleY(1);transform-origin:0 0;opacity:1}}@keyframes rcSelectDropdownSlideUpOut{0%{transform:scaleY(1);transform-origin:0 0;opacity:1}to{transform:scaleY(0);transform-origin:0 0;opacity:0}}@keyframes rcSelectDropdownSlideDownIn{0%{transform:scaleY(0);transform-origin:0 100%;opacity:0}to{transform:scaleY(1);transform-origin:0 100%;opacity:1}}@keyframes rcSelectDropdownSlideDownOut{0%{transform:scaleY(1);transform-origin:0 100%;opacity:1}to{transform:scaleY(0);transform-origin:0 100%;opacity:0}}.rc-select-dropdown{z-index:30}.rc-select-dropdown-cont{display:flex;flex-direction:column;padding:8px 0;overflow:hidden;background:#fff;border-radius:8px;box-shadow:0 9px 50px 8px #0000001a}.rc-select-selection-item{position:absolute;top:4px;left:12px;max-width:calc(100% - 38px);overflow:hidden;white-space:nowrap;text-overflow:ellipsis;transition:all .2s ease;-webkit-user-select:none;user-select:none}.rc-select-selection-item .rc-select-option-description{display:none}.rc-select-selection-placeholder{position:absolute;top:4px;left:12px;z-index:-1;width:80%;overflow:hidden;color:#bfbfbf;font-weight:500;white-space:nowrap;text-overflow:ellipsis;cursor:default;transition:all .2s ease;-webkit-user-select:none;user-select:none;pointer-events:none}.rc-select-selection-search-input{width:100%;padding:0 10px 0 0;font-weight:500;font-size:16px;line-height:20px;background-color:#fff0;cursor:auto;-webkit-appearance:none;-moz-appearance:none;appearance:none}.rc-select-show-search.rc-select-open .rc-select-selection-item{opacity:.5}.rc-select-item-option{display:grid;grid-template-columns:calc(100% - 26px) 16px;gap:10px;padding:6px 11px 6px 12px;color:#999;font-weight:500;cursor:pointer;transition:all .2s ease,font-weight 0s,padding-bottom 0s,padding-top 0s,padding-left 0s,padding-right 0s,height 0s}.rc-select-item-option:hover{background-color:#fafafa}.rc-virtual-list-holder{max-height:none!important;overflow:hidden!important}.rc-virtual-list-scrollbar{right:5px!important;width:4px!important;background-color:#f7f0f5}.rc-virtual-list-scrollbar-show{display:block!important}.rc-virtual-list-scrollbar-thumb{background-color:#dadada!important;transition:background-color .2s ease}.rc-virtual-list-scrollbar-thumb:hover{background-color:#b7b7b7!important}.rc-virtual-list-scrollbar-thumb-moving,.rc-virtual-list-scrollbar-thumb-moving:hover{background-color:#999!important}.rc-select-item-option-state{display:flex;align-items:center;justify-content:center;font-size:18px}.rc-select-item-option-active,.rc-select-item-option-selected{color:#595959;background-color:#fafafa!important}.rc-select-item-empty{padding:0 14px;color:#999;font-size:14px;line-height:21px}.rc-select-arrow{position:absolute;top:7px;right:10px;z-index:-1;display:flex;align-items:center;transition:transform .2s ease}.rc-label{cursor:pointer;transition:all .2s ease,z-index 0s ease,color 0s ease;-webkit-user-select:none;user-select:none}.rc-select-open{z-index:3}.rc-select-open .rc-select-arrow{transform:rotate(-180deg)}.rc-select-wrap-open{z-index:4!important}.rc-select-wrap-open .rc-label{z-index:4}.rc-select-multiple .rc-select-selector .rc-select-selection-item,.rc-select-multiple .rc-select-selector .rc-select-selection-placeholder,.rc-select-hide-label .rc-select-selector .rc-select-selection-item,.rc-select-hide-label .rc-select-selector .rc-select-selection-placeholder,.rc-select-multiple .rc-select-selection-search-mirror,.rc-select-hide-label .rc-select-selection-search-mirror{display:none}.rc-select-multiple .rc-select-selection-search-input,.rc-select-hide-label .rc-select-selection-search-input{pointer-events:none}.rc-multiple-dropdown .rc-select-item-option{position:relative;grid-template-columns:100%;background-color:#fff!important}.rc-multiple-dropdown .rc-select-item-option:before{position:absolute;top:8px;left:14px;width:16px;height:16px;background-image:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M12%201H4C2.34315%201%201%202.34315%201%204V12C1%2013.6569%202.34315%2015%204%2015H12C13.6569%2015%2015%2013.6569%2015%2012V4C15%202.34315%2013.6569%201%2012%201ZM4%200C1.79086%200%200%201.79086%200%204V12C0%2014.2091%201.79086%2016%204%2016H12C14.2091%2016%2016%2014.2091%2016%2012V4C16%201.79086%2014.2091%200%2012%200H4Z'%20fill='%23CACACA'/%3e%3c/svg%3e");opacity:.5;transition:opacity .2s ease;content:""}.rc-multiple-dropdown .rc-select-item-option:after{position:absolute;top:8px;left:14px;width:16px;height:16px;background-image:url("data: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='M0%204C0%201.79086%201.79086%200%204%200H12C14.2091%200%2016%201.79086%2016%204V12C16%2014.2091%2014.2091%2016%2012%2016H4C1.79086%2016%200%2014.2091%200%2012V4Z'%20fill='%23595959'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.3922%203.31025L6.88591%2012.8017L2.6106%207.49225L3.38947%206.86508L6.87887%2011.1985L13.6079%202.68994L14.3922%203.31025Z'%20fill='white'/%3e%3c/svg%3e");opacity:0;transition:opacity .2s ease;content:""}.rc-multiple-dropdown .rc-select-item-option.items-dark:before{background-image:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_1828_171)'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M12%201H4C2.34315%201%201%202.34315%201%204V12C1%2013.6569%202.34315%2015%204%2015H12C13.6569%2015%2015%2013.6569%2015%2012V4C15%202.34315%2013.6569%201%2012%201ZM4%200C1.79086%200%200%201.79086%200%204V12C0%2014.2091%201.79086%2016%204%2016H12C14.2091%2016%2016%2014.2091%2016%2012V4C16%201.79086%2014.2091%200%2012%200H4Z'%20fill='%23595959'/%3e%3ccircle%20cx='8'%20cy='8'%20r='2'%20fill='%23595959'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_1828_171'%3e%3crect%20width='16'%20height='16'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.rc-multiple-dropdown .rc-select-item-option .rc-select-item-option-state{display:none}.rc-multiple-dropdown .rc-select-item-option.rc-select-item-option-active:before{opacity:1}.rc-multiple-dropdown .rc-select-item-option.rc-select-item-option-selected,.rc-multiple-dropdown .rc-select-item-option.items-checked{color:#595959}.rc-multiple-dropdown .rc-select-item-option.rc-select-item-option-selected:before,.rc-multiple-dropdown .rc-select-item-option.items-checked:before{opacity:0!important}.rc-multiple-dropdown .rc-select-item-option.rc-select-item-option-selected:after,.rc-multiple-dropdown .rc-select-item-option.items-checked:after{opacity:1}.rc-multiple-dropdown .rc-select-item-option.rc-select-item-option-non-check:before,.rc-multiple-dropdown .rc-select-item-option.rc-select-item-option-non-check:after{display:none}.rc-multiple-dropdown .rc-select-item-option.rc-select-item-option-non-check .rc-select-item-option-content{margin-left:16px}.rc-multiple-dropdown .rc-select-item-option.rc-select-item-option-underlined{margin:0 14px 2px;padding:6px 11px 8px 0;border-bottom:1px solid #f0f0f0}.rc-multiple-dropdown .rc-select-item-option.rc-select-item-option-underlined:before,.rc-multiple-dropdown .rc-select-item-option.rc-select-item-option-underlined:after{left:0}.rc-multiple-dropdown .rc-select-item-option.rc-select-item-option-highlighted{color:#00cacc}.rc-multiple-dropdown .rc-select-item-option.rc-select-item-option-highlighted:hover{color:#09e4e5}.rc-multiple-dropdown .rc-select-item-option .rc-select-item-option-content{padding-left:24px}.rc-select-item-option-content{display:grid;grid-template-columns:100%;font-size:14px;line-height:18px}.item-tree .rc-select-item-option-content{grid-template-columns:45px calc(100% - 45px)}.level1 .rc-select-item-option-content{padding-left:0!important}.level1:before,.level1:after{left:31px!important}.level2 .rc-select-item-option-content{padding-left:12px!important}.level2:before,.level2:after{left:43px!important}.level3 .rc-select-item-option-content{padding-left:24px!important}.level3:before,.level3:after{left:55px!important}.level4 .rc-select-item-option-content{padding-left:36px!important}.level4:before,.level4:after{left:67px!important}.level5 .rc-select-item-option-content{padding-left:48px!important}.level5:before,.level5:after{left:79px!important}.level6 .rc-select-item-option-content{padding-left:60px!important}.level6:before,.level6:after{left:91px!important}.level7 .rc-select-item-option-content{padding-left:72px!important}.level7:before,.level7:after{left:103px!important}.level8 .rc-select-item-option-content{padding-left:84px!important}.level8:before,.level8:after{left:115px!important}.level9 .rc-select-item-option-content{padding-left:96px!important}.level9:before,.level9:after{left:127px!important}.level10 .rc-select-item-option-content{padding-left:108px!important}.level10:before,.level10:after{left:139px!important}.rc-select-item.isSearch.level1{padding-left:36px!important}.rc-select-item.isSearch.level1:before,.rc-select-item.isSearch.level1:after{left:15px!important}.rc-select-item.isSearch.level2{padding-left:36px!important}.rc-select-item.isSearch.level2:before,.rc-select-item.isSearch.level2:after{left:27px!important}.rc-select-item.isSearch.level3{padding-left:36px!important}.rc-select-item.isSearch.level3:before,.rc-select-item.isSearch.level3:after{left:39px!important}.rc-select-item.isSearch.level4{padding-left:36px!important}.rc-select-item.isSearch.level4:before,.rc-select-item.isSearch.level4:after{left:51px!important}.rc-select-item.isSearch.level5{padding-left:36px!important}.rc-select-item.isSearch.level5:before,.rc-select-item.isSearch.level5:after{left:63px!important}.rc-select-item.isSearch.level6{padding-left:36px!important}.rc-select-item.isSearch.level6:before,.rc-select-item.isSearch.level6:after{left:75px!important}.rc-select-item.isSearch.level7{padding-left:36px!important}.rc-select-item.isSearch.level7:before,.rc-select-item.isSearch.level7:after{left:87px!important}.rc-select-item.isSearch.level8{padding-left:36px!important}.rc-select-item.isSearch.level8:before,.rc-select-item.isSearch.level8:after{left:99px!important}.rc-select-item.isSearch.level9{padding-left:36px!important}.rc-select-item.isSearch.level9:before,.rc-select-item.isSearch.level9:after{left:111px!important}.rc-select-item.isSearch.level10{padding-left:36px!important}.rc-select-item.isSearch.level10:before,.rc-select-item.isSearch.level10:after{left:123px!important}.defaultReset .rc-select-selection-item{display:none}.rc-select-item-option-disabled{cursor:default;opacity:.4}.rc-select-item-option-disabled.rc-select-item-option-non-check{opacity:1}.rc-select-small{line-height:20px}.rc-select-small .rc-select-selection-placeholder,.rc-select-small .rc-select-selection-item{top:2px;left:12px;font-size:14px;line-height:18px}.rc-select-small .rc-select-selector{padding:1px 25px 1px 12px}.rc-select-small .rc-select-arrow{top:3px}.rc-select-small.rc-select-dropdown-cont{position:relative;border-radius:12px}.rc-select-small .rc-select-item-empty{font-size:14px;line-height:21px}.rc-select-ellipsis-options .rc-select-item-option-content{display:inline;overflow:hidden;text-overflow:ellipsis}.rc-select-ellipsis-options.rc-select-break-label{word-break:break-all;-webkit-box-orient:vertical;-webkit-line-clamp:3;line-clamp:3}.rc-select-large .rc-select-selection-placeholder,.rc-select-large .rc-select-selection-item{top:8px}.rc-select-large .rc-select-selector{padding:8px 25px 8px 12px}.rc-select-large .rc-select-arrow{top:11px}.rc-select-cell,.rc-select-cell-tree{min-width:auto;height:calc(100% + 2px);background-color:#fff0;border-color:#fff0;border-radius:0;cursor:pointer;transition:border-color .15s ease}.rc-select-cell:not(.rc-select-disabled):not(.rc-select-no-editable):hover,.rc-select-cell:not(.rc-select-disabled):not(.rc-select-no-editable).rc-select-open,.rc-select-cell-tree:not(.rc-select-disabled):not(.rc-select-no-editable):hover,.rc-select-cell-tree:not(.rc-select-disabled):not(.rc-select-no-editable).rc-select-open{border-color:#dadada}.rc-select-cell:not(.rc-select-disabled):not(.rc-select-no-editable):hover .rc-select-arrow,.rc-select-cell:not(.rc-select-disabled):not(.rc-select-no-editable).rc-select-open .rc-select-arrow,.rc-select-cell-tree:not(.rc-select-disabled):not(.rc-select-no-editable):hover .rc-select-arrow,.rc-select-cell-tree:not(.rc-select-disabled):not(.rc-select-no-editable).rc-select-open .rc-select-arrow{opacity:1}.rc-select-cell .rc-select-selector,.rc-select-cell-tree .rc-select-selector{height:100%;padding:5px 30px 5px 8px}.rc-select-cell .rc-select-selection-item,.rc-select-cell .rc-select-selection-placeholder,.rc-select-cell-tree .rc-select-selection-item,.rc-select-cell-tree .rc-select-selection-placeholder{top:8px;left:8px;font-weight:500;font-size:12px;line-height:16px}.rc-select-cell .rc-select-selection-search-input,.rc-select-cell-tree .rc-select-selection-search-input{font-size:12px}.rc-select-cell .rc-select-arrow,.rc-select-cell-tree .rc-select-arrow{top:10px;width:12px;height:12px;font-size:12px;opacity:0}.rc-select-cell input,.rc-select-cell-tree input,.rc-select-cell .rc-select-selection-placeholder,.rc-select-cell-tree .rc-select-selection-placeholder{cursor:pointer}.rc-select-cell .rc-select-clear,.rc-select-cell-tree .rc-select-clear{top:-1px;right:0;width:32px}.rc-select-cell{margin:-1px}.dropdown-top{height:0}.dropdown-top>div{height:0}.dropdown-top .rc-select-dropdown-cont{transform:translateY(-100%)}.dropdown-top.rc-select-dropdown-slide-up-enter.rc-select-dropdown-slide-up-enter-active.rc-select-dropdown-placement-bottomLeft,.dropdown-top.rc-select-dropdown-slide-up-appear.rc-select-dropdown-slide-up-appear-active.rc-select-dropdown-placement-bottomLeft{animation-name:rcSelectDropdownSlideUpInTop;animation-play-state:running}.dropdown-top.rc-select-dropdown-slide-up-leave.rc-select-dropdown-slide-up-leave-active.rc-select-dropdown-placement-bottomLeft{animation-name:rcSelectDropdownSlideUpOutTop;animation-play-state:running}@keyframes rcSelectDropdownSlideUpInTop{0%{transform:scaleY(0);transform-origin:0 -52px;opacity:0}to{transform:scaleY(1);transform-origin:0 -52px;opacity:1}}@keyframes rcSelectDropdownSlideUpOutTop{0%{transform:scaleY(1);transform-origin:0 -52px;opacity:1}to{transform:scaleY(0);transform-origin:0 -52px;opacity:0}}.rc-select-clear{position:absolute;top:-1px;right:-1px;z-index:2;display:flex;align-items:center;justify-content:center;width:38px;height:32px;transform:none!important;cursor:pointer;opacity:.4;transition:opacity .2s ease}.rc-select-clear:hover,.rc-select-cell-selected .rc-select-arrow{opacity:1}.rc-select-max-content{width:max-content;min-width:150px;transition:all .2s ease,width 0s ease!important}.rc-select-max-content .rc-select-selection-search{display:none}.rc-select-max-content .rc-select-selection-item,.rc-select-max-content .rc-select-selection-placeholder{position:initial;max-width:none;padding-right:10px}.rc-select-max-content .rc-select-multiple .rc-select-selection-item,.rc-select-max-content .rc-select-multiple .rc-select-selection-placeholder{display:inline!important;opacity:0;pointer-events:none}.rc-select-max-content .rc-select-multiple .rc-select-selection-overflow{display:flex;width:0;opacity:0;pointer-events:none}.rc-select-max-content .rc-label{max-width:none}.rc-dropdown-with-apply{min-width:280px!important}.rc-select-error{border-color:#ff8110!important}.rc-select-disabled,.rc-select-disabled input{cursor:default}.rc-select-no-editable .rc-select-arrow{display:none}.rc-select-no-editable .rc-select-selector{cursor:default}.bigDropdown .rc-select-dropdown{width:364px!important;min-width:364px!important}.rc-select-transparent .rc-select{background-color:transparent}.rc-select-centered .rc-select-selection-item{left:50%}.rc-select-centered .rc-select-selection-placeholder{width:100%;padding-right:12px}.rc-select-dropdown-centered .rc-select-item-option-content{display:flex;justify-content:center;margin-left:24px}.rc-select-medium-placeholder .rc-select-selection-placeholder{font-weight:500}.rc-select-option-label{display:flex;flex-direction:column;gap:2px}.rc-select-option-label-bold{font-weight:700}.rc-select-option-description{color:#bfbfbf;font-size:12px;line-height:16px}.rc-select-search-in-dropdown .rc-select-selection-search-input{cursor:pointer}.rc-select-full-width-selected-item .rc-select-selection-item{width:100%}.rc-select-without-search-input .rc-select-selection-search-input{cursor:pointer}.rc-select-with-search .rc-select-selector{cursor:text}.rc-picker-dropdown{z-index:10}.rc-picker-panel{width:280px;-webkit-user-select:none;user-select:none}.rc-picker-panel td,.rc-picker-panel th{text-align:center}.rc-picker-panel th{color:#dadada;font-weight:500;font-size:14px;line-height:20px}.rc-picker-content{width:100%}.rc-picker-header{display:flex;align-items:center;justify-content:space-between;padding:8px}.rc-picker-header-prev-btn,.rc-picker-header-next-btn{display:block;width:24px;height:24px;margin:-4px;opacity:.6;transition:all .2s ease}.rc-picker-header-prev-btn:hover,.rc-picker-header-next-btn:hover{opacity:.8}.rc-picker-header-prev-btn,.rc-picker-header-super-prev-btn{transform:rotateY(180deg)}.rc-picker-header-view{display:inline-block;font-weight:700;font-size:16px;line-height:20px}.rc-picker-header-view .rc-picker-year-btn,.rc-picker-header-view .rc-picker-month-btn,.rc-picker-header-view .rc-picker-decade-btn{display:inline-block;padding:3px;font-weight:700;font-size:16px;line-height:20px;transition:all .2s ease}.rc-picker-header-view .rc-picker-year-btn:hover,.rc-picker-header-view .rc-picker-month-btn:hover,.rc-picker-header-view .rc-picker-decade-btn:hover{color:#262626}.rc-picker-cell-today .rc-calendar-cell{font-weight:700}.rc-picker-cell{padding:3px;text-align:center;cursor:pointer}.rc-picker-cell:not(.rc-picker-cell-in-view) .rc-calendar-cell{color:#bfbfbf}.rc-picker-cell:hover .rc-calendar-date{box-shadow:0 0 0 1px inset #00cacc}.rc-calendar-date{display:inline-flex!important;align-items:center;justify-content:center;width:26px;height:26px;border-radius:50%!important}.rc-calendar-cell{display:inline-block;padding:0 6px;color:#595959;font-weight:500;font-size:14px;line-height:22px;text-align:center;border-radius:11px;cursor:pointer;transition:all .2s ease}.rc-calendar-cell:hover{color:#595959;box-shadow:0 0 0 1px inset #00cacc}.rc-calendar-date-active{color:#fff!important;background-color:#00cacc}.rc-calendar-date-range{background-color:#00cacc1f}.rc-picker-body{padding:0 12px 12px}.rc-picker-date-panel .rc-picker-header-super-prev-btn,.rc-picker-date-panel .rc-picker-header-super-next-btn{display:none}.rc-picker-cell-disabled{pointer-events:none}.rc-picker-cell-disabled .rc-calendar-cell{color:#f0f0f0!important}.rc-pagination{display:flex;justify-content:center;margin-top:20px;margin-bottom:0;padding:0;-webkit-user-select:none;user-select:none}.rc-pagination li{display:inline;padding:2px 8px;color:#bfbfbf;font-weight:400;font-size:16px;line-height:28px;cursor:pointer;transition:all .2s ease}.rc-pagination li:hover{color:#595959}.rc-pagination li a{color:#bfbfbf;font-weight:400;font-size:16px;line-height:28px;cursor:pointer;transition:all .2s ease}.rc-pagination li a:hover{color:#595959}.rc-pagination-item-active a{color:#595959!important;font-weight:500!important}.rc-pagination-disabled{display:none!important}.canvasjs{width:calc(100% + 15px);height:470px;margin-left:-4px;overflow:hidden}.canvasjs .canvasjs-navigator-panel .canvasjs-chart-canvas{z-index:1}.zoomEnabled .canvasjs-stock-container>.canvasjs-chart-panel{top:95px!important}.zoomDisabled{position:relative;height:375px}.zoomDisabled .canvasjs-navigator-panel{opacity:0;pointer-events:none}.zoomDisabled .chartCont,.zoomDisabled .chartCont .canvasjs{height:375px}.zoomDisabled .chartCont .canvasjs>div{height:375px!important}.zoomDisabled .chartCont .canvasjs>div .canvasjs-stock-container>.canvasjs-chart-panel{top:0!important}.canvasjs-chart-credit{display:none}.canvasjs-chart-tooltip{padding:8px 10px 8px 0;font-weight:500!important;background-color:#fff!important;border-radius:8px!important;box-shadow:0 9px 50px 8px #0000001a!important}.canvasjs-chart-tooltip>div{padding:0!important;text-shadow:none!important}.chart-tooltip-date{color:#bfbfbf;font-size:12px;line-height:16px}.chart-tooltip-item{display:grid;grid-template-columns:3px 1fr;gap:10px;margin-left:-1px;font-size:13px}.chart-tooltip-item+.chart-tooltip-item{margin-top:7px}.chart-tooltip-circle{border-radius:2px}.canvasjs-slider-panel{z-index:2}.items-hide{height:0!important;padding:0!important;overflow:hidden}.option-text{display:block;margin:-6px 0;padding:6px 0}.option-text.option-hover:hover{text-decoration:underline;text-underline-position:under}.items-arrow{width:18px;height:20px;margin:1px 30px 0 -4px;padding-left:6px;color:#595959;font-size:8px;transform:rotate(-90deg) translateY(4px)}.items-arrow.hide-arrow{display:none}.items-arrow.items-arrow-no-checking{margin-right:8px}.items-opacity{opacity:0}.items-open .items-arrow{transform:rotate(0) translateY(2px)}.items-dark{color:#4c4c4c}.table-item{position:relative;display:flex;padding:8px 0;text-decoration:none}.table-item:first-child{border-top:1px solid #f0f0f0}.table-item:not(.items-hide){border-bottom:1px solid #f0f0f0}.table-item .option-text{cursor:pointer}.table-item:hover{text-decoration:none}.table-item .items-arrow{margin-right:4px;cursor:pointer}.tree-level1{padding-left:0!important}.tree-level2{padding-left:20px!important}.tree-level3{padding-left:40px!important}.tree-level4{padding-left:60px!important}.tree-level5{padding-left:80px!important}.tree-level6{padding-left:100px!important}.tree-level7{padding-left:120px!important}.tree-level8{padding-left:140px!important}.tree-level9{padding-left:160px!important}.tree-level10{padding-left:180px!important}.table-button-more-big{margin-top:20px}.table-button-more-small{margin-top:10px}.item-with-code{display:flex}.item-code{min-width:150px;margin-right:20px}.rc-select-selection-item .items-arrow{display:none}.rc-select-selection-item .item-with-code>div{max-width:100%;padding-right:10px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}html,body{width:100%;height:100vh}#app{position:relative;width:100%;min-height:100vh}a,.link{color:#00cacc;text-decoration:none;cursor:pointer;transition:color .2s ease}a:hover,.link:hover{color:#09e4e5}.linkGray{color:#999;text-decoration:none;cursor:pointer;transition:color .2s ease}.linkGray:hover{color:#818181}.linkDark{color:#595959;text-decoration:none;cursor:pointer;transition:color .2s ease}.linkDark:hover{color:#09e4e5}.linkDarkUnderline{color:#595959;text-decoration:none;cursor:pointer;transition:color .2s ease}.linkDarkUnderline:hover{color:#595959;text-decoration:underline}.linkBlank{display:block}.linkBlank .linkBlankCont{display:inline-block;max-width:100%}.linkBlank .linkBlankCont a{display:inline-block;max-width:calc(100% - 21px)}.linkBlank .linkBlankCont:after{display:inline-block;width:16px;height:16px;margin:0 0 0 6px;font-size:16px;background-image:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M1.5%204C1.5%202.61929%202.61929%201.5%204%201.5H8V2.5H4C3.17157%202.5%202.5%203.17157%202.5%204V12C2.5%2012.8284%203.17157%2013.5%204%2013.5H12C12.8284%2013.5%2013.5%2012.8284%2013.5%2012V8H14.5V12C14.5%2013.3807%2013.3807%2014.5%2012%2014.5H4C2.61929%2014.5%201.5%2013.3807%201.5%2012V4ZM10.5%201.5H14.5V5.5H13.5V3.20711L7.35355%209.35355L6.64645%208.64645L12.7929%202.5H10.5V1.5Z'%20fill='%23595959'/%3e%3c/svg%3e");opacity:0;content:""}.linkBlank .linkBlankCont:hover:after{opacity:.5}.linkBlank:hover .linkIcon{opacity:.5}.truncateEllipsis .linkBlank:after{display:none}.truncateEllipsis .linkIcon{display:block}.truncate{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.truncateInline{display:inline-block;max-width:100%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.flex-center{display:flex;align-items:center;justify-content:center;height:100%!important}.text-center{text-align:center}.text-right{display:flex;align-items:center;justify-content:flex-end}.is-open-popup{padding-right:17px;overflow:hidden!important}@media (width <= 1200px){.is-open-popup{padding-right:0}}@media (max-width: 720.02px){.is-open-popup-html,.is-open-popup{height:100%}}.strong{color:#00cacc;font-weight:700}.bold{font-weight:700}h1{max-width:100%;margin:0 0 16px;font-weight:700;font-size:24px;line-height:34px}h2{margin:0 0 16px;font-weight:700;font-size:18px;line-height:25px}h3{margin:0 0 16px;font-weight:700;font-size:16px;line-height:20px}h4{margin:0 0 16px;font-weight:700;font-size:14px;line-height:20px}h5{margin:0 0 16px;font-weight:700;font-size:12px;line-height:16px}.disabledInput{position:relative;opacity:.7}.disabledInput:before{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;content:""}.nowrap{white-space:nowrap}.toRight{display:flex;justify-content:flex-end}[data-container]{position:relative}.mb10{margin-bottom:10px}.mb12{margin-bottom:12px}.mb18{margin-bottom:18px}.mb20{margin-bottom:20px}.mt16{margin-top:16px}.mb16{margin-bottom:16px}.mb36{margin-bottom:36px}.mt36{margin-top:36px}.defaultBg{background-color:#f7f0f5!important}.dangerBg{background-color:#ffebd9!important}.redBg{background-color:#ffccc7!important}.color-danger{color:#ff8110}.color-primary{color:#00cacc}.menuItem{margin-bottom:16px}.menuItem:last-child{margin-bottom:0}.flex{display:flex}.flex-column{display:flex;flex-direction:column}.flex-auto{flex:1 0 auto}.flex-align-center{display:flex;align-items:center}.gray{color:#bfbfbf;font-size:14px}.grayDark{color:#999}.selectCellError{position:relative;z-index:5}.emptyText{color:#595959;text-align:left;opacity:1!important}.full{display:flex;flex:1 0 auto;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100%}.content-after-tabs{display:flex;flex-direction:column;height:calc(100% - 48px)!important}.content-after-tabs-small{display:flex;flex-direction:column;height:calc(100% - 40px)!important}.content-with-tabs-and-footer{display:flex;flex-direction:column;height:calc(100% - 96px)}.content-scroll-with-tabs-and-footer{display:flex;flex-direction:column;height:calc(100% - 82px)!important}.content-footer{display:flex;gap:16px;margin-top:16px}.content-footer-after-scroll{display:flex;gap:16px;margin-top:10px}.content-after-header{height:calc(100% - 50px)!important}.content-after-header-block{display:flex;flex-direction:column;height:calc(100% - 56px)!important}.h100{height:100%}.h100vh{height:100vh}.p0-8{padding:0 8px}.m8-0{margin:8px 0}.fz14{font-size:14px}.h-full{height:calc(100vh - 100px)}.h-full-after-tabs{height:calc(100vh - 136px)}.bg-white{background-color:#fff}.full-center{display:flex;flex:1 0 auto;align-items:center;justify-content:center;width:100%;height:100%}.dropdown{z-index:15;display:flex;flex-direction:column;width:max-content;min-width:150px;max-width:300px;max-height:336px;margin:4px 0;padding:8px 0;background-color:#fff;border-radius:8px;box-shadow:0 9px 50px 8px #0000001a;transform:scale(.95,.8) translate(-3px);transform-origin:top center;opacity:0;transition:all .2s ease;pointer-events:none}.dropdown.open{transform:scale(1);opacity:1;pointer-events:auto}.panelLeft{margin:0 -8px 0 0}.panelLeft th:last-child,.panelLeft td:last-child{padding-right:12px!important}.panelMiddle{margin:0 -8px}.panelMiddle th:first-child,.panelMiddle td:first-child{padding-left:12px!important}.panelMiddle th:last-child,.panelMiddle td:last-child{padding-right:12px!important}.panelRight{margin:0 0 0 -8px}.panelRight th:first-child,.panelRight td:first-child{padding-left:12px!important}.activeRow{color:#fff;background:#00cacc!important}.icon-16{display:inline-block;width:16px;height:16px;margin-right:4px;font-size:16px}.content-after-icon-16{width:calc(100% - 20px)}._loader_d628g_1{position:relative;display:inline-block;width:30px;height:6px}._loader_d628g_1 div{position:absolute;width:6px;height:6px;background-color:#00cacc;border-radius:50%;animation-timing-function:cubic-bezier(0,1,1,0);will-change:transform}._loader_d628g_1 div:nth-child(1){left:0;animation:_lds-ellipsis1_d628g_1 .6s infinite}._loader_d628g_1 div:nth-child(2){left:0;animation:_lds-ellipsis2_d628g_1 .6s infinite}._loader_d628g_1 div:nth-child(3){left:12px;animation:_lds-ellipsis2_d628g_1 .6s infinite}._loader_d628g_1 div:nth-child(4){left:24px;animation:_lds-ellipsis3_d628g_1 .6s infinite}._loader_d628g_1._mini_d628g_32{width:22px;height:4px}._loader_d628g_1._mini_d628g_32 div{width:4px;height:4px}._loader_d628g_1._mini_d628g_32 div:nth-child(2){animation:_lds-ellipsis2mini_d628g_1 .6s infinite}._loader_d628g_1._mini_d628g_32 div:nth-child(3){left:9px;animation:_lds-ellipsis2mini_d628g_1 .6s infinite}._loader_d628g_1._mini_d628g_32 div:nth-child(4){left:18px}@keyframes _lds-ellipsis1_d628g_1{0%{transform:scale(0)}to{transform:scale(1)}}@keyframes _lds-ellipsis2_d628g_1{0%{transform:translate(0)}to{transform:translate(12px)}}@keyframes _lds-ellipsis2mini_d628g_1{0%{transform:translate(0)}to{transform:translate(9px)}}@keyframes _lds-ellipsis3_d628g_1{0%{transform:scale(1)}to{transform:scale(0)}}._opacity_d628g_83{opacity:.15}._spinner_d628g_87 ._cont_d628g_87{width:22px;height:22px;margin:0;text-align:center}._spinnerCenter_d628g_94 ._cont_d628g_87{width:35px;height:35px;margin:0;text-align:center}._spinnerCenterLarge_d628g_101 ._cont_d628g_87{width:50px;height:50px;margin:0;text-align:center}._spinnerMini_d628g_108{display:flex;align-items:center;justify-content:center;width:100%;height:100%}._spinnerMini_d628g_108 ._cont_d628g_87{width:16px;height:16px;margin:0;text-align:center}._spinnerLarge_d628g_122{display:flex;align-items:center;justify-content:center;width:100%;height:100%}._spinnerLarge_d628g_122 ._cont_d628g_87{width:50px;height:50px;margin:0;text-align:center}._spinnerLarge_d628g_122 ._cont_d628g_87 ._wheel_d628g_135{border-width:2px}._wheel_d628g_135{width:100%;height:100%;margin:0 auto;border:1px solid #00cacc;border-left-color:transparent;border-radius:50%;animation:_loader-spin_d628g_1 .5s infinite linear}@keyframes _loader-spin_d628g_1{to{transform:rotate(360deg)}}@media (max-width: 720.02px){._spinnerLarge_d628g_122{transform:scale(.8)}}._white_d628g_180._default_d628g_180 div,._white_d628g_180._opacity_d628g_83 div,._white_d628g_180._mini_d628g_32 div{background-color:#fff}._white_d628g_180._spinner_d628g_87 ._wheel_d628g_135,._white_d628g_180._spinnerLarge_d628g_122 ._wheel_d628g_135,._white_d628g_180._spinnerMini_d628g_108 ._wheel_d628g_135,._white_d628g_180._spinnerCenter_d628g_94 ._wheel_d628g_135,._white_d628g_180._spinnerCenterLarge_d628g_101 ._wheel_d628g_135{border-color:#fff;border-left-color:transparent}._white_d628g_180._pulse_d628g_187 ._loaderPulse_d628g_187:before,._white_d628g_180._pulse_d628g_187 ._loaderPulse_d628g_187:after{border-color:#fff}._gray_d628g_192._default_d628g_180 div,._gray_d628g_192._opacity_d628g_83 div,._gray_d628g_192._mini_d628g_32 div{background-color:#999}._gray_d628g_192._spinner_d628g_87 ._wheel_d628g_135,._gray_d628g_192._spinnerLarge_d628g_122 ._wheel_d628g_135,._gray_d628g_192._spinnerMini_d628g_108 ._wheel_d628g_135,._gray_d628g_192._spinnerCenter_d628g_94 ._wheel_d628g_135,._gray_d628g_192._spinnerCenterLarge_d628g_101 ._wheel_d628g_135{border-color:#999;border-left-color:transparent}._gray_d628g_192._pulse_d628g_187 ._loaderPulse_d628g_187:before,._gray_d628g_192._pulse_d628g_187 ._loaderPulse_d628g_187:after{border-color:#999}._dark_d628g_204._default_d628g_180 div,._dark_d628g_204._opacity_d628g_83 div,._dark_d628g_204._mini_d628g_32 div{background-color:#595959}._dark_d628g_204._spinner_d628g_87 ._wheel_d628g_135,._dark_d628g_204._spinnerLarge_d628g_122 ._wheel_d628g_135,._dark_d628g_204._spinnerMini_d628g_108 ._wheel_d628g_135,._dark_d628g_204._spinnerCenter_d628g_94 ._wheel_d628g_135,._dark_d628g_204._spinnerCenterLarge_d628g_101 ._wheel_d628g_135{border-color:#595959;border-left-color:transparent}._dark_d628g_204._pulse_d628g_187 ._loaderPulse_d628g_187:before,._dark_d628g_204._pulse_d628g_187 ._loaderPulse_d628g_187:after{border-color:#595959}._danger_d628g_216._default_d628g_180 div,._danger_d628g_216._opacity_d628g_83 div,._danger_d628g_216._mini_d628g_32 div{background-color:#ff8110}._danger_d628g_216._spinner_d628g_87 ._wheel_d628g_135,._danger_d628g_216._spinnerLarge_d628g_122 ._wheel_d628g_135,._danger_d628g_216._spinnerMini_d628g_108 ._wheel_d628g_135,._danger_d628g_216._spinnerCenter_d628g_94 ._wheel_d628g_135,._danger_d628g_216._spinnerCenterLarge_d628g_101 ._wheel_d628g_135{border-color:#ff8110;border-left-color:transparent}._danger_d628g_216._pulse_d628g_187 ._loaderPulse_d628g_187:before,._danger_d628g_216._pulse_d628g_187 ._loaderPulse_d628g_187:after{border-color:#ff8110}._loaderCont_d628g_228{display:inline-flex;align-items:center}._loaderText_d628g_233{margin-left:14px;color:#999;font-size:13px}._isBlock_d628g_239{justify-content:center;width:100%;height:100%;max-height:500px}.full ._loaderText_d628g_233{margin:10px 0 0}._fullLarge_d628g_250 ._loaderText_d628g_233{color:#595959;font-size:16px;line-height:22px}._text_d628g_256{color:#bfbfbf;font-weight:500;font-size:12px;line-height:16px}._paginateCont_d628g_263{position:absolute;bottom:0;z-index:2;justify-content:center;width:calc(100% - 20px);transform:scale(0);opacity:0;transition:all .2s ease;pointer-events:none}._paginateCont_d628g_263>div{background-color:#fff;border-radius:10px;box-shadow:0 0 0 9px #fff,0 0 5px 9px #0000001a;transform:translateY(-20px)}._paginateCont_d628g_263>div>div{opacity:.7}._paginateCont_d628g_263._show_d628g_283{transform:scale(1);opacity:1}._close_vry6v_1{position:absolute;top:26px;right:26px;z-index:2;display:flex;align-items:center;justify-content:center;width:32px;height:32px;font-size:24px;cursor:pointer;opacity:.6;transition:opacity .2s ease}._close_vry6v_1:hover{opacity:1}._small_vry6v_20{position:relative;top:auto;right:auto;width:14px;height:14px;font-size:14px}._wrap_1gpr4_1{position:relative;width:100%;max-width:700px;padding:32px;font-size:16px;line-height:22px;background:#f7f0f5;border-radius:8px;transition:all .2s ease}._title_1gpr4_13{margin-bottom:16px;padding-right:40px;color:#595959;font-weight:700;font-size:22px;line-height:27px}@media (max-width: 768.02px){._wrap_1gpr4_1{position:fixed;top:0;right:0;bottom:0;left:0;width:100%!important;padding:20px!important;overflow:auto;background-color:#fff;border-radius:0}}@media (max-width: 400.02px){._title_1gpr4_13{font-size:16px;line-height:20px}}._anim_1czvt_1{opacity:1;transition:opacity .2s ease,transform .2s ease}._slideUp_1czvt_6{transform:none}._slideUp_1czvt_6._hide_1czvt_9{transform:translateY(20px);opacity:0}._slideUpMini_1czvt_14{transform:none}._slideUpMini_1czvt_14._hide_1czvt_9{transform:translateY(10px);opacity:0}._scaleIn_1czvt_22{transform:none}._scaleIn_1czvt_22._hide_1czvt_9{transform:scale(.95);opacity:0}._scaleInTopLeft_1czvt_30{transform:none;transform-origin:bottom left}._scaleInTopLeft_1czvt_30._hide_1czvt_9{transform:scale(.95);opacity:0}._scaleInTop_1czvt_30{transform:none;transform-origin:bottom center}._scaleInTop_1czvt_30._hide_1czvt_9{transform:scale(.95);opacity:0}._scaleInTopRight_1czvt_48{transform:none;transform-origin:bottom right}._scaleInTopRight_1czvt_48._hide_1czvt_9{transform:scale(.95);opacity:0}._scaleInBottomLeft_1czvt_57{transform:none;transform-origin:top left}._scaleInBottomLeft_1czvt_57._hide_1czvt_9{transform:scale(.95);opacity:0}._scaleInBottom_1czvt_57{transform:none;transform-origin:top center}._scaleInBottom_1czvt_57._hide_1czvt_9{transform:scale(.95);opacity:0}._scaleInBottomRight_1czvt_75{transform:none;transform-origin:top right}._scaleInBottomRight_1czvt_75._hide_1czvt_9{transform:scale(.95);opacity:0}._scaleInMini_1czvt_84{transform:none}._scaleInMini_1czvt_84._hide_1czvt_9{transform:scale(.98);opacity:0}._scaleInMiniTopLeft_1czvt_92{transform:none;transform-origin:bottom left}._scaleInMiniTopLeft_1czvt_92._hide_1czvt_9{transform:scale(.98);opacity:0}._scaleInMiniTop_1czvt_92{transform:none;transform-origin:bottom center}._scaleInMiniTop_1czvt_92._hide_1czvt_9{transform:scale(.98);opacity:0}._scaleInMiniTopRight_1czvt_110{transform:none;transform-origin:bottom right}._scaleInMiniTopRight_1czvt_110._hide_1czvt_9{transform:scale(.98);opacity:0}._scaleInMiniBottomLeft_1czvt_119{transform:none;transform-origin:top left}._scaleInMiniBottomLeft_1czvt_119._hide_1czvt_9{transform:scale(.98);opacity:0}._scaleInMiniBottom_1czvt_119{transform:none;transform-origin:top center}._scaleInMiniBottom_1czvt_119._hide_1czvt_9{transform:scale(.98);opacity:0}._scaleInMiniBottomRight_1czvt_137{transform:none;transform-origin:top right}._scaleInMiniBottomRight_1czvt_137._hide_1czvt_9{transform:scale(.98);opacity:0}._scaleUpMax_1czvt_146{transform:none}._scaleUpMax_1czvt_146._hide_1czvt_9{transform:scale(.98) translateY(10px);opacity:0}._scaleInMax_1czvt_154{transform:none}._scaleInMax_1czvt_154._hide_1czvt_9{transform:scale(.9);opacity:0}._slideUpScale_1czvt_162{transform:none}._slideUpScale_1czvt_162._hide_1czvt_9{transform:translateY(10px) scale(.98);opacity:0!important}._slideUpScaleMax_1czvt_170{transform:none}._slideUpScaleMax_1czvt_170._hide_1czvt_9{transform:translateY(15px) scale(.85)!important;opacity:0!important}._opacity_1czvt_178._hide_1czvt_9{opacity:0!important}._scaleToDown_1czvt_182{transform-origin:top;transition:opacity .25s ease,transform .25s ease}._scaleToDown_1czvt_182._hide_1czvt_9{transform:scaleY(0)!important;opacity:0!important}._scaleToUp_1czvt_191{transform-origin:bottom;transition:opacity .25s ease,transform .25s ease}._scaleToUp_1czvt_191._hide_1czvt_9{transform:scaleY(0)!important;opacity:0!important}._wrap_fnnmz_1{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;display:flex;align-items:center;justify-content:center;background:#ffffffe6;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}._hide_fnnmz_15{transform:none!important;opacity:0;pointer-events:none}._hide_fnnmz_15._scaleIn_fnnmz_20 ._popup_fnnmz_20{transform:scale(.95)}._hide_fnnmz_15._slideUp_fnnmz_23 ._popup_fnnmz_20{transform:translateY(20px)}._hide_fnnmz_15._slideUpScale_fnnmz_26 ._popup_fnnmz_20{transform:translateY(20px) scale(.95)}._popup_fnnmz_20{transition:all .2s ease}._overflow_fnnmz_34{position:absolute;z-index:1;display:flex;flex-direction:column;align-items:center;width:100%;height:100%;padding:40px;overflow:auto}._overflow_fnnmz_34:before,._overflow_fnnmz_34:after{flex:0 0 0;margin:auto;content:""}@media (max-width: 768.02px){._overflow_fnnmz_34{padding:0;overflow:hidden}._overflow_fnnmz_34:before,._overflow_fnnmz_34:after{display:none}._popup_fnnmz_20{position:fixed;top:0;right:0;bottom:0;left:0}}._button_1mxrg_1{position:relative;display:flex;align-items:stretch;overflow:hidden;font-weight:500;font-size:16px;line-height:22px;text-align:center;border:0;cursor:pointer;transition:background-color .2s ease,border-color .2s ease,color .2s ease,opacity .2s ease;-webkit-user-select:none;user-select:none}._button_1mxrg_1[disabled]{cursor:default}._button_1mxrg_1._renderForError_1mxrg_18,._button_1mxrg_1._renderForError_1mxrg_18 ._wrapper_1mxrg_21,._button_1mxrg_1._renderForError_1mxrg_18 ._repeat_1mxrg_22{transition:none}._cont_1mxrg_26{display:flex;align-items:center}._wrapper_1mxrg_21{display:flex;flex:1 0 auto;align-items:center;justify-content:center;transition:background-color .2s ease}._loading_1mxrg_39:after,._loading_1mxrg_39:before{display:none}._loading_1mxrg_39 ._cont_1mxrg_26{opacity:0}._loader_1mxrg_46{position:absolute;margin-top:-2px;transform:scale(.9)}._repeat_1mxrg_22{display:flex;align-items:center;justify-content:center;background-color:#ff8110;transition:background-color .2s ease}._repeat_1mxrg_22:hover{background-color:#ff9638}._isLoadingRepeat_1mxrg_63 svg{animation:_rotate_1mxrg_1 .5s linear infinite}@keyframes _rotate_1mxrg_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._icon_1mxrg_75{background-position:center;background-size:contain}._large_1mxrg_80{min-height:40px;border-radius:8px}._large_1mxrg_80 ._wrapper_1mxrg_21{padding:9px 16px}._large_1mxrg_80 ._icon_1mxrg_75{width:24px;height:24px;margin:-2px 0;font-size:24px}._large_1mxrg_80 ._icon_1mxrg_75._left_1mxrg_93{margin-right:8px}._large_1mxrg_80 ._icon_1mxrg_75._right_1mxrg_96{margin-left:8px}._large_1mxrg_80 ._repeat_1mxrg_22{width:40px;font-size:24px}._medium_1mxrg_104{min-height:32px;text-transform:none;border-radius:8px}._medium_1mxrg_104 ._wrapper_1mxrg_21{padding:5px 12px}._medium_1mxrg_104 ._loader_1mxrg_46{margin-top:0;transform:scale(.7)}._medium_1mxrg_104 ._icon_1mxrg_75{width:16px;height:16px;margin:-2px 0}._medium_1mxrg_104 ._icon_1mxrg_75._left_1mxrg_93{margin-right:8px}._medium_1mxrg_104 ._icon_1mxrg_75._right_1mxrg_96{margin-left:8px}._medium_1mxrg_104 ._repeat_1mxrg_22{width:32px;font-size:16px}._small_1mxrg_132{min-height:24px;font-size:14px;line-height:20px;text-transform:none;border-radius:6px}._small_1mxrg_132 ._wrapper_1mxrg_21{padding:2px 12px}._small_1mxrg_132 ._loader_1mxrg_46{margin-top:0;transform:scale(.7)}._small_1mxrg_132 ._icon_1mxrg_75{width:16px;height:16px;font-size:16px}._small_1mxrg_132 ._icon_1mxrg_75._left_1mxrg_93{margin-right:4px}._small_1mxrg_132 ._icon_1mxrg_75._right_1mxrg_96{margin-left:4px}._small_1mxrg_132 ._repeat_1mxrg_22{width:24px;font-size:16px}._withoutChildren_1mxrg_162 ._icon_1mxrg_75{margin:0!important}._withoutChildren_1mxrg_162._large_1mxrg_80 ._wrapper_1mxrg_21{padding:8px}._withoutChildren_1mxrg_162._medium_1mxrg_104 ._wrapper_1mxrg_21{padding:5px 8px}._withoutChildren_1mxrg_162._small_1mxrg_132 ._wrapper_1mxrg_21{padding:2px 4px}._withoutChildren_1mxrg_162._white_1mxrg_174._large_1mxrg_80 ._wrapper_1mxrg_21,._withoutChildren_1mxrg_162._border_1mxrg_174._large_1mxrg_80 ._wrapper_1mxrg_21,._withoutChildren_1mxrg_162._borderWhite_1mxrg_174._large_1mxrg_80 ._wrapper_1mxrg_21,._withoutChildren_1mxrg_162._borderPrimary_1mxrg_174._large_1mxrg_80 ._wrapper_1mxrg_21{padding:7px}._withoutChildren_1mxrg_162._white_1mxrg_174._medium_1mxrg_104 ._wrapper_1mxrg_21,._withoutChildren_1mxrg_162._border_1mxrg_174._medium_1mxrg_104 ._wrapper_1mxrg_21,._withoutChildren_1mxrg_162._borderWhite_1mxrg_174._medium_1mxrg_104 ._wrapper_1mxrg_21,._withoutChildren_1mxrg_162._borderPrimary_1mxrg_174._medium_1mxrg_104 ._wrapper_1mxrg_21{padding:4px 7px}._withoutChildren_1mxrg_162._white_1mxrg_174._small_1mxrg_132 ._wrapper_1mxrg_21,._withoutChildren_1mxrg_162._border_1mxrg_174._small_1mxrg_132 ._wrapper_1mxrg_21,._withoutChildren_1mxrg_162._borderWhite_1mxrg_174._small_1mxrg_132 ._wrapper_1mxrg_21,._withoutChildren_1mxrg_162._borderPrimary_1mxrg_174._small_1mxrg_132 ._wrapper_1mxrg_21{padding:1px 3px}._full_1mxrg_184{width:100%!important}._primary_1mxrg_188{color:#fff;background-color:#00cacc}._primary_1mxrg_188:not(._unclickable_1mxrg_192):hover:not([disabled]){background-color:#09e4e5}._primary_1mxrg_188:not(._unclickable_1mxrg_192)[disabled]{background-color:#abe3e3}._danger_1mxrg_199{color:#fff;background-color:#ff8110}._danger_1mxrg_199:not(._unclickable_1mxrg_192):hover:not([disabled]){background-color:#ff9638}._danger_1mxrg_199:not(._unclickable_1mxrg_192)[disabled]{background-color:#ffbd7f}._white_1mxrg_174{color:#00cacc;background-color:#fff;border:1px solid #fff}._white_1mxrg_174:not(._unclickable_1mxrg_192):hover:not([disabled]){color:#fff;background-color:#fff0}._white_1mxrg_174:not(._unclickable_1mxrg_192)[disabled]{background-color:#f0fcfc}._border_1mxrg_174{color:#595959;background-color:#fff0;border:1px solid #dadada}._border_1mxrg_174:not(._unclickable_1mxrg_192):hover:not([disabled]){border-color:#bfbfbf}._border_1mxrg_174:not(._unclickable_1mxrg_192)[disabled]{color:#bfbfbf;border-color:#dadada}._borderPrimary_1mxrg_174{color:#00cacc;background-color:#fff0;border:1px solid #00cacc}._borderPrimary_1mxrg_174:not(._unclickable_1mxrg_192):hover:not([disabled]){color:#09e4e5;border-color:#09e4e5}._borderPrimary_1mxrg_174:not(._unclickable_1mxrg_192)[disabled]{color:#abe3e3;border-color:#abe3e3}._borderWhite_1mxrg_174{color:#fff;background-color:#fff0;border:1px solid #fff}._borderWhite_1mxrg_174:not(._unclickable_1mxrg_192):hover:not([disabled]){color:#00cacc;background-color:#fff}._borderWhite_1mxrg_174:not(._unclickable_1mxrg_192)[disabled]{opacity:.6}._white_1mxrg_174._large_1mxrg_80 ._wrapper_1mxrg_21,._border_1mxrg_174._large_1mxrg_80 ._wrapper_1mxrg_21,._borderWhite_1mxrg_174._large_1mxrg_80 ._wrapper_1mxrg_21,._borderPrimary_1mxrg_174._large_1mxrg_80 ._wrapper_1mxrg_21{padding:8px 14px}._white_1mxrg_174._medium_1mxrg_104 ._wrapper_1mxrg_21,._border_1mxrg_174._medium_1mxrg_104 ._wrapper_1mxrg_21,._borderWhite_1mxrg_174._medium_1mxrg_104 ._wrapper_1mxrg_21,._borderPrimary_1mxrg_174._medium_1mxrg_104 ._wrapper_1mxrg_21{padding:4px 11px}._white_1mxrg_174._small_1mxrg_132 ._wrapper_1mxrg_21,._border_1mxrg_174._small_1mxrg_132 ._wrapper_1mxrg_21,._borderWhite_1mxrg_174._small_1mxrg_132 ._wrapper_1mxrg_21,._borderPrimary_1mxrg_174._small_1mxrg_132 ._wrapper_1mxrg_21{padding:1px 11px}._text_1mxrg_282{color:#999}._text_1mxrg_282:not(._unclickable_1mxrg_192):hover{color:#595959}._text_1mxrg_282:not(._unclickable_1mxrg_192)[disabled]{color:#bfbfbf}._textPrimary_1mxrg_292{color:#00cacc}._textPrimary_1mxrg_292:not(._unclickable_1mxrg_192):hover{color:#09e4e5}._textPrimary_1mxrg_292:not(._unclickable_1mxrg_192)[disabled]{color:#abe3e3}._textDanger_1mxrg_302{color:#ff8110}._textDanger_1mxrg_302:not(._unclickable_1mxrg_192):hover{color:#ff9638}._textDanger_1mxrg_302:not(._unclickable_1mxrg_192)[disabled]{color:#ffbd7f}._text_1mxrg_282 ._wrapper_1mxrg_21,._textPrimary_1mxrg_292 ._wrapper_1mxrg_21,._textDanger_1mxrg_302 ._wrapper_1mxrg_21{flex:none;padding:0}._text_1mxrg_282._large_1mxrg_80,._textPrimary_1mxrg_292._large_1mxrg_80,._textDanger_1mxrg_302._large_1mxrg_80{font-size:20px;line-height:26px}._text_1mxrg_282._medium_1mxrg_104,._textPrimary_1mxrg_292._medium_1mxrg_104,._textDanger_1mxrg_302._medium_1mxrg_104{font-size:16px;line-height:22px}._text_1mxrg_282._small_1mxrg_132,._textPrimary_1mxrg_292._small_1mxrg_132,._textDanger_1mxrg_302._small_1mxrg_132{font-size:14px;line-height:20px}._wrap_x03no_1{position:absolute;top:50%;left:50%;z-index:10;display:flex;flex:1 0 auto;width:200px;height:200px;margin:-100px 0 0 -100px;transition:all .2s ease}._cont_x03no_14{width:100%}._innerContainer_x03no_18{position:absolute;top:0;bottom:0;left:50%;width:max-content;min-width:100%;min-height:100%;border-radius:100px;transform:translate(-50%)}._innerContainer_x03no_18._innerContainerLeft_x03no_29{left:0;transform:translate(0)}._circleCont_x03no_34{height:100%;cursor:inherit;transition:all .2s ease;-webkit-appearance:none;-moz-appearance:none;appearance:none}._circle_x03no_34{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;width:max-content;min-width:100%;height:100%;padding:0 50px;overflow:hidden;border-radius:100px;cursor:default;transition:all .3s ease;-webkit-user-select:none;user-select:none}._circle_x03no_34:before{position:absolute;top:-1px;right:-1px;bottom:-1px;left:-1px;z-index:1;border-radius:100px;box-shadow:9px 16px 40px 20px #fff3 inset;content:""}._isClickable_x03no_70{cursor:pointer}._circleHover_x03no_74{padding:0 60px}._canvas_x03no_78{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._popover_x03no_85{position:absolute;bottom:230px;left:calc(100% - 100px);width:max-content;max-width:390px;padding:24px 40px 32px;font-weight:500;font-size:20px;line-height:28px;text-align:left;background-color:#f7f0f5;border-radius:40px;cursor:default;transition:all .35s ease,left .3s ease}._popoverHover_x03no_102{left:calc(100% - 280px)}._icon_x03no_106{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;width:100px;height:100px;color:#fff;font-size:100px;transition:opacity .3s ease}._icon_x03no_106._iconLeft_x03no_118{order:-1}._hide_x03no_122 ._popover_x03no_85{transform:translate(5px,15px) scale(.96) rotate(2deg);opacity:0}._labelWrap_x03no_127{position:relative;display:flex;align-items:center;width:0;height:100%;overflow:hidden;transform:translate(10%) scale(.9) matrix3d(1,0,0,.001,0,1,0,0,0,0,1,0,0,0,0,1);opacity:0;transition:all .3s ease}._labelWrap_x03no_127._show_x03no_138{transform:none;opacity:1}._labelWrap_x03no_127._showAlways_x03no_142{width:initial;transform:none;opacity:1}._label_x03no_127{position:relative;z-index:1;display:inline-block;padding-bottom:10px;color:#fff;font-weight:700;font-size:70px;line-height:64px;white-space:nowrap;text-transform:lowercase}._labelWithIcon_x03no_161{padding-right:16px}._labelWithIcon_x03no_161._labelRight_x03no_164{padding-right:0;padding-left:16px}._loading_x03no_169{pointer-events:none}._loading_x03no_169._isLoadingClickable_x03no_172{pointer-events:auto}._loading_x03no_169 ._icon_x03no_106{opacity:0}._loaderAnim_x03no_179{position:absolute;top:0;right:0;bottom:0;left:0}._loader_x03no_179{position:absolute;top:30px;right:30px;bottom:30px;left:30px}._loaderCont_x03no_195{width:140px!important;height:140px!important;transition:all .3s ease}._loaderWheel_x03no_201{border-width:3px}._small_x03no_205{position:relative;top:0;left:0;width:100px!important;height:100px!important;margin:0!important}._small_x03no_205 ._circle_x03no_34{width:100px;height:100px}._small_x03no_205 ._icon_x03no_106{width:58px;height:58px;font-size:58px}._small_x03no_205 ._loader_x03no_179{top:20px;right:20px;bottom:20px;left:20px}._small_x03no_205 ._loaderCont_x03no_195{width:60px!important;height:60px!important}._small_x03no_205 ._loaderWheel_x03no_201{border-width:2px}._tiny_x03no_236{position:relative;top:0;left:0;width:60px!important;height:60px!important;margin:0!important}._tiny_x03no_236 ._circle_x03no_34{padding:0 9px!important}._tiny_x03no_236 ._icon_x03no_106{width:32px;height:32px;padding-right:20px;font-size:32px}._tiny_x03no_236 ._label_x03no_127{padding:0 20px 0 10px;font-size:30px;line-height:38px}._tiny_x03no_236 ._loader_x03no_179{top:8px;right:8px;bottom:8px;left:8px}._tiny_x03no_236 ._loaderCont_x03no_195{width:32px!important;height:32px!important}._tiny_x03no_236 ._loaderWheel_x03no_201{border-width:2px}._mini_x03no_272{position:relative;top:0;left:0;width:40px!important;height:40px!important;margin:0!important}._mini_x03no_272 ._circle_x03no_34{width:40px;height:40px;padding:0 9px!important}._mini_x03no_272 ._icon_x03no_106{width:22px;height:22px;font-size:22px}._mini_x03no_272 ._loader_x03no_179{top:8px;right:8px;bottom:8px;left:8px}._mini_x03no_272 ._loaderCont_x03no_195{width:24px!important;height:24px!important}._mini_x03no_272 ._loaderWheel_x03no_201{border-width:2px}._bottom_x03no_304{position:relative;top:auto;left:auto;flex:0;margin:0!important}._bottomLeft_x03no_312{position:fixed;top:auto;bottom:20px;left:20px;flex:0;width:60px!important;height:60px!important;margin:0!important}._bottomLeft_x03no_312 ._circleCont_x03no_34{left:0;transform:none}._bottomLeft_x03no_312 ._circle_x03no_34{padding:0 13px}._bottomLeft_x03no_312 ._icon_x03no_106{width:34px;height:34px;font-size:34px}._bottomLeft_x03no_312 ._popover_x03no_85{bottom:65px;left:calc(100% - 20px);max-width:200px;padding:12px 20px 16px;font-size:14px;line-height:20px;border-radius:24px}._bottomLeft_x03no_312 ._label_x03no_127{padding-right:10px;padding-bottom:5px;font-size:25px;line-height:27px}._bottomLeft_x03no_312 ._loaderCont_x03no_195{width:40px!important;height:40px!important;transition:all .3s ease}._bottomLeft_x03no_312 ._loader_x03no_179{top:10px;right:10px;bottom:10px;left:10px}._iconAnimation_x03no_361{display:flex;max-height:100px}._disabled_x03no_366{pointer-events:none}@media (max-height: 800px){._wrap_x03no_1{margin-top:0}}@media (max-width: 1500px){._label_x03no_127{padding-bottom:5px;font-size:50px}._iconAnimation_x03no_361{max-height:80px}._icon_x03no_106{font-size:80px}._wrap_x03no_1{width:150px;height:150px;margin:-75px 0 0 -75px}._circle_x03no_34{padding:0 25px}._circleHover_x03no_74{padding:0 25px 0 40px}._labelWithIcon_x03no_161{padding-right:5px}._popover_x03no_85{bottom:180px;left:calc(100% - 75px);max-width:340px;padding:22px 28px;font-size:18px;line-height:27px;border-radius:35px}._popoverHover_x03no_102{left:calc(100% - 260px)}._loader_x03no_179{top:25px;right:25px;bottom:25px;left:25px}._loaderCont_x03no_195{width:100px!important;height:100px!important}}._newYearBall_x03no_423{position:absolute;bottom:0;left:0}._newYear_x03no_423{transition:transform 3s ease}._newYear_x03no_423:hover{transform:scale(1.05)}._popup_1kril_1{max-width:410px}._buttons_1kril_5{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-top:32px}._buttons_1kril_5._oneButton_1kril_11{grid-template-columns:auto;justify-content:end}._buttonEasyPopup_1kril_16{position:relative}._buttonEasyCancel_1kril_20{position:absolute;top:130px;left:50%;white-space:nowrap;text-transform:lowercase;transform:translate(-50%)}._titleWithChildren_1kril_29{margin-bottom:8px}@media (max-height: 800px){._buttonEasyCancel_1kril_20{top:230px}}@media (max-width: 1400.02px){._buttonEasyCancel_1kril_20{top:100px}}@media (max-width: 768.02px){._popup_1kril_1{max-width:none;padding:80px!important}._title_1kril_29{padding:0;text-align:center}._buttons_1kril_5{margin-top:60px}}@media (max-width: 576.02px){._popup_1kril_1{padding:80px 40px!important}}@media (max-width: 400.02px){._buttons_1kril_5{grid-template-columns:1fr;margin-top:40px}}._portal_1fog9_1{position:absolute;top:0;left:0;z-index:200;width:100%}._dropdown_1fog9_9{position:absolute}._isRenderForPosition_1fog9_13{position:fixed;top:0!important;left:0!important;opacity:0;pointer-events:none}._isTop_1fog9_21{transform:translateY(-100%)}._bottom_1fog9_25{transform:none}._bottom_1fog9_25._isTop_1fog9_21{transform:translate(-100%)}._bottomLeft_1fog9_32,._bottomRight_1fog9_33{transform:none}._bottomLeft_1fog9_32._isTop_1fog9_21,._bottomRight_1fog9_33._isTop_1fog9_21,._top_1fog9_41,._topLeft_1fog9_45,._topRight_1fog9_46{transform:translateY(-100%)}._wrap_1s3i3_1{display:inline-flex;color:#999;font-weight:500;text-decoration:none}._wrap_1s3i3_1:hover{color:#818181}._wrap_1s3i3_1._active_1s3i3_10{color:#595959!important;font-weight:700}._icon_1s3i3_15{flex-shrink:0;margin-right:4px;font-size:19px}._wrap_ocf0a_1{display:flex;font-weight:500;font-size:14px;line-height:20px}._icon_ocf0a_8{display:flex;margin-right:10px;margin-left:-1px;font-size:24px}._text_ocf0a_15{padding:2px 0}._large_ocf0a_19{font-size:18px;line-height:27px}._large_ocf0a_19 ._icon_ocf0a_8{margin-top:3px}._small_ocf0a_27{font-size:12px;line-height:16px}._small_ocf0a_27 ._icon_ocf0a_8{margin-top:3px;margin-right:6px;font-size:14px}._default_ocf0a_37{color:#00cacc}._danger_ocf0a_41{color:#ff8110}._bold_ocf0a_45{font-weight:700}._dangerInfo_ocf0a_49 ._icon_ocf0a_8{color:#ff8110}._infoSuccess_ocf0a_53 ._icon_ocf0a_8,._infoSuccess_ocf0a_53 ._text_ocf0a_15,._remove_ocf0a_58 ._icon_ocf0a_8,._close_ocf0a_59 ._icon_ocf0a_8{color:#00cacc}._isClickable_ocf0a_63{cursor:pointer}._disabled_ocf0a_67{cursor:auto;pointer-events:none}._disabled_ocf0a_67 ._icon_ocf0a_8{color:#dadada}._wrap_168sr_1{position:relative}._draggableContainer_168sr_5{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;cursor:grabbing}._dragging_168sr_15{position:fixed!important;z-index:1000}._dragElement_168sr_20{cursor:grab}._placeholder_168sr_24{box-sizing:content-box;background-color:#fafafa}._between_168sr_29{position:absolute;z-index:10;width:100%!important;height:2px;margin-top:-1px;background:#00cacc}._levelWrapper_168sr_38{position:absolute;z-index:10;width:100%!important;background-color:#00cacc1a;box-shadow:0 0 0 1px #00cacc}._isDragging_168sr_46 [data-collapsed-arrow]{color:#00cacc;background-color:#00cacc1a;border-radius:2px;box-shadow:0 0 0 1px #00cacc}._onDragExpand_168sr_53{background-color:#00cacc1a}._onDragExpand_168sr_53 [data-collapsed-arrow]{background-color:#00cacc33;box-shadow:0 0 0 1px #00cacc,0 0 0 3px #00cacc4d}._wrap_fctit_1{display:flex;align-items:stretch;min-height:16px;cursor:pointer}._wrap_fctit_1._noStretch_fctit_7{width:16px;margin:0 auto}._wrap_fctit_1:hover ._checkbox_fctit_11{border-color:#999}._wrap_fctit_1._checked_fctit_14:not(._partially_fctit_14) ._checkbox_fctit_11{background-color:#595959;border-color:#595959;transition:border-color 0ms ease,opacity .15s ease}._input_fctit_20{display:none}._label_fctit_24{margin-left:8px;font-weight:500;font-size:16px;line-height:22px;transition:all .2s ease;-webkit-user-select:none;user-select:none}._checkboxCont_fctit_33{display:flex;align-items:center;max-height:22px}._checkbox_fctit_11{display:flex;flex-shrink:0;align-items:center;justify-content:center;width:16px;height:16px;color:#fff;background-color:#fff;background-position:center;border:1px solid #dadada;border-radius:4px;transition:opacity .15s ease,border-color .15s ease;-webkit-user-select:none;user-select:none}._checkbox_fctit_11 ._icon_fctit_54{width:100%;height:100%;opacity:0}._small_fctit_60 ._label_fctit_24{font-size:14px;line-height:20px}._checked_fctit_14 ._checkbox_fctit_11 ._icon_fctit_54{opacity:1}._checked_fctit_14._disabled_fctit_68 ._checkbox_fctit_11{color:#dadada!important;background-color:#f2f2f2!important;border-color:#dadada!important}._checked_fctit_14._disabled_fctit_68 ._label_fctit_24{color:#595959}._disabled_fctit_68{pointer-events:none}._disabled_fctit_68 ._checkbox_fctit_11{color:#bfbfbf!important;background-color:#fff!important;border-color:#f0f0f0!important}._disabled_fctit_68 ._label_fctit_24{color:#bfbfbf}._bold_fctit_89 ._checkbox_fctit_11{margin-top:0}._bold_fctit_89 ._label_fctit_24{color:#595959;font-weight:700;font-size:12px;line-height:16px}._bold_fctit_89:hover ._label_fctit_24{color:#262626}._partially_fctit_14 ._checkbox_fctit_11{position:relative}._partially_fctit_14 ._checkbox_fctit_11:after{position:absolute;top:50%;left:50%;width:4px;height:4px;background-color:#595959;border-radius:4px;transform:translate(-50%,-50%);content:""}._noEditable_fctit_117{pointer-events:none}._primary_fctit_121._wrap_fctit_1:hover ._checkbox_fctit_11{border-color:#00cacc}._primary_fctit_121._wrap_fctit_1._checked_fctit_14:not(._partially_fctit_14) ._checkbox_fctit_11{background-color:#00cacc;border-color:#00cacc}._checked_fctit_14._clicked_fctit_129._animated_fctit_129 ._checkbox_fctit_11{animation:_scale_fctit_1 .2s linear alternate 2}@keyframes _scale_fctit_1{to{transform:scale(2.375)}}._wrap_18z1l_1{position:relative;display:flex}._wrap_18z1l_1._top_18z1l_5,._wrap_18z1l_1._auto_18z1l_5{justify-content:center}._wrap_18z1l_1._top_18z1l_5 ._anim_18z1l_8,._wrap_18z1l_1._auto_18z1l_5 ._anim_18z1l_8{top:-12px;transform:translateY(-100%)}._wrap_18z1l_1._topLeft_18z1l_12{justify-content:flex-start}._wrap_18z1l_1._topLeft_18z1l_12 ._anim_18z1l_8{top:-12px;left:0;transform:translateY(-100%)}._wrap_18z1l_1._topRight_18z1l_20{justify-content:flex-end}._wrap_18z1l_1._topRight_18z1l_20 ._anim_18z1l_8{top:-12px;right:0;transform:translateY(-100%)}._wrap_18z1l_1._bottom_18z1l_28{justify-content:center}._wrap_18z1l_1._bottom_18z1l_28 ._anim_18z1l_8{bottom:-12px;transform:translateY(100%)}._wrap_18z1l_1._bottomLeft_18z1l_35{justify-content:flex-start}._wrap_18z1l_1._bottomLeft_18z1l_35 ._anim_18z1l_8{bottom:-12px;left:0;transform:translateY(100%)}._wrap_18z1l_1._bottomRight_18z1l_43{justify-content:flex-end}._wrap_18z1l_1._bottomRight_18z1l_43 ._anim_18z1l_8{right:0;bottom:-12px;transform:translateY(100%)}._anim_18z1l_8{position:absolute;z-index:2;width:max-content}._cont_18z1l_58{display:flex;align-items:center;justify-content:center;width:100%}._cursorPointer_18z1l_65{cursor:pointer}._tooltip_18z1l_69{position:relative;max-width:220px;padding:6px 8px;overflow:visible;color:#fff;font-weight:500;font-size:12px;line-height:16px;background-color:#595959;border-radius:8px;filter:drop-shadow(0 0 8px rgba(0,0,0,.35))}._tooltip_18z1l_69:before{position:absolute;z-index:-10;width:12px;height:12px;background-color:#595959;border:10px solid transparent;transition:all .3s ease-in-out;content:""}._tooltip_18z1l_69._top_18z1l_5:before,._tooltip_18z1l_69._auto_18z1l_5:before{bottom:-6px;left:50%;transform:translate(-50%) rotate(45deg)}._tooltip_18z1l_69._topLeft_18z1l_12:before{bottom:-6px;left:min(80%,30px);transform:rotate(45deg)}._tooltip_18z1l_69._topRight_18z1l_20:before{right:min(80%,30px);bottom:-6px;transform:rotate(45deg)}._tooltip_18z1l_69._bottom_18z1l_28:before{top:-6px;left:50%;transform:translate(-50%) rotate(45deg)}._tooltip_18z1l_69._bottomRight_18z1l_43:before{top:-6px;right:min(80%,30px);transform:rotate(45deg)}._tooltip_18z1l_69._bottomLeft_18z1l_35:before{top:-6px;left:min(80%,30px);transform:rotate(45deg)}._wrap_63ad3_1{position:relative;display:flex;height:100%;font-size:16px;cursor:text}._wrap_63ad3_1._noMultiline_63ad3_8{align-items:flex-start}._cont_63ad3_12{position:relative;display:flex;width:100%}._input_63ad3_18{position:relative;width:100%;color:#595959;font-weight:500;background:#fff;border:1px solid #dadada;border-radius:8px;outline:none;transition:all .2s ease,background-color .15s ease,border-color .15s ease,margin 0ms,padding 0ms,height 0ms,font-size 0ms,font-weight 0ms,line-height 0ms,border-radius 0ms,border-width 0ms}._input_63ad3_18._withCancel_63ad3_29{padding-right:28px!important}._input_63ad3_18:hover{border:1px solid #bfbfbf}._wrap_63ad3_1:not(._isCell_63ad3_36) ._input_63ad3_18:focus{border-color:#bfbfbf}._danger_63ad3_40 ._input_63ad3_18{padding:5px 13px;color:#fff;background-color:#ff8110;border-color:#ff8110;border-width:0!important}._danger_63ad3_40 ._input_63ad3_18::-webkit-input-placeholder{color:#ffffff4d!important}._danger_63ad3_40 ._input_63ad3_18::-moz-placeholder{color:#ffffff4d!important}._primary_63ad3_54 ._input_63ad3_18{padding:5px 15px;color:#fff;background-color:#00cacc;border-color:#00cacc;border-width:0!important}._primary_63ad3_54 ._input_63ad3_18::-webkit-input-placeholder{color:#ffffff4d!important}._primary_63ad3_54 ._input_63ad3_18::-moz-placeholder{color:#ffffff4d!important}._clearButton_63ad3_68{position:absolute;top:7px;right:9px;z-index:1;font-size:16px;cursor:pointer;opacity:.6;transition:all .2s ease}._clearButton_63ad3_68:hover{opacity:1!important}._clearButton_63ad3_68:after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;content:""}._medium_63ad3_91 ._input_63ad3_18{padding:4px 12px;font-size:16px;line-height:22px}._medium_63ad3_91 ._afterContent_63ad3_96{font-size:16px}._small_63ad3_100 ._input_63ad3_18{padding:1px 12px;font-size:14px;line-height:20px;border-radius:6px}._small_63ad3_100 ._loader_63ad3_106{top:4px;right:4px}._small_63ad3_100 ._info_63ad3_110{top:4px;right:4px;white-space:pre-line}._small_63ad3_100 ._afterContent_63ad3_96{font-size:12px}._isCell_63ad3_36{width:calc(100% + 17px);height:calc(100% + 18px);min-height:calc(100% + 18px)!important;margin:-9px}._isCell_63ad3_36 ._input_63ad3_18{min-height:100%;padding:8px;font-weight:500;font-size:12px;line-height:16px;background-color:#fff0;border-color:#fff0;border-radius:0}._isCell_63ad3_36 ._afterContent_63ad3_96{opacity:0;transition:opacity .15s ease}._isCell_63ad3_36:not(._disabled_63ad3_139):not(._noEditable_63ad3_139):hover ._input_63ad3_18,._isCell_63ad3_36:not(._disabled_63ad3_139):not(._noEditable_63ad3_139)._isFocused_63ad3_139 ._input_63ad3_18{position:relative;z-index:1;border-color:#dadada}._isCell_63ad3_36:not(._disabled_63ad3_139):not(._noEditable_63ad3_139):hover ._afterContent_63ad3_96,._isCell_63ad3_36:not(._disabled_63ad3_139):not(._noEditable_63ad3_139)._isFocused_63ad3_139 ._afterContent_63ad3_96{opacity:1}._isCell_63ad3_36 ._clearButton_63ad3_68,._isCell_63ad3_36 ._info_63ad3_110{top:9px}._isFocused_63ad3_139{z-index:5}._disabled_63ad3_139._isCell_63ad3_36{cursor:default;opacity:.4}._noWrap_63ad3_161 ._input_63ad3_18{white-space:nowrap}._loader_63ad3_106{position:absolute;top:8px;right:8px;z-index:2}._loader_63ad3_106._after_63ad3_96{right:40px}._afterContent_63ad3_96{position:absolute;top:0;right:0;bottom:0;z-index:1;display:flex;align-items:center;justify-content:center;width:32px}._afterIsClickable_63ad3_187{cursor:pointer}._withAfter_63ad3_191{padding-right:32px}._disabled_63ad3_139:not(._isCell_63ad3_36){border-color:#dadada;cursor:default;opacity:1}._disabled_63ad3_139:not(._isCell_63ad3_36) ._input_63ad3_18{background-color:#f2f2f2}._isChanged_63ad3_204 ._input_63ad3_18{background-color:#f7f0f5}._noEditable_63ad3_139{pointer-events:none}._info_63ad3_110{position:absolute;top:8px;right:7px;z-index:5}._error_63ad3_219{z-index:6}._error_63ad3_219 ._input_63ad3_18{border-color:#ff8110!important}._withRight_63ad3_226 ._info_63ad3_110{right:30px}._warning-danger_63ad3_230{color:#ff8110}._warning-dark_63ad3_234{color:#595959}._warning-primary_63ad3_238{color:#00cacc}._showCleanOnHover_63ad3_242 ._clearButton_63ad3_68{opacity:0}._showCleanOnHover_63ad3_242:hover ._clearButton_63ad3_68{opacity:.6}._wrap_f72eg_1{position:relative;display:flex;flex-direction:column;padding:17px;overflow:hidden;background-color:#fff;border:1px solid #dadada;border-radius:8px}._scroll_f72eg_12{position:relative;width:calc(100% + 13px)!important;height:100%;margin-right:-17px;padding-right:13px}._light_f72eg_20{padding:18px;background-color:#f7f0f5;border:none}._primary_f72eg_26{padding:18px;background-color:#b7f3f4;border:none}._content_f72eg_32{display:flex;flex-direction:column;width:100%;min-height:100%}._content_f72eg_32>[data-table=true]{display:flex;flex:1 0 auto;flex-direction:column;min-height:100%}._content_f72eg_32>[data-table=true]>[data-loader=true]{flex:1 0 auto}._scrollHorizontal_f72eg_48{width:max-content;min-width:100%}._locked_f72eg_53{border:1px solid #f0f0f0}._locked_f72eg_53:after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:10;background-color:#ffffff80;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);content:""}._wrap_7s29e_2{width:280px;background:#fff;border:none;border-radius:8px;box-shadow:0 9px 50px 8px #0000001a}._footer_7s29e_10{display:flex;gap:8px;padding:0 12px 12px}._top_7s29e_16{padding:12px 12px 0}._topCont_7s29e_20{position:relative;display:flex}._topCont_7s29e_20:after{position:absolute;top:50%;left:50%;z-index:5;width:16px;height:20px;margin:-10px 0 0 -10px;content:"—"}._inputWrap_7s29e_35{min-width:auto}._inputLeft_7s29e_39{border-right:none!important;border-top-right-radius:0;border-bottom-right-radius:0}._inputRight_7s29e_45{text-align:right;border-left:none!important;border-top-left-radius:0;border-bottom-left-radius:0}._isFocus_7s29e_52 input,._top_7s29e_16:hover input{border-color:#bfbfbf}._isError_7s29e_57 input{border-color:#ff8110!important}._circle_1pbkn_1{width:8px;height:8px;margin-right:4px;border-radius:50%}._circle_1pbkn_1._green_1pbkn_7{background-color:#93db9e}._circle_1pbkn_1._red_1pbkn_10{background-color:#f69e9e}._circle_1pbkn_1._gray_1pbkn_13{background-color:#f7f0f5}._root_1pbkn_17{display:flex;align-items:center}._small_1pbkn_22{font-size:12px}._wrap_1ncol_1{position:relative;min-width:60px;overflow:hidden;background-color:#f6f6f6;border-radius:4px}._wrap_1ncol_1._disableAnimation_1ncol_8:after{display:none}._wrap_1ncol_1:after{position:absolute;top:0;bottom:0;background:linear-gradient(90deg,#fff3 25%,#fff9 37%,#fff3 63%);animation-name:_skeleton-loading_1ncol_1;animation-duration:1.5s;animation-timing-function:ease;animation-iteration-count:infinite;content:"";inset-inline-end:-150%;inset-inline-start:-150%}@keyframes _skeleton-loading_1ncol_1{0%{transform:translate(-37.5%)}to{transform:translate(37.5%)}}._default_1ncol_33{height:18px;margin:3px 0}._large_1ncol_38{height:24px;margin:6px 0 7px}._small_1ncol_43{height:12px;margin:2px 0}._tabs_1ncol_48{width:100%;max-width:450px;height:22px;margin:0;border-radius:8px}._tabs_1ncol_48._large_1ncol_38{height:42px}._hide_sv8yx_1{height:0!important;overflow:hidden;opacity:0;pointer-events:none}._hide_sv8yx_1 .truncate{overflow:initial;white-space:initial;text-overflow:initial}._cont_sv8yx_13{display:initial;align-items:initial;justify-content:initial}._wordBreakAll_sv8yx_19{word-break:break-all}._wrap_3vj0f_1{display:inline-flex;align-items:center;justify-content:space-between;color:#595959;background-color:#f7f0f5;border-radius:8px;transition:all .2s ease;-webkit-user-select:none;user-select:none}._cont_3vj0f_12{display:flex;align-items:center;width:100%}._contShort_3vj0f_18{width:calc(100% - 32px)}._icon_3vj0f_22{display:flex;font-size:16px}._iconClose_3vj0f_27{margin-left:4px}._pointer_3vj0f_31{cursor:pointer}._label_3vj0f_35{overflow:hidden;font-weight:500;white-space:nowrap;text-overflow:ellipsis}._flex_3vj0f_42{display:flex;align-items:center}._disabled_3vj0f_47{opacity:.5;pointer-events:none}._icoClose_3vj0f_52{margin-left:5px}._icoClose_3vj0f_52._disableClose_3vj0f_55{opacity:.4!important;pointer-events:none}._isBorder_3vj0f_60{color:#595959;background-color:#fff!important;box-shadow:0 0 0 1px #f7f0f5 inset}._large_3vj0f_66{padding:9px 12px;font-weight:500;font-size:16px;line-height:22px}._large_3vj0f_66 ._cont_3vj0f_12{gap:6px}._medium_3vj0f_76{padding:5px 12px;font-weight:500;font-size:16px;line-height:22px}._medium_3vj0f_76 ._cont_3vj0f_12{gap:6px}._small_3vj0f_86{padding:2px 6px;font-weight:500;font-size:14px;line-height:20px}._small_3vj0f_86 ._cont_3vj0f_12{gap:4px}._small_3vj0f_86 ._iconClose_3vj0f_27{margin-right:-2px;font-size:12px}._danger_3vj0f_100{color:#fff;background-color:#ff8110;border-color:#ff8110!important}._danger_3vj0f_100._isBorder_3vj0f_60{color:#ff8110;box-shadow:0 0 0 1px #ff8110 inset}._white_3vj0f_110{color:#595959;background-color:#fff}._white_3vj0f_110._isBorder_3vj0f_60{box-shadow:0 0 0 1px #dadada inset}._dark_3vj0f_118{color:#fff;background-color:#595959}._dark_3vj0f_118._isBorder_3vj0f_60{color:#595959;box-shadow:0 0 0 1px #595959 inset}._black_3vj0f_127{color:#fff;background-color:#000}._black_3vj0f_127._isBorder_3vj0f_60{color:#000;box-shadow:0 0 0 1px #000 inset}._primary_3vj0f_136{color:#fff;background-color:#00cacc}._primary_3vj0f_136._isBorder_3vj0f_60{color:#00cacc;box-shadow:0 0 0 1px #00cacc inset}._red_3vj0f_145{color:#fff;background-color:#ff4d4f}._red_3vj0f_145._isBorder_3vj0f_60{color:#ff4d4f;box-shadow:0 0 0 1px #ff4d4f inset}._transparent_3vj0f_154{color:#595959;background-color:#fff0}._transparent_3vj0f_154._isBorder_3vj0f_60{box-shadow:0 0 0 1px #fff0 inset}._root_hm6ky_1{display:flex;width:100%;column-gap:8px}._menu_z1ta6_1{position:absolute;z-index:1000;transition:transform .1s ease,opacity .1s ease}._isRenderForPosition_z1ta6_7{position:fixed;top:0!important;left:0!important;transform:none;opacity:0;pointer-events:none}._wrap_1efsq_1{color:#ff8110;font-weight:500;font-size:12px;line-height:16px}._hide_9lgut_1{height:0!important;overflow:hidden}._hide_9lgut_1 ._wrap_9lgut_5{transform:scaleX(.98) translateY(-15%);opacity:0}._noTransform_9lgut_10 ._wrap_9lgut_5{transform-origin:top}._noTransform_9lgut_10._hide_9lgut_1 ._wrap_9lgut_5{transform:scaleY(0);opacity:0}._wrap_1jyfm_1{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;padding-top:5px}._message_1jyfm_10{color:#ff8110;font-weight:500;font-size:16px;line-height:140%;text-align:center;background-color:#fff}@media (max-width: 720.02px){._message_1jyfm_10{font-size:14px;line-height:18px}}._excelChart_1y6cx_1{padding-right:32px}._excelChart_1y6cx_1 .canvasjs-chart-tooltip{background-color:#595959!important}._excelChart_1y6cx_1 .canvasjs-chart-tooltip .chart-tooltip-item{display:grid;grid-template-columns:3px 1fr;gap:8px;align-items:center;margin-left:-1px;padding-left:12px;font-size:13px}._excelChart_1y6cx_1 .canvasjs-chart-tooltip .chart-tooltip-item+._excelChart_1y6cx_1 .canvasjs-chart-tooltip .chart-tooltip-item{margin-top:7px}._excelChart_1y6cx_1 .canvasjs-chart-tooltip .chart-tooltip-circle{width:8px;height:8px;border-radius:50%}._chart_1y6cx_7{height:400px}._tags_1y6cx_29{display:flex;flex-wrap:wrap;width:90%;min-height:32px;margin-bottom:32px}._legendItem_1y6cx_37{margin:0 8px 8px 0}._top_1y6cx_41{display:flex;align-items:start;justify-content:space-between}._info_1y6cx_47{display:flex;align-items:center;justify-content:center;height:470px}._wrap_1o5rr_2{display:grid;grid-template-rows:100%;grid-template-columns:max-content 1fr;height:100%;overflow:hidden}._wrapLoading_1o5rr_10{display:block;grid-template-columns:1fr}._rowsCont_1o5rr_15{position:relative;height:100%;overflow:hidden;background-color:#fff}._rows_1o5rr_15{width:max-content;min-width:100%}._columns_1o5rr_27{position:relative;z-index:5;display:flex;width:max-content;min-width:100%}._columnsWrap_1o5rr_35{min-width:100%}._chartIcon_1o5rr_39{display:flex;align-items:center;justify-content:center;width:32px;height:32px;cursor:pointer}._chartIcon_1o5rr_39 svg{fill:none!important}._cells_1o5rr_51{position:relative}._cells_1o5rr_51 ._row_1o5rr_15 ._cell_1o5rr_51:first-child:after{left:0}._cells_1o5rr_51 ._row_1o5rr_15:first-child ._cell_1o5rr_51:after{top:0}._noTitleColumn_1o5rr_61{pointer-events:none}._scrollVertical_1o5rr_65{position:absolute;top:3px;right:0;bottom:3px;width:14px;background-color:#fff0;transform:translate(0);-webkit-user-select:none;user-select:none}._scrollVertical_1o5rr_65 ._scrollElement_1o5rr_75{min-height:40px}._scrollVertical_1o5rr_65 ._scrollElement_1o5rr_75:after{width:8px;height:100%}._scrollVertical_1o5rr_65:before{position:absolute;top:-3px;right:0;bottom:-3px;left:0;background-color:#fff;content:""}._scrollVertical_1o5rr_65:after{position:absolute;top:0;right:3px;bottom:0;left:3px;background-color:#f0f0f0;border-radius:2px;content:""}._corner_1o5rr_102{position:absolute;right:0;bottom:0;width:14px;height:14px;background-color:#fff}._scrollHorizontal_1o5rr_111{position:absolute;right:3px;bottom:0;left:3px;height:14px;background-color:#fff0;transform:translate(0);-webkit-user-select:none;user-select:none}._scrollHorizontal_1o5rr_111 ._scrollElement_1o5rr_75{min-width:40px;height:100%}._scrollHorizontal_1o5rr_111 ._scrollElement_1o5rr_75:after{width:100%;height:8px}._scrollHorizontal_1o5rr_111:before{position:absolute;top:0;right:-3px;bottom:0;left:-3px;background-color:#fff;content:""}._scrollHorizontal_1o5rr_111:after{position:absolute;top:3px;right:0;bottom:3px;left:0;background-color:#f0f0f0;border-radius:2px;content:""}._scrollElement_1o5rr_75{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;cursor:pointer}._scrollElement_1o5rr_75:after{background-color:#d3d3d3;border-radius:2px;transition:all .2s ease;content:""}._scrollElement_1o5rr_75:hover:after{background-color:#b7b7b7}._scrollElement_1o5rr_75[data-is-scrolling=true]:after{background-color:#999;box-shadow:0 0 0 3px #00000014}._cell_1o5rr_51{position:relative;height:32px;padding:8px;font-size:12px;line-height:16px;transition:opacity .2s ease;-webkit-user-select:none;user-select:none}._cell_1o5rr_51:after{position:absolute;top:-1px;right:-1px;bottom:-2px;left:-1px;content:"";pointer-events:none}._cell_1o5rr_51:hover>._resizer_1o5rr_189{opacity:.5}._cell_1o5rr_51:hover+._cell_1o5rr_51>._resizer_1o5rr_189._left_1o5rr_192{opacity:0!important;pointer-events:none}._inputCont_1o5rr_197{margin:-8px}._input_1o5rr_197{border:0!important}._resizer_1o5rr_189{position:absolute;top:0;bottom:0;z-index:5;display:flex;justify-content:center;width:16px;padding:6px;cursor:col-resize;opacity:0;transition:opacity .2s ease;-webkit-user-select:none;user-select:none;touch-action:none}._resizer_1o5rr_189._left_1o5rr_192{left:-9px;pointer-events:none}._resizer_1o5rr_189._right_1o5rr_224{right:-7px}._resizer_1o5rr_189:after{display:block;width:1px;height:100%;background-color:#0000004d;transition:background-color .2s ease;content:""}._resizer_1o5rr_189._isResizing_1o5rr_235{z-index:6;opacity:1!important}._resizer_1o5rr_189._isResizing_1o5rr_235+._resizer_1o5rr_189{opacity:0}._resizer_1o5rr_189._hide_1o5rr_242{opacity:0!important}._headersBg_1o5rr_246{position:absolute;right:0;left:0;background-color:#b9e0d2}._headersBgLight_1o5rr_253{position:absolute;right:0;left:0;background-color:#d6ede5}._hearer_1o5rr_260{position:relative;z-index:5;font-weight:700;background-color:#b9e0d2}._hearerLight_1o5rr_267{position:relative;z-index:5;background-color:#d6ede5}._commonHeader_1o5rr_273{position:relative;z-index:5;min-width:100%;background-color:#fff}._commonHeader_1o5rr_273 ._hearer_1o5rr_260{border-radius:4px 0 0}._commonText_1o5rr_283{text-align:center}._fixedColumns_1o5rr_287{position:relative;z-index:5;border-radius:4px 0 0 4px}._fixedResize_1o5rr_293{position:absolute;top:0;right:0;bottom:0;z-index:6;width:6px;height:100%;background-color:#595959;cursor:col-resize;opacity:.2;transition:all .2s ease;-webkit-user-select:none;user-select:none}._fixedResize_1o5rr_293._isResizing_1o5rr_235{opacity:.3}._fixedBlock_1o5rr_311{position:relative;min-height:100%;background-color:#fff}._fixedBlock_1o5rr_311 ._row_1o5rr_15 ._cell_1o5rr_51:last-child:after{right:6px}._fixedBlock_1o5rr_311 ._row_1o5rr_15 ._cell_1o5rr_51:last-child ._indicators_1o5rr_319{right:10px}._fixedBlock_1o5rr_311 ._row_1o5rr_15 ._cell_1o5rr_51:first-child:after{left:0}._fixedBlock_1o5rr_311 ._row_1o5rr_15:first-child ._cell_1o5rr_51:after{top:0}._fixedCont_1o5rr_329{position:relative}._fixedWhite_1o5rr_333{position:absolute;top:0;right:0;left:0;z-index:1;background-color:#fff}._row_1o5rr_15{position:absolute;top:0;left:0;display:flex}._row_1o5rr_15 ._cell_1o5rr_51{border-bottom:1px solid rgba(0,0,0,.06)}._row_1o5rr_15:has(._cell_1o5rr_51._selectBottom_1o5rr_351){z-index:1}._placeholderRow_1o5rr_355{display:flex;width:max-content}._placeholderRow_1o5rr_355 ._cell_1o5rr_51{border-bottom:1px solid rgba(0,0,0,.06)}._loader_1o5rr_363{position:absolute;top:8px;right:6px;display:flex;justify-content:flex-end;width:32px;background:linear-gradient(90deg,transparent,#fff 35%)}._orange_1o5rr_373{background-color:#ffebd9}._orange_1o5rr_373 ._loader_1o5rr_363{background:linear-gradient(90deg,transparent,#ffebd9 35%)}._gray_1o5rr_380{background-color:#f6f6f6}._gray_1o5rr_380 ._loader_1o5rr_363{background:linear-gradient(90deg,transparent,#f6f6f6 35%)}._green_1o5rr_387{background-color:#b9e0d2}._green_1o5rr_387 ._loader_1o5rr_363{background:linear-gradient(90deg,transparent,#b9e0d2 35%)}._blue_1o5rr_394{background-color:#dff3fa}._blue_1o5rr_394 ._loader_1o5rr_363{background:linear-gradient(90deg,transparent,#dff3fa 35%)}._purple_1o5rr_401{background-color:#f2edfe}._purple_1o5rr_401 ._loader_1o5rr_363{background:linear-gradient(90deg,transparent,#f2edfe 35%)}._dark_1o5rr_408{background-color:#d3d3d3}._dark_1o5rr_408 ._loader_1o5rr_363{background:linear-gradient(90deg,transparent,#d3d3d3 35%)}._isBold_1o5rr_415{font-weight:700!important}._font_orange_1o5rr_419{color:#ff8110}._skeleton_1o5rr_423{min-width:auto!important;height:11px!important;margin:2px 0!important}._highlightNegative_1o5rr_429:after{position:absolute;top:-1px;right:-1px;bottom:-1px;left:0;box-shadow:0 0 0 1px inset #ff8110;content:"";pointer-events:none}._error_1o5rr_440:after{position:absolute;top:-1px;right:-1px;bottom:-2px;left:-1px;border-radius:3px;box-shadow:0 0 0 2px inset #ff4d4f;content:"";pointer-events:none}._errorIcon_1o5rr_452{position:absolute;top:3px;right:3px;z-index:1}._inputPaste_1o5rr_459{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;height:32px;min-height:100%;margin:-8px;background-color:transparent;border:0;cursor:default;opacity:0;pointer-events:none}._withBorder_1o5rr_476:after{z-index:1;border-right:1px solid #595959;border-left:1px solid #595959}._withBorderColumn_1o5rr_482:after{top:0;z-index:1;border-top:1px solid #595959;border-right:1px solid #595959;border-left:1px solid #595959}._withBorderColumn_1o5rr_482:first-child:after{left:0}._fixedBlock_1o5rr_311 ._withBorderColumn_1o5rr_482:last-child:after{right:6px}._isLastRow_1o5rr_497._withBorder_1o5rr_476:after{border-bottom:1px solid #595959}._selectTop_1o5rr_501:after{z-index:2;border-top:2px solid #bfbfbf}._selectBottom_1o5rr_351:after{z-index:2;border-bottom:2px solid #bfbfbf}._selectLeft_1o5rr_511:after{z-index:2;border-left:2px solid #bfbfbf}._selectRight_1o5rr_516:after{z-index:2;border-right:2px solid #bfbfbf}._indicators_1o5rr_319{position:absolute;right:-1px;bottom:-17px;z-index:10;display:flex;gap:8px;padding:1px 4px 0;color:#fff;font-weight:500;font-size:12px;line-height:16px;background-color:#999}._sum_1o5rr_536:before{margin-right:4px;opacity:.6;content:"Σ"}._avg_1o5rr_542{display:flex}._avg_1o5rr_542 svg{margin:1px 2px 0 -2px;font-size:10.5px;opacity:.6}._isSelected_1o5rr_551:before{position:absolute;top:0;right:0;bottom:0;left:0;border-top:2px solid #00cacc;border-bottom:2px solid #00cacc;content:""}._isSelected_1o5rr_551 ._resizer_1o5rr_189:not(._hide_1o5rr_242){opacity:1;transition:opacity 0ms ease}._isSelected_1o5rr_551 ._resizer_1o5rr_189:not(._hide_1o5rr_242):after{background-color:#00cacc;transition:background-color 0ms ease}._isSelectedStart_1o5rr_570:before{border-left:2px solid #00cacc}._isSelectedStart_1o5rr_570 ._resizer_1o5rr_189._left_1o5rr_192{display:none}._isSelectedEnd_1o5rr_577:before{border-right:2px solid #00cacc}._fixedBlock_1o5rr_311 ._isSelectedEnd_1o5rr_577:last-child:before{right:6px}._valueHidden_1o5rr_585{height:0;opacity:0;pointer-events:none}._wrap_12hfo_1{position:relative;z-index:2;transition:all .2s ease}._cont_12hfo_7{position:relative;height:100%}._label_12hfo_12{position:absolute;top:6px;left:13px;z-index:4;display:flex;justify-content:space-between;max-width:calc(100% - 48px);color:#595959;font-weight:500}._label_12hfo_12>span{max-width:100%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}._label_12hfo_12._labelPlaceholder_12hfo_29{color:#bfbfbf}._loaderPaginate_12hfo_33._withConfirm_12hfo_33{transform:translateY(-40px)}._fetchingNextPage_12hfo_37 ._loaderPaginate_12hfo_33{transform:translateY(0);opacity:1}._fetchingNextPage_12hfo_37 ._loaderPaginate_12hfo_33._withConfirm_12hfo_33{transform:translateY(-50px)}._loaderSelectAll_12hfo_45{position:absolute;top:8px;left:0;z-index:1;background:#fff}._confirmButtons_12hfo_53{position:relative;z-index:1;padding:12px 12px 6px;background-color:#fff}._notApplied_12hfo_60{position:absolute;top:1px;right:0;bottom:1px;width:70px;overflow:hidden}._notApplied_12hfo_60 ._info_12hfo_68{background-color:#fff;box-shadow:0 0 8px 8px #fff;transform:translateY(-1px)}._notApplied_12hfo_60 ._info_12hfo_68 ._warning-danger_12hfo_73{transition:color .2s ease}._notAppliedDisabled_12hfo_77{opacity:0;pointer-events:none}._notAppliedDisabled_12hfo_77 ._info_12hfo_68 ._warning-danger_12hfo_73{color:#fff}._loadingList_12hfo_85{display:flex;flex-direction:column;gap:12px;padding:5px 12px}._search_12hfo_92{padding:4px 14px 8px}._disabled_12hfo_96._default_12hfo_96{color:#bfbfbf;border-color:#dadada;opacity:1}._disabled_12hfo_96._default_12hfo_96:before{position:absolute;z-index:10;width:100%;height:100%;cursor:default;content:""}._disabled_12hfo_96._default_12hfo_96 .rc-select{color:#bfbfbf;background-color:#f2f2f2}._disabled_12hfo_96._cell_12hfo_113,._disabled_12hfo_96._header_12hfo_113{opacity:.4}._disabled_12hfo_96._cell_12hfo_113:before,._disabled_12hfo_96._header_12hfo_113:before{position:absolute;z-index:10;width:100%;height:100%;cursor:default;content:""}._default_12hfo_96 ._isChanged_12hfo_125,._cell_12hfo_113 ._isChanged_12hfo_125{background-color:#f7f0f5}._large_12hfo_130 ._label_12hfo_12{top:9px}._large_12hfo_130 ._info_12hfo_68{top:12px}._large_12hfo_130._header_12hfo_113 ._select_12hfo_136{font-size:14px;line-height:20px}._large_12hfo_130._header_12hfo_113 ._info_12hfo_68{top:4px}._medium_12hfo_144._header_12hfo_113 ._select_12hfo_136{font-size:12px;line-height:16px}._medium_12hfo_144._header_12hfo_113 ._info_12hfo_68{top:4px}._small_12hfo_152 ._label_12hfo_12{top:4px;left:12px;font-size:14px;line-height:17px}._small_12hfo_152 ._info_12hfo_68{top:4px}._small_12hfo_152._header_12hfo_113 ._select_12hfo_136 .rc-select-selection-placeholder,._small_12hfo_152._header_12hfo_113 ._select_12hfo_136 .rc-select-selection-item,._small_12hfo_152._header_12hfo_113 ._select_12hfo_136 .rc-select-arrow{font-size:11px!important;line-height:14px!important}._small_12hfo_152._header_12hfo_113 ._info_12hfo_68{top:2px}._cell_12hfo_113{width:calc(100% + 17px);height:calc(100% + 16px);min-height:calc(100% + 16px)!important;margin:-8px}._cell_12hfo_113 ._label_12hfo_12{top:8px;left:8px;font-size:12px;line-height:16px;pointer-events:none}._cell_12hfo_113 ._info_12hfo_68{right:30px}._cell_12hfo_113:hover{z-index:4}._header_12hfo_113 ._select_12hfo_136{border:0}._header_12hfo_113 ._select_12hfo_136 .rc-select-selector{padding:0 25px 0 0}._header_12hfo_113 ._select_12hfo_136 .rc-select-selection-search-input{font-size:12px;line-height:16px}._header_12hfo_113 ._select_12hfo_136 .rc-select-selection-placeholder{color:#595959;font-weight:700}._header_12hfo_113 ._select_12hfo_136 .rc-select-selection-placeholder,._header_12hfo_113 ._select_12hfo_136 .rc-select-selection-item{top:1px;left:0;font-weight:700}._header_12hfo_113 ._select_12hfo_136 .rc-select-arrow{top:3px}._counter_12hfo_215{flex-shrink:0;margin-left:2px;color:#bfbfbf}._info_12hfo_68{position:absolute!important;top:8px;right:34px;z-index:5;width:16px;height:16px;font-size:16px}._labelWithInfo_12hfo_231{max-width:calc(100% - 60px)}._error_12hfo_235{z-index:6}._warning-danger_12hfo_73{color:#ff8110}._warning-dark_12hfo_243{color:#595959}._warning-primary_12hfo_247{color:#00cacc}._wrap_mqvzh_1{display:grid;grid-template-columns:repeat(4,1fr);gap:13px 0}._wrap_mqvzh_1._single_mqvzh_6{grid-template-columns:max-content}._wrap_mqvzh_1._single_mqvzh_6 ._selectWrap_mqvzh_9{min-width:334px}._wrap_mqvzh_1._small_mqvzh_12 ._selectWrap_mqvzh_9{min-width:130px}._wrap_mqvzh_1 ._selectWrap_mqvzh_9:nth-child(4n+1){border-right:0;border-top-right-radius:0;border-bottom-right-radius:0}._wrap_mqvzh_1 ._selectWrap_mqvzh_9:nth-child(4n+2),._wrap_mqvzh_1 ._selectWrap_mqvzh_9:nth-child(4n+3){border-right:0;border-left:0;border-radius:0}._wrap_mqvzh_1 ._selectWrap_mqvzh_9:nth-child(4n+2):before,._wrap_mqvzh_1 ._selectWrap_mqvzh_9:nth-child(4n+2):after,._wrap_mqvzh_1 ._selectWrap_mqvzh_9:nth-child(4n+3):before,._wrap_mqvzh_1 ._selectWrap_mqvzh_9:nth-child(4n+3):after{position:absolute;top:8px;bottom:8px;left:0;z-index:4;width:1px;background-color:#dadada;transition:all .2s ease;content:""}._wrap_mqvzh_1 ._selectWrap_mqvzh_9:nth-child(4n+3):after{right:0;left:auto}._wrap_mqvzh_1 ._selectWrap_mqvzh_9:nth-child(4n+4){border-left:0;border-top-left-radius:0;border-bottom-left-radius:0}._selectWrap_mqvzh_9{overflow:hidden;background-color:#fff;border:1px solid #dadada;border-radius:8px;transition:all .2s ease,border-radius 0s}._select_mqvzh_9{position:relative!important;border:0!important;transition:all .2s ease}._dropdown1_mqvzh_63{width:calc(100% + 2px);margin-left:-1px}._dropdown2_mqvzh_68{width:calc(100% - 1px);margin-left:1px}._dropdown3_mqvzh_73{width:calc(100% + 1px)}._colLast_mqvzh_77{border-right:1px solid #b7b7b7!important;border-top-right-radius:16px!important;border-bottom-right-radius:16px!important}._colLast_mqvzh_77:after{display:none}._loader_mqvzh_86{display:grid;grid-template-columns:repeat(4,1fr);gap:30px}._skeleton_mqvzh_92{margin:8px 0}._disabledDark_1jok6_1 input:disabled{background-color:#fafafa}._inputWrap_1jok6_5{display:flex;flex-wrap:wrap;align-items:center;width:100%}._inputWrap_1jok6_5._label-top_1jok6_11{align-items:start}._inputWrap_1jok6_5._hasError_1jok6_14{padding-bottom:21px}._input_1jok6_5{position:relative;flex-grow:1;flex-shrink:0}._error_1jok6_24{position:absolute;flex-grow:1;width:100%;margin-top:5px}._warning_1jok6_31{position:absolute;flex-grow:1;width:100%;margin-top:5px;color:#eed325;font-weight:500;font-size:12px;line-height:16px}._regular_1jok6_42{width:100%}._medium_1jok6_46{width:50%}@media (max-width: 1200.02px){._medium_1jok6_46{width:100%}}._small_1jok6_55{flex-wrap:nowrap;width:33.3333333333%}@media (max-width: 1400.02px){._small_1jok6_55{flex-wrap:wrap;width:50%}}@media (max-width: 1200.02px){._small_1jok6_55{width:100%}}._spacing_1jok6_71{margin-bottom:8px}._spacingLarge_1jok6_75{margin-bottom:32px}@media (max-width: 1400.02px){._spacingLarge_1jok6_75{margin-bottom:8px}}._label_1jok6_11{display:flex;flex-shrink:0;justify-content:flex-end;width:130px;margin-right:8px;margin-left:12px;font-weight:700;font-size:14px;text-align:right}._primary_1jok6_96 ._label_1jok6_11{color:#00cacc}._labelFlexStart_1jok6_100{justify-content:flex-start;margin-left:0;text-align:left}._wrap_xu3a9_1{display:flex;flex-direction:column;width:120px}._wrap_xu3a9_1+._wrap_xu3a9_1{margin-left:16px}._indicator_xu3a9_10{display:flex;flex-direction:column-reverse;justify-content:flex-end}._mini_xu3a9_16{width:max-content!important}._mini_xu3a9_16 ._indicator_xu3a9_10{flex-direction:row-reverse}._mini_xu3a9_16 ._num_xu3a9_22{flex:none;min-height:auto;margin-right:6px;font-weight:700;font-size:14px!important;line-height:22px!important}._mini_xu3a9_16 ._num_xu3a9_22 ._error_xu3a9_30{max-width:80px}._mini_xu3a9_16 ._label_xu3a9_33{display:flex;align-items:center;margin-top:1px;color:inherit;font-weight:700;font-size:14px;line-height:22px}._noData_xu3a9_43{color:#999;font-size:16px;line-height:20px}._num_xu3a9_22{display:flex;flex:1 0 auto;align-items:center;max-width:100%;min-height:32px;font-weight:500;font-size:26px;line-height:32px;white-space:nowrap}._skeleton_xu3a9_61{margin:4px 0}._label_xu3a9_33{margin-top:4px;color:#999;font-weight:500;font-size:16px;line-height:20px}._bold_xu3a9_73{color:#595959;font-weight:700}._small_xu3a9_78 ._indicator_xu3a9_10{flex-direction:row;flex-wrap:wrap;justify-content:flex-start}._small_xu3a9_78 ._indicator_xu3a9_10 ._num_xu3a9_22,._small_xu3a9_78 ._indicator_xu3a9_10 ._label_xu3a9_33{flex:none;min-height:auto;margin-top:0;color:#4c4c4c;font-weight:500;font-size:12px;line-height:16px}._small_xu3a9_78 ._indicator_xu3a9_10 ._label_xu3a9_33{margin-right:5px}._small_xu3a9_78 ._indicator_xu3a9_10 ._noData_xu3a9_43{color:#b7b7b7;font-size:12px;line-height:16px}._error_xu3a9_30{max-width:100%;font-weight:400}._primary_xu3a9_107{color:#00cacc}._danger_xu3a9_111{color:#ff8110}._children_xu3a9_115{display:flex;flex:1 0 auto;flex-direction:column;margin-top:4px}._children_xu3a9_115 ._wrap_xu3a9_1+._wrap_xu3a9_1{margin-top:2px;margin-left:0}@media (max-width: 1700px){._defaultSize_xu3a9_127{width:80px}._defaultSize_xu3a9_127>._indicator_xu3a9_10>._num_xu3a9_22{min-height:24px;font-weight:700;font-size:18px;line-height:24px}._defaultSize_xu3a9_127 ._wrap_xu3a9_1{width:80px}}._indicators_18ntq_1{display:flex;justify-content:space-between}._line_18ntq_6{width:1px;min-width:1px;margin:0 16px;background-color:#dadada}._line_18ntq_6:last-child{width:0;margin:0;opacity:0}._wrap_1axkh_1{position:relative}._cont_1axkh_5{position:relative;width:100%}._item_1axkh_10{display:flex;gap:8px;width:100%;font-size:12px;line-height:16px;background-color:#fff;-webkit-user-select:none;user-select:none}._item_1axkh_10+._item_1axkh_10,._placeholder_1axkh_19+._item_1axkh_10{border-top:1px solid #f0f0f0}._virtualize_1axkh_23 ._item_1axkh_10{position:absolute;top:0;left:0}._dragging_1axkh_29{border-top:0!important;box-shadow:0 0 3px #0000000d}._dragging_1axkh_29:first-child+._placeholder_1axkh_19,._dragging_1axkh_29:first-child+._item_1axkh_10{border-top:0}._placeholder_1axkh_19{border-top:1px solid #f0f0f0}._placeholder_1axkh_19:first-child{border-top:0}._label_1axkh_44{display:flex;gap:8px;align-items:center;width:100%;padding:8px 12px}._withDrag_1axkh_52{width:calc(100% - 32px);padding-left:0}._withSelect_1axkh_57{cursor:pointer}._withDelete_1axkh_61{width:calc(100% - 40px);padding-right:0}._withDelete_1axkh_61._withDrag_1axkh_52{width:calc(100% - 72px)}._moveElement_1axkh_69{display:flex;align-items:center;width:24px;font-size:24px}._delete_1axkh_76{display:flex;align-items:center;justify-content:center;width:40px;margin-left:-8px;font-size:16px;cursor:pointer;opacity:.5;transition:all .2s ease}._delete_1axkh_76:hover{opacity:1}._loadCont_1axkh_91{display:flex;align-items:center;justify-content:center;width:100%;height:100px}._scroll_1axkh_99{width:calc(100% + 13px)!important;height:100%;margin-right:-17px;padding-right:13px}._emptyText_1axkh_106{padding:5px 0 0 12px;font-size:14px;opacity:.4}._noPadding_1axkh_112 ._label_1axkh_44{padding-right:0;padding-left:0}._noPadding_1axkh_112 ._emptyText_1axkh_106{padding:0}._lastBorder_1axkh_120 ._item_1axkh_10:last-child{border-bottom:1px solid #f0f0f0}._wrap_14pv3_1{position:relative;display:flex;align-items:center;min-height:16px;cursor:pointer}._wrap_14pv3_1:hover:before{border:1px solid #999}._wrap_14pv3_1:before{position:absolute;width:16px;height:16px;border:1px solid #dadada;border-radius:50%;content:""}._wrap_14pv3_1._checked_14pv3_19:before{border:1px solid #595959}._wrap_14pv3_1._checked_14pv3_19:after{position:absolute;left:4px;width:8px;height:8px;background-color:#595959;border-radius:50%;content:""}._input_14pv3_32{width:16px;height:16px;cursor:pointer;opacity:0}._label_14pv3_39{margin-left:8px;font-weight:500;cursor:pointer}._checked_14pv3_19 ._input_14pv3_32{border:1px solid #595959}._medium_14pv3_49 ._label_14pv3_39{font-size:16px;line-height:22px}._small_14pv3_54 ._label_14pv3_39{font-size:14px;line-height:20px}._disabled_14pv3_59{pointer-events:none}._disabled_14pv3_59:before{border:1px solid #f0f0f0}._disabled_14pv3_59:hover:before{border:1px solid #f0f0f0}._disabled_14pv3_59 ._label_14pv3_39{color:#bfbfbf}._disabled_14pv3_59._checked_14pv3_19:before{border-color:#bfbfbf}._disabled_14pv3_59._checked_14pv3_19:after{background-color:#bfbfbf}._noEditable_14pv3_78{pointer-events:none}._wrap_1qmy4_1{display:flex;flex-direction:column;gap:7px}._cont_1qmy4_7{display:flex;align-items:center;width:max-content;max-width:100%;cursor:pointer;-webkit-user-select:none;user-select:none}._cont_1qmy4_7:hover ._input_1qmy4_15{box-shadow:0 0 0 1px #999 inset}._cont_1qmy4_7:hover ._input_1qmy4_15:after{border-color:#999}._cont_1qmy4_7._active_1qmy4_21 ._input_1qmy4_15{background-color:#595959;box-shadow:0 0 0 1px #595959 inset}._cont_1qmy4_7._active_1qmy4_21 ._input_1qmy4_15:after{left:calc(100% - 12px);border-color:#595959}._cont_1qmy4_7._disabled_1qmy4_29{pointer-events:none}._cont_1qmy4_7._disabled_1qmy4_29 ._input_1qmy4_15{box-shadow:0 0 0 1px #dadada inset}._cont_1qmy4_7._disabled_1qmy4_29 ._input_1qmy4_15:after{border:1px solid #dadada}._cont_1qmy4_7._disabled_1qmy4_29._active_1qmy4_21 ._input_1qmy4_15{background-color:#dadada}._cont_1qmy4_7._disabled_1qmy4_29 ._label_1qmy4_41{color:#bfbfbf}._cont_1qmy4_7._primary_1qmy4_45 ._input_1qmy4_15{box-shadow:0 0 0 1px #00f5f6 inset}._cont_1qmy4_7._primary_1qmy4_45 ._input_1qmy4_15:after{border:1px solid #00f5f6}._cont_1qmy4_7._primary_1qmy4_45:hover ._input_1qmy4_15{box-shadow:0 0 0 1px #00f5f6 inset}._cont_1qmy4_7._primary_1qmy4_45:hover ._input_1qmy4_15:after{border-color:#00f5f6}._cont_1qmy4_7._primary_1qmy4_45._active_1qmy4_21 ._input_1qmy4_15{background-color:#00f5f6;box-shadow:0 0 0 1px #00f5f6 inset}._cont_1qmy4_7._primary_1qmy4_45._active_1qmy4_21 ._input_1qmy4_15:after{border-color:#00f5f6}._noLabel_1qmy4_65{height:12px}._input_1qmy4_15{position:relative;width:21px;height:12px;background-color:#fff;border-radius:12px;box-shadow:0 0 0 1px #dadada inset;transition:all .2s ease}._input_1qmy4_15:after{position:absolute;top:0;left:0;width:12px;height:12px;background-color:#fff;border:1px solid #dadada;border-radius:50%;transition:all .2s ease;content:""}._label_1qmy4_41{padding-left:8px;font-weight:500;transition:color .2s ease}._gradient_1qmy4_97 ._label_1qmy4_41{color:transparent;background-image:linear-gradient(to right,#00f5f6,#04c3ff,#1dd4e4);-webkit-background-clip:text;background-clip:text}._children_1qmy4_104{padding-left:30px;font-size:12px;line-height:16px}._medium_1qmy4_110{font-size:16px;line-height:22px}._small_1qmy4_115{font-size:14px;line-height:20px}._noEditable_1qmy4_120{pointer-events:none}._defaultCell_k2plj_1{display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:1;-webkit-box-orient:vertical}._text_k2plj_9{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}._empty_k2plj_15{opacity:.4}._selectArea_wztod_1{position:absolute;top:33px;left:-10px;width:20px;height:calc(100% - 33px);cursor:url("data:image/svg+xml,%3Csvg width='23' height='20' viewBox='0 0 23 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_d_4954_50947)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.5 6.3976L11.9266 6.3976V4.69582C11.9266 4.25197 12.4618 4.02817 12.7778 4.33993L17.1394 8.64406C17.3378 8.83984 17.3378 9.16006 17.1394 9.35584L12.7778 13.66C12.4618 13.9717 11.9266 13.7479 11.9266 13.3041L11.9266 11.6023L5.5 11.6023L5.5 6.3976Z' fill='%23595959'/%3E%3Cpath d='M5.5 5.8976H5V6.3976L5 11.6023V12.1023H5.5L11.4266 12.1023L11.4266 13.3041C11.4266 14.1918 12.4971 14.6394 13.129 14.0159L17.4906 9.71173C17.8874 9.32016 17.8874 8.67974 17.4906 8.28817L13.129 3.98404C12.4971 3.36051 11.4266 3.80811 11.4266 4.69582V5.8976L5.5 5.8976Z' stroke='white'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_d_4954_50947' x='0.5' y='0.192871' width='21.7881' height='19.6143' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='1'/%3E%3CfeGaussianBlur stdDeviation='2'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_4954_50947'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_4954_50947' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E") 7 3,auto}._frame_1gj7o_1{position:absolute;left:60px;z-index:10;background:#00cacc1f;border:1px solid #00cacc;pointer-events:none}._frame_1gj7o_1._inProgress_1gj7o_9{border:none}._wrap_18iud_1{position:relative;z-index:1}._divider_18iud_6{border-bottom:1px solid #bfbfbf!important}._clickable_18iud_10{cursor:pointer}._table_18iud_14{position:relative;width:max-content;height:100%;padding-bottom:2px;border-spacing:0}._table_18iud_14>thead{color:#bfbfbf}._table_18iud_14>thead>tr>th{padding:11px 4px 11px 12px;font-weight:400}._table_18iud_14>thead>tr>th:last-child ._resizer_18iud_28:last-child{right:0;width:8px}._table_18iud_14>thead>tr>td,._table_18iud_14>thead>tr>th,._table_18iud_14>tbody>tr>td,._table_18iud_14>tbody>tr>th,._table_18iud_14>tfoot>tr>td,._table_18iud_14>tfoot>tr>th{position:relative;min-width:55px;text-align:left;vertical-align:top}._table_18iud_14>thead>tr>td[data-disabled=true]:not([data-editable=true]),._table_18iud_14>thead>tr>th[data-disabled=true]:not([data-editable=true]),._table_18iud_14>tbody>tr>td[data-disabled=true]:not([data-editable=true]),._table_18iud_14>tbody>tr>th[data-disabled=true]:not([data-editable=true]),._table_18iud_14>tfoot>tr>td[data-disabled=true]:not([data-editable=true]),._table_18iud_14>tfoot>tr>th[data-disabled=true]:not([data-editable=true]){opacity:.5}._table_18iud_14>thead>tr>td[data-type=danger],._table_18iud_14>thead>tr>th[data-type=danger],._table_18iud_14>tbody>tr>td[data-type=danger],._table_18iud_14>tbody>tr>th[data-type=danger],._table_18iud_14>tfoot>tr>td[data-type=danger],._table_18iud_14>tfoot>tr>th[data-type=danger]{color:#ff8110;font-weight:700}._table_18iud_14>thead>tr>td[data-type=primary],._table_18iud_14>thead>tr>th[data-type=primary],._table_18iud_14>tbody>tr>td[data-type=primary],._table_18iud_14>tbody>tr>th[data-type=primary],._table_18iud_14>tfoot>tr>td[data-type=primary],._table_18iud_14>tfoot>tr>th[data-type=primary]{color:#00cacc;font-weight:700}._table_18iud_14>thead>tr>td[data-selected=true],._table_18iud_14>thead>tr>th[data-selected=true],._table_18iud_14>tbody>tr>td[data-selected=true],._table_18iud_14>tbody>tr>th[data-selected=true],._table_18iud_14>tfoot>tr>td[data-selected=true],._table_18iud_14>tfoot>tr>th[data-selected=true]{position:relative}._table_18iud_14>thead>tr>td[data-selected=true]:before,._table_18iud_14>thead>tr>th[data-selected=true]:before,._table_18iud_14>tbody>tr>td[data-selected=true]:before,._table_18iud_14>tbody>tr>th[data-selected=true]:before,._table_18iud_14>tfoot>tr>td[data-selected=true]:before,._table_18iud_14>tfoot>tr>th[data-selected=true]:before{position:absolute;z-index:5;border:2px solid rgba(0,0,0,.25);content:"";pointer-events:none;top:0;right:0;bottom:0;left:0}._table_18iud_14>tfoot>tr:first-child>td{border-top:1px solid #f0f0f0}._table_18iud_14:not(._showBorder_18iud_63,._showBorderCell_18iud_63,._showBorderRow_18iud_63) ._row_18iud_63>td:last-child input._input_18iud_63,._table_18iud_14:not(._showBorder_18iud_63,._showBorderCell_18iud_63,._showBorderRow_18iud_63) ._row_18iud_63>td:last-child textarea._input_18iud_63{width:100%}._table_18iud_14:not(._showBorder_18iud_63,._showBorderCell_18iud_63,._showBorderRow_18iud_63)>thead+tbody tr:first-child td{padding-top:15px}._table_18iud_14:not(._showBorder_18iud_63,._showBorderCell_18iud_63,._showBorderRow_18iud_63)>thead+tbody tr:first-child td ._inputCont_18iud_70{top:3px}._table_18iud_14 ._offsetCell_18iud_73._rightCell_18iud_73 input{text-align:right}._table_18iud_14 ._selectTd_18iud_76{min-width:32px}._table_18iud_14 ._returnTd_18iud_79{min-width:auto;padding-right:0!important;padding-left:20px!important}._fullWidth_18iud_85{width:100%;min-width:100%}._fullWidth_18iud_85 ._table_18iud_14:not(._editable_18iud_89,._widthFullAlways_18iud_89 ._table_18iud_14){padding-right:1px}._fullWidth_18iud_85 ._cont_18iud_92,._fullWidth_18iud_85 ._table_18iud_14:not(._widthFullAlways_18iud_89 ._columnResizable_18iud_93){min-width:100%}._fullWidth_18iud_85 ._columnResizable_18iud_93 tr,._fullWidth_18iud_85 ._toBlocks_18iud_97 tr{width:inherit}._inputCont_18iud_70{position:absolute!important;top:0;right:0;bottom:0;left:0}input._input_18iud_63,textarea._input_18iud_63{position:absolute;top:0;right:0;bottom:0;left:0;width:calc(100% + 2px);height:calc(100% + 2px);min-height:auto;padding:11px 11px 10px;font-weight:500;font-size:14px;line-height:19px;border-color:#fff0;transition:all .2s ease,background-color .15s ease,border-color .15s ease,width 0s,margin 0s,padding 0s,font-size 0s,font-weight 0s,line-height 0s,border-radius 0ms,border-width 0ms}input._input_18iud_63[data-type=danger],input._input_18iud_63[data-type=primary],textarea._input_18iud_63[data-type=danger],textarea._input_18iud_63[data-type=primary]{position:relative;z-index:2!important;padding:12px 12px 11px!important}input._input_18iud_63:focus,textarea._input_18iud_63:focus{border-color:#f0f0f0;box-shadow:0 0 3px #0000000d}input._input_18iud_63._disabled_18iud_132,textarea._input_18iud_63._disabled_18iud_132{opacity:.75;pointer-events:none}input._input_18iud_63:not(._disabled_18iud_132),textarea._input_18iud_63:not(._disabled_18iud_132){z-index:1}input._input_18iud_63:not(._disabled_18iud_132):focus,textarea._input_18iud_63:not(._disabled_18iud_132):focus{z-index:2}._small_18iud_146{font-weight:500;font-size:12px;line-height:16px}._small_18iud_146>thead>tr>th{padding:8px;color:#595959;font-weight:700}._small_18iud_146:not(._showBorder_18iud_63,._showBorderCell_18iud_63,._showBorderRow_18iud_63) ._row_18iud_63>tr>td:last-child input._input_18iud_63,._small_18iud_146:not(._showBorder_18iud_63,._showBorderCell_18iud_63,._showBorderRow_18iud_63) ._row_18iud_63>tr>td:last-child textarea._input_18iud_63{padding-right:7px!important}._small_18iud_146:not(._showBorder_18iud_63,._showBorderCell_18iud_63,._showBorderRow_18iud_63)>thead+tbody>tr:first-child>td{padding-top:12px}._small_18iud_146 input._input_18iud_63,._small_18iud_146 textarea._input_18iud_63{padding:8px 7px!important;font-weight:500;font-size:12px;line-height:16px}._small_18iud_146 ._row_18iud_63>td{padding:8px}._medium_18iud_174{font-weight:500;font-size:14px;line-height:19px}._medium_18iud_174>thead>tr>th{font-weight:500}._medium_18iud_174 ._row_18iud_63>td{padding:11px 12px;vertical-align:middle}._medium_18iud_174 ._row_18iud_63>td._smallPadding_18iud_186{padding:0 12px 0 10px}._fake_18iud_190{color:#fff0}._showBorder_18iud_63{border:1px solid #f0f0f0;border-radius:8px}._showBorder_18iud_63:not(._showBorderCell_18iud_63) input._input_18iud_63,._showBorder_18iud_63:not(._showBorderCell_18iud_63) textarea._input_18iud_63{border-color:#fff0}._showBorder_18iud_63 ._row_18iud_63:first-child input._input_18iud_63,._showBorder_18iud_63 ._row_18iud_63:first-child textarea._input_18iud_63{border-top-color:#f0f0f0!important}._showBorder_18iud_63 ._row_18iud_63:first-child input._input_18iud_63:focus,._showBorder_18iud_63 ._row_18iud_63:first-child textarea._input_18iud_63:focus{border-top-color:#b7b7b7!important}._showBorder_18iud_63:not(._showFooter_18iud_210) ._row_18iud_63:last-child input._input_18iud_63,._showBorder_18iud_63:not(._showFooter_18iud_210) ._row_18iud_63:last-child textarea._input_18iud_63{border-bottom-color:#f0f0f0!important}._showBorder_18iud_63:not(._showFooter_18iud_210) ._row_18iud_63:last-child input._input_18iud_63:focus,._showBorder_18iud_63:not(._showFooter_18iud_210) ._row_18iud_63:last-child textarea._input_18iud_63:focus{border-bottom-color:#b7b7b7!important}._showBorder_18iud_63 input._input_18iud_63,._showBorder_18iud_63 textarea._input_18iud_63,._showBorderCell_18iud_63 input._input_18iud_63,._showBorderCell_18iud_63 textarea._input_18iud_63{width:calc(100% + 2px);margin:-1px;padding-right:12px;padding-left:12px;border-radius:0;transition:none}._showBorder_18iud_63 input._input_18iud_63:focus,._showBorder_18iud_63 textarea._input_18iud_63:focus,._showBorderCell_18iud_63 input._input_18iud_63:focus,._showBorderCell_18iud_63 textarea._input_18iud_63:focus{border-color:#b7b7b7}._showBorder_18iud_63 ._row_18iud_63>td:last-child,._showBorderCell_18iud_63 ._row_18iud_63>td:last-child{padding-right:12px}._showBorder_18iud_63 ._row_18iud_63>td:last-child input._input_18iud_63,._showBorder_18iud_63 ._row_18iud_63>td:last-child textarea._input_18iud_63,._showBorderCell_18iud_63 ._row_18iud_63>td:last-child input._input_18iud_63,._showBorderCell_18iud_63 ._row_18iud_63>td:last-child textarea._input_18iud_63{border-right-color:#f0f0f0!important}._showBorder_18iud_63 ._row_18iud_63>td:last-child input._input_18iud_63:focus,._showBorder_18iud_63 ._row_18iud_63>td:last-child textarea._input_18iud_63:focus,._showBorderCell_18iud_63 ._row_18iud_63>td:last-child input._input_18iud_63:focus,._showBorderCell_18iud_63 ._row_18iud_63>td:last-child textarea._input_18iud_63:focus{border-right-color:#b7b7b7!important}._showBorder_18iud_63 ._row_18iud_63>td:first-child input._input_18iud_63,._showBorder_18iud_63 ._row_18iud_63>td:first-child textarea._input_18iud_63,._showBorderCell_18iud_63 ._row_18iud_63>td:first-child input._input_18iud_63,._showBorderCell_18iud_63 ._row_18iud_63>td:first-child textarea._input_18iud_63{border-left-color:#f0f0f0!important}._showBorder_18iud_63 ._row_18iud_63>td:first-child input._input_18iud_63:focus,._showBorder_18iud_63 ._row_18iud_63>td:first-child textarea._input_18iud_63:focus,._showBorderCell_18iud_63 ._row_18iud_63>td:first-child input._input_18iud_63:focus,._showBorderCell_18iud_63 ._row_18iud_63>td:first-child textarea._input_18iud_63:focus{border-left-color:#b7b7b7!important}._showBorder_18iud_63:not(._showFooter_18iud_210) ._row_18iud_63:last-child ._showBorder_18iud_63:not(._showFooter_18iud_210) ._row_18iud_63>td:last-child input._input_18iud_63,._showBorder_18iud_63:not(._showFooter_18iud_210) ._row_18iud_63:last-child ._showBorder_18iud_63:not(._showFooter_18iud_210) ._row_18iud_63>td:last-child textarea._input_18iud_63,._showBorder_18iud_63:not(._showFooter_18iud_210) ._row_18iud_63:last-child ._showBorderCell_18iud_63:not(._showFooter_18iud_210) ._row_18iud_63>td:last-child input._input_18iud_63,._showBorder_18iud_63:not(._showFooter_18iud_210) ._row_18iud_63:last-child ._showBorderCell_18iud_63:not(._showFooter_18iud_210) ._row_18iud_63>td:last-child textarea._input_18iud_63,._showBorderCell_18iud_63:not(._showFooter_18iud_210) ._row_18iud_63:last-child ._showBorder_18iud_63:not(._showFooter_18iud_210) ._row_18iud_63>td:last-child input._input_18iud_63,._showBorderCell_18iud_63:not(._showFooter_18iud_210) ._row_18iud_63:last-child ._showBorder_18iud_63:not(._showFooter_18iud_210) ._row_18iud_63>td:last-child textarea._input_18iud_63,._showBorderCell_18iud_63:not(._showFooter_18iud_210) ._row_18iud_63:last-child ._showBorderCell_18iud_63:not(._showFooter_18iud_210) ._row_18iud_63>td:last-child input._input_18iud_63,._showBorderCell_18iud_63:not(._showFooter_18iud_210) ._row_18iud_63:last-child ._showBorderCell_18iud_63:not(._showFooter_18iud_210) ._row_18iud_63>td:last-child textarea._input_18iud_63{border-bottom-right-radius:8px}._showBorder_18iud_63:not(._showFooter_18iud_210) ._row_18iud_63:last-child ._showBorder_18iud_63:not(._showFooter_18iud_210) ._row_18iud_63>td:first-child input._input_18iud_63,._showBorder_18iud_63:not(._showFooter_18iud_210) ._row_18iud_63:last-child ._showBorder_18iud_63:not(._showFooter_18iud_210) ._row_18iud_63>td:first-child textarea._input_18iud_63,._showBorder_18iud_63:not(._showFooter_18iud_210) ._row_18iud_63:last-child ._showBorderCell_18iud_63:not(._showFooter_18iud_210) ._row_18iud_63>td:first-child input._input_18iud_63,._showBorder_18iud_63:not(._showFooter_18iud_210) ._row_18iud_63:last-child ._showBorderCell_18iud_63:not(._showFooter_18iud_210) ._row_18iud_63>td:first-child textarea._input_18iud_63,._showBorderCell_18iud_63:not(._showFooter_18iud_210) ._row_18iud_63:last-child ._showBorder_18iud_63:not(._showFooter_18iud_210) ._row_18iud_63>td:first-child input._input_18iud_63,._showBorderCell_18iud_63:not(._showFooter_18iud_210) ._row_18iud_63:last-child ._showBorder_18iud_63:not(._showFooter_18iud_210) ._row_18iud_63>td:first-child textarea._input_18iud_63,._showBorderCell_18iud_63:not(._showFooter_18iud_210) ._row_18iud_63:last-child ._showBorderCell_18iud_63:not(._showFooter_18iud_210) ._row_18iud_63>td:first-child input._input_18iud_63,._showBorderCell_18iud_63:not(._showFooter_18iud_210) ._row_18iud_63:last-child ._showBorderCell_18iud_63:not(._showFooter_18iud_210) ._row_18iud_63>td:first-child textarea._input_18iud_63{border-bottom-left-radius:8px}._showBorder_18iud_63:not(._showHeader_18iud_284) ._row_18iud_63:first-child ._showBorder_18iud_63:not(._showHeader_18iud_284) ._row_18iud_63>td:last-child input._input_18iud_63,._showBorder_18iud_63:not(._showHeader_18iud_284) ._row_18iud_63:first-child ._showBorder_18iud_63:not(._showHeader_18iud_284) ._row_18iud_63>td:last-child textarea._input_18iud_63,._showBorder_18iud_63:not(._showHeader_18iud_284) ._row_18iud_63:first-child ._showBorderCell_18iud_63:not(._showHeader_18iud_284) ._row_18iud_63>td:last-child input._input_18iud_63,._showBorder_18iud_63:not(._showHeader_18iud_284) ._row_18iud_63:first-child ._showBorderCell_18iud_63:not(._showHeader_18iud_284) ._row_18iud_63>td:last-child textarea._input_18iud_63,._showBorderCell_18iud_63:not(._showHeader_18iud_284) ._row_18iud_63:first-child ._showBorder_18iud_63:not(._showHeader_18iud_284) ._row_18iud_63>td:last-child input._input_18iud_63,._showBorderCell_18iud_63:not(._showHeader_18iud_284) ._row_18iud_63:first-child ._showBorder_18iud_63:not(._showHeader_18iud_284) ._row_18iud_63>td:last-child textarea._input_18iud_63,._showBorderCell_18iud_63:not(._showHeader_18iud_284) ._row_18iud_63:first-child ._showBorderCell_18iud_63:not(._showHeader_18iud_284) ._row_18iud_63>td:last-child input._input_18iud_63,._showBorderCell_18iud_63:not(._showHeader_18iud_284) ._row_18iud_63:first-child ._showBorderCell_18iud_63:not(._showHeader_18iud_284) ._row_18iud_63>td:last-child textarea._input_18iud_63{border-top-right-radius:8px}._showBorder_18iud_63:not(._showHeader_18iud_284) ._row_18iud_63:first-child ._showBorder_18iud_63:not(._showHeader_18iud_284) ._row_18iud_63>td:first-child input._input_18iud_63,._showBorder_18iud_63:not(._showHeader_18iud_284) ._row_18iud_63:first-child ._showBorder_18iud_63:not(._showHeader_18iud_284) ._row_18iud_63>td:first-child textarea._input_18iud_63,._showBorder_18iud_63:not(._showHeader_18iud_284) ._row_18iud_63:first-child ._showBorderCell_18iud_63:not(._showHeader_18iud_284) ._row_18iud_63>td:first-child input._input_18iud_63,._showBorder_18iud_63:not(._showHeader_18iud_284) ._row_18iud_63:first-child ._showBorderCell_18iud_63:not(._showHeader_18iud_284) ._row_18iud_63>td:first-child textarea._input_18iud_63,._showBorderCell_18iud_63:not(._showHeader_18iud_284) ._row_18iud_63:first-child ._showBorder_18iud_63:not(._showHeader_18iud_284) ._row_18iud_63>td:first-child input._input_18iud_63,._showBorderCell_18iud_63:not(._showHeader_18iud_284) ._row_18iud_63:first-child ._showBorder_18iud_63:not(._showHeader_18iud_284) ._row_18iud_63>td:first-child textarea._input_18iud_63,._showBorderCell_18iud_63:not(._showHeader_18iud_284) ._row_18iud_63:first-child ._showBorderCell_18iud_63:not(._showHeader_18iud_284) ._row_18iud_63>td:first-child input._input_18iud_63,._showBorderCell_18iud_63:not(._showHeader_18iud_284) ._row_18iud_63:first-child ._showBorderCell_18iud_63:not(._showHeader_18iud_284) ._row_18iud_63>td:first-child textarea._input_18iud_63{border-top-left-radius:8px}._selectedBack_18iud_305:before{position:absolute;top:0;right:0;bottom:0;left:0;background:#00cacc1f;content:""}._selectedBack_18iud_305._borderTop_18iud_311:before{border-top:1px solid #00cacc}._selectedBack_18iud_305._selectStart_18iud_314:before{left:-1px;border-left:1px solid #00cacc}._selectedBack_18iud_305._selectEnd_18iud_318:before{right:1px;border-right:1px solid #00cacc}._selectedBack_18iud_305._borderBottom_18iud_322:before{border-bottom:1px solid #00cacc}._couldCopyPaste_18iud_326{cursor:pointer;-webkit-user-select:none;user-select:none}._hoverOnRow_18iud_331 tbody tr,._hoverOnRow_18iud_331 tbody tr ._selectTd_18iud_76 ._selectTdCont_18iud_334{transition:all .2s ease}._hoverOnRow_18iud_331 tbody tr:not(._noData_18iud_337):hover{background-color:#fafafa}._hoverOnRow_18iud_331 tbody tr:not(._noData_18iud_337):hover ._selectTd_18iud_76 ._selectTdCont_18iud_334{background-color:#fafafa}._showBorderCell_18iud_63 input._input_18iud_63,._showBorderCell_18iud_63 textarea._input_18iud_63{border-color:#f0f0f0}._showBorderCell_18iud_63>thead>tr>td,._showBorderCell_18iud_63>thead>tr>th,._showBorderCell_18iud_63>tbody>tr>td,._showBorderCell_18iud_63>tbody>tr>th,._showBorderCell_18iud_63>tfoot>tr>td,._showBorderCell_18iud_63>tfoot>tr>th{border-right:1px solid #f0f0f0;border-bottom:1px solid #f0f0f0}._showBorderCell_18iud_63>thead>tr>td:last-child,._showBorderCell_18iud_63>thead>tr>th:last-child,._showBorderCell_18iud_63>tbody>tr>td:last-child,._showBorderCell_18iud_63>tbody>tr>th:last-child,._showBorderCell_18iud_63>tfoot>tr>td:last-child,._showBorderCell_18iud_63>tfoot>tr>th:last-child{border-right:0}._showBorderCell_18iud_63>tbody>tr:last-child>td,._showBorderCell_18iud_63>tbody>tr:last-child>th{border-bottom:0}._showBorderCell_18iud_63:not(._showBorder_18iud_63)>thead>tr>td:first-child input._input_18iud_63,._showBorderCell_18iud_63:not(._showBorder_18iud_63)>thead>tr>td:first-child textarea._input_18iud_63,._showBorderCell_18iud_63:not(._showBorder_18iud_63)>thead>tr>th:first-child input._input_18iud_63,._showBorderCell_18iud_63:not(._showBorder_18iud_63)>thead>tr>th:first-child textarea._input_18iud_63,._showBorderCell_18iud_63:not(._showBorder_18iud_63)>tbody>tr>td:first-child input._input_18iud_63,._showBorderCell_18iud_63:not(._showBorder_18iud_63)>tbody>tr>td:first-child textarea._input_18iud_63,._showBorderCell_18iud_63:not(._showBorder_18iud_63)>tbody>tr>th:first-child input._input_18iud_63,._showBorderCell_18iud_63:not(._showBorder_18iud_63)>tbody>tr>th:first-child textarea._input_18iud_63,._showBorderCell_18iud_63:not(._showBorder_18iud_63)>tfoot>tr>td:first-child input._input_18iud_63,._showBorderCell_18iud_63:not(._showBorder_18iud_63)>tfoot>tr>td:first-child textarea._input_18iud_63,._showBorderCell_18iud_63:not(._showBorder_18iud_63)>tfoot>tr>th:first-child input._input_18iud_63,._showBorderCell_18iud_63:not(._showBorder_18iud_63)>tfoot>tr>th:first-child textarea._input_18iud_63{border-left-color:#fff0!important}._showBorderCell_18iud_63:not(._showBorder_18iud_63)>thead>tr>td:first-child input._input_18iud_63:focus,._showBorderCell_18iud_63:not(._showBorder_18iud_63)>thead>tr>td:first-child textarea._input_18iud_63:focus,._showBorderCell_18iud_63:not(._showBorder_18iud_63)>thead>tr>th:first-child input._input_18iud_63:focus,._showBorderCell_18iud_63:not(._showBorder_18iud_63)>thead>tr>th:first-child textarea._input_18iud_63:focus,._showBorderCell_18iud_63:not(._showBorder_18iud_63)>tbody>tr>td:first-child input._input_18iud_63:focus,._showBorderCell_18iud_63:not(._showBorder_18iud_63)>tbody>tr>td:first-child textarea._input_18iud_63:focus,._showBorderCell_18iud_63:not(._showBorder_18iud_63)>tbody>tr>th:first-child input._input_18iud_63:focus,._showBorderCell_18iud_63:not(._showBorder_18iud_63)>tbody>tr>th:first-child textarea._input_18iud_63:focus,._showBorderCell_18iud_63:not(._showBorder_18iud_63)>tfoot>tr>td:first-child input._input_18iud_63:focus,._showBorderCell_18iud_63:not(._showBorder_18iud_63)>tfoot>tr>td:first-child textarea._input_18iud_63:focus,._showBorderCell_18iud_63:not(._showBorder_18iud_63)>tfoot>tr>th:first-child input._input_18iud_63:focus,._showBorderCell_18iud_63:not(._showBorder_18iud_63)>tfoot>tr>th:first-child textarea._input_18iud_63:focus{border-left-color:#b7b7b7!important}._showBorderCell_18iud_63:not(._showBorder_18iud_63)>thead>tr>td:last-child input._input_18iud_63,._showBorderCell_18iud_63:not(._showBorder_18iud_63)>thead>tr>td:last-child textarea._input_18iud_63,._showBorderCell_18iud_63:not(._showBorder_18iud_63)>thead>tr>th:last-child input._input_18iud_63,._showBorderCell_18iud_63:not(._showBorder_18iud_63)>thead>tr>th:last-child textarea._input_18iud_63,._showBorderCell_18iud_63:not(._showBorder_18iud_63)>tbody>tr>td:last-child input._input_18iud_63,._showBorderCell_18iud_63:not(._showBorder_18iud_63)>tbody>tr>td:last-child textarea._input_18iud_63,._showBorderCell_18iud_63:not(._showBorder_18iud_63)>tbody>tr>th:last-child input._input_18iud_63,._showBorderCell_18iud_63:not(._showBorder_18iud_63)>tbody>tr>th:last-child textarea._input_18iud_63,._showBorderCell_18iud_63:not(._showBorder_18iud_63)>tfoot>tr>td:last-child input._input_18iud_63,._showBorderCell_18iud_63:not(._showBorder_18iud_63)>tfoot>tr>td:last-child textarea._input_18iud_63,._showBorderCell_18iud_63:not(._showBorder_18iud_63)>tfoot>tr>th:last-child input._input_18iud_63,._showBorderCell_18iud_63:not(._showBorder_18iud_63)>tfoot>tr>th:last-child textarea._input_18iud_63{border-right-color:#fff0!important}._showBorderCell_18iud_63:not(._showBorder_18iud_63)>thead>tr>td:last-child input._input_18iud_63:focus,._showBorderCell_18iud_63:not(._showBorder_18iud_63)>thead>tr>td:last-child textarea._input_18iud_63:focus,._showBorderCell_18iud_63:not(._showBorder_18iud_63)>thead>tr>th:last-child input._input_18iud_63:focus,._showBorderCell_18iud_63:not(._showBorder_18iud_63)>thead>tr>th:last-child textarea._input_18iud_63:focus,._showBorderCell_18iud_63:not(._showBorder_18iud_63)>tbody>tr>td:last-child input._input_18iud_63:focus,._showBorderCell_18iud_63:not(._showBorder_18iud_63)>tbody>tr>td:last-child textarea._input_18iud_63:focus,._showBorderCell_18iud_63:not(._showBorder_18iud_63)>tbody>tr>th:last-child input._input_18iud_63:focus,._showBorderCell_18iud_63:not(._showBorder_18iud_63)>tbody>tr>th:last-child textarea._input_18iud_63:focus,._showBorderCell_18iud_63:not(._showBorder_18iud_63)>tfoot>tr>td:last-child input._input_18iud_63:focus,._showBorderCell_18iud_63:not(._showBorder_18iud_63)>tfoot>tr>td:last-child textarea._input_18iud_63:focus,._showBorderCell_18iud_63:not(._showBorder_18iud_63)>tfoot>tr>th:last-child input._input_18iud_63:focus,._showBorderCell_18iud_63:not(._showBorder_18iud_63)>tfoot>tr>th:last-child textarea._input_18iud_63:focus{border-right-color:#b7b7b7!important}._showBorderCell_18iud_63:not(._showBorder_18iud_63):not(._showHeader_18iud_284,._showBorder_18iud_63)>tbody>tr:first-child>td input._input_18iud_63,._showBorderCell_18iud_63:not(._showBorder_18iud_63):not(._showHeader_18iud_284,._showBorder_18iud_63)>tbody>tr:first-child>td textarea._input_18iud_63,._showBorderCell_18iud_63:not(._showBorder_18iud_63):not(._showHeader_18iud_284,._showBorder_18iud_63)>tbody>tr:first-child>th input._input_18iud_63,._showBorderCell_18iud_63:not(._showBorder_18iud_63):not(._showHeader_18iud_284,._showBorder_18iud_63)>tbody>tr:first-child>th textarea._input_18iud_63{border-top-color:#fff0!important}._showBorderCell_18iud_63:not(._showBorder_18iud_63):not(._showHeader_18iud_284,._showBorder_18iud_63)>tbody>tr:first-child>td input._input_18iud_63:focus,._showBorderCell_18iud_63:not(._showBorder_18iud_63):not(._showHeader_18iud_284,._showBorder_18iud_63)>tbody>tr:first-child>td textarea._input_18iud_63:focus,._showBorderCell_18iud_63:not(._showBorder_18iud_63):not(._showHeader_18iud_284,._showBorder_18iud_63)>tbody>tr:first-child>th input._input_18iud_63:focus,._showBorderCell_18iud_63:not(._showBorder_18iud_63):not(._showHeader_18iud_284,._showBorder_18iud_63)>tbody>tr:first-child>th textarea._input_18iud_63:focus{border-top-color:#b7b7b7!important}._showBorderCell_18iud_63:not(._showBorder_18iud_63):not(._showFooter_18iud_210,._showBorder_18iud_63)>tbody>tr:last-child>td input._input_18iud_63,._showBorderCell_18iud_63:not(._showBorder_18iud_63):not(._showFooter_18iud_210,._showBorder_18iud_63)>tbody>tr:last-child>td textarea._input_18iud_63,._showBorderCell_18iud_63:not(._showBorder_18iud_63):not(._showFooter_18iud_210,._showBorder_18iud_63)>tbody>tr:last-child>th input._input_18iud_63,._showBorderCell_18iud_63:not(._showBorder_18iud_63):not(._showFooter_18iud_210,._showBorder_18iud_63)>tbody>tr:last-child>th textarea._input_18iud_63{border-bottom-color:#fff0!important}._showBorderCell_18iud_63:not(._showBorder_18iud_63):not(._showFooter_18iud_210,._showBorder_18iud_63)>tbody>tr:last-child>td input._input_18iud_63:focus,._showBorderCell_18iud_63:not(._showBorder_18iud_63):not(._showFooter_18iud_210,._showBorder_18iud_63)>tbody>tr:last-child>td textarea._input_18iud_63:focus,._showBorderCell_18iud_63:not(._showBorder_18iud_63):not(._showFooter_18iud_210,._showBorder_18iud_63)>tbody>tr:last-child>th input._input_18iud_63:focus,._showBorderCell_18iud_63:not(._showBorder_18iud_63):not(._showFooter_18iud_210,._showBorder_18iud_63)>tbody>tr:last-child>th textarea._input_18iud_63:focus{border-bottom-color:#b7b7b7!important}._showBorderRow_18iud_63:not(._showBorderCell_18iud_63) ._row_18iud_63>td,._showBorderRow_18iud_63:not(._showBorderCell_18iud_63) ._row_18iud_63>th{border-bottom:1px solid #f0f0f0}._showBorderRow_18iud_63:not(._showBorderCell_18iud_63) ._row_18iud_63 input._input_18iud_63,._showBorderRow_18iud_63:not(._showBorderCell_18iud_63) ._row_18iud_63 textarea._input_18iud_63{width:100%;margin:-1px 0;border-top:1px solid #f0f0f0;border-bottom:1px solid #f0f0f0;border-radius:0}._showBorderRow_18iud_63:not(._showBorderCell_18iud_63) ._row_18iud_63:last-of-type:not(._showLastBorderRow_18iud_426)>td,._showBorderRow_18iud_63:not(._showBorderCell_18iud_63) ._row_18iud_63:has(+[data-level-wrapper-element]:last-child)>td{border-bottom:0}._showBorderRow_18iud_63:not(._showBorderCell_18iud_63) ._row_18iud_63:last-of-type:not(._showLastBorderRow_18iud_426) input._input_18iud_63,._showBorderRow_18iud_63:not(._showBorderCell_18iud_63) ._row_18iud_63:last-of-type:not(._showLastBorderRow_18iud_426) textarea._input_18iud_63,._showBorderRow_18iud_63:not(._showBorderCell_18iud_63) ._row_18iud_63:has(+[data-level-wrapper-element]:last-child) input._input_18iud_63,._showBorderRow_18iud_63:not(._showBorderCell_18iud_63) ._row_18iud_63:has(+[data-level-wrapper-element]:last-child) textarea._input_18iud_63{border-bottom:1px solid rgba(255,255,255,0)}._showBorderRow_18iud_63:not(._showBorderCell_18iud_63) ._row_18iud_63:last-of-type:not(._showLastBorderRow_18iud_426) input._input_18iud_63:focus,._showBorderRow_18iud_63:not(._showBorderCell_18iud_63) ._row_18iud_63:last-of-type:not(._showLastBorderRow_18iud_426) textarea._input_18iud_63:focus,._showBorderRow_18iud_63:not(._showBorderCell_18iud_63) ._row_18iud_63:has(+[data-level-wrapper-element]:last-child) input._input_18iud_63:focus,._showBorderRow_18iud_63:not(._showBorderCell_18iud_63) ._row_18iud_63:has(+[data-level-wrapper-element]:last-child) textarea._input_18iud_63:focus{border-bottom:1px solid #f0f0f0}._isEditableAlways_18iud_440:not(._showBorder_18iud_63,._showBorderCell_18iud_63) input._input_18iud_63,._isEditableAlways_18iud_440:not(._showBorder_18iud_63,._showBorderCell_18iud_63) textarea._input_18iud_63{width:100%;border-color:#f0f0f0!important}._isEditableAlways_18iud_440:not(._showBorder_18iud_63,._showBorderCell_18iud_63) input._input_18iud_63:focus,._isEditableAlways_18iud_440:not(._showBorder_18iud_63,._showBorderCell_18iud_63) textarea._input_18iud_63:focus{border-color:#f0f0f0!important;box-shadow:0 0 5px #0000001a!important}._isEditableAlways_18iud_440:not(._showBorder_18iud_63,._showBorderCell_18iud_63) input._input_18iud_63._disabled_18iud_132,._isEditableAlways_18iud_440:not(._showBorder_18iud_63,._showBorderCell_18iud_63) textarea._input_18iud_63._disabled_18iud_132{border-color:#fff0!important}._isEditableAlways_18iud_440:not(._showBorder_18iud_63,._showBorderCell_18iud_63) input._input_18iud_63._hasTop_18iud_454,._isEditableAlways_18iud_440:not(._showBorder_18iud_63,._showBorderCell_18iud_63) textarea._input_18iud_63._hasTop_18iud_454{border-top-color:#fff0!important;border-top-left-radius:0;border-top-right-radius:0}._isEditableAlways_18iud_440:not(._showBorder_18iud_63,._showBorderCell_18iud_63) input._input_18iud_63._hasTop_18iud_454:focus,._isEditableAlways_18iud_440:not(._showBorder_18iud_63,._showBorderCell_18iud_63) textarea._input_18iud_63._hasTop_18iud_454:focus{border-top-color:#fff0!important}._isEditableAlways_18iud_440:not(._showBorder_18iud_63,._showBorderCell_18iud_63) input._input_18iud_63._hasBottom_18iud_464,._isEditableAlways_18iud_440:not(._showBorder_18iud_63,._showBorderCell_18iud_63) textarea._input_18iud_63._hasBottom_18iud_464{border-bottom-color:#fff0!important;border-bottom-right-radius:0;border-bottom-left-radius:0}._isEditableAlways_18iud_440:not(._showBorder_18iud_63,._showBorderCell_18iud_63) input._input_18iud_63._hasBottom_18iud_464:focus,._isEditableAlways_18iud_440:not(._showBorder_18iud_63,._showBorderCell_18iud_63) textarea._input_18iud_63._hasBottom_18iud_464:focus{border-bottom-color:#fff0!important}._isEditableAlways_18iud_440:not(._showBorder_18iud_63,._showBorderCell_18iud_63) input._input_18iud_63._hasLeft_18iud_474,._isEditableAlways_18iud_440:not(._showBorder_18iud_63,._showBorderCell_18iud_63) textarea._input_18iud_63._hasLeft_18iud_474{border-left-color:#fff0!important;border-top-left-radius:0;border-bottom-left-radius:0}._isEditableAlways_18iud_440:not(._showBorder_18iud_63,._showBorderCell_18iud_63) input._input_18iud_63._hasLeft_18iud_474:focus,._isEditableAlways_18iud_440:not(._showBorder_18iud_63,._showBorderCell_18iud_63) textarea._input_18iud_63._hasLeft_18iud_474:focus{border-left-color:#fff0!important}._isEditableAlways_18iud_440:not(._showBorder_18iud_63,._showBorderCell_18iud_63) input._input_18iud_63._hasRight_18iud_484,._isEditableAlways_18iud_440:not(._showBorder_18iud_63,._showBorderCell_18iud_63) textarea._input_18iud_63._hasRight_18iud_484{border-right-color:#fff0!important;border-top-right-radius:0;border-bottom-right-radius:0}._isEditableAlways_18iud_440:not(._showBorder_18iud_63,._showBorderCell_18iud_63) input._input_18iud_63._hasRight_18iud_484:focus,._isEditableAlways_18iud_440:not(._showBorder_18iud_63,._showBorderCell_18iud_63) textarea._input_18iud_63._hasRight_18iud_484:focus{border-right-color:#fff0!important}._rowSmallCell_18iud_495>td{min-height:21px;padding:2px 6px!important}._rowSmallCell_18iud_495 ._selectTdCont_18iud_334{padding:2px 0!important}._rowSmallCell_18iud_495 ._selectTd_18iud_76{padding:0!important}._emptyText_18iud_506{padding:8px;text-align:center;opacity:.4}._emptyTextToLeft_18iud_512{text-align:left}._emptyTextSmall_18iud_516{padding:6px}._fakeHeaderCell_18iud_520{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;pointer-events:none}._selectCheckbox_18iud_527{display:flex;justify-content:flex-end;margin:0 -4px}._delete_18iud_533{display:flex;justify-content:flex-end;margin:-2px -4px -4px;color:#dadada;font-size:17px;transition:all .2s ease;-webkit-user-select:none;user-select:none}._delete_18iud_533 ._deleteCont_18iud_542{cursor:auto}._delete_18iud_533._active_18iud_545{color:#ff8110;cursor:pointer}._delete_18iud_533._active_18iud_545 ._deleteCont_18iud_542{cursor:pointer}._return_18iud_79{display:flex;align-items:center;justify-content:center;width:16px;height:20px;margin:-4px 0;color:#595959;font-size:16px;visibility:hidden;cursor:pointer;opacity:.4;transition:all .2s ease,visibility 0s;-webkit-user-select:none;user-select:none}._return_18iud_79:hover{opacity:.9}._return_18iud_79._show_18iud_63{visibility:visible}._isMayReturn_18iud_575{background-color:#fafafa}._archivedCont_18iud_579{display:flex;justify-content:flex-end;height:16px}._archivedCont_18iud_579:before{position:absolute;top:0;right:0;bottom:0;left:0;background-color:#fafafa;content:""}._disabledCont_18iud_591{display:flex;justify-content:flex-end;height:16px}._isArchived_18iud_597{color:#bfbfbf!important;background-color:#fafafa}._isArchived_18iud_597>td>div,._isArchived_18iud_597>td input,._isArchived_18iud_597>td textarea,._isArchived_18iud_597>td [data-type=text]{color:#bfbfbf!important}._addButton_18iud_608{display:flex;align-items:center;width:max-content;padding:8px;cursor:pointer;opacity:.4;transition:all .2s ease;-webkit-user-select:none;user-select:none}._addButton_18iud_608:hover{opacity:.8}._plus_18iud_622{margin-right:8px}._deleteNew_18iud_626{display:flex;justify-content:flex-end;margin:0 0 -4px;font-size:16px;cursor:pointer;opacity:.4;transition:all .2s ease;-webkit-user-select:none;user-select:none}._deleteNew_18iud_626:hover{opacity:1}._selectTd_18iud_76{position:relative;padding:0!important}._selectTdCont_18iud_334{position:absolute!important;right:0;z-index:10;width:26px;padding:8px 8px 8px 7px;background-color:#fff}._selectTdCont_18iud_334:not(._disabledBorder_18iud_653):before{position:absolute;top:-1px;right:0;left:0;height:1px;background-color:#f0f0f0;content:""}._scrollVertical_18iud_663 ._selectTdCont_18iud_334{position:relative!important}._scrollVertical_18iud_663 ._selectTd_18iud_76{width:26px!important;min-width:26px!important;max-width:26px!important}._scrollVertical_18iud_663 ._selectableCont_18iud_671 ._selectTd_18iud_76{max-width:unset!important}._selectableCont_18iud_671{padding:0 31px 0 1px}._selectableCont_18iud_671 ._table_18iud_14{position:static}._selectableCont_18iud_671 ._selectTd_18iud_76{position:static!important;width:3px;min-width:3px!important;max-width:3px!important}._refetchBlock_18iud_688{position:absolute;top:0;left:0;z-index:15;width:100%;height:100%;background-color:#ffffffb3;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}._relative_18iud_699{position:relative;display:flex;max-height:calc(100% + 10px);margin-bottom:-10px;overflow:hidden}._relative_18iud_699 ._scrollVertical_18iud_663 ._cont_18iud_92 thead{position:sticky;top:0;z-index:20;background-color:#fff}._relative_18iud_699 ._scrollVertical_18iud_663 ._cont_18iud_92 ._showBorderRow_18iud_63:not(._showBorderCell_18iud_63) thead ._row_18iud_63>th{border:0!important}._relative_18iud_699 ._scrollVertical_18iud_663 ._cont_18iud_92 ._showBorderRow_18iud_63:not(._showBorderCell_18iud_63) tbody ._row_18iud_63:first-child>td,._relative_18iud_699 ._scrollVertical_18iud_663 ._cont_18iud_92 ._showBorderRow_18iud_63:not(._showBorderCell_18iud_63) tbody ._row_18iud_63._dragging_18iud_716:first-child+._row_18iud_63>td,._relative_18iud_699 ._scrollVertical_18iud_663 ._cont_18iud_92 ._showBorderRow_18iud_63:not(._showBorderCell_18iud_63) tbody [data-between-element]:first-child+._row_18iud_63>td{border-top:1px solid #f0f0f0}._relative_18iud_699 ._couldCopyPaste_18iud_326 thead{position:sticky;top:0;z-index:20;background-color:#fff}._relativeFull_18iud_727{min-width:100%}._scrollHorizontal_18iud_731{position:relative;z-index:2;max-height:100%}._scrollHorizontalWrap_18iud_737{padding-bottom:10px}._disableScroll_18iud_741{width:max-content;min-width:100%}._disableScroll_18iud_741 ._relative_18iud_699{width:max-content;min-width:100%;max-height:none;margin-bottom:0}._disableScroll_18iud_741 ._scrollHorizontal_18iud_731{width:max-content;padding-bottom:0}._widthFullAlways_18iud_89,._widthFullAlways_18iud_89 ._relative_18iud_699,._widthFullAlways_18iud_89 ._cont_18iud_92{width:100%}._widthFullAlways_18iud_89 ._table_18iud_14:not(._columnResizable_18iud_93){min-width:100%!important}._h100_18iud_767{height:100%}._h100_18iud_767._withPagination_18iud_770{height:calc(100% - 47px)}._h100_18iud_767._withPagination_18iud_770 ._relative_18iud_699{margin-bottom:-15px}._disabledIcon_18iud_777{display:flex;align-items:center;justify-content:center;width:16px;height:20px;margin:-1px 0 0;color:#595959;font-size:16px}._cont_18iud_92{position:relative;display:inline-flex;width:max-content;min-width:100%}._arrowTd_18iud_795{min-width:28px!important;line-height:0;-webkit-user-select:none;user-select:none}._draggableTd_18iud_801{width:28px!important;min-width:28px!important;font-size:24px!important;line-height:14px;-webkit-user-select:none;user-select:none}._draggableTd_18iud_801 svg{margin:-5px}._dragging_18iud_716{width:max-content!important;background-color:#fff;box-shadow:0 0 3px #0000000d}._dragging_18iud_716:not(:first-child,[data-placeholder-element]:first-child+._dragging_18iud_716){border-top:0!important}._dragging_18iud_716:first-child~[data-placeholder-element]:nth-child(n+3){margin-top:-1px}._placeholderReplaceStrategy_18iud_825 [data-placeholder-element][data-draggable-index="0"]:not([data-initial-draggable-index="0"]),._placeholderOnlyOtherList_18iud_826 [data-placeholder-element][data-draggable-index="0"]:not([data-initial-draggable-index="0"]){margin-top:1px}._placeholderBetweenStrategy_18iud_830 [data-between-element]:first-child{margin-top:0}._draggingWithDescription_18iud_834{display:flex;line-height:16px;background-color:#ffffffb3;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}._draggingWithDescription_18iud_834>td{border-bottom:none!important}._draggingWithDescription_18iud_834>td:not(._draggableTd_18iud_801,._draggableDescriptionElement_18iud_843){display:none}._draggableDescriptionElement_18iud_843{max-width:200px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}._contWithDraggable_18iud_854{transform:scale(1)}._tableIsDraggable_18iud_858>thead:before{position:absolute;top:0;bottom:0;left:-1px;width:1px;background-color:#fff;content:""}._arrowCollapsedWrap_18iud_868{display:flex;cursor:pointer}._arrowCollapsed_18iud_868{font-size:16px;opacity:.7;transition:opacity .2s ease,transform .2s ease}._arrowCollapsed_18iud_868._disabled_18iud_132{opacity:.4}._arrowOpened_18iud_882{transform:rotate(90deg);opacity:1}._isLastLevel_18iud_887{visibility:hidden}._isActiveCollapse_18iud_891{cursor:pointer;transition:all .2s ease}._isActiveCollapse_18iud_891:hover{background-color:#fcfcfc}._isActiveCollapse_18iud_891 td{border-bottom:none!important}._collapsedRow_18iud_902{transition:all .2s ease}._collapsedRow_18iud_902>td{padding:0}._collapsedRow_18iud_902>td:first-child{border-left:1px solid rgba(255,255,255,0)!important}._collapsedRow_18iud_902>td:last-child{border-right:1px solid rgba(255,255,255,0)!important}._collapsedRow_18iud_902._collapsedRowOpened_18iud_914>td{border-bottom:1px solid #f7f0f5!important}._collapsedRow_18iud_902._collapsedRowOpened_18iud_914>td:first-child{border-left:1px solid #f7f0f5!important}._collapsedRow_18iud_902._collapsedRowOpened_18iud_914>td:last-child{border-right:1px solid #f7f0f5!important}._isCollapsing_18iud_924>tr>td:first-child,._isCollapsing_18iud_924>tr>th:first-child{width:32px}._isCollapsing_18iud_924._showBorderRow_18iud_63:not(._showBorderCell_18iud_63)>tbody>._collapsedRow_18iud_902>td{border-bottom:1px solid #f0f0f0}._isCollapsing_18iud_924._showBorderRow_18iud_63:not(._showBorderCell_18iud_63)>tbody>._collapsedRow_18iud_902:last-child>td{border-bottom:none}._slide_18iud_934{padding:8px}._tableCountInfo_18iud_938{margin-top:16px;color:#999;font-size:14px;line-height:20px}._excelCell_18iud_945{position:relative;z-index:15;width:calc(100% + 17px);height:calc(100% + 18px);min-height:calc(100% + 18px)!important;margin:-9px;overflow:hidden;line-height:16px;white-space:nowrap;text-overflow:ellipsis;cursor:default}._excelCell_18iud_945 ._cellText_18iud_958{padding:9px}._excelCell_18iud_945._isFocused_18iud_961{outline:2px solid #bfbfbf;outline-offset:-2px}._excelCell_18iud_945._withMore_18iud_965 ._cellCont_18iud_965{padding-right:35px;overflow:hidden;text-overflow:ellipsis}._excelCell_18iud_945._withMore_18iud_965:hover ._moreIcon_18iud_970{opacity:1}._inputPaste_18iud_974{position:absolute;top:0;right:0;bottom:0;left:0;height:100%;min-height:100%;background-color:transparent;cursor:default;opacity:0}._placeholder_18iud_825{color:#bfbfbf}._moreIcon_18iud_970{position:absolute;top:9px;right:8px;z-index:5;font-size:16px;cursor:pointer;opacity:0;transition:color .2s ease,opacity .12s ease}._moreIcon_18iud_970:hover{color:#262626;opacity:1}._notInitialize_18iud_1003{color:#818181;cursor:default;-webkit-user-select:none;user-select:none;pointer-events:none}._info_18iud_1010{position:absolute;top:9px;right:30px;z-index:5;width:16px;height:16px;font-size:16px}._labelWithInfo_18iud_1020{max-width:calc(100% - 60px)}._isError_18iud_1024{z-index:6;outline:1px solid #ff8110!important;outline-offset:-1px}._errorTag_18iud_1030{z-index:6}._warning-danger_18iud_1034{color:#ff8110}._warning-dark_18iud_1038{color:#595959}._warning-primary_18iud_1042{color:#00cacc}._loader_18iud_1046{position:absolute;top:2px;right:2px;z-index:7;width:30px;height:30px;background-color:#fff}._resizer_18iud_28{position:absolute;top:0;right:-8px;display:flex;width:16px;height:100%;padding:3px;cursor:col-resize;opacity:0;transition:opacity .2s ease;-webkit-user-select:none;user-select:none;touch-action:none}._resizer_18iud_28:after{display:block;width:1px;height:100%;background:#0000004d;content:""}._resizer_18iud_28._isResizing_18iud_1077{opacity:1}._resizer_18iud_28._isResizing_18iud_1077+._resizer_18iud_28{opacity:0}._previousResizer_18iud_1084{right:auto;left:-8px}*:hover>._resizer_18iud_28{opacity:.5}._toBlocks_18iud_97{display:block}._columnResizable_18iud_93 tr,._toBlocks_18iud_97 tr{display:flex;width:fit-content}._columnResizable_18iud_93 tbody,._columnResizable_18iud_93 thead,._columnResizable_18iud_93 tfoot,._columnResizable_18iud_93 th,._columnResizable_18iud_93 td,._toBlocks_18iud_97 tbody,._toBlocks_18iud_97 thead,._toBlocks_18iud_97 tfoot,._toBlocks_18iud_97 th,._toBlocks_18iud_97 td{display:block}._maxWidth100_18iud_1115{max-width:100%;overflow:hidden}._cellText_18iud_958{overflow:hidden;text-overflow:ellipsis}._cellInput_18iud_1125{border:0!important}._cellInputCont_18iud_1129{width:calc(100% + 55px);margin:1px;padding-left:1px}._rowError_18iud_1135{position:relative;z-index:11}._rowError_18iud_1135:after{position:absolute;top:-1px;right:0;bottom:0;left:0;z-index:11;border:1px solid #ff8110;content:"";pointer-events:none}._rowError_18iud_1135:first-child:after{top:0}._rowDisabled_18iud_1151{opacity:.4;pointer-events:none}._isDisableCollapseEye_18iud_1156{height:4px}._isDisableCollapseEye_18iud_1156 ._arrowTd_18iud_795{padding-top:0!important;padding-bottom:0!important}._isDisableCollapseEye_18iud_1156 td{padding:4px!important;line-height:0}._row_18iud_63._rowVirtual_18iud_1168{position:absolute;display:flex;width:100%;will-change:top}._row_18iud_63._rowVirtual_18iud_1168>td{display:flex;height:auto!important}._eyeTd_18iud_1179{width:20px;min-width:20px!important;padding:0!important;border-right:none!important;border-bottom:none!important;cursor:pointer}._eyeTd_18iud_1179._eyeHover_18iud_1187:after{background-color:#999!important}._eyeTd_18iud_1179 ._eyeClosed_18iud_1190,._eyeTd_18iud_1179 ._eyeOpened_18iud_1191{position:absolute;right:0}._eyeTd_18iud_1179 ._eyeClosed_18iud_1190{top:-5px}._eyeTd_18iud_1179 ._eyeClosed_18iud_1190:hover{opacity:1}._eyeTd_18iud_1179 ._eyeOpened_18iud_1191{bottom:0;transform:translateY(5px)}._eyeTd_18iud_1179 ._eyeOpened_18iud_1191:hover{opacity:1}._eyeTd_18iud_1179 ._eyeOpened_18iud_1191:hover:after{background-color:#999!important}._eyeTd_18iud_1179._isStartGroup_18iud_1211:after,._eyeTd_18iud_1179._isInGroup_18iud_1211:after,._eyeTd_18iud_1179._isEndGroup_18iud_1211:after,._eyeTd_18iud_1179._isParent_18iud_1211:after{position:absolute;top:0;right:8px;bottom:0;width:1px;background-color:#dadada;transform:translate(-50%);transition:all .2s ease;content:""}._eyeTd_18iud_1179._isStartGroup_18iud_1211:after{top:8px}._eyeTd_18iud_1179._isEndGroup_18iud_1211:after{bottom:8px}._eyeTd_18iud_1179._isParent_18iud_1211:after{bottom:12px}._eyeTd_18iud_1179._isParent_18iud_1211._isEndGroup_18iud_1211 ._eyeOpened_18iud_1191{bottom:16px}._eyeTd_18iud_1179._isParent_18iud_1211._isEndGroup_18iud_1211:after{display:none}._totalTooltip_18iud_1238{width:100%}._selectableRow_18iud_1242>td{background:#cff7f8;border-color:#b7f3f4!important}._selectableRowForDrag_18iud_1247{-webkit-user-select:none;user-select:none}._selectedBack_b2cva_1:before{position:absolute;top:0;right:0;bottom:-1px;left:0;background:#00cacc1f;content:"";pointer-events:none}._selectedBack_b2cva_1._borderBottom_b2cva_11:before{border-bottom:1px solid #00cacc}._selectedBack_b2cva_1._selectStart_b2cva_14:before{border-left:1px solid #00cacc}._selectedBack_b2cva_1._selectEnd_b2cva_17:before{border-right:1px solid #00cacc}._selectedBack_b2cva_1._selectEnd_b2cva_17:last-child:before{right:0;border-right:1px solid #00cacc}._selectedBack_b2cva_1._borderTop_b2cva_24:before{border-top:1px solid #00cacc}._selectedBack_b2cva_1._showBorderCell_b2cva_27._selectEnd_b2cva_17:before{right:-1px}._borderBottom_b2cva_11:before{position:absolute;top:0;right:0;bottom:-1px;left:0;border-bottom:1px solid #00cacc;content:"";pointer-events:none}._couldCopyPaste_b2cva_42{cursor:url("data:image/svg+xml,%3Csvg width='21' height='22' viewBox='0 0 21 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_d_4954_50946)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.1028 4V10.4266H14.8046C15.2484 10.4266 15.4722 10.9618 15.1605 11.2778L10.8563 15.6394C10.6605 15.8378 10.3403 15.8378 10.1445 15.6394L5.84042 11.2778C5.52866 10.9618 5.75246 10.4266 6.19631 10.4266L7.89809 10.4266V4H13.1028Z' fill='%23595959'/%3E%3Cpath d='M13.6028 4V3.5H13.1028H7.89809H7.39809V4V9.92656L6.19631 9.92656C5.3086 9.92656 4.861 10.9971 5.48453 11.629L5.83597 11.2822L5.48453 11.629L9.78866 15.9906C10.1802 16.3874 10.8206 16.3874 11.2122 15.9906L15.5163 11.629C16.1399 10.9971 15.6923 9.92656 14.8046 9.92656H13.6028V4Z' stroke='white'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_d_4954_50946' x='0.693359' y='0' width='19.6143' height='21.7881' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='1'/%3E%3CfeGaussianBlur stdDeviation='2'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_4954_50946'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_4954_50946' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E") 7 3,auto}._success_oy2m7_1{color:#00cacc}._pending_oy2m7_5{width:16px!important;height:16px!important;color:#ff8110}._statusCell_oy2m7_11{min-width:12px!important}._icon_oy2m7_15{width:16px;height:16px}._menuExit_kzx0w_1{margin-top:15px}._exit_kzx0w_5{display:flex;gap:4px;align-items:center;color:var(--gray-5);font-weight:500;cursor:pointer;transition:var(--t-all)}._exit_kzx0w_5:hover{color:var(--gray-4)}._icon_kzx0w_18{font-size:24px;cursor:pointer}._selects_1t9na_1{display:flex;flex-direction:column;gap:8px;margin-bottom:8px}:root{--bg: #fff;--gray-1: #000;--gray-2: #262626;--gray-3: #4c4c4c;--gray-4: #595959;--gray-5: #999;--gray-6: #b7b7b7;--gray-7: #bfbfbf;--gray-8: #d3d3d3;--pink: #f7f0f5;--t-base: .2s ease;--t-all: all var(--t-base);--t-color: color var(--t-base);--shadow-s: 0 0 5px 0 rgb(0 0 0 / 10%);--shadow-m: 0 9px 50px 8px rgb(0 0 0 / 10%)}._popup_1ro68_1{max-width:555px;font-weight:700}._popup_1ro68_1._small_1ro68_5{max-width:430px}._popup_1ro68_1._small_1ro68_5 ._title_1ro68_8{padding-right:0}._close_1ro68_12{display:none}._close_1ro68_12._closable_1ro68_15{display:flex}._okButton_1ro68_19{min-width:57px;margin-left:auto}@media (max-width: 768.02px){._popup_1ro68_1{max-width:none;padding:80px!important}._title_1ro68_8{padding:0;text-align:center}}@media (max-width: 576.02px){._popup_1ro68_1{padding:80px 40px!important}}._wrap_i0rwk_1{display:flex;width:100%;height:100%;overflow:hidden;background-color:var(--bg)}._main_i0rwk_9{display:flex;width:100%;min-height:100vh;padding:0 20px 0 40px;overflow:hidden}._content_i0rwk_17{position:relative;width:100%;padding:12px 0}._open_i0rwk_23 ._main_i0rwk_9{padding:0 20px 0 290px}._linkExitCont_i0rwk_27{position:absolute;top:50%;left:50%;width:200px;height:200px;margin:130px 0 0 -100px;text-align:center}@media (width <= 1500px){._linkExitCont_i0rwk_27{width:150px;height:150px;margin:105px 0 0 -75px}}._linkExit_i0rwk_27{color:var(--gray-5);font-size:18px;cursor:pointer;transition:var(--t-all)}._linkExit_i0rwk_27:hover{color:var(--gray-4)}._wrap_12tjr_1{display:flex;flex-direction:column;gap:12px}._menuItem_12tjr_7{-webkit-user-select:none;user-select:none}._menuItem_12tjr_7:last-child{margin-bottom:0}._subMenu_12tjr_14{display:flex;flex-direction:column;gap:12px;padding-left:25px}._subMenu_12tjr_14 a{text-transform:none}._subMenu_12tjr_14 a:first-letter{text-transform:capitalize}._subMenuHide_12tjr_27{margin-top:-12px}._title_12tjr_31{display:inline-flex;color:var(--gray-5);font-weight:500;cursor:pointer}._title_12tjr_31:hover{color:var(--gray-4)}._title_12tjr_31._active_12tjr_40 ._icon_12tjr_40 svg{transform:rotate(0)}._icon_12tjr_40{display:flex;flex-shrink:0;align-items:center;justify-content:center;margin-right:4px;font-size:13px}._icon_12tjr_40 svg{transform:rotate(-90deg);transition:var(--t-all)}._sidebar_29ej4_1{position:fixed;top:0;bottom:0;left:0;z-index:30;width:270px;max-height:100%;padding:16px;background-color:#fff;box-shadow:var(--shadow-s);transform:translate(calc(-100% - 10px));transition:transform var(--t-base)}._sidebar_29ej4_1._disabledEvents_29ej4_15:after{position:absolute;z-index:1;content:"";top:0;right:0;bottom:0;left:0}._openIcon_29ej4_22{position:absolute;top:16px;right:-40px;display:flex;color:var(--gray-5);font-size:24px;cursor:pointer;transition:translate var(--t-base),right var(--t-base),color var(--t-base);rotate:180deg}._openIcon_29ej4_22:hover{color:var(--gray-2)}._hover_29ej4_37{transform:translate(0)}._hover_29ej4_37 ._openIcon_29ej4_22{translate:-52px}._open_29ej4_22{bottom:auto;box-shadow:none;transform:translate(0)}._open_29ej4_22 ._openIcon_29ej4_22{right:0;rotate:0deg;translate:0;transition:color var(--t-base)}._openSidebar_29ej4_56{position:fixed;top:0;bottom:0;left:0;z-index:1;width:30px}._logoCont_29ej4_65{display:flex;margin-bottom:20px}._logo_29ej4_65{max-width:122px;height:26px}._wrap_17e2q_1{display:flex;align-items:center;justify-content:center;width:100%;height:100vh;overflow:hidden;background-color:var(--bg)}._logo_17e2q_11{position:absolute;top:16px;left:16px;max-width:122px;height:26px}._root_1o2df_1{cursor:pointer}._button_1xd23_1{display:flex;flex-wrap:wrap;align-items:center;width:max-content;max-width:200px;margin-top:15px;color:#999;font-weight:500;font-size:16px;line-height:20px;text-align:left;cursor:pointer}._button_1xd23_1:hover{color:#818181}._icon_1xd23_19{margin-right:5px;font-size:24px}._container_1958w_1{display:flex;justify-content:center;column-gap:32px}._ratingIcon_1958w_7{font-size:40px;cursor:pointer}._ratingIcon_1958w_7._active_1958w_11{color:#00cacc}._popup_1rt3a_1{max-width:500px}._input_1rt3a_5{height:120px;margin-bottom:16px}._errorMessage_1rt3a_10{text-align:left;background-color:transparent}
