/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{-webkit-text-size-adjust:100%;line-height:1.15}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}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-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}[hidden],template{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:hsla(0,0%,100%,.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-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--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(90deg,#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__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translate3d(0,0,var(--toastify-z-index) px);width:var(--toastify-toast-width);z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:1em;top:1em}.Toastify__toast-container--top-center{left:50%;top:1em;transform:translateX(-50%)}.Toastify__toast-container--top-right{right:1em;top:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{left:0;margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:0}}.Toastify__toast{-ms-flex-pack:justify;border-radius:4px;box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);box-sizing:border-box;cursor:default;direction:ltr;display:-ms-flexbox;display:flex;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:var(--toastify-toast-max-height);min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex:1 1 auto;flex:1 1 auto;margin:auto 0;padding:6px}.Toastify__toast-body>div:last-child{-ms-flex:1;flex:1;word-break:break-word}.Toastify__toast-icon{-webkit-margin-end:10px;-ms-flex-negative:0;display:-ms-flexbox;display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{animation-duration:.7s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:var(--toastify-color-info);color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:var(--toastify-color-success);color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:var(--toastify-color-warning);color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:var(--toastify-color-error);color:var(--toastify-text-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--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{background:var(--toastify-color-transparent)}.Toastify__close-button{-ms-flex-item-align:start;align-self:flex-start;background:transparent;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:5px;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{left:auto;right:0;transform-origin:right}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@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,0,0)}to{opacity:0;transform:translate3d(2000px,0,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,0,0)}to{opacity:0;transform:translate3d(-2000px,0,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,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,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,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-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--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-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: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%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px) rotateX(-20deg)}to{opacity:0;transform:perspective(400px) rotateX(90deg)}}.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:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{transform:translate3d(110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{transform:translate3d(-110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-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--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{outline:0}*,:after,:before{background-repeat:no-repeat;box-sizing:border-box}#app,body,html{font-size:16px;height:100vh;height:-webkit-fill-available;overflow:hidden;width:100%}@media(max-width:720.02px){#app,body,html{font-size:14px}}.MuiPopover-paper.MuiMenu-paper,.scroll{overflow:hidden auto;scrollbar-width:thin}.MuiPopover-paper.MuiMenu-paper::-webkit-scrollbar,.scroll::-webkit-scrollbar{background-color:#fdfdfd;border-radius:2px;width:5px}.MuiPopover-paper.MuiMenu-paper::-webkit-scrollbar-track,.scroll::-webkit-scrollbar-track{background:#fdfdfd;border-radius:2px;width:5px}.MuiPopover-paper.MuiMenu-paper::-webkit-scrollbar-thumb,.scroll::-webkit-scrollbar-thumb{background-color:#ecedf1;border-radius:2px;transition:all .2s ease}.MuiPopover-paper.MuiMenu-paper::-webkit-scrollbar-thumb:hover,.scroll::-webkit-scrollbar-thumb:hover{background-color:#dbdde3}.MuiPopover-paper.MuiMenu-paper::-webkit-scrollbar-thumb:active,.scroll::-webkit-scrollbar-thumb:active{background-color:#c7cad1}.scrollHorizontal{overflow:auto hidden;scrollbar-width:thin}.scrollHorizontal::-webkit-scrollbar,.scrollHorizontal::-webkit-scrollbar-track{background-color:#fdfdfd;border-radius:4px;height:8px}.scrollHorizontal::-webkit-scrollbar-thumb{background-color:#ecedf1;border-radius:4px;transition:all .2s ease}.scrollHorizontal::-webkit-scrollbar-thumb:hover{background-color:#dbdde3}.scrollHorizontal::-webkit-scrollbar-thumb:active{background-color:#c7cad1}:root{--toastify-color-info:#2857ad!important;--toastify-color-success:#008151!important}.Toastify__toast-body{margin:0!important;padding-bottom:5px!important;padding-right:15px!important;padding-top:5px!important}.Toastify__toast{border-radius:5px!important;color:#515360!important;font-size:12px!important;line-height:16px!important;max-width:100%!important;min-height:auto!important;width:max-content!important}.Toastify__toast-icon{width:14px!important}.Toastify__toast-container{align-items:flex-end!important;display:flex!important;flex-direction:column!important;width:350px!important}.Toastify__toast--error{color:#df2d4e!important}.Toastify__progress-bar{height:2px!important}@media(max-width:576.02px){.Toastify__toast{margin-bottom:10px!important}.Toastify__toast-container{padding:10px!important;width:100%!important}}.fl-al-c,.fl-center{align-items:center;display:flex}.fl-center{justify-content:center}@media screen and (min-width:40em){.card{max-width:calc(50% - 1em)}}@media screen and (min-width:60em){.card{max-width:calc(25% - 1em)}}.card-layout:after{content:"";flex:auto;max-width:275px}::-webkit-scrollbar{height:7px;width:7px}::-webkit-scrollbar-track{background:#f2f3f5;border-radius:2px}::-webkit-scrollbar-thumb{background:#b4b7bb;border-radius:2px}::-webkit-scrollbar-thumb:hover{background:#a5a7ab}::-webkit-scrollbar-thumb:active{background-color:#92959b}.output_paper{border-radius:0!important;box-shadow:none!important}.output_paper .Layout-root{border:1px solid #e7e9ed;border-radius:4px;height:100%!important;margin:0 24px 0 0}@media(max-width:720.02px){.output_paper .Layout-root{margin-right:10px}}.output_paper .Layout-root .TableContainer-root>div,.output_paper .Layout-root .TableContainer-root>table{height:100%!important}.output_paper.no-scroll .Layout-root .TableContainer-root{overflow:hidden!important}.output_paper_no_data .MuiTable-root{height:100%!important}.MuiTableContainer-root,.TableContainer-root{margin-bottom:-1px}.MuiAutocomplete-paper,.MuiPopover-paper{border:1px solid #f2f3f5!important;border-radius:8px!important;box-shadow:0 1px 15px hsla(219,7%,62%,.2)!important}.MuiAutocomplete-paper.MuiMenu-paper,.MuiPopover-paper.MuiMenu-paper{max-height:460px!important}.CellLayout-cellDraggable{cursor:default!important}.MuiMenuItem-root{background-color:#fff!important}.MuiMenuItem-root:hover{background-color:rgba(88,101,124,.06)!important}.MuiMenuItem-root.Mui-selected{background-color:rgba(40,87,173,.08)!important;color:#2857ad;font-weight:500}.MuiMenuItem-root.Mui-selected:hover{background-color:rgba(40,87,173,.1)!important}.MuiMenuItem-root .MuiTouchRipple-root{display:none}.MuiMenuItem-root .MuiSvgIcon-root{color:rgba(33,43,54,.8);font-size:18px;margin-right:12px}.MuiMenuItem-root[color=error],.MuiMenuItem-root[color=error] .MuiSvgIcon-root{color:#df2d4e}.MuiMenuItem-root .MuiCheckbox-root:hover{background-color:hsla(0,0%,100%,0)}@media(max-width:720.02px){.MuiMenuItem-root.MuiButtonBase-root{padding:4.5px 12px}}.menuCheckboxes .MuiMenuItem-root .MuiCheckbox-root{padding:5px}.menuCheckboxes .MuiMenuItem-root .MuiCheckbox-root .MuiSvgIcon-root{color:#58657c;transition:all .2s ease}.menuCheckboxes .MuiMenuItem-root .MuiCheckbox-root:hover .MuiCheckbox-root .MuiSvgIcon-root{color:#44546e}.menuCheckboxes .MuiMenuItem-root.Mui-selected{background-color:#fff!important}.menuCheckboxes .MuiMenuItem-root.Mui-selected:hover{background-color:rgba(88,101,124,.06)!important}.menuTags .MuiMenuItem-root{padding:9px 16px}.MuiCheckbox-root.Mui-checked .MuiSvgIcon-root{color:#2857ad!important}.MuiCheckbox-root.Mui-disabled{opacity:.5}.MuiOutlinedInput-notchedOutline{border:1px solid #dcdfe5;transition:border-color .2s ease}.MuiInputBase-root input::-webkit-inner-spin-button,.MuiInputBase-root input::-webkit-outer-spin-button,.MuiInputBase-root input[type=number]{-webkit-appearance:none;-moz-appearance:none;appearance:none}.MuiInputBase-root.Mui-focused .MuiOutlinedInput-notchedOutline{border-color:#a5a7ab!important;border-width:1px}.MuiInputBase-root.MuiInput-underline:before,.MuiInputBase-root:hover .MuiOutlinedInput-notchedOutline{border-color:#c7cad1}.MuiInputBase-root.MuiInput-underline:hover:before{border-bottom:1px solid #c7cad1}.MuiInputBase-root.MuiInput-underline:after{border-bottom:1px solid #a5a7ab}@media(max-width:720.02px){.MuiInputBase-root input{padding:6px 10px}}.MuiInputLabel-root.Mui-focused{color:#58657c}.highlightHead .MuiTableCell-root.MuiTableCell-head{background-color:#f5f6f7;white-space:normal}.highlightLastRow .MuiTableBody-root .MuiTableRow-root:last-child .MuiTableCell-root{font-weight:700}.MuiTableCell-head,.highlightFirstColumn .MuiTableBody-root .MuiTableCell-root:first-child{background-color:#f5f6f7}.MuiTableCell-head{color:#58657c;line-height:1.15em}.MuiTableCell-root{border-bottom:1px solid #e7e9ed;padding:15px 8px}.MuiTableCell-root:first-of-type{padding-left:24px}@media(max-width:720.02px){.MuiTableCell-root:first-of-type{padding-left:8px}.MuiTableCell-root{padding:8px 5px}}.Pagination-rowsLabel{font-size:14px!important}@media(max-width:576.02px){.Pagination-rowsLabel{padding-right:4px!important}}.MuiTableRow-root.MuiTableRow-hover:hover{background-color:#f8f9fa}.MuiTableRow-root.Mui-selected,.MuiTableRow-root.Mui-selected:hover{background-color:rgba(40,87,173,.08)}.disabledInput{position:relative}.disabledInput:before{background-color:#fff;bottom:0;content:"";left:0;opacity:.35;position:absolute;right:0;top:0;z-index:2}.disabledInputForPreview{position:relative}.disabledInputForPreview:before{background-color:transparent;bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:2}.disabledInputForPreview .MuiOutlinedInput-notchedOutline{border:1px solid #c7cad1}.noDisable{position:relative;z-index:5}.MuiBottomNavigationAction-root{padding:0;transition:all .2s ease}.MuiBottomNavigationAction-root:hover{color:#44546e}.MuiBottomNavigationAction-root+.MuiBottomNavigationAction-root{margin-top:3px}.MuiBottomNavigationAction-root .MuiTouchRipple-root{display:none}.MuiBottomNavigationAction-root:before{background-color:rgba(40,87,173,.06);border-radius:5px;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transform:scale(.8);transition:all .2s ease}.MuiBottomNavigationAction-root.Mui-selected:hover{color:#2857ad}.MuiBottomNavigationAction-root.Mui-selected:before{animation:activeMenu .3s forwards}.MuiBottomNavigationAction-label{font-size:13px!important;margin-top:4px}@keyframes activeMenu{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:none}}.MuiTab-root{min-height:48px}.MuiTooltip-tooltip{background-color:rgba(40,87,173,.9);line-height:15px}.MuiTooltip-popper[data-popper-placement*=top] .MuiTooltip-tooltip{margin-bottom:8px;will-change:opacity}.MuiTooltip-popper[data-popper-placement*=bottom] .MuiTooltip-tooltip{margin-top:8px;will-change:opacity}.MuiBackdrop-root:not(.MuiBackdrop-invisible){backdrop-filter:saturate(.7);background-color:rgba(17,31,58,.85)}.MuiDialog-paper{border-radius:8px;box-shadow:0 7px 30px rgba(17,31,58,.3);padding:10px 10px 7px}.MuiDialog-paper.MuiDialog-paperFullScreen{border-radius:0;height:100vh;height:-webkit-fill-available}.MuiDialogTitle-root{color:#515360;font-size:19px;line-height:24px;padding:16px 40px 20px 24px}@media(max-width:992.02px){.MuiDialogTitle-root{padding:8px 40px 10px 10px}}@media(max-width:576.02px){.MuiDialogTitle-root{font-size:16px;padding:0 40px 10px 6px}}@media(max-width:992.02px){.MuiDialogContent-root{padding:20px 12px}}@media(max-width:576.02px){.MuiDialogContent-root{padding:0 6px 20px}}.MuiDialogActions-root{padding:24px}@media(max-width:992.02px){.MuiDialogActions-root{padding:10px}}@media(max-width:576.02px){.MuiDialogActions-root{padding:10px 6px}}@media(max-width:720.02px){.MuiToolbar-root{padding:0 10px}}.open{animation:open .2s forwards}.close{animation:close .2s forwards}@keyframes open{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:none}}@keyframes close{0%{opacity:1;transform:none}to{opacity:0;transform:scale(.95)}}.openMax{animation:openMax .3s forwards}.closeMax{animation:closeMax .3s forwards}@keyframes openMax{0%{opacity:0;transform:scale(0)}to{opacity:1;transform:none}}@keyframes closeMax{0%{opacity:1;transform:none}to{opacity:0;transform:scale(0)}}.MuiIconButton-root{color:#58657c}.MuiIconButton-root:hover{background-color:rgba(88,101,124,.06)}@media(max-width:720.02px){.MuiIconButton-root{padding:5.5px}}.MuiCircularProgress-svg{color:#58657c}.ResizingControl-resizeHandleLine{background-color:rgba(88,101,124,.5)!important}.MuiChip-outlined{border-color:#c7cad1;color:#58657c}.MuiButtonBase-root.Pagination-text{color:#515360}.MuiToggleButton-root{border:1px solid #c7cad1!important}.MuiDivider-root{border-color:#e7e9ed}.MuiAvatar-circular{background-color:rgba(88,101,124,.08)}.table{border:1px solid #e7e9ed;border-bottom:0;border-radius:4px;box-shadow:none;flex:1 0 auto;margin:0 24px 0 0}@media(max-width:720.02px){.table{margin-right:10px}}.table-container{height:calc(100% - 63px)}@media(max-width:992.02px){.table-container{height:calc(100% - 111px)}}@media(max-width:720.02px){.table-container{height:calc(100% - 78px)}}.contAfterTabs{max-height:calc(100% - 76px);overflow:hidden overlay}.contAfterTabsWithoutPagination{border-bottom:1px solid #e7e9ed;max-height:calc(100% - 22px);overflow:hidden overlay}@media(max-width:992.02px){.contAfterTabsWithoutPagination{max-height:calc(100% - 69px)}}@media(max-width:720.02px){.contAfterTabsWithoutPagination{max-height:calc(100% - 47px)}}.MuiInputAdornment-root .MuiIconButton-root{transform:scale(.85)}.MuiSelect-standard{background-color:#fff!important}@media(max-width:720.02px){.MuiSelect-standard{padding:6px 10px}}.MuiSwitch-root{padding-bottom:9px;padding-top:9px}@media(max-width:720.02px){.MuiSwitch-root{height:32px;padding:9px 5px 9px 12px;width:42px}}.MuiSwitch-track{background-color:rgba(88,101,124,.12);border-radius:10px;opacity:.9!important}.MuiSwitch-thumb{background-color:#fff;box-shadow:0 0 3px rgba(0,0,0,.1);height:16px;margin:2px;width:16px}@media(max-width:720.02px){.MuiSwitch-thumb{height:10px;margin:4px;width:10px}}.MuiSwitch-switchBase{margin:2px;padding:7px;transform:translateX(3px);transition:all .15s cubic-bezier(.4,0,.2,1)}.MuiSwitch-switchBase.Mui-checked{transform:translateX(17px)}@media(max-width:720.02px){.MuiSwitch-switchBase.Mui-checked{transform:translateX(14px)}.MuiSwitch-switchBase{height:28px!important}}.small-table .MuiTableCell-root{padding:8px}.small-table .MuiTableCell-body{padding:2px 8px}@media(max-width:720.02px){.MuiButtonBase-root{height:32px;min-height:28px;padding:4.5px}.MuiTablePagination-toolbar p{font-size:14px;margin:0}}@media(max-width:576.02px){.MuiTablePagination-toolbar .MuiInputBase-root{margin-right:6px}}.MuiTablePagination-toolbar .MuiTablePagination-actions{margin-left:6px}@media(max-width:720.02px){.MuiTablePagination-toolbar{min-height:30px}}@media(max-width:576.02px){.MuiCalendarPicker-root{width:300px}.MuiPickersToolbar-root+div{width:294px}}@media(max-width:720.02px){.MuiPickersDay-root{height:32px;width:32px}}.MuiDateTimePickerToolbar-timeContainer{align-items:center}.wrap_Yl5egO{flex-direction:column;margin:0 auto;width:90vw}.wrap_RkvYqE,.wrap_Yl5egO{align-items:center;display:flex;height:100%;justify-content:center}.wrap_RkvYqE{left:0;position:absolute;top:0;width:100%;z-index:2}.overlay_pDXqbJ{background-color:#fff;height:100%;opacity:.5;position:absolute;width:100%}.loader_ecn8Lr{height:100%;max-height:40px;max-width:40px;width:100%}.wrap_GNhIwb{align-items:center;flex-direction:column;height:100%}.content_aCrreK,.wrap_GNhIwb{display:flex;justify-content:center;width:100%}.content_aCrreK{min-height:360px;position:relative}.logo_cWVI9q{height:60px;margin:-50px 0 25px;width:205px}.tab_XSbubu{align-items:center;border-radius:30px;color:#58657c;display:flex;font-family:Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:13px;font-weight:500;justify-content:center;min-height:32px;padding:6px 10px;position:relative;text-transform:none;transition:all .2s ease}.tab_XSbubu:hover{color:#44546e}.tab_XSbubu:before{background-color:currentColor;border-radius:30px;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transform:scale(.85);transition:all .2s ease}.tab_XSbubu.selected_XDIUjR{color:#58657c}.tab_XSbubu.selected_XDIUjR:before{opacity:.06;transform:none}@media(max-width:720.02px){.tab_XSbubu{font-size:12px;min-height:28px;padding:4px 8px}}.cont_kSROa6{position:relative;z-index:1}.cont_kSROa6,.icon_vioxmc{align-items:center;display:flex;justify-content:center}.icon_vioxmc svg{font-size:15px}@media(max-width:720.02px){.icon_vioxmc svg{font-size:14px}}.icon_vioxmc+.label_pkx57W{margin-left:4px}.wrap_pcPGTR{flex:1;margin:8px 0;min-width:0;padding:0 10px 0 0}@media(max-width:720.02px){.wrap_pcPGTR{margin:6px 0}}.indicator_uzu33Y{display:none}.tabs_j4UOms{height:32px;min-height:32px}@media(max-width:720.02px){.tabs_j4UOms{height:28px;min-height:28px}}.wrap_fNC04n{display:flex;height:70px;min-height:70px;position:relative}.wrap_fNC04n:after{background-color:#e7e9ed;bottom:0;content:"";height:1px;left:24px;position:absolute;right:24px}@media(max-width:992.02px){.wrap_fNC04n.withButton_eEYhNV{align-items:center;justify-content:space-between;padding-top:8px}}@media(max-width:576.02px){.wrap_fNC04n.withButton_eEYhNV{padding-top:0}}@media(max-width:400.02px){.wrap_fNC04n.withButton_eEYhNV button{font-size:12px}}@media(max-width:992.02px){.wrap_fNC04n.withoutToolbar_Qepxxq:after{display:none}.wrap_fNC04n{height:auto;margin-top:48px}}@media(max-width:720.02px){.wrap_fNC04n{margin-top:60px;min-height:58px}.wrap_fNC04n:after{left:10px;right:10px}}.progress_wpoUID{background-color:#eceef8;left:0;position:absolute;top:0;width:100%}.bar_GjtfFm{background-color:rgba(88,101,124,.3)}.cont_V9X9_W{display:flex}.title_PUvXXE{color:#58657c;font-size:22px;font-weight:500;margin:0;padding-right:30px}@media(max-width:720.02px){.title_PUvXXE{font-size:18px}}@media(max-width:576.02px){.title_PUvXXE{font-size:16px;padding-right:10px}}.tabsWrap_BCBtG6{align-items:center;display:flex;flex:1;min-width:0}.rightSlot_uGbKIz{align-items:center;display:flex;flex-shrink:0;gap:8px;max-width:50%;padding:8px 24px 0}.rightSlot_uGbKIz:empty{display:none}@media(max-width:720.02px){.rightSlot_uGbKIz{padding-right:10px}}.wrap_aFoWgO{flex-grow:1;height:100%;width:100%}.cont_yACZtA{height:calc(100% - 70px);overflow:auto;padding-left:24px;width:100%}@media(max-width:720.02px){.cont_yACZtA{padding-left:10px}}.paper_e3jEGX{border-radius:0;box-shadow:none;display:flex;flex-direction:column;height:100%;position:relative;width:100%}.tabs_yqn9VZ{display:flex;flex:1;gap:8px;min-width:0}.wrap_jFVtoJ{display:flex;flex:1 0 auto;flex-direction:column;height:100%;overflow:hidden;padding-top:10px;position:relative}@media(max-width:992.02px){.leadsBoardLayout_y2PbDr,.parametersLayout_p8HLgl{height:100%}}@media(max-width:720.02px){.leadsBoardLayout_y2PbDr{height:100%}}.button_aNS8PQ{align-items:center;background-color:#fff;border:0;border-radius:5px;cursor:pointer;display:flex;font-size:16px;font-weight:600;justify-content:center;line-height:18px;overflow:hidden;padding:10px 15px 12px;position:relative;transition:all .2s ease;will-change:opacity}.button_aNS8PQ[disabled]{cursor:default!important;opacity:.3!important;pointer-events:none!important}.button_aNS8PQ>*{position:relative;z-index:1}.button_aNS8PQ:before{background-color:currentColor;bottom:0;content:"";left:0;opacity:.08;position:absolute;right:0;top:0;transition:all .2s ease}.button_aNS8PQ:hover:before{opacity:.1}@media(max-width:720.02px){.button_aNS8PQ{font-size:14px;min-height:32px;padding:6px 11px 8px}}.text_EUhqN9{transition:all .3s ease}.icon_sMZoIB{align-items:center;display:flex;justify-content:center;margin:-5px 0;position:relative}.icon_sMZoIB svg{font-size:20px}.icon_sMZoIB+.text_EUhqN9{margin-left:10px}.iconSvg_pj6AJX{display:flex;transition:all .3s ease}.loader_UYriPC{position:absolute;transition:all .2s ease}.loader_UYriPC,.loader_UYriPC svg{color:currentColor}.loading_XnZpCX{filter:saturate(.4);opacity:.6;pointer-events:none}.loading_XnZpCX .iconSvg_pj6AJX{opacity:0;transform:scale(0)}.loading_XnZpCX.noIcon_BHbWNb .text_EUhqN9{opacity:.12}.small_sCki5b{font-size:14px;padding:5px}.small_sCki5b .icon_sMZoIB{margin:0}.small_sCki5b .icon_sMZoIB svg{font-size:19px}@media(max-width:720.02px){.small_sCki5b .icon_sMZoIB svg{font-size:16px}.small_sCki5b{min-height:26px}}.mini__hfKTq{font-size:14px;padding:5px 12px 6px}.mini__hfKTq .icon_sMZoIB{margin:0}.mini__hfKTq .icon_sMZoIB svg{font-size:16px}.mini__hfKTq .icon_sMZoIB+.text_EUhqN9{margin-left:6px}.medium_rnfE9U{font-size:14px;padding:7px 14px 8px}.medium_rnfE9U .icon_sMZoIB{margin:0}.medium_rnfE9U .icon_sMZoIB svg{font-size:18px}.fullWidth_z5l5ZC{width:100%}.white_K12UtF{box-shadow:0 1px 5px rgba(231,233,237,.6);color:#656778}.white_K12UtF:before{background-color:#fff}.defaultColor_q2SzAA{color:#58657c}.blue_GFGt5X{color:#2857ad}.blueDark_kxP3eC{color:#24608b}.greenDark_x2Caof{color:#008151}.green_NCcEJs{color:#279574}.turquoise_TtYo2s{color:#0e7f85}.brown_WEQ5hO{color:#957d27}.orange_t2iGzS{color:#cf7b13}.darkOrange_Ygx2WY{color:#ab730e}.orangeRed_QCsia8{color:#d35221}.red_o6jALI{color:#df2d2d}.error_fBEyVQ{color:#df2d4e}.purple_Gke1KT{color:#c340a1}.purpleDark_OUT5Xn{color:#a137a3}.violet_upIiwX{color:#6f37a3}.primary_RogAbY{color:#2857ad}.dropZone_P7I9QH{border:1px solid #e7e9ed;height:220px;margin-top:20px}.dropZone_P7I9QH .dropZoneContent_PEIoKw{align-items:center;display:flex;flex-direction:column;justify-content:center}.dropZone_P7I9QH .dropZoneContent_PEIoKw .itemsSelect_PgeNPb{color:#2857ad;cursor:pointer}.wrap_Kip5Ez{display:flex;flex-direction:column}.wrap_Kip5Ez+.wrap_Kip5Ez{margin-top:20px}@media(max-width:720.02px){.wrap_Kip5Ez+.wrap_Kip5Ez{margin-top:10px}}.label_aHVuRX{display:flex;margin-bottom:10px}@media(max-width:720.02px){.label_aHVuRX{margin-bottom:5px}}.required_M1n8rc{color:#df2d4e;display:inline-block;font-size:14px;line-height:19px;transform:translateY(-2px)}.spaceBetween_XWM61R{justify-content:space-between}.error_qLBW_M{height:1em}.modal_wABiKe{max-width:1000px;min-width:1000px;overflow-y:auto}@media(max-width:992.02px){.modal_wABiKe{min-width:720px}}@media(max-width:720.02px){.modal_wABiKe{min-width:100%}}.wrapDrawer_LqGDZj{padding:25px}.full_iCQNXK,.row_LS0xNM{width:100%}.buttons_YqjBhX{display:flex;justify-content:end}.close_hV7LdG{position:absolute;right:8px;top:8px;z-index:3}@media(max-width:720.02px){.close_hV7LdG{min-height:36px;min-width:36px}}.micro_zffPNN,.mini_IZE3ap{right:7px;top:7px}.micro_zffPNN{height:26px;opacity:.7;transition:all .2s ease;width:26px;will-change:opacity}.micro_zffPNN:hover{opacity:1}.micro_zffPNN svg{font-size:20px}@media(max-width:720.02px){.micro_zffPNN{top:3px}}.wrap_Bw_XmK{height:500px;max-width:1380px;padding:0;scrollbar-width:thin;width:600px}.dialogContent_C3hGUx{margin-top:30px;padding:30px}.modal_csHaeW{max-width:1000px;min-width:1000px;overflow-y:auto}@media(max-width:992.02px){.modal_csHaeW{min-width:720px}}@media(max-width:720.02px){.modal_csHaeW{min-width:100%}}.chips_gKGynK{display:flex;flex-wrap:wrap;margin-bottom:-5px;overflow:hidden}.chip_OM8Tr5{height:22px!important;margin:0 5px 5px 0}.input_Crkw_r{padding:6px 65px 6px 10px!important}.tag_quCjnx{border-radius:20px;color:#515360;cursor:inherit;display:inline-flex;font-family:Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:13px;font-weight:600;line-height:16px;max-width:100%;overflow:hidden;padding:2px 10px 4px;position:relative;text-overflow:ellipsis}.tag_quCjnx:before{background-color:currentColor;bottom:0;content:"";left:0;opacity:.1;position:absolute;right:0;top:0;transition:all .2s ease}.tag_quCjnx>*{position:relative;z-index:1}.tag_quCjnx.clickable_fzNNtL:hover{cursor:pointer}.tag_quCjnx.clickable_fzNNtL:hover:before{opacity:.15}.tag_quCjnx.default_RPY6rK{min-height:22px}.children_HYec14{align-items:center;display:flex;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.status_VebCFr{border-radius:3px;font-size:13px;line-height:15px;padding:1px 7px 4px}@media(max-width:720.02px){.status_VebCFr{font-size:12px}}.mini_Wu_WAT{border-radius:3px;font-size:12px;line-height:14px;padding:2px 5px 3px}.isBox_XfhM97{background-color:#fff;border-radius:20px;box-shadow:0 0 3px rgba(0,0,0,.1);font-weight:500;line-height:16px;padding:2px 8px}.isBox_XfhM97:before{display:none}.circleIcon_gHTmIn{font-size:15px;position:absolute;right:1px;top:0}.wrap_PpS3ht{display:flex;overflow:hidden}.cont_ZdwIAy{display:flex;width:max-content}.cont_ZdwIAy>span+span{margin-left:5px}.status_zhQ8tF{padding:1px 0}.input_bC57qW{font-size:16px;line-height:22px;min-height:20px!important;padding:9px 30px 9px 14px!important}@media(max-width:720.02px){.input_bC57qW{padding:6px 26px 6px 10px!important}}.fontSmall_gzVE_P{font-size:14px}.dropZone_nh27jY{margin-top:0}.wrap_AoSP2U{align-items:center;display:flex;justify-content:space-between;padding-right:24px}@media(max-width:1400.02px){.wrap_AoSP2U{align-items:flex-start;flex-direction:column;margin-bottom:16px}}@media(max-width:720.02px){.wrap_AoSP2U{padding-right:10px}}.right_A2PQpj{display:flex;flex:1 0 auto;justify-content:flex-end}.wrap_xjBafi{border:1px solid rgba(231,233,237,.7);border-radius:5px;height:40px;position:relative;width:40px}@media(max-width:720.02px){.wrap_xjBafi{height:32px;width:32px}}.circle_MX_fkz{color:#1aab7f;font-size:8px;position:absolute;right:5px;top:5px}.popover_HSNVAR{margin-top:8px;width:350px}.cont_pbVqdn{padding:20px 24px 24px}@media(max-width:720.02px){.cont_pbVqdn{padding:10px}}.icon_CzeYeU{font-size:22px}.chips_jkerKN{display:flex;flex-wrap:wrap;margin:-5px 0 0 -5px}.chip_kmKmOK{cursor:pointer!important;height:22px!important;margin:5px 0 0 5px}.noWrap_NhzVpB{flex-wrap:nowrap;margin-bottom:-5px;overflow:hidden}.noWrap_NhzVpB .chip_kmKmOK{margin:0 5px 5px 0!important}.input_IErsNA{padding:9px 30px 8px 14px!important}.input_IErsNA.standard_FdYBew{padding-left:0!important;padding-top:5px!important}@media(max-width:720.02px){.input_IErsNA{padding:6px 26px 6px 10px!important}}.search_MHlRmw{left:16px;position:absolute;right:16px;top:10px}.menu_kdMuME{padding-top:55px}.inputWrap_bl2JmG{width:100%}.inputSearch_I11JSN input{padding:6px 0}.clear_J96s0g:hover{background-color:hsla(0,0%,100%,0)}.clear_J96s0g:hover .clearIcon_L3S6fa{color:#58657c}.hide_kehyC2{opacity:0;pointer-events:none}.searchIcon_OWOecm{margin-right:7px}.clearIcon_L3S6fa,.searchIcon_OWOecm{color:#b4b7bb;font-size:20px}.hidden_krQ7U8{display:none}.wrap_DqXrDl{align-items:center;display:flex;margin-right:10px}.tooltipLeft_WagDy0{margin-right:-50px!important;margin-top:10px!important}.tooltipRight_BLBvii{margin-right:-10px!important;margin-top:10px!important}.wrap_Wg0knY{display:flex;flex:1 0 auto;flex-direction:column;height:calc(100% - 146px);position:relative}.header_FEZMzD{align-items:center;background:#fff;border-bottom:1px solid #e0e0e0;display:flex;justify-content:space-between;padding:16px 24px}.title_PzzXHD{color:#1a1a1a;font-size:24px;font-weight:600;margin:0}.tabs__UGB8x{display:flex;flex:1;gap:8px;min-width:0}.content_Rqd3Vt{background-color:#fff;flex:1;overflow:auto}.loader__zUOEz{align-items:center;background-color:#fff;bottom:0;display:flex;flex-direction:column;justify-content:center;left:130px;opacity:.9;padding-bottom:20px;position:fixed;right:0;top:70px;z-index:20}@media(max-width:992.02px){.loader__zUOEz{left:0}}.wrap_xkb4tK{align-items:center;background-color:#2857ad;border-radius:0 0 18px 0;display:flex;height:100%;justify-content:center;width:130px}.wrap_xkb4tK.mobile_KZ9vmI{height:65px;width:calc(100% - 56px)}.wrap_xkb4tK.mobile_KZ9vmI .logo_Ea200_{height:35px;width:120px}@media(max-width:992.02px){.wrap_xkb4tK.mobile_KZ9vmI{display:flex}.wrap_xkb4tK{align-self:flex-start;height:48px}}.logo_Ea200_{box-sizing:border-box;height:29px;width:90px}.menu_qjshMh{flex-direction:column;height:100%;justify-content:start;min-width:130px;padding:16px}.menu_qjshMh.mobile_BtYRut{padding:16px 0}.menu_qjshMh.mobile_BtYRut .item_dhoZeP{display:flex;flex-direction:row;height:50px;justify-content:flex-start;max-width:100%;padding-left:30px;width:calc(100% - 56px)}.menu_qjshMh.mobile_BtYRut .item_dhoZeP:before{border-radius:0 18px 18px 0}.menu_qjshMh.mobile_BtYRut .item_dhoZeP:hover:not(.selected_NKwkMZ):before{animation:activeMenu_ivwhW9 .3s forwards}.menu_qjshMh.mobile_BtYRut .label_NNehh3{font-size:20px!important;margin:0 0 0 10px}@media(max-width:992.02px){.menu_qjshMh.mobile_BtYRut{display:flex}.menu_qjshMh{display:none}}.loadingMenu_DFRFie button{display:none}.item_dhoZeP{flex:none;height:72px}@keyframes activeMenu_ivwhW9{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:none}}.profile_SzXarq{align-items:center;background-color:rgba(88,101,124,.06);border-radius:30px;color:#58657c;display:grid;grid-template-columns:1fr 45px;margin-left:20px}.profile_SzXarq.mobile_q9hbNl{margin:0 20px 20px}@media(max-width:576.02px){.profile_SzXarq.mobile_q9hbNl{display:grid}.profile_SzXarq{display:none}}.user_Sycnnf{display:flex;flex-direction:column;padding:3px 15px 7px 20px}@media(max-width:576.02px){.user_Sycnnf{padding-right:5px}}.logoutButton_lrMYsG{border-radius:0 25px 25px 0;height:100%}.logoutIcon_m7PLPe,.role_uSP0L3{color:#58657c}.role_uSP0L3{font-size:13px;margin-top:-3px;opacity:.6}.wrap_iiUIws{width:400px}@media(max-width:576.02px){.wrap_iiUIws{width:100vw}}.notifications_rVYo7x{width:380px}@media(max-width:576.02px){.notifications_rVYo7x{width:100%}}.badge_xnn9cu{right:7px;top:7px}.icon_X8ZvVK{color:#58657c}.list_hLgq3f{height:calc(100% - 97px);overflow:auto;padding:0}.pagination_nRlF9n{align-items:center;background-color:#fff;border-top:1px solid #e4e5e9;bottom:0;display:flex;justify-content:center;padding:8px 0;position:absolute;width:100%}.drawer_Kc0cnq{min-width:320px;position:relative}.item_q9_0t7{align-items:flex-start;display:flex;flex-direction:column}.delete_HP9Xnv,.itemCont_plBJHB{align-items:center;display:flex}.delete_HP9Xnv{justify-content:center;padding:6px;position:absolute;right:7px;top:4px}.deleteAll_XhM5s2,.delete_HP9Xnv{height:26px;width:26px}.loading_ckb95G{align-items:center;display:flex;height:12px;justify-content:center;position:relative;width:12px}.circle_eOGgl4{font-size:12px;margin-right:6px}.message_f67TMX{margin-left:10px;padding-right:25px}.top_BacMaN{align-items:center;display:flex;justify-content:space-between}.clear_acHd6j{margin-right:50px}.sidebar_oyOA_X,.wrap_ITc4Jq{display:flex;height:100%}.sidebar_oyOA_X{flex-direction:column;flex-shrink:0;width:130px}@media(max-width:992.02px){.sidebar_oyOA_X{display:none}}.logoWrap_ID_p1H{flex-shrink:0;height:70px}.nav_uom75T{flex:1;overflow-x:hidden;overflow-y:auto}.sidebarBottom_lbkvH8{align-items:center;display:flex;flex-direction:column;gap:2px;padding-bottom:8px}.mobileMenuBtn_KQbYTZ{display:none;margin:8px auto}@media(max-width:992.02px){.mobileMenuBtn_KQbYTZ{display:flex}}.main_XKHdtk{flex:1;height:100%;min-width:0;overflow:hidden}.logoutOverlay_DL3d47{align-items:center;background-color:#fff;bottom:0;display:flex;flex-direction:column;height:100%;justify-content:center;left:0;position:fixed;right:0;top:0;width:100%;z-index:20}.overlayLogo_Ubf6_s{height:60px;margin:-50px 0 25px;width:205px}.overlayContent_ao0kZX{display:flex;justify-content:center;min-height:360px;position:relative;width:100%}.tabs_ehhzY6{display:flex;gap:8px}.content_wrzpjY{background-color:#fff;flex:1;overflow:auto}.cont_UoDwvF{margin-top:20px}.phone_NjL_u8{font-weight:600;white-space:nowrap}.wrap_yECYR_ button{margin:0!important}.wrap_yECYR_ button+button{margin-left:16px!important}@media(max-width:720.02px){.wrap_yECYR_ button+button{margin-left:8px!important}}@media(max-width:992.02px){.wrap_yECYR_.smallButtonOnTablet_wpUH81 button{font-size:14px}}@media(max-width:992.02px)and (max-width:992.02px){.wrap_yECYR_.smallButtonOnTablet_wpUH81 button+button{margin-left:8px!important}}.fullWidth_eWuYfA{display:grid;gap:16px;grid-template-columns:1fr 1fr;padding:10px 24px 24px}.fullWidth_eWuYfA button{margin:0!important}.fullWidth_eWuYfA button+button{margin-left:0!important}@media(max-width:992.02px){.fullWidth_eWuYfA{padding:10px 12px}}@media(max-width:576.02px){.fullWidth_eWuYfA{gap:10px;padding:10px 0}}.spaceBetween_IBtHVT{display:flex;justify-content:space-between}.grid_cQLJFb{display:grid;gap:20px;grid-template-columns:1fr 1fr;margin-top:20px}.item_qRJHQL{margin-top:0!important}.full_k1x5Il{grid-column:1/3}.alert_FMzu1B{margin-top:16px;min-width:420px}@media(max-width:576.02px){.alert_FMzu1B{min-width:100%}}.content_sDEFSr{min-width:420px}@media(max-width:576.02px){.content_sDEFSr{min-width:100%}}.cont_i7LBR0{margin-top:20px}@media(max-width:720.02px){.cont_i7LBR0{margin-top:10px}}.wrap_VS5zPR{display:flex;flex:1 0 auto;flex-direction:column;height:100%;overflow:hidden;padding-top:10px;position:relative}.tabs_ESkyLO{display:flex;flex:1;gap:8px;min-width:0}