/*! 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}.wrap_drGZiM{background-color:#f2f3f5;border-radius:30px;margin-left:10px;margin-right:0}.label_EUliKl{color:#58657c;font-family:Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-weight:500;padding-right:12px}@media(max-width:720.02px){.label_EUliKl{font-size:14px}}.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}.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_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}.dates_NIZp1Y{margin-left:30px}@media(max-width:720.02px){.dates_NIZp1Y{display:flex;flex-direction:column}}.date_dgXb7X{color:#92959b;font-size:14px;font-weight:400;white-space:nowrap}.date_dgXb7X+.date_dgXb7X{margin-left:20px}@media(max-width:720.02px){.date_dgXb7X+.date_dgXb7X{margin-left:0}}.wrap_mA_Rbh{color:#656778;font-size:17px;font-weight:400;margin-left:20px}.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:16px;font-weight:500;justify-content:center;min-height:40px;padding:10px 13px;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:14px;min-height:32px;padding:6px 10px}}.cont_kSROa6{position:relative;z-index:1}.cont_kSROa6,.icon_vioxmc{align-items:center;display:flex;justify-content:center}.icon_vioxmc svg{font-size:19px}@media(max-width:720.02px){.icon_vioxmc svg{font-size:16px}}.icon_vioxmc+.label_pkx57W{margin-left:4px}.wrap_tMRMYE{display:flex}@media(max-width:1400.02px){.wrap_tMRMYE{display:flex;flex-wrap:wrap}}.archive_EdqpTp{background-color:#eceef8;border-radius:4px;cursor:default;display:inline-flex;margin:-7px 0 -7px auto;max-height:28px;min-height:28px;padding:2px 12px}@media(max-width:1400.02px){.archive_EdqpTp{margin-top:-3px;order:2}.title_LVqGd7.partialWidth_xOuILo{width:calc(100% - 114px)}.title_LVqGd7{order:1}}.subTitle_taQ6P3{white-space:nowrap}@media(max-width:1400.02px){.dates_OEHJ1f{margin-left:0;order:3;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}.button_Ely1Ii{margin:-3px 0 -3px 6px}.button_Ely1Ii svg{font-size:17px!important}.wrap_xpIYxN{align-items:center;background-color:#f8f9fa;border-radius:5px;display:flex;height:40px;justify-content:space-between;padding:0 8px 0 15px}.cont_qEMJay{display:flex;width:calc(100% - 60px)}.heightAuto_GnE64F{height:auto}.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}.link_x_1z6d{align-items:center;color:#2857ad;cursor:pointer;display:inline-flex;font-size:13px;max-width:100%;width:max-content}.linkName_O1tnWf{max-width:170px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:calc(100% - 23px)}.disabledIcon_DPV549 .linkName_O1tnWf{width:100%}.linkIcon_bEshO2{align-items:center;background-color:#eceef8;border-radius:50%;display:flex;height:18px;justify-content:center;margin:-2px 0 -2px 5px;width:18px}.linkIcon_bEshO2 svg{font-size:10px}.disabled_NARktL{color:#656778;cursor:default;pointer-events:none;width:100%}.disabled_NARktL .linkIcon_bEshO2{display:none}.disabled_NARktL .linkName_O1tnWf{width:100%}.wrap_cu23rI{max-width:1100px;min-height:539px;width:1100px}.form_O5pHwQ{height:100%}@media(max-width:992.02px){.form_O5pHwQ{display:flex;flex-direction:column}}.content_FH_yFp{height:calc(100% - 147px);overflow:initial;padding-bottom:0}@media(max-width:1400.02px){.content_FH_yFp{height:calc(100% - 173px)}}@media(max-width:992.02px){.content_FH_yFp{height:100%;overflow:auto}}.cont_XysZLh{display:flex;height:100%}@media(max-width:720.02px){.cont_XysZLh{flex-direction:column}}.left_XdGuLR{width:calc(100% - 440px)}@media(max-width:992.02px){.left_XdGuLR{width:calc(50% - 10px)}}@media(max-width:720.02px){.left_XdGuLR{width:100%}}.right_WN8Q3w{border-left:1px solid #e7e9ed;display:flex;flex-direction:column;margin-left:40px;padding-left:40px;width:400px}@media(max-width:1200.02px){.right_WN8Q3w{margin-left:16px;padding-left:16px}}@media(max-width:992.02px){.right_WN8Q3w{border-left:none;margin-bottom:5px;margin-left:20px;max-width:none;padding-left:0;width:calc(50% - 10px)}}@media(max-width:720.02px){.right_WN8Q3w{margin-left:0;margin-top:10px;width:100%}}.leadsWrap_GxHNqE{margin:20px 0 0}.leads_YTMrw2{display:flex;flex-direction:column;gap:10px;max-height:260px;overflow-y:auto;padding-right:10px;padding-top:0}.lead_xpVTay{align-items:center;background:#fff;border:1px solid #e7e9ed;border-radius:5px;cursor:pointer;display:flex;font-size:14px;padding:5px 10px;transition:box-shadow .2s ease;user-select:none}.lead_xpVTay:hover{box-shadow:0 1px 10px rgba(231,233,237,.4)}.noData_jIwGwn{display:flex;line-height:18px;margin-top:2px}@media(max-width:720.02px){.noData_jIwGwn{margin-bottom:10px}.buttons_JUJ349{align-items:flex-start;flex-direction:column}.saveButtons_p7A5JY:not(:first-of-type){margin-left:0;margin-top:8px}}.wrap_wX9KGn{border-radius:6px;box-shadow:0 0 0 0 #fff,0 0 0 1px rgba(0,0,0,.05),0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05);margin-top:2px;min-width:180px}.wrap_DZp0aF{margin:20px}.paginate_teDENv{border-top:1px solid #e4e5e9;display:flex;justify-content:flex-end;padding:5px 24px!important}@media(max-width:576.02px){.paginate_teDENv.withSaveButton__U3CC6 .buttonCont_kG6igX{align-self:flex-end}.paginate_teDENv.withSaveButton__U3CC6{flex-direction:column;margin-right:5px}.paginate_teDENv{padding:5px 0!important}}.buttonCont_kG6igX{align-items:center;display:flex;margin-left:25px}.menuItem_HYhtqh,.select_ysDAp4{font-size:14px}.cell_k42ctf{min-height:55px}.full_lyOc8v{display:flex;width:100%}.skeleton_LhLSAi{margin:-4px 0;padding:4px 24px;width:100%}.wrap_gzbFiJ{color:#515360;font-size:13px;line-height:18px}.cont_itu_BU,.wrap_gzbFiJ{display:flex;max-width:100%}.icon_r5W2J1{align-items:center;display:flex;margin-right:5px}.icon_r5W2J1 svg{font-size:16px}.text_U9sTGd{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:block;display:-webkit-box;overflow:hidden;text-overflow:ellipsis}.wrap_tLuMLO{background-color:#f4f5f7;border-radius:8px;cursor:pointer;display:inline-flex;padding:5px 9px;transition:all .2s ease}.wrap_tLuMLO:hover{background-color:#eceef8}.contactsList_iN5aiq{display:flex;flex-wrap:wrap;margin-bottom:-10px}.contact_jSUugT{margin:0 10px 10px 0}.more_XeKNBZ{cursor:pointer;margin:0 10px 10px;padding-top:4px}.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}.meetingDate_hFyn69{display:flex;gap:4px}.arrow_L0Ib1V{align-items:center;background-color:#fff;border-radius:50%;box-shadow:0 0 3px rgba(0,0,0,.1);color:#2857ad;display:flex;height:24px;justify-content:center;margin-top:-12px;opacity:0;pointer-events:none;position:absolute;right:-6px;top:50%;transition:all .2s ease;width:24px;z-index:2}.arrow_L0Ib1V svg{font-size:16px}.wrap_eQ5bys{border:1px solid hsla(0,0%,100%,0);border-top-color:#e7e9ed;cursor:pointer;font-size:13px;margin:12px -1px -1px;padding:20px 16px 8px;position:relative}.wrap_eQ5bys,.wrap_eQ5bys:before{border-radius:0 0 5px 5px;transition:all .2s ease}.wrap_eQ5bys:before{background-color:#f8f9fa;bottom:0;content:"";left:0;position:absolute;right:0;top:0}.wrap_eQ5bys.hovered_Q2bPaV:hover{border-color:#dcdfe5}.wrap_eQ5bys.hovered_Q2bPaV:hover:before{background-color:#f5f6f7}.wrap_eQ5bys.hovered_Q2bPaV:hover .arrow_bkaTbv{opacity:1}.cont_qZgNpG{position:relative;z-index:1}.title_mWZSHy{left:15px;position:absolute;top:-11px;z-index:2}.cont_Fia4DH{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#656778;display:block;display:-webkit-box;font-size:13px;line-height:17px;overflow:hidden;padding:3px 0 4px;text-overflow:ellipsis}.tag_NdldFJ{border-radius:0 10px 10px 0;font-size:12px;height:100%;line-height:14px;margin-left:8px;padding-right:8px}.title_h9HYK_{padding:0 0 0 8px}.leadTitle_VlORBh{padding:0 0 2px}.wrap_PKI3Kg{color:#92959b;font-size:14px;font-weight:400;line-height:17px}.experience_n_ifpz{display:flex;flex-direction:column}.interviewsCount_e3Cb87{display:flex;gap:4px}.leadLabel_QgDPG3{display:flex;flex-wrap:wrap;gap:8px}.cell_nmP4jj{display:flex;flex-wrap:wrap;gap:3px}.date_FAlraW,.date_ocXsqU{padding:10px 24px 24px}.statuses_CFdlhN{display:flex;margin-bottom:2px;width:100%}.status_B0MGaf{cursor:pointer;max-width:48px;padding:0 3px;width:100%}.status_B0MGaf:hover .button_qZIQoe{filter:none;opacity:.8}.status_B0MGaf:first-child{padding-left:0}.status_B0MGaf:last-child{padding-right:0}.button_qZIQoe{align-items:center;display:flex;filter:saturate(.4);height:17px;justify-content:center;opacity:.15;position:relative;transition:all .2s ease;width:100%}.button_qZIQoe.active_pTQhJz{filter:none;opacity:.75}.button_qZIQoe:before{background-color:currentColor;border-radius:3px;content:"";height:5px;width:100%}.title_swqr_R{color:#58657c;font-size:12px;text-transform:lowercase;white-space:nowrap}.tooltip_Tw8_97{background-color:#fff;border-radius:20px;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;margin-bottom:5px!important;overflow:hidden;padding:2px 10px 4px;position:relative}.tooltip_Tw8_97:before{background-color:currentColor;opacity:.1}.tooltip_Tw8_97:after,.tooltip_Tw8_97:before{bottom:0;content:"";left:0;position:absolute;right:0;top:0}.tooltip_Tw8_97:after{border:1px solid;border-radius:20px;opacity:.2}.statuses_pccKCj{padding-right:30px;width:200px}.dateFreeze_tWgwIY{margin-left:5px}.date_hLUx1t{color:#92959b}.date_hLUx1t+.developer_JfxHo5{margin-top:8px}.developer_JfxHo5{margin:0 0 0 -2px}.count_D1NXSD{padding:3px 16px 14px}@media(max-width:720.02px){.count_D1NXSD{padding:0 10px 10px}}.ellipsis_vohQht{display:inline-block}.hide_fmUdue{opacity:0;pointer-events:none}.wrap_p7nhT_{margin:0 -5px 0 0;max-width:100%;overflow:hidden}.cont_iR6BUt{display:flex;flex-wrap:wrap;width:calc(100% + 5px)}.cont_iR6BUt>span{margin:0 5px 5px 0}.more_GETfPG{font-size:16px;margin:0 -5px -4px}.ellipsis_h0EqSQ{margin-top:1px;overflow:initial}.ellipsisWrap_zxFS27{display:block}.wrap_t8BKWd{position:relative;width:100%}.wrap_t8BKWd.hovered_qgGQtW{user-select:none}.wrap_t8BKWd.hovered_qgGQtW:hover .arrow_O58tMt{opacity:1}.cont_pQUXmx{padding:12px 16px}@media(max-width:720.02px){.cont_pQUXmx{padding:10px}}.id_HtYl56{color:#92959b;font-size:12px;margin-bottom:6px}.title_zOqzjN{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#515360;display:block;display:-webkit-box;font-weight:600;overflow:hidden;text-overflow:ellipsis}.link_M5xVpS{margin-top:8px}.tags_JAMUb6{margin-top:12px}@media(max-width:720.02px){.tags_JAMUb6{margin-top:6px}}.item_Xg5FVu+.item_Xg5FVu{margin-top:6px}.items_upcFgx{margin:14px 0 0 -2px}@media(max-width:720.02px){.items_upcFgx{margin-top:6px}}.itemClient__PTPbc svg{margin:0 0 0 1px}.status_lMkjg7{margin-bottom:8px}.blockInterview_PUcJnb{padding:10px 16px}.bottomBlock_ZFPoau{display:flex;flex-direction:column;gap:4px}.client_QopA5n{display:flex;justify-content:space-between}.createDate_qZQ3zc{font-size:13px;line-height:18px;margin-left:auto}.meetDate_dXXPMF{color:#92959b;font-size:13px;font-weight:600;gap:4px;margin-bottom:6px}.meetDate_dXXPMF,.wrap_tbE0PG{align-items:center;display:flex}.wrap_tbE0PG{background:#fff;border:1px solid #e7e9ed;border-radius:5px;line-height:19px;min-height:45px;padding:12px 16px;position:relative;z-index:1}.wrap_tbE0PG+.wrap_tbE0PG{margin-top:10px}@media(max-width:720.02px){.wrap_tbE0PG{min-height:32px;padding:8px}}.wrap_r1Vgvi{display:flex;flex-direction:column}.lead_S9Onc2{border-radius:5px;cursor:pointer;padding:0;transition:all .2s ease}.lead_S9Onc2.withInterview_DYapyH{border-radius:5px 5px 0 0}.lead_S9Onc2:hover{background-color:#fbfbfc;border-color:#dcdfe5;position:relative;z-index:2}.lead_S9Onc2:hover .arrow_cdlTC4{opacity:1}.interview_rKv8ZM{align-items:flex-start;border-radius:0 0 5px 5px;cursor:pointer;display:flex;flex:1 0 auto;flex-direction:column;margin-top:-1px!important;padding:12px 16px;transition:all .2s ease}.interview_rKv8ZM:hover{background-color:#fbfbfc;border-color:#dcdfe5;position:relative;z-index:2}.interview_rKv8ZM:hover .arrow_cdlTC4{opacity:1}.item_HD_PM2+.item_HD_PM2{margin-top:12px}.rateTag_o01zDY{margin:-2px 0 -5px}.comment_HduMio{display:flex;flex-direction:column;gap:12px}.comment_HduMio .commentTag_fR8rv2{background-color:#f5f6f7;border-radius:3px;max-width:100%;padding:10px;width:fit-content}.comment_HduMio .commentTag_fR8rv2 span{white-space:pre-line}.commentHeading_NPTWp2{font-size:13px}.wrap_b2RAMO{color:#656778;display:grid;font-size:16px;gap:15px;grid-template-columns:30px 1fr;line-height:22px}.wrap_b2RAMO svg{font-size:30px;margin-top:2px}.inModal_z2kS5Z{padding:23px 60px 24px 30px}@media(max-width:720.02px){.inModal_z2kS5Z{padding:10px 40px 10px 10px}}.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}.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_Zt5ZO1{height:749px;max-width:1100px;width:1100px}.form_Qks8gf{height:100%}@media(max-width:992.02px){.form_Qks8gf{display:flex;flex-direction:column}}.content_yGOlfx{height:calc(100% - 147px);overflow:initial;overflow-y:scroll;padding-bottom:0}@media(max-width:1400.02px){.content_yGOlfx{height:calc(100% - 173px)}}@media(max-width:992.02px){.content_yGOlfx{height:100%;margin-bottom:2px;overflow:auto}}.cont_SmSqoV{display:flex;height:100%}@media(max-width:992.02px){.cont_SmSqoV{flex-direction:column;height:auto}}.left_LhuxY1{width:calc(100% - 540px)}@media(max-width:992.02px){.left_LhuxY1{margin-bottom:25px;width:100%}}@media(max-width:720.02px){.left_LhuxY1{margin-bottom:10px}}.leftCont_jfLn2A{height:100%;overflow:hidden overlay;padding-right:12px;width:calc(100% + 12px)}@media(max-width:576.02px){.leftCont_jfLn2A{padding-right:0;width:100%}}.right_C1QRLZ{border-left:1px solid #e7e9ed;display:flex;flex-direction:column;margin-left:40px;overflow:hidden;padding-left:40px;width:500px}@media(max-width:1200.02px){.right_C1QRLZ{margin-left:16px;padding-left:16px}}@media(max-width:992.02px){.right_C1QRLZ{border-left:none;margin-bottom:5px;margin-left:0;max-width:none;padding-left:0;width:100%}}@media(max-width:720.02px){.right_C1QRLZ{margin-left:0}}.leadsWrap_OS4CMm{height:100%;margin-top:20px}@media(max-width:720.02px){.leadsWrap_OS4CMm{margin-top:10px}}.leads_AzKK0j{display:flex;flex-direction:column;gap:10px;max-height:calc(100% - 133px);min-height:50px;overflow:hidden overlay;padding-right:12px;width:100%}@media(max-width:992.02px){.leads_AzKK0j{max-height:none;overflow:auto}}@media(max-width:720.02px){.leads_AzKK0j{grid-template-columns:1fr}}@media(max-width:576.02px){.leads_AzKK0j{overflow:hidden overlay;padding-right:0;width:100%}}.fullStatus_ke51Tb{display:grid;gap:20px;grid-template-columns:repeat(2,1fr)}.fullStatus_ke51Tb .dateFreeze_H8LRZg{margin-top:0}@media(max-width:720.02px){.fullStatus_ke51Tb{grid-template-columns:1fr}}.item_cUgD_L{width:calc(50% - 10px)}.item_cUgD_L+.item_cUgD_L{margin:0 0 0 20px}@media(max-width:720.02px){.item_cUgD_L+.item_cUgD_L{margin-left:0;margin-top:10px}.item_cUgD_L{width:100%}}.full_PwDhMK{width:100%}.row_KDE8jp{display:flex}.row_KDE8jp+.row_KDE8jp{margin-top:20px}@media(max-width:720.02px){.row_KDE8jp,.row_KDE8jp+.row_KDE8jp{margin-top:10px}.row_KDE8jp{flex-direction:column}}.switch_swkLaW{align-items:center;display:flex;padding-top:33px}@media(max-width:720.02px){.switch_swkLaW{margin-left:-10px!important;padding-top:0}}.noData_XklTUA{display:flex;grid-column:1/3;margin-top:2px}@media(max-width:720.02px){.buttons_wH6PEB{align-items:flex-start;flex-direction:column}.saveButtons_Yr7bOX:not(:first-of-type){margin-left:0;margin-top:8px}}.startDate_rZgP3Y{margin-top:0!important}.experienceDate_oSe6NE{display:flex;gap:20px}.experience_EMKlMt{display:flex;flex-direction:column;gap:25px}.experience_EMKlMt .experienceContent_rMRutd{color:#58657c;font-weight:600}.feedbackList_mUoYb3{display:flex;flex-direction:column;margin-top:20px}.feedbackList_mUoYb3 span{color:#58657c;margin-bottom:10px}.feedbackList_mUoYb3 .feedBack_WXg4o9{display:flex;flex-wrap:wrap}.leadsProposal_Gfvy3E{display:flex;flex-direction:column}.table_DVmlnx{border-collapse:collapse;margin:20px 0;width:100%}.table_DVmlnx td,.table_DVmlnx th{border:1px solid #e7e9ed;font-size:14px;font-weight:400;padding:8px;text-align:left}.table_DVmlnx thead th{background-color:#f2f3f5}.table_DVmlnx tr:nth-child(2n){background-color:#f5f6f7}.hideButton_ZQS3CA{background-color:hsla(0,0%,100%,0);border:none;cursor:pointer;margin:30px 0}.hideButton_ZQS3CA .hideButtonContent_j77Ic5{align-items:center;color:#58657c;display:flex}.hiddenBlock_NW3sjx{gap:10px;margin-bottom:30px}.hiddenBlock_NW3sjx,.unmatchReasons_J8R_X4{display:flex;flex-direction:column}.list_TejYuV{margin-top:8px}.wrap_AYGtvi{height:75px;padding:15px 15px 14px}.title_Etezne{color:#58657c;font-size:13px;margin-bottom:9px}.col_RH3P_U+.col_RH3P_U{margin-left:56px}@media(max-width:768.02px){.col_RH3P_U+.col_RH3P_U{margin-left:30px}}@media(max-width:400.02px){.col_RH3P_U+.col_RH3P_U{margin-left:25px}}.dateFreeze_KCBfGq{color:#58657c;font-size:13px;white-space:nowrap}.status_ocuzjI{align-items:center;display:flex;flex-wrap:wrap;gap:4px 10px}.noData_DXxhg5{text-align:center;width:100%}.value_yMhhFi{align-items:center;display:flex;min-height:20px}.wrap_cZrjxz{height:650px;max-width:1100px;width:1100px}.form_Nskh0S{height:100%}@media(max-width:992.02px){.form_Nskh0S{display:flex;flex-direction:column}}.content_0SiDjT{height:calc(100% - 147px);overflow:auto;padding-bottom:0}@media(max-width:1400.02px){.content_0SiDjT{height:calc(100% - 172px)}}@media(max-width:992.02px){.content_0SiDjT{height:100%;margin-bottom:2px;overflow:auto}}.cont_WBP9wf{margin-bottom:30px}.row_YU3uRA{display:flex}.row_YU3uRA+.row_YU3uRA{margin-top:20px}@media(max-width:720.02px){.row_YU3uRA,.row_YU3uRA+.row_YU3uRA{margin-top:10px}.row_YU3uRA{flex-direction:column}}.item_XpvJlG{width:calc(50% - 10px)}.item_XpvJlG+.item_XpvJlG{margin:0 0 0 20px}@media(max-width:720.02px){.item_XpvJlG+.item_XpvJlG{margin-left:0;margin-top:10px}.item_XpvJlG{width:100%}}.col2_np5eIM{width:calc(50% - 10px)}@media(max-width:720.02px){.col2_np5eIM{width:100%}}.developer_nrfqJg{margin-top:18px}.dialogsTable_yjtvB7{border:1px solid #e7e9ed;border-bottom:none;border-radius:4px}.dialogs_l6el6C{position:relative}.addButton_KUV2aB{cursor:pointer;opacity:.3;position:absolute;right:0;top:calc(100% + 5px);transition:all .2s ease}.addButton_KUV2aB:hover{opacity:1}@media(max-width:768.02px){.buttons_vZjaC7{align-items:flex-start;flex-direction:column}.saveButtons_mV3bhC:not(:first-of-type){margin-left:0;margin-top:16px}}@media(max-width:720.02px){.saveButtons_mV3bhC:not(:first-of-type){margin-top:8px}}.hideButton_bNMDGf{background-color:hsla(0,0%,100%,0);border:none;cursor:pointer;margin:30px 0}.hideButton_bNMDGf .hideButtonContent_LIB1c2{align-items:center;color:#58657c;display:flex}.hiddenBlock_ViXIRt{display:flex;justify-content:space-between;margin-bottom:30px}.hiddenBlock_ViXIRt .grade_OnY2rJ{width:calc(50% - 10px)}.hiddenBlock_ViXIRt .responsible_aHqbfu{margin-top:0!important;width:calc(50% - 10px)}.wrap_gpLeUx{position:relative;width:100%}.wrap_gpLeUx.hovered_LijUgE{user-select:none}.wrap_gpLeUx.hovered_LijUgE:hover .arrow_JaZzfY{opacity:1}.cont_Uql7Y8{padding:12px 16px;width:100%}.id_Wm3tco{align-items:center;color:#92959b;display:flex;font-size:12px}.date_PGX3nZ{color:#92959b;font-size:13px;font-weight:600}.date_PGX3nZ+.items_jfRKmj{margin-top:10px}.status_fDuZ98{margin-bottom:5px}.tags_HIav7c{margin-top:12px}.item_Uc0BUH+.item_Uc0BUH{margin-top:6px}.items_jfRKmj{margin:5px 0 0 -2px}.itemClient_IVnQ3W svg{margin:-1px 0 0 1px}.rate_nhBH56{margin-top:8px!important}.rateTag_L2H1AQ{margin:-2px 0 -5px}.headerContent_s6IZuI{display:flex;justify-content:space-between}.headerContent_s6IZuI span{align-items:center;display:flex}.headerContent_s6IZuI .meetTime_YA3sM0{gap:4px;margin-bottom:6px}.wrap_z1wT3X{align-items:center;border-top:1px solid #e0e0e0;display:flex;justify-content:flex-end}.wrap_z1wT3X.bottomLine_Iz0ZeJ{border-bottom:1px solid #e0e0e0}.label_YxMJfM{font-family:Public Sans,Roboto,sans-serif!important;font-size:14px;font-weight:400;line-height:17px;padding-right:15px}.tooltip_kuckk7{margin-right:16px}.form_esEUoo{align-items:center;display:flex;flex-direction:row;margin-top:-6px;padding:0 40px 0 12px}@media(max-width:992.02px){.form_esEUoo{margin-right:0;padding:0 20px 0 12px}}@media(max-width:720.02px){.form_esEUoo{padding:0 4px 0 6px}}.input_x_o32r{width:70px}.wrap_JbKA3g{height:calc(100% - 63px);overflow:hidden;position:relative}.wrap_JbKA3g tr:last-child td{border-bottom:none}@media(max-width:992.02px){.wrap_JbKA3g{height:calc(100% - 111px)}}@media(max-width:720.02px){.wrap_JbKA3g{height:calc(100% - 84px)}}.loader_RpFf_2{margin-top:-80px}.specialistsTable_fGxu42{max-height:300px}.specialistsTable_fGxu42.withoutAlert_ZMQukL,.tableAlert_lr5_ko{padding-bottom:20px}.tableAlert_lr5_ko{color:#df2d2d;font-size:10px;padding-left:5px;padding-top:5px}.output_paper .Layout-root{margin:0}.button_ExDm78{margin:0 auto}.wrap_TAicVF{max-width:1380px;width:480px}.content_PTGOtO{display:flex;flex-direction:column;gap:5px;height:100%;justify-content:space-between;padding:0 20px 20px}.content_PTGOtO .heading_yTv0CZ{font-weight:500}.content_PTGOtO .buttons_LHz7mE{display:flex;gap:10px;justify-content:space-between}.content_PTGOtO .buttons_LHz7mE button{width:50%}.buttons_Q5TrTL{align-items:center;display:flex;gap:10px;justify-content:flex-start;width:100%}.relevanceButton_hV49kL{align-items:center;background-color:hsla(0,0%,100%,0);border-radius:50%;cursor:pointer;display:flex;height:15px;justify-content:center;padding:0;width:15px}.relevanceButton_hV49kL:disabled{cursor:auto}.approve_3YMLij{border:2px solid #367c0a}.discard_D2Ykjz{border:2px solid #df2d2d}.approved_UCuKzC{background-color:#367c0a}.discarded_OnUjiL{background-color:#df2d2d}.noForeign_gDDrlK{justify-content:center}.experience_H5RVV3{display:flex;flex-direction:column}.cell_LnMDzq{white-space:unset!important}.wrap_WbcqpA{height:900px;max-width:1380px;width:1380px}.form_AoZjAC{height:100%}@media(max-width:992.02px){.form_AoZjAC{display:flex;flex-direction:column}}.content_Gtd_dk{height:calc(100% - 147px);overflow:initial;padding-bottom:0}@media(max-width:1400.02px){.content_Gtd_dk{height:calc(100% - 173px)}}@media(max-width:992.02px){.content_Gtd_dk{height:100%;overflow:auto}}.cont_KEaf3N{display:flex;height:100%}@media(max-width:992.02px){.cont_KEaf3N{flex-direction:column}}.left_HH6Kxv{width:calc(100% - 660px)}@media(max-width:1200.02px){.left_HH6Kxv{width:calc(100% - 500px)}}@media(max-width:992.02px){.left_HH6Kxv{border-bottom:1px solid #e7e9ed;margin-bottom:10px;padding-bottom:25px;width:100%}}.leftCont_UNHKH6{height:100%;overflow:hidden overlay;padding-right:12px;width:calc(100% + 12px)}@media(max-width:576.02px){.leftCont_UNHKH6{padding-right:0;width:100%}}.middle_LsaN2Y{border-left:1px solid #e7e9ed;margin-left:40px;max-width:270px;padding-left:40px}@media(max-width:1200.02px){.middle_LsaN2Y{margin-left:16px;padding-left:16px}}@media(max-width:992.02px){.middle_LsaN2Y{border-left:none;margin-bottom:5px;margin-left:0;max-width:none;padding-left:0;width:100%}}@media(max-width:720.02px){.middle_LsaN2Y{margin-bottom:10px}}.right_MDf0Uw{border-left:1px solid #e7e9ed;margin-left:40px;max-width:100%;overflow-y:auto;padding-left:40px;width:calc(100% - 660px)}.right_MDf0Uw .item_cQikQ1{margin-top:20px}@media(max-width:1200.02px){.right_MDf0Uw{margin-left:16px;padding-left:16px;width:500px}}@media(max-width:992.02px){.right_MDf0Uw{border-left:none;margin-bottom:5px;margin-left:20px;max-width:none;padding-left:0;width:500px}}@media(max-width:720.02px){.right_MDf0Uw{margin-left:0}}.item_cQikQ1{width:calc(50% - 10px)}.item_cQikQ1+.item_cQikQ1{margin:0 0 0 20px}@media(max-width:720.02px){.item_cQikQ1+.item_cQikQ1{margin-left:0;margin-top:10px}.item_cQikQ1{width:100%}}.full_ht_UOk{width:100%}.row_jR4ZbO{display:flex}.row_jR4ZbO+.row_jR4ZbO{margin-top:20px}@media(max-width:720.02px){.row_jR4ZbO,.row_jR4ZbO+.row_jR4ZbO{margin-top:10px}.row_jR4ZbO{flex-direction:column}}.interviewsGrid_H8nS4y{margin-top:20px}.middleCont_PuzgqN{height:100%;width:100%}.duplicate_bcJVVn{display:flex;gap:5px}.interviews_w0tGdY{grid-row-gap:5px;grid-column-gap:5px;display:grid;grid-template-columns:repeat(2,1fr);height:calc(100% - 33px);overflow:hidden overlay;padding-right:12px;width:calc(100% + 12px)}@media(max-width:992.02px){.interviews_w0tGdY{height:100%;padding-right:0;width:100%}}@media(max-width:576.02px){.interviews_w0tGdY{padding-right:0;width:100%}}.commentsCont_s9oKEo{height:100%}.comments_pix_OQ{overflow:hidden overlay;padding-right:12px;width:calc(100% + 12px)}@media(max-width:576.02px){.comments_pix_OQ{padding-right:0;width:100%}}.noData_OIRODE{display:flex;line-height:18px;margin-top:2px}@media(max-width:720.02px){.noData_OIRODE{margin-bottom:10px}}.interview_OxPNI7{cursor:pointer;margin:0!important;padding:0;transition:all .2s ease}.interview_OxPNI7:hover{background-color:#fbfbfc;border-color:#dcdfe5}.addButton_D8hlVT{margin:-6px 0 auto -4px}@media(max-width:720.02px){.addButton_D8hlVT{margin:3px 0 2px 15px}}.top_i4eraf{align-items:center;display:flex;justify-content:space-between}@media(max-width:720.02px){.buttons_urz3Vz{align-items:flex-start;flex-direction:column}.saveButtons_eOpboh:not(:first-of-type){margin-left:0;margin-top:8px}}.deletedUserLabel_jfmAKl{color:#df2d2d;font-size:10px;padding-left:5px;padding-top:5px}.duplicatesTooltip_v4fkEM{display:flex;margin-bottom:10px}.duplicatesTooltip_v4fkEM .tooltipContent_EP9ery{display:flex;gap:5px}.duplicates_IFd4Ne{align-items:flex-end;display:flex}.hideButton_yb6mSH{background-color:hsla(0,0%,100%,0);border:none;cursor:pointer;margin:30px 0}.hideButton_yb6mSH .hideButtonContent_MWqya6{align-items:center;color:#58657c;display:flex}.description_xHDM1R div{textarea-height:222px;textarea-overflow-y:scroll!important}.wrap_e263VP{height:170px;max-width:1380px;width:480px}.content_aF3c4O{display:flex;flex-direction:column;gap:5px;height:100%;justify-content:space-between;padding:0 20px 20px}.content_aF3c4O .buttons_sw5FcQ{display:flex;justify-content:space-between;width:100%}.wrap_MATcVs{border:1px solid #e7e9ed;cursor:pointer;padding:8px 20px 8px 16px}.wrap_MATcVs,.wrap_MATcVs:before{border-radius:5px}.cellInterview_lJtxQ6{width:calc(100% - 20px)}.wrapCount_mfOaP3{align-items:center;background-color:#f8f9fa;cursor:auto;display:flex;padding:10px}.date_He7NS7{color:#92959b}.date_He7NS7+.developer_chSk8W{margin-top:8px}.developer_chSk8W{margin:0 0 0 -2px}.count_YZ_W8g{border:none;border-radius:5px}.tableModal_TC33M5{border-bottom:1px solid #e7e9ed;display:flex;flex-direction:column;justify-content:space-between;margin-left:24px;max-height:calc(100% - 71px)}@media(max-width:992.02px){.tableModal_TC33M5{margin:0 10px 10px;max-height:none}.tableModalCont_aWG6b0,.tableModal_TC33M5{height:calc(100% - 63px)}}@media(max-width:720.02px){.tableModalCont_aWG6b0{height:calc(100% - 43px)}}.wrap_LhoiNv{height:890px;max-width:1100px;width:1100px}.wrap_qF2DQv{align-items:flex-start;cursor:pointer;display:flex;flex-direction:column;transition:all .2s ease,margin-top 0s ease;user-select:none}.wrap_qF2DQv:hover{background-color:#fbfbfc;border-color:#dcdfe5}.item_KrSI3P+.item_KrSI3P{margin-top:6px}.name_nDHtTK{font-size:14px;font-weight:500}@media(max-width:720.02px){.close_fT39s0{right:0;top:-1px}}.wrap_o6vuw1{height:100%}.list_Od52py{height:calc(100% - 43px);overflow:hidden overlay;padding-right:12px;width:calc(100% + 12px)}@media(max-width:992.02px){.list_Od52py{height:100%}}@media(max-width:720.02px){.list_Od52py{padding-right:0;width:100%}}@media(max-width:576.02px){.list_Od52py{padding-right:0}}.error_dgKU_N{margin-bottom:10px}.editButton_mWpgig{margin:-6px 0 -4px 15px;padding-left:12px}@media(max-width:720.02px){.editButton_mWpgig{margin:3px 0 2px 15px}}.listWrap_lXBxlm{height:100%}.top_fxS1uJ{align-items:center;display:flex;justify-content:space-between}.noData_psgyiJ{display:flex;line-height:18px;margin-top:2px}.wrap_TFuVle{height:750px;max-width:1380px;width:1380px}.form_inMtMk{height:100%}@media(max-width:992.02px){.form_inMtMk{display:flex;flex-direction:column}.formItem_ARFzrL+.formItem_ARFzrL{margin-top:0;overflow:hidden}}.content_z8ffky{height:calc(100% - 147px);overflow:initial;padding-bottom:0}@media(max-width:1400.02px){.content_z8ffky{height:calc(100% - 173px)}}@media(max-width:992.02px){.content_z8ffky{height:100%;overflow:auto}}.cont_ZITTDg{display:flex;height:100%}@media(max-width:992.02px){.cont_ZITTDg{flex-direction:column}}.left_iBYD2u{width:calc(100% - 660px)}@media(max-width:1200.02px){.left_iBYD2u{width:calc(100% - 500px)}}@media(max-width:992.02px){.left_iBYD2u{border-bottom:1px solid #e7e9ed;margin-bottom:10px;padding-bottom:25px;width:100%}}.leftCont_xKIvlB{height:100%;overflow:hidden overlay;padding-right:24px;width:calc(100% + 12px)}@media(max-width:992.02px){.leftCont_xKIvlB{display:grid;gap:20px;grid-template-columns:repeat(2,1fr);padding-right:0;width:100%}}@media(max-width:720.02px){.leftCont_xKIvlB{gap:10px;grid-template-columns:1fr}}.middle_D4gk2q{border-left:1px solid #e7e9ed;margin-left:40px;padding-left:40px;width:310px}@media(max-width:1200.02px){.middle_D4gk2q{margin-left:16px;padding-left:16px}}@media(max-width:992.02px){.middle_D4gk2q{border-left:none;margin-left:0;max-width:none;padding-left:0;width:calc(50% - 10px)}}@media(max-width:720.02px){.middle_D4gk2q{margin-bottom:10px;width:100%}}.right_XTX3wC{border-left:1px solid #e7e9ed;margin-left:40px;padding-left:40px;width:270px}@media(max-width:1200.02px){.right_XTX3wC{margin-left:16px;padding-left:16px}}@media(max-width:992.02px){.right_XTX3wC{border-left:none;margin-left:20px;max-width:none;padding-left:0;width:calc(50% - 10px)}}@media(max-width:720.02px){.right_XTX3wC{margin-bottom:5px;margin-left:0;width:100%}}.leadsWrap_ttB0HV{height:100%}.leads_Uitljo{height:calc(100% - 43px);overflow:hidden overlay;padding-right:12px;width:calc(100% + 12px)}@media(max-width:992.02px){.leads_Uitljo{height:100%}}@media(max-width:576.02px){.leads_Uitljo{padding-right:0;width:100%}}.leadsLabel_g87PnC{align-items:center;display:flex}.lead_H8I2Cr{cursor:pointer;padding:0;transition:all .2s ease}.lead_H8I2Cr:hover{background-color:#fbfbfc;border-color:#dcdfe5}.noData_Bjy3s3{display:flex;line-height:18px;margin-top:2px}@media(max-width:720.02px){.noData_Bjy3s3{margin-bottom:10px}.buttons_a7vWiS{align-items:flex-start;flex-direction:column}.saveButtons_pCJSkv:not(:first-of-type){margin-left:0;margin-top:8px}}.wrapper_dF95iy{display:flex;gap:5px;justify-content:space-between;margin:0}.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}.wrap_GVeGKy{align-items:center;display:flex;justify-content:end}.wrap_GVeGKy button+button{margin-left:10px}.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_IIfEAd{display:flex}.wrap_IIfEAd button+button{margin-left:10px}.wrap_ub0SUL{align-items:center;display:flex;justify-content:end}.wrap_ub0SUL button+*{margin-left:10px}.wrap_ELs6iu{display:flex}.wrap_ELs6iu button+button{margin-left:10px}.wrap_lE438t{align-items:center;display:flex;justify-content:end}.wrap_lE438t button+*{margin-left:10px}.buttons_CU0HIJ{margin-left:auto}.wrap_pcPGTR{margin:16px 0;max-width:100%;padding:0 10px 0 0}@media(max-width:720.02px){.wrap_pcPGTR{margin:10px 0}}.indicator_uzu33Y{display:none}.tabs_j4UOms{height:40px;min-height:40px}@media(max-width:720.02px){.tabs_j4UOms{height:32px;min-height:32px}}.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}.search_Bg9gqk{padding-right:25px;width:350px}@media(max-width:720.02px){.search_Bg9gqk{padding-right:10px;width:auto}}.clear_cg6MhX{margin-right:-10px}.searchIcon_cEBrRx:hover{background-color:hsla(0,0%,100%,0)}.hide_GHXmWj{opacity:0;pointer-events:none}.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}}.wrap_aFoWgO{flex-grow:1;height:calc(100% + 70px);margin-top:-70px;width:calc(100% - 130px)}.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;flex-direction:column;height:100%;width:100%}.paper_e3jEGX,.wrap_jFVtoJ{display:flex;position:relative}.wrap_jFVtoJ{flex:1 0 auto;flex-direction:column;height:calc(100% - 146px)}.parametersLayout_p8HLgl .tabs_yqn9VZ{margin-bottom:0}@media(max-width:992.02px){.parametersLayout_p8HLgl{height:calc(100% - 105px)}.leadsBoardLayout_y2PbDr{height:calc(100% - 119px)}}@media(max-width:720.02px){.leadsBoardLayout_y2PbDr{height:calc(100% - 106px)}}.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%}}.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}.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}.wrap_Bw_XmK{height:500px;max-width:1380px;padding:0;scrollbar-width:thin;width:600px}.dialogContent_C3hGUx{margin-top:30px;padding:30px}.wrap_Wg0knY{flex:1 0 auto;height:calc(100% - 146px);position:relative}.loader__zUOEz,.wrap_Wg0knY{display:flex;flex-direction:column}.loader__zUOEz{align-items:center;background-color:#fff;bottom:0;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}.logout_IXsQ6A{align-items:center;background-color:#fff;bottom:0;flex-direction:column;height:100%;left:0;position:fixed;right:0;top:0;z-index:20}.content_V45GEP,.logout_IXsQ6A{display:flex;justify-content:center;width:100%}.content_V45GEP{min-height:360px;position:relative}.logo_JUN03E{height:60px;margin:-50px 0 25px;width:205px}.wrap_yyi9Ig{align-items:center;display:flex;justify-content:center;position:fixed;right:24px;top:9px;z-index:2}@media(max-width:720.02px){.wrap_yyi9Ig{right:10px}}.right_ATUqIM{align-items:center;display:flex;opacity:0}.menuButton_RSouAt{display:none;margin-left:5px}@media(max-width:992.02px){.menuButton_RSouAt{display:flex}}.wrap_ITc4Jq{height:100%}.toolbar_tefydc{align-items:center;display:flex;height:70px}@media(max-width:720.02px){.toolbar_tefydc{height:58px}}.cont_R4VrGc{display:flex;height:calc(100% - 70px);position:relative;z-index:1}.cont_UoDwvF{margin-top:20px}.phone_NjL_u8{font-weight:600;white-space:nowrap}.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:calc(100% - 146px);position:relative}.tabs_ESkyLO{position:relative;z-index:1}@media(max-width:1400.02px){.tabs_ESkyLO{align-items:center;flex-direction:row;margin-bottom:0}}.mlTabs_pTRAZC{margin-bottom:0}