: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-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset),env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset),env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset),env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset),env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(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-color-progress-bgo:0.2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translateZ(var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translateX(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right)}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right)}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;padding:0;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translateX(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:auto}}.Toastify__toast{--y:0;position:relative;touch-action:none;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px rgba(0,0,0,.1);display:flex;justify-content:space-between;max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0;overflow:hidden}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__close-button,.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;flex:1 1 auto;padding:6px;display:flex;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;flex:1 1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width:480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--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{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--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{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;align-self:flex-start;z-index:1}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:auto;transform-origin:right;border-bottom-left-radius:0;border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp{position:absolute;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--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:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--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;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@font-face{font-family:__Inter_423598;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/55c55f0601d81cf3-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Inter_423598;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/26a46d62cd723877-s.p.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Inter_423598;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/97e0cb1ae144a2a9-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:__Inter_423598;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/581909926a08bbc8-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:__Inter_423598;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Inter_423598;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Inter_423598;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Inter_Fallback_423598;src:local("Arial");ascent-override:90.20%;descent-override:22.48%;line-gap-override:0.00%;size-adjust:107.40%}.__className_423598{font-family:__Inter_423598,__Inter_Fallback_423598;font-style:normal}a,abbr,address,article,aside,audio,b,big,blockquote,body,canvas,caption,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,u,ul,var,video{margin:0;padding:0;border:0;-webkit-tap-highlight-color:rgba(0,0,0,0)!important}main{min-height:100vh;height:100%}button{color:#040506}a,button,div,h1,h2,h3,h4,h5,h6,input,select,span,textarea{outline:none}h1{font-size:34px}h1,h2{font-style:normal;font-weight:600;line-height:120%}h2{font-size:28px}h3{font-size:24px;font-style:normal;font-weight:600;line-height:120%}sup{vertical-align:super}sub{vertical-align:sub}b,strong{font-weight:700}textarea{overflow:auto;resize:none}table{border-spacing:0;border-collapse:collapse;width:100%}a{color:inherit;text-decoration:none}ol,ul{list-style-type:none}a img,fieldset,img{border:none}button,input{margin:0;padding:0;border:none;border-radius:0}button,input,select,textarea{font-family:inherit;line-height:inherit}input::-ms-clear{display:none}input[type=email],input[type=number],input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button,input[type=search],input[type=tel],input[type=text],textarea{-webkit-appearance:none}button,input[type=submit]{background-color:transparent;cursor:pointer}input::-webkit-contacts-auto-fill-button{visibility:hidden;display:none!important;pointer-events:none;position:absolute;right:0}input[type=number]{-moz-appearance:textfield}input[type=submit]{-webkit-appearance:none;-moz-appearance:none;appearance:none}input::-webkit-clear-button,input::-webkit-inner-spin-button,input::-webkit-outer-spin-button{-webkit-appearance:none}svg{display:inline-block;max-width:100%;max-height:100%;overflow:visible}button{background:0 0}ul li>a{display:inline-block;width:100%}img{display:block;max-width:100%}template{display:none!important}html{width:100%;height:100%;box-sizing:border-box;-webkit-text-size-adjust:none;-webkit-overflow-scrolling:touch;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:100%}*,:after,:before{box-sizing:border-box;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-user-drag:none}::-webkit-input-placeholder{color:rgba(4,5,6,.3)}::-moz-placeholder{color:rgba(4,5,6,.3)}:-ms-input-placeholder{color:rgba(4,5,6,.3)}:-moz-placeholder{color:rgba(4,5,6,.3)}body{overscroll-behavior:none;width:100%;min-height:100%;color:#040506;background:#fff;font-weight:500;font-size:14px;position:relative}body canvas{position:static}body.ReactModal__Body--open,body.overflow{overflow:hidden}.ReactModalPortal{position:relative;z-index:6}.ReactModal__Overlay{opacity:0;transition:opacity .3s ease-in-out}.ReactModal__Content{padding:0!important;border-radius:8px!important;background:#fff}.ReactModal__Overlay--after-open{opacity:1}.ReactModal__Overlay--before-close{opacity:0}div::-webkit-scrollbar{width:3px;height:0}div{scrollbar-width:none}::-webkit-scrollbar-track{background-color:transparent}::-webkit-scrollbar-thumb{border-radius:0;background-color:rgba(5,5,5,.16)}.upjet-toast{min-width:375px}.upjet-toast .Toastify__toast-body{display:flex;align-items:start;gap:12px}.upjet-toast .Toastify__toast-icon{margin-right:0}.upjet-toast .Toastify__toast--success{border:1px solid #2abb7f}.upjet-toast .Toastify__toast--error{border:1px solid #e40521}.upjet-toast .Toastify__toast--warning{background:#ffeb9b;border:1px solid #dfac08}.upjet-toast .Toastify__toast--info{background:#fff;border:1px solid #d5dadf}.upjet-toast .Toastify__close-button{width:25px;height:25px;min-width:25px;min-height:25px;color:#1a1e23}.on-enter-top{opacity:0;transform:translate3d(0,-20px,0)}.on-enter{opacity:0;transform:translate3d(0,20px,0)}.on-enter-active,.on-exit{opacity:1;transform:translateZ(0);transition:opacity .2s ease-out,transform .2s ease-out}.on-exit-active{transform:translate3d(0,20px,0)}.on-exit-active,.on-exit-top-active{opacity:0;transition:opacity .2s ease-in,transform .2s ease-in}.on-exit-top-active{transform:translate3d(0,-20px,0)}.ant-checkbox-wrapper:not(.ant-checkbox-wrapper-disabled):hover .ant-checkbox:not(.ant-checkbox-disabled) .ant-checkbox-inner{border-color:#1a1e23}.ant-checkbox-wrapper:not(.ant-checkbox-wrapper-disabled):hover .ant-checkbox-checked:not(.ant-checkbox-disabled) .ant-checkbox-inner{background-color:#47515c;border-color:#47515c}.ant-checkbox-indeterminate .ant-checkbox-inner{border-radius:3px}.ant-checkbox-indeterminate .ant-checkbox-inner:after{background-color:#1a1e23}.ant-checkbox-checked .ant-checkbox-inner{background-color:#1a1e23;border-color:#1a1e23}.ant-table-wrapper{background:#fff;border-radius:8px;border:1px solid #e0e4e8}.ant-table-wrapper .ant-table-thead .ant-table-cell{border-right:1px solid #e0e4e8;border-bottom:1px solid #e0e4e8;background:#f3f6f8}.ant-table-wrapper .ant-table-thead .ant-table-column-has-sorters:hover{background:#ebeff3!important}.ant-table-wrapper .ant-table-row-expand-icon:focus,.ant-table-wrapper .ant-table-row-expand-icon:hover{color:#1a1e23}.ant-table-wrapper .ant-table-tbody .ant-table-row.ant-table-row-selected>.ant-table-cell{background:#f3f6f8}.ant-table-wrapper .ant-table-tbody .ant-table-row>.ant-table-cell-row-hover{background:#f9fafb}.ant-table-wrapper .ant-table-tbody .ant-table-row>.ant-table-cell a:hover{color:#0b66e4}.ant-table-wrapper .ant-table-tbody>tr>td{padding:12px}.ant-table-wrapper .ant-table-pagination.ant-pagination{margin:14px 16px}.ant-table-wrapper .ant-table-column-sorter-down.active,.ant-table-wrapper .ant-table-column-sorter-up.active{color:#1a1e23}.ant-table-wrapper .ant-table-row-level-0 .ant-table-cell{font-size:14px;font-style:normal;font-weight:500;line-height:130%;background:#fff;color:#040506}.ant-table-wrapper .ant-table-row-level-0 .ant-table-cell-row-hover{background:red}.ant-select-selector{border:1.5px solid #e0e4e8!important}.ant-select-dropdown .ant-select-item-option-selected:not(.ant-select-item-option-disabled){color:rgba(0,0,0,.88);font-weight:600;background-color:#f3f6f8}.ant-pagination{margin:14px 16px}.ant-pagination-next:not(.ant-pagination-disabled),.ant-pagination-prev:not(.ant-pagination-disabled){background-color:#ebeff3;color:#1a1e23}.ant-pagination .ant-pagination-item-active,.ant-pagination .ant-pagination-item-active:hover{border-color:#303840;background:#303840}.ant-pagination .ant-pagination-item-active a{color:#fff}.ant-pagination .ant-pagination-item-active a:hover{color:#f3f6f8}.ant-pagination .ant-pagination-jump-next .ant-pagination-item-container .ant-pagination-item-link-icon,.ant-pagination .ant-pagination-jump-prev .ant-pagination-item-container .ant-pagination-item-link-icon{color:#1a1e23}.ant-spin-nested-loading>div>.ant-spin{display:flex;align-items:center;justify-content:center;color:#040506}.ant-drawer .ant-drawer-title{font-size:28px;font-style:normal;font-weight:600;line-height:120%;color:#040506}@media only screen and (max-width:450px){.ant-drawer .ant-drawer-body{padding:15px}}.error-image{padding:3px;background:#040506}.Modal_ModalOverlay__6E8nt{background:linear-gradient(0deg,rgba(62,73,95,.55),rgba(62,73,95,.55));position:fixed;top:0;left:0;right:0;height:100%;z-index:100;overflow:hidden;visibility:hidden;opacity:0;transition:visibility .7s,opacity .35s ease;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;-webkit-user-select:none;-moz-user-select:none;user-select:none;display:flex;justify-content:center;align-items:center}.Modal_ModalOverlay_open__F1W7h{opacity:1;transition:visibility 0s,opacity .35s ease;visibility:visible}.Modal_Modal__47L0Q{position:relative;border-radius:8px;background-color:#fff;opacity:0;visibility:hidden;display:block;overflow-y:scroll;z-index:101;scrollbar-width:3px}.Modal_Modal__47L0Q::-webkit-scrollbar{display:block;width:3px}.Modal_Modal_open__h6_YL{opacity:1;visibility:visible}.Modal_Modal__type-basic-mobile-full-screen__XnyCb,.Modal_Modal__type-basic__ZPAhy{max-height:90%;min-width:325px;width:-moz-fit-content;width:fit-content;max-width:80%}@media only screen and (max-width:650px){.Modal_Modal__type-basic-mobile-full-screen__XnyCb{max-height:100%;min-height:100%;max-width:100%;width:100%;border-radius:0;top:0;bottom:0}.Modal_Modal__type-basic-mobile-full-screen__XnyCb .Modal_Modal__Content__prkkZ{height:100%}}.Modal_Modal__type-full-screen__pyIad{min-height:100%;height:100%;min-width:100%;width:100%;left:0;top:0}.Modal_Modal__type-large__uQx0g{max-height:90%;max-width:700px;height:100%;width:90%}@media only screen and (max-width:650px){.Modal_Modal__type-large__uQx0g{min-height:100%;height:100%;min-width:100%;width:100%;border-radius:0}}.Modal_Modal__Label___vFHp{display:flex;justify-content:space-between;align-items:center;gap:15px;background:#fff;color:#040506;padding:22px 22px 0;margin-bottom:22px;position:-webkit-sticky;position:sticky;top:0;left:0;right:0;z-index:2}@media only screen and (max-width:450px){.Modal_Modal__Label___vFHp{padding:14px 10px}}.Modal_Modal__Title__CHWpK{font-size:20px;font-style:normal;font-weight:600;line-height:120%}.Modal_Modal__CloseButton__lmJdc{cursor:pointer;display:flex;justify-content:center;align-items:center;color:#1a1e23}.Modal_Modal__CloseButton__lmJdc svg path{stroke:#1a1e23}.Modal_Modal__CloseButton__lmJdc:hover{color:#c7ced5}.Modal_Modal__Content__prkkZ{padding:0 22px 22px;height:inherit;max-height:inherit}@media only screen and (max-width:450px){.Modal_Modal__Content__prkkZ{padding:0 10px 14px}}.MemberMenu_MemberMenu___XHvl{width:259px;display:grid;border-radius:8px;border:1px solid #e0e4e8;background:#fff;box-shadow:0 4px 22px 0 rgba(41,78,115,.15)}.MemberMenu_MemberMenu__Label__mwNrz{font-size:13px;font-style:normal;font-weight:600;line-height:130%;text-transform:uppercase;color:#040506}.MemberMenu_MemberMenu__Label__mwNrz,.MemberMenu_MemberMenu__UserInfo__IaPS0{padding:14px;border-bottom:1px solid #e0e4e8}.MemberMenu_MemberMenu__Nav__A2cWy{border-bottom:1px solid #e0e4e8}.MemberMenu_MemberMenu__Actions__dMHiE,.MemberMenu_MemberMenu__Nav__A2cWy{display:grid;grid-gap:6px;gap:6px;padding:14px}.MemberMenu_UserInfo__OYGd4{display:grid;grid-template-columns:auto 1fr;align-items:center;grid-gap:10px;gap:10px}.MemberMenu_UserInfo__Avatar__m8F5I{width:46px;height:46px;border-radius:50%;overflow:hidden;display:flex;justify-content:center;align-items:center;background:#040506}.MemberMenu_UserInfo__Avatar__m8F5I img{object-fit:cover}.MemberMenu_UserInfo__Info__Xs6Xo{display:grid;grid-gap:3px;gap:3px}.MemberMenu_UserInfo__InfoName__om8dW{font-weight:600;line-height:130%;color:#040506}.MemberMenu_UserInfo__InfoEmail__FD05r,.MemberMenu_UserInfo__InfoName__om8dW{font-size:13px;font-style:normal;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.MemberMenu_UserInfo__InfoEmail__FD05r{font-weight:500;line-height:150%;color:#303840}.MemberButton_MemberButton__LuIgO{cursor:pointer;width:32px;height:32px;position:relative;overflow:hidden;border-radius:50%}.MemberButton_MemberButton__LuIgO img{position:absolute;object-fit:contain;height:100%}.NotificationsMenu_NotificationsMenu__T_5ix{width:570px;max-width:570px;height:100%;border-radius:8px;border:1px solid #e0e4e8;background:#fff;box-shadow:0 4px 22px 0 rgba(41,78,115,.15)}@media only screen and (max-width:450px){.NotificationsMenu_NotificationsMenu__T_5ix{width:360px}}.NotificationsMenu_NotificationsMenu__Header__cTNp0{position:relative;padding:18px 16px;display:flex;gap:10px;align-items:center;justify-content:space-between;width:100%;border-bottom:1px solid #e0e4e8;overflow:hidden}.NotificationsMenu_NotificationsMenu__HeaderLoading__KGDqB{border-radius:8px 8px 0 0;position:absolute;left:0;right:0;top:0;bottom:0;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.1)}.NotificationsMenu_NotificationsMenu__HeaderLabel__m1efr{color:#040506;font-size:16px;font-style:normal;font-weight:600;line-height:130%}.NotificationsMenu_NotificationsMenu__HeaderActions__p_QtP{display:grid;grid-template-columns:auto 1fr;grid-gap:10px;gap:10px;align-items:center}.NotificationsMenu_NotificationsMenu__Content__Dh7L_{height:100%;max-height:450px;overflow-y:scroll}.NotificationsMenu_NotificationsMenu__ContentLoading__tmJfO{height:15px;width:100%;display:flex;align-items:center;justify-content:center}.NotificationsMenu_NotificationsMenu__ContentEmpty__WPTgM{display:flex;justify-content:center;text-align:center;width:100%;font-size:15px;font-style:normal;font-weight:600;line-height:130%;color:#5d6b79}.NotificationsMenu_NotificationItem__Gac0D{padding:14px;display:grid;grid-template-columns:auto 1fr auto;grid-template-areas:"icon title point" "icon description point" "icon date point";grid-gap:5px 10px;gap:5px 10px}.NotificationsMenu_NotificationItem__Gac0D:not(:last-child){border-bottom:1px solid #e0e4e8}.NotificationsMenu_NotificationItem_titless__5UczB{grid-template-areas:"icon description point" "icon description point" "icon date point"}.NotificationsMenu_NotificationItem__Icon__CJXrW{grid-area:icon;width:42px;min-width:42px;height:42px;border-radius:5px;background:#e0e4e8;overflow:hidden;display:flex;align-items:center;justify-content:center;background:#040506}.NotificationsMenu_NotificationItem__Icon__CJXrW img{display:flex;height:100%;width:auto;object-fit:cover}.NotificationsMenu_NotificationItem__Icon_imageless__AGa_0 img{padding:3px;width:100%;height:auto}.NotificationsMenu_NotificationItem__Title__p_JHo{grid-area:title;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-style:normal;font-weight:600;line-height:130%;color:#040506}.NotificationsMenu_NotificationItem__Description__OyibZ{grid-area:description;font-size:13px;font-style:normal;font-weight:500;line-height:150%;color:#303840}.NotificationsMenu_NotificationItem__Date__ULyer{grid-area:date;font-size:12px;font-style:normal;font-weight:500;line-height:130%;color:#040506}.NotificationsMenu_NotificationItem__Point__OoBtt{grid-area:point;width:8px;height:8px;background:#303840;transition:all .2s;border-radius:50%}.NotificationsMenu_NotificationItem__Point_viewed__O8F_G{background:#e0e4e8}.NotificationsMenu_PaginateTriggerRef__wkvMk{height:3px;width:100%}.NotificationsMenu_ReadAllButton__Yuwvw svg{color:#0b66e4}.NotificationsButton_NotificationsButton__qnSrm{position:relative;cursor:pointer;box-sizing:border-box;width:32px;height:32px;border-radius:50%;border:1px solid #ebeff3;background:#f3f6f8;color:#738496;display:flex;align-items:center;justify-content:center}.NotificationsButton_NotificationsButton__qnSrm svg{width:20px;height:20px}.NotificationsButton_NotificationsButton__Notifications__qAL6_{position:absolute;top:-5px;right:-5px;font-size:11px;font-weight:700;line-height:12px;background:#e40521;color:#fff;border-radius:50px;padding:3px 5px}.MemberNav_MemberNav__0PMLs{display:flex;gap:12px;align-items:center}@media only screen and (max-width:900px){.MemberNav_MemberNav__0PMLs{display:none}}.MemberNav_MemberNavItem__8_48S{cursor:pointer;display:flex;align-items:center;gap:5px;color:#5d6b79;padding:10px 12px;border-radius:5px;border:1px solid transparent;background:#fff;transition:all .2s}.MemberNav_MemberNavItem__8_48S:hover{color:#303840;background:#f3f6f8}.MemberNav_MemberNavItem_selected__1Gl4T{color:#040506;border:1px solid #e0e4e8;background:#ebeff3}.MemberNav_MemberNavItem__Updates__BZgO8{font-size:10px;font-style:normal;font-weight:600;line-height:110%;padding:3px 5px;border-radius:50px;background:currentColor;min-width:17px;text-align:center}.MemberNav_MemberNavItem__Updates__BZgO8 span{color:#fff}.MemberHeader_MemberHeader__L4Uk_{padding:12px 20px;display:flex;justify-content:space-between;align-items:center;gap:5px;max-height:63px}@media only screen and (max-width:550px){.MemberHeader_MemberHeader__L4Uk_{padding:12px 15px}}.MemberHeader_MemberHeader__Left__PyuGS{display:flex;align-items:center;gap:14px;min-width:-moz-fit-content;min-width:fit-content}.MemberHeader_MemberHeader__Center__8S7ni{font-size:13px;font-style:normal;font-weight:500;line-height:130%;color:#47515c}@media only screen and (max-width:450px){.MemberHeader_MemberHeader__Center__8S7ni span{display:none}}.MemberHeader_MemberHeader__Center__8S7ni a:hover{color:#040506}.MemberHeader_MemberHeader__Right__RkyE2{display:flex;align-items:center;gap:14px}.MemberHeader_MemberHeader__Logo__ydh5a{width:82px}.MemberHeader_MemberHeader__Logo__ydh5a svg{min-width:82px;width:82px;height:auto}.MemberHeader_MemberHeader__SeparateLine__Oq_tA{width:2px;height:26px;background:#d5dadf}@media only screen and (max-width:900px){.MemberHeader_MemberHeader__SeparateLine__Oq_tA{display:none}}.MemberLayout_MemberLayout__6xjQC{min-height:100vh;height:100%;position:relative;display:grid;grid-template-rows:auto 1fr}.MemberLayout_MemberLayout__Content__TRzh3{background:#ebeff3}.MenuItem_MenuItem__D6gzZ{position:relative;display:grid;align-items:center;grid-template-columns:auto 1fr auto;grid-gap:10px;gap:10px;padding:10px;transition:all .2s;border-radius:4px;font-size:14px;font-style:normal;font-weight:500;line-height:130%}.MenuItem_MenuItem__D6gzZ:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);border-radius:0 21px 21px 0;width:0;height:18px;background:#fff;transition:width .2s}.MenuItem_MenuItem_active__lPXy8:before{width:3px}.MenuItem_MenuItem__D6gzZ:hover{background:#303840}.MenuItem_MenuItem__Icon__lsfRF{position:relative}.MenuItem_MenuItem__Icon__lsfRF svg{min-width:17px;max-width:18px;min-height:17px;max-height:18px}.MenuItem_MenuItem_white__2IU0r{position:relative;font-size:12px;font-style:normal;font-weight:500;line-height:130%;color:#040506}.MenuItem_MenuItem_white__2IU0r:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);border-radius:0 21px 21px 0;width:0;height:18px;background:#040506;transition:width .2s}.MenuItem_MenuItem_white_active__QgIhj:before{width:3px}.MenuItem_MenuItem_white__2IU0r:hover,.MenuItem_MenuItem_white_active__QgIhj{background:#f3f6f8}.MenuItem_MenuItem_small__athUh{font-size:13px;font-style:normal;font-weight:500;line-height:130%}.MenuItem_MenuItem_active__lPXy8{background:#47515c}.MenuItem_MenuItem_contracted__vzv4h{grid-template-columns:1fr;padding:10px}.MenuItem_MenuItem__name__iL4_h{-webkit-user-select:none;-moz-user-select:none;user-select:none;text-align:start;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.MenuItem_MenuItem__collapseContent__JPNL0{margin:5px 0 0 9px;display:grid;grid-gap:3px;gap:3px}.MenuItem_MenuItem__collapseContent_tooltip__D_fCd{margin:0}.MenuItem_MenuItem__collapseContent_tooltip_padding___yYsc{padding:8px}.MenuItem_MenuItem__CollapseIcon__sTPXJ{transition:all .2s;position:relative;bottom:-2px}.MenuItem_MenuItem__CollapseIcon_collapsed__SHN9Q{transform:rotate(-180deg);bottom:2px}.MenuItem_MenuItem__Message__oLwmx{-webkit-user-select:none;-moz-user-select:none;user-select:none;display:flex;align-items:center;justify-content:center;padding:2px;border-radius:50%;background:#e40521;color:#fff;font-size:8px;position:absolute;top:-8px;right:-8px;min-width:14px;width:14px;min-height:14px;height:14px}.MenuItem_MenuItem__Message_static__0zyfv{position:static}.UserMenuItem_UserMenuItem__RJch6{cursor:pointer;display:grid;grid-template-columns:auto 1fr auto;grid-gap:8px;gap:8px;align-items:center}.UserMenuItem_UserMenuItem_small__omjbX{grid-template-columns:1fr}.UserMenuItem_UserMenuItem__Avatar__aSyfy{min-width:24px;min-height:24px;width:24px;height:24px;border-radius:50%;background:#040506;overflow:hidden;display:flex;justify-content:center;align-items:center}.UserMenuItem_UserMenuItem__Avatar__aSyfy img{width:100%;height:auto}.UserMenuItem_UserMenuItem__UserName__fivbx{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-style:normal;font-weight:500;line-height:130%}.UserMenuItem_UserMenuItem__Ico__Kiuk7{border-radius:50%;padding:4px;background:#303840;width:24px;height:24px}.UserMenuItem_UserMenuItemToolTip__QjOhV{display:grid;grid-gap:2px;gap:2px}.UserMenuItem_UserMenuItemToolTip__LogoutItem__tAWP9 svg{color:#b6041a}.SideMenu_SideMenu__lZ5X8{position:-webkit-sticky;position:sticky;background-color:#f3f6f8;top:0;height:100vh;transition:width .2s ease-in-out;width:60px;display:grid;grid-template-rows:auto 1fr auto;overflow-x:visible;background-color:#040506;color:#fff}.SideMenu_SideMenu_open__GNHi5{overflow-x:hidden;width:265px}.SideMenu_SideMenu_open__GNHi5 .SideMenu_SideMenu__Logo__G6cpB{grid-template-columns:1fr auto;justify-items:start}.SideMenu_SideMenu_open__GNHi5 .SideMenu_SideMenu__Logo__G6cpB .SideMenu_logoIcon__bl_Sx{display:block}.SideMenu_SideMenu__head__sinys{display:grid;grid-template-rows:repeat(2,auto);grid-gap:12px;gap:12px;margin-bottom:16px}.SideMenu_SideMenu__headActions__HXime{padding:0 12px;display:grid;grid-gap:16px;gap:16px}.SideMenu_SideMenu__Logo__G6cpB{width:100%;min-height:62px;display:grid;grid-template-columns:1fr;grid-gap:14px;gap:14px;align-items:center;justify-items:start;padding:14px 16px;overflow-x:hidden;border-bottom:1px solid #303840}.SideMenu_SideMenu__Logo__G6cpB .SideMenu_logoIcon__bl_Sx{display:none}.SideMenu_SideMenu__openButton__B76aJ{display:flex;justify-content:center;align-items:center;width:24px;height:24px;min-width:24px;border-radius:50%;background:#303840;color:#ebeff3;transform:rotate(-90deg);transition:transform .2s}.SideMenu_SideMenu__openButton__B76aJ svg{width:-moz-fit-content;width:fit-content;min-width:-moz-fit-content;min-width:fit-content}.SideMenu_SideMenu__openButton_open__A8gT0{transform:rotate(90deg)}.SideMenu_SideMenu__content__rJfyv{display:grid;grid-auto-rows:min-content;align-items:start;grid-gap:7px;gap:7px;overflow-y:scroll;padding:0 12px 14px;overflow-x:inherit}.SideMenu_SideMenu__footer__jgWg0{padding:18px;border-top:1px solid #303840}.EmployeeLayout_EmployeeLayout__VKabr{min-height:100vh;height:100%;position:relative;display:grid;grid-template-columns:auto 1fr;background:#ebeff3}.EmployeeLayout_EmployeeLayout__Content___EQAx{margin:20px}.AuthLayout_AuthLayout__94OTr{min-height:100vh;height:100%;width:100%;display:grid;grid-template-columns:auto 1fr}@media only screen and (max-width:1024px){.AuthLayout_AuthLayout__94OTr{grid-template-columns:1fr}}.AuthLayout_AuthLayout__Sidebar__HnzLS{position:-webkit-sticky;position:sticky;top:0;background:#1a1e23;width:620px;height:100vh;padding:40px 40px 20px;display:grid;overflow:hidden}@media only screen and (max-width:1440px){.AuthLayout_AuthLayout__Sidebar__HnzLS{width:414px}}@media only screen and (max-width:1024px){.AuthLayout_AuthLayout__Sidebar__HnzLS{display:none}}.AuthLayout_AuthLayout__SidebarFoot__GdB1L{align-self:end}.AuthLayout_AuthLayout__SidebarFoot__GdB1L span{font-size:13px;font-style:normal;font-weight:500;line-height:150%;color:#fff}.AuthLayout_AuthLayout__Logo__scKVy{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.AuthLayout_AuthLayout__LogoVertical__OHMJX{position:absolute;left:0;top:0}.AuthLayout_AuthLayout__Content__9EIiz{width:100%;padding:30px 30px 20px 70px;display:flex;flex-direction:column;justify-content:space-between;gap:25px;position:relative}@media only screen and (max-width:1024px){.AuthLayout_AuthLayout__Content__9EIiz{padding:32px}}@media only screen and (max-width:450px){.AuthLayout_AuthLayout__Content__9EIiz{padding:16px}}.AuthLayout_AuthLayout__ContentFooter__qYFTi{font-size:13px;font-style:normal;font-weight:500;line-height:150%;background-color:#fff;display:grid;grid-template-columns:auto 1fr;grid-gap:34px;gap:34px}.AuthLayout_AuthLayout__ContentFooter__qYFTi span{visibility:hidden}@media only screen and (max-width:1024px){.AuthLayout_AuthLayout__ContentFooter__qYFTi span{visibility:visible}}.AuthLayout_AuthLayout__ContentFooterLinks__2MsHX{justify-self:end;text-align:end;display:flex;justify-content:flex-end;flex-wrap:wrap;gap:14px 34px}