:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: hsl(6, 78%, 57%);--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-container-width: fit-content;--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-padding: 14px;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-toast-shadow: 0px 4px 12px rgba(0, 0, 0, .1);--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y: 0;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 auto;align-items:center;word-break:break-word}@media only screen and (max-width: 480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width: 100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:1;opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,main,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section{display:block}*[hidden]{display:none}body{line-height:1}menu,ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}*,*:after,*:before{margin:0;padding:0;box-sizing:border-box}html,body{height:100%;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Manrope Variable,Manrope,Inter,Segoe UI,sans-serif;font-size:16px;font-weight:400;color:#262525;line-height:normal;background:#fafcfe}button,input,a,li{font-family:Manrope Variable,Manrope,Inter,Segoe UI,sans-serif;text-decoration:none}.wrapper{width:100%;display:flex;flex-direction:column;min-height:100vh}.main{display:flex;flex-direction:column;flex:1 0 auto}.footer{flex:0 0 auto}.container{max-width:1416px;width:100%;display:flex;flex-direction:column;padding:0 20px;margin:0 auto}.no-scroll{overflow:hidden}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:transparent;margin:4px 0}::-webkit-scrollbar-thumb{border:2px solid #fafcfe;border-radius:10px;background:#e5e7eb}.recharts-pie-sector,.recharts-surface{outline:none!important}.recharts-pie-sector path,.recharts-surface path{outline:none!important}@font-face{font-family:Manrope Variable;font-style:normal;font-display:swap;font-weight:200 800;src:url(data:font/woff2;base64,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) format("woff2-variations");unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Manrope Variable;font-style:normal;font-display:swap;font-weight:200 800;src:url(/assets/manrope-cyrillic-wght-normal-Dvxsihut.woff2) format("woff2-variations");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Manrope Variable;font-style:normal;font-display:swap;font-weight:200 800;src:url(/assets/manrope-greek-wght-normal-DL7QRZyv.woff2) format("woff2-variations");unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-family:Manrope Variable;font-style:normal;font-display:swap;font-weight:200 800;src:url(/assets/manrope-vietnamese-wght-normal-usUDDRr7.woff2) format("woff2-variations");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:Manrope Variable;font-style:normal;font-display:swap;font-weight:200 800;src:url(/assets/manrope-latin-ext-wght-normal-Ch3YOpNY.woff2) format("woff2-variations");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:Manrope Variable;font-style:normal;font-display:swap;font-weight:200 800;src:url(/assets/manrope-latin-wght-normal-DHIcAJRg.woff2) format("woff2-variations");unicode-range:U+0000-00FF,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}._header_1v23h_1{width:100%;border-bottom:1px solid rgba(255,255,255,.08);background:linear-gradient(90deg,#14223be6,#09101ef5 42%,#0a1222f2),#131b29;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}._header__inner_1v23h_7{height:72px;width:100%;display:flex;align-items:center;justify-content:space-between;gap:20px}._header__logo_1v23h_15{display:inline-flex;align-items:center;gap:10px}._header__logo_mark_1v23h_20{width:34px;height:34px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;font-size:14px;font-weight:700;color:#0f172a;letter-spacing:.08em;text-transform:uppercase;border-radius:10px;background:linear-gradient(180deg,#61d5ff,#36a7f6);box-shadow:0 10px 22px #38bdf852}._header__logo_text_1v23h_36{font-size:16px;font-weight:600;color:#e2ecff;line-height:21px;letter-spacing:.06em;text-transform:uppercase}._header__row_1v23h_44{display:flex;align-items:center;gap:16px}._header__separator_1v23h_49{height:21px;width:1px;background:#ffffff29}@media (max-width: 960px){._header__inner_1v23h_7{height:64px;gap:10px}._header__logo_text_1v23h_36{display:none}._header__row_1v23h_44{gap:10px}}._header_14xul_1{position:relative}._header__value_14xul_4{height:36px;width:60px;display:flex;align-items:center;justify-content:space-between;gap:4px;font-size:14px;font-weight:500;color:#fff;line-height:20px;border:1px solid rgba(255,255,255,.08);border-radius:10px;background:#ffffff08;padding:0 8px;cursor:pointer;-webkit-user-select:none;user-select:none}._header__value_icon_14xul_22{max-width:20px;max-height:20px;width:20px;height:20px;display:flex;align-items:center;justify-content:center;color:#fff}._header__select_14xul_32{position:absolute;top:120%;left:0;width:150px;border:1px solid rgba(255,255,255,.14);border-radius:12px;background:linear-gradient(180deg,#111b2f,#0c1424);box-shadow:0 16px 30px #02081780;padding:8px;z-index:55}._header__list_14xul_44{width:100%;display:flex;flex-direction:column;gap:4px}._header__list_item_14xul_50{height:28px;width:100%;display:flex;align-items:center;justify-content:space-between;gap:10px;border-radius:8px;padding:0 8px;cursor:pointer;-webkit-user-select:none;user-select:none}._header__list_item_active_14xul_62{background:#ffffff0f}._header__list_item_text_14xul_65{font-size:14px;font-weight:400;color:#d6e3fa;line-height:20px}._header__list_item_icon_14xul_71{max-width:16px;max-height:16px;width:16px;height:16px;display:flex;align-items:center;justify-content:center;color:#61d5ff}._input_3dtra_1{width:100%;font-family:Manrope Variable,Manrope,Inter,Segoe UI,sans-serif;outline:none;border:none;background:transparent}._input_3dtra_1::placeholder{color:#9db7decc}._input__sm_3dtra_11{font-size:12px;font-weight:400;line-height:18px}._input__md_3dtra_16{font-size:14px;font-weight:400;line-height:20px}._input__lg_3dtra_21{font-size:16px;font-weight:400;line-height:24px}._input__row_3dtra_26{width:100%;display:flex;align-items:center}._input__row_sm_3dtra_31{height:32px;gap:8px;padding:0 8px}._input__row_md_3dtra_36{height:36px;gap:10px;padding:0 8px}._input__row_lg_3dtra_41{height:40px;gap:10px;padding:0 12px}._input__primary_3dtra_46{color:#e6efff}._input__row_primary_3dtra_49{border:1px solid rgba(255,255,255,.12);border-radius:12px;background:#ffffff08;transition:border-color .2s}._input__row_primary_3dtra_49:focus-within{border-color:#3b82f6}._input__icon_3dtra_58{display:flex;align-items:center;justify-content:center;color:#9db7de}._input__icon_sm_3dtra_64{max-width:14px;max-height:14px;width:100%;height:14px}._input__icon_md_3dtra_70{max-width:16px;max-height:16px;width:100%;height:16px}._input__icon_lg_3dtra_76{max-width:18px;max-height:18px;width:100%;height:18px}._input__row_error_3dtra_82{border-color:#d31c2e}._input__row_error_3dtra_82:focus-within{border-color:#d31c2e}._input__row_disabled_3dtra_88{border:1px solid rgba(255,255,255,.05);background:#ffffff05;cursor:not-allowed}._input__row_disabled_3dtra_88 input,._input__row_disabled_3dtra_88 ._input__icon_3dtra_58{color:#9db7de59}._field_76ff5_1{width:100%;display:flex;flex-direction:column}._field__sm_76ff5_6{gap:6px}._field__md_76ff5_9,._field__lg_76ff5_9{gap:8px}._field__title_76ff5_12{font-family:Manrope Variable,Manrope,Inter,Segoe UI,sans-serif;color:var(--field-title-color, #262525)}._field__title_76ff5_12 span{color:#d31c2e}._field__title_sm_76ff5_19{font-size:12px;font-weight:400;line-height:18px}._field__title_md_76ff5_24{font-size:14px;font-weight:400;line-height:20px}._field__title_lg_76ff5_29{font-size:16px;font-weight:400;line-height:21px}._field__text_76ff5_34{font-family:Manrope Variable,Manrope,Inter,Segoe UI,sans-serif;color:var(--field-error-color, #d31c2e)}._field__text_sm_76ff5_38{font-size:10px;font-weight:400;line-height:16px}._field__text_md_76ff5_43,._field__text_lg_76ff5_43{font-size:12px;font-weight:400;line-height:18px}._select_t13x5_1{width:100%;position:relative}._select__head_t13x5_5{width:100%;display:flex;align-items:center;justify-content:space-between;border:1px solid rgba(255,255,255,.12);border-radius:12px;background:#ffffff08;transition:border-color .2s;cursor:pointer;-webkit-user-select:none;user-select:none}._select__head_sm_t13x5_17{height:32px;gap:8px;padding:0 8px}._select__head_md_t13x5_22{height:36px;gap:10px;padding:0 8px}._select__head_lg_t13x5_27{height:40px;gap:10px;padding:0 12px}._select__head_value_t13x5_32{width:100%;font-family:Manrope Variable,Manrope,Inter,Segoe UI,sans-serif;color:#e6efff;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._select__head_active_t13x5_40{border-color:#3b82f6}._select__head_value_placeholder_t13x5_43{color:#9db7decc}._select__head_value_sm_t13x5_46{font-size:12px;font-weight:400;line-height:18px}._select__head_value_md_t13x5_51{font-size:14px;font-weight:400;line-height:20px}._select__head_value_lg_t13x5_56{font-size:16px;font-weight:400;line-height:24px}._select__options_t13x5_61{max-height:205px;width:100%;height:auto;border:1px solid rgba(255,255,255,.14);border-radius:12px;background:linear-gradient(180deg,#111b2f,#0c1424);box-shadow:0 14px 30px #02081780;padding:8px;overflow-y:auto;z-index:50}._select__options_t13x5_61::-webkit-scrollbar{width:8px}._select__options_t13x5_61::-webkit-scrollbar-track{background:transparent;margin:8px 0}._select__options_t13x5_61::-webkit-scrollbar-thumb{border:2px solid #111b2f;border-radius:10px;background:#2b3d5b}._select__options_list_t13x5_85{display:flex;flex-direction:column;gap:4px}._select__arrow_t13x5_90{display:flex;align-items:center;justify-content:center;color:#9db7de;transition:transform .2s;padding:0;margin:0}._select__arrow_active_t13x5_99{transform:rotate(180deg)}._select__arrow_sm_t13x5_102,._select__arrow_md_t13x5_102,._select__arrow_lg_t13x5_102{max-width:20px;width:100%;max-height:20px;height:20px}._select__error_t13x5_108{border-color:#d31c2e}._select__disabled_t13x5_111{border:1px solid rgba(255,255,255,.05);background:#ffffff05;cursor:not-allowed}._select__disabled_t13x5_111 ._select__head_value_t13x5_32,._select__disabled_t13x5_111 ._select__arrow_t13x5_90{color:#9db7de59;cursor:not-allowed}._select__options_item_1mleg_1{width:100%;display:flex;align-items:center;font-family:Manrope Variable,Manrope,Inter,Segoe UI,sans-serif;color:#d6e3fa;border-radius:8px;transition:background .2s;cursor:pointer;overflow:hidden}._select__options_item_1mleg_1:hover{background:#ffffff0f}._select__options_item_sm_1mleg_15{height:28px;gap:8px;padding:0 8px}._select__options_item_md_1mleg_20{height:28px;gap:10px;padding:0 8px}._select__options_item_lg_1mleg_25{height:30px;gap:10px;padding:0 12px}._select__options_item_text_1mleg_30{width:100%;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._select__options_item_text_sm_1mleg_36{font-size:12px;font-weight:400;line-height:18px}._select__options_item_text_md_1mleg_41{font-size:14px;font-weight:400;line-height:20px}._select__options_item_text_lg_1mleg_46{font-size:16px;font-weight:400;line-height:24px}._input_1t3ed_1{width:100%;font-family:Manrope Variable,Manrope,Inter,Segoe UI,sans-serif;outline:none;border:none;background:transparent}._input_1t3ed_1::placeholder{color:#9db7decc}._input_1t3ed_1::-ms-clear,._input_1t3ed_1::-ms-reveal{display:none}._input__sm_1t3ed_14{font-size:12px;font-weight:400;line-height:18px}._input__md_1t3ed_19{font-size:14px;font-weight:400;line-height:20px}._input__lg_1t3ed_24{font-size:16px;font-weight:400;line-height:24px}._input__row_1t3ed_29{width:100%;display:flex;align-items:center}._input__row_sm_1t3ed_34{height:32px;gap:8px;padding:0 8px}._input__row_md_1t3ed_39{height:36px;gap:10px;padding:0 8px}._input__row_lg_1t3ed_44{height:40px;gap:10px;padding:0 12px}._input__primary_1t3ed_49{color:#e6efff}._input__row_primary_1t3ed_52{border:1px solid rgba(255,255,255,.12);border-radius:12px;background:#ffffff08;transition:border-color .2s}._input__row_primary_1t3ed_52:focus-within{border-color:#3b82f6}._input__icon_1t3ed_61{display:flex;align-items:center;justify-content:center;color:#9db7de}._input__icon_sm_1t3ed_67{max-width:14px;max-height:14px;width:100%;height:14px}._input__icon_md_1t3ed_73{max-width:16px;max-height:16px;width:100%;height:16px}._input__icon_lg_1t3ed_79{max-width:18px;max-height:18px;width:100%;height:18px}._input__row_error_1t3ed_85{border-color:#d31c2e}._input__row_error_1t3ed_85:focus-within{border-color:#d31c2e}._input__btn_1t3ed_91{max-width:20px;max-height:20px;width:100%;height:20px;display:flex;align-items:center;justify-content:center;color:#9db7de;outline:none;border:none;background:transparent;padding:0;margin:0;cursor:pointer;-webkit-user-select:none;user-select:none}._input__row_disabled_1t3ed_108{border:1px solid rgba(255,255,255,.05);background:#ffffff05;cursor:not-allowed}._input__row_disabled_1t3ed_108 input,._input__row_disabled_1t3ed_108 ._input__icon_1t3ed_61,._input__row_disabled_1t3ed_108 ._input__btn_1t3ed_91{color:#9db7de59}._button_16d22_1{width:fit-content;display:flex;align-items:center;justify-content:center;outline:none;border:none;background:transparent;cursor:pointer;-webkit-user-select:none;user-select:none}._button__sm_16d22_12{height:32px;gap:5px;font-size:14px;font-weight:500;line-height:18px;padding:0 12px}._button__md_16d22_20{height:36px;gap:5px;font-size:14px;font-weight:500;line-height:20px;padding:0 12px}._button__lg_16d22_28{height:40px;gap:5px;font-size:16px;font-weight:500;line-height:20px;padding:0 14px}._button__primary_16d22_36{font-family:Manrope Variable,Manrope,Inter,Segoe UI,sans-serif;color:#fff;border-radius:12px;background:#13aa6a;transition:background .3s}._button__primary_16d22_36:hover{background:#109d61}._button__primary_16d22_36 ._button__icon_16d22_46{color:#fff}._button__secondary_16d22_49{font-family:Manrope Variable,Manrope,Inter,Segoe UI,sans-serif;color:#d6e3fa;border:1px solid rgba(255,255,255,.14);border-radius:12px;background:#ffffff08;transition:background .3s}._button__secondary_16d22_49:hover{background:#ffffff14}._button__secondary_16d22_49 ._button__icon_16d22_46{color:#9db7de}._button__icon_16d22_46{max-width:20px;max-height:20px;width:20px;height:20px;display:flex;align-items:center;justify-content:center;flex-shrink:0}._button__block_16d22_73{width:100%}._button__disabled_16d22_76{color:#0000003d;border-color:#00000014;background:#0000000a;pointer-events:none}._button__disabled_16d22_76 ._button__icon_16d22_46{color:#0000003d}._switch_oxh80_1{max-width:34px;width:100%;height:20px;flex-shrink:0;border:1px solid #13aa6a;border-radius:100px;background:#13aa6a;position:relative;cursor:pointer;-webkit-user-select:none;user-select:none}._switch__off_oxh80_13{border-color:#9ca3af;background:#9ca3af}._switch__circle_oxh80_17{position:absolute;top:0;bottom:0;left:1px;width:16px;height:16px;border-radius:100px;background:#fff;box-shadow:0 1px 2px #14151a0d;margin:auto 0}._checkbox_1pi6x_1{position:relative;cursor:pointer;-webkit-user-select:none;user-select:none}._checkbox__input_1pi6x_6{position:absolute;width:0;height:0;top:0;left:0;opacity:0;scale:0}._checkbox__mark_1pi6x_15{display:flex;align-items:center;justify-content:center;border:1px solid #3b82f6;border-radius:4px;background:#3b82f6;position:relative}._checkbox__mark_sm_1pi6x_24{width:16px;height:16px}._checkbox__mark_md_1pi6x_28{width:20px;height:20px}._checkbox__mark_lg_1pi6x_32{width:24px;height:24px}._checkbox__mark_error_1pi6x_36,._checkbox__mark_error_1pi6x_36:hover{border-color:#d31c2e!important}._checkbox__mark_disabled_1pi6x_42{background:#e5e7eb!important;border-color:#e5e7eb!important}._checkbox__mark_disabled_1pi6x_42:hover{border-color:#e5e7eb!important}._checkbox__mark_icon_1pi6x_49{width:16px;height:16px;color:#fff}._checkbox__input_1pi6x_6:not(:checked)+._checkbox__mark_1pi6x_15{background:#ffffff05;border-color:#ffffff3d}._checkbox__input_1pi6x_6:not(:checked)+._checkbox__mark_1pi6x_15 ._checkbox__mark_icon_1pi6x_49{display:none}._checkbox__input_1pi6x_6:not(:checked)+._checkbox__mark_1pi6x_15:hover{border-color:#3b82f6}._checkbox__input_1pi6x_6:not(:checked)+._checkbox__mark_disabled_1pi6x_42{background:#e5e7eb!important;border-color:#e5e7eb!important}._checkbox__input_1pi6x_6:not(:checked)+._checkbox__mark_disabled_1pi6x_42:hover{border-color:#e5e7eb!important}.rc-pagination{width:100%;display:flex;align-items:center;justify-content:center;gap:12px}.rc-pagination-disabled div{color:var(--pagination-disabled-color, rgba(0, 0, 0, .24))}._date_1avoc_1{width:100%;position:relative}._date__input_1avoc_5{width:100%;display:flex;align-items:center;gap:10px;border:1px solid rgba(255,255,255,.12);border-radius:12px;background:#ffffff08;transition:border-color .2s;cursor:pointer}._date__input_active_1avoc_16{border-color:#3b82f6}._date__input_sm_1avoc_19{height:32px;gap:8px;padding:0 8px}._date__input_md_1avoc_24{height:36px;gap:10px;padding:0 8px}._date__input_lg_1avoc_29{height:40px;gap:10px;padding:0 12px}._date__value_1avoc_34{font-family:Manrope Variable,Manrope,Inter,Segoe UI,sans-serif;color:#e6efff}._date__value_sm_1avoc_38{font-size:12px;font-weight:400;line-height:18px}._date__value_md_1avoc_43{font-size:14px;font-weight:400;line-height:20px}._date__value_lg_1avoc_48{font-size:16px;font-weight:400;line-height:24px}._date__value_placeholder_1avoc_53{color:#9db7decc}._date__input_icon_1avoc_56{max-width:20px;max-height:20px;width:20px;height:20px;display:flex;align-items:center;justify-content:center;color:#9db7de}._date__input_error_1avoc_66{border-color:#d31c2e}._date__input_error_1avoc_66:focus-within{border-color:#d31c2e}._date__input_disabled_1avoc_72{border:1px solid rgba(255,255,255,.05);background:#ffffff05;cursor:not-allowed}._date__input_disabled_1avoc_72 ._date__value_1avoc_34,._date__input_disabled_1avoc_72 ._date__input_icon_1avoc_56{color:#9db7de59}._calendar_eey6t_1{max-width:300px;min-width:300px;width:100%;border:1px solid rgba(255,255,255,.14);border-radius:12px;background:linear-gradient(180deg,#111b2f,#0c1424);box-shadow:0 16px 30px #02081780;padding:16px;z-index:50}._calendar__top_eey6t_12{width:100%;display:flex;align-items:center;justify-content:space-between;gap:10px}._calendar__top_value_eey6t_19{font-size:14px;font-weight:500;color:#e6efff;line-height:20px}._calendar__row_eey6t_25{width:100%;display:flex;align-items:center;justify-content:space-between}._calendar__head_day_eey6t_31{height:36px;width:100%;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:500;color:#8fa8c8;line-height:20px;text-align:center}._calendar__day_eey6t_43{height:36px;width:100%;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:400;color:#d6e3fa;line-height:20px;text-align:center;border:1px solid transparent;cursor:pointer;-webkit-user-select:none;user-select:none}._calendar__day_previous_eey6t_58{color:#8fa8c8b3}._calendar__day_active_eey6t_61{color:#fff;border-color:#3b82f6;border-radius:8px;background:#3b82f6}._date_x4cwa_1{width:100%;position:relative}._date__input_x4cwa_5{width:100%;display:flex;align-items:center;gap:10px;border:1px solid rgba(255,255,255,.12);border-radius:12px;background:#ffffff08;transition:border-color .2s;cursor:pointer}._date__input_active_x4cwa_16{border-color:#3b82f6}._date__input_sm_x4cwa_19{height:32px;gap:8px;padding:0 8px}._date__input_md_x4cwa_24{height:36px;gap:10px;padding:0 8px}._date__input_lg_x4cwa_29{height:40px;gap:10px;padding:0 12px}._date__value_x4cwa_34{font-family:Manrope Variable,Manrope,Inter,Segoe UI,sans-serif;color:#e6efff;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._date__value_sm_x4cwa_41{font-size:12px;font-weight:400;line-height:18px}._date__value_md_x4cwa_46{font-size:14px;font-weight:400;line-height:20px}._date__value_lg_x4cwa_51{font-size:16px;font-weight:400;line-height:24px}._date__value_placeholder_x4cwa_56{color:#9db7decc}._date__input_icon_x4cwa_59{max-width:20px;max-height:20px;width:20px;height:20px;display:flex;align-items:center;justify-content:center;color:#9db7de}._date__input_error_x4cwa_69{border-color:#d31c2e}._date__input_error_x4cwa_69:focus-within{border-color:#d31c2e}._date__input_disabled_x4cwa_75{border:1px solid rgba(255,255,255,.05);background:#ffffff05;cursor:not-allowed}._date__input_disabled_x4cwa_75 ._date__value_x4cwa_34,._date__input_disabled_x4cwa_75 ._date__input_icon_x4cwa_59{color:#9db7de59}._calendar_1pdcg_1{max-width:440px;min-width:440px;width:100%;border:1px solid rgba(255,255,255,.14);border-radius:12px;background:linear-gradient(180deg,#111b2f,#0c1424);box-shadow:0 16px 30px #02081780;padding:16px;z-index:50}._calendar__box_1pdcg_12{width:100%;display:flex;align-items:stretch;justify-content:space-between;gap:12px;margin-bottom:8px}._calendar__column_1pdcg_20{width:100%}._calendar__column_1pdcg_20:nth-child(1){max-width:142px;border-right:1px solid rgba(255,255,255,.12);padding-right:12px}._calendar__list_1pdcg_28{width:100%;display:flex;flex-direction:column;gap:5px}._calendar__btns_1pdcg_34{display:flex;align-items:center;gap:8px}._calendar__btn_1pdcg_34{height:28px;width:100%;display:flex;align-items:center;justify-content:flex-start;font-size:14px;font-weight:400;color:#d6e3fa;line-height:20px;text-align:left;outline:none;border:none;border-radius:8px;background:transparent;transition:background .2s;padding:0 8px;cursor:pointer}._calendar__btn_1pdcg_34:hover{background:#ffffff0f}._calendar__cancel_1pdcg_61{color:#d31c2e}._calendar__top_1pdcg_64{width:100%;display:flex;align-items:center;justify-content:space-between;gap:10px}._calendar__top_value_1pdcg_71,._calendar__value_1pdcg_71{font-size:14px;font-weight:500;color:#e6efff;line-height:20px}._calendar__row_1pdcg_77{width:100%;display:flex;align-items:center;justify-content:space-between}._calendar__head_day_1pdcg_83{height:36px;width:100%;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:500;color:#8fa8c8;line-height:20px;text-align:center}._calendar__day_1pdcg_95{height:36px;width:100%;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:400;color:#d6e3fa;line-height:20px;text-align:center;border:1px solid transparent;cursor:pointer;-webkit-user-select:none;user-select:none}._calendar__day_previous_1pdcg_110{color:#8fa8c8b3}._calendar__day_hovered_1pdcg_113{background:#3b82f629}._calendar__day_active_1pdcg_116{color:#fff;border-color:#3b82f6;border-radius:8px;background:#3b82f6}._calendar__day_active_1pdcg_116:has(+._calendar__day_hovered_1pdcg_113){border-top-right-radius:0;border-bottom-right-radius:0}._calendar__day_hovered_1pdcg_113+._calendar__day_active_1pdcg_116{border-top-left-radius:0;border-bottom-left-radius:0}._input_1gfzk_1{width:100%;font-family:Manrope Variable,Manrope,Inter,Segoe UI,sans-serif;outline:none;border:none;background:transparent}._input_1gfzk_1::placeholder{color:#777}._input__sm_1gfzk_11{font-size:12px;font-weight:400;line-height:18px}._input__md_1gfzk_16{font-size:14px;font-weight:400;line-height:20px}._input__lg_1gfzk_21{font-size:16px;font-weight:400;line-height:24px}._input__row_1gfzk_26{width:100%;display:flex;align-items:center}._input__row_sm_1gfzk_31{height:32px;gap:8px;padding:0 8px}._input__row_md_1gfzk_36{height:36px;gap:10px;padding:0 8px}._input__row_lg_1gfzk_41{height:40px;gap:10px;padding:0 12px}._input__primary_1gfzk_46{color:#111}._input__row_primary_1gfzk_49{border:1px solid #e7e7e7;border-radius:12px;background:#fff;transition:border-color .2s}._input__row_primary_1gfzk_49:focus-within{border-color:#13aa6a}._input__picker_1gfzk_58{max-height:20px;max-width:20px;width:20px;height:20px;flex-shrink:0;outline:none;border:none;background:transparent;cursor:pointer}._input__picker_1gfzk_58::-webkit-color-swatch-wrapper{max-height:20px;max-width:20px;width:20px;height:20px;padding:0}._input__picker_1gfzk_58::-webkit-color-swatch{border:1px solid #e7e7e7;border-radius:4px}._input__picker_1gfzk_58:focus{outline:none}._input__row_error_1gfzk_83{border-color:#d31c2e}._input__row_error_1gfzk_83:focus-within{border-color:#d31c2e}._input__picker_disabled_1gfzk_89{max-height:20px;max-width:20px;width:20px;height:20px;flex-shrink:0;border:1px solid #e7e7e7;border-radius:4px;pointer-events:none;cursor:default}._input__row_disabled_1gfzk_100{border:1px solid rgba(0,0,0,.08);background:#0000000a;cursor:not-allowed}._input__row_disabled_1gfzk_100 input,._input__row_disabled_1gfzk_100 ._input__icon_1gfzk_106{color:#0000003d}._popup_8q006_1{height:100%;width:100%;position:fixed;top:0;left:0;display:flex;align-items:center;justify-content:center;background:#0208178c;cursor:pointer;z-index:1000}._popup__inner_8q006_14{max-width:430px;width:100%;border:1px solid rgba(255,255,255,.12);border-radius:12px;background:linear-gradient(180deg,#111b2f,#0c1424);position:relative;cursor:default;overflow:hidden}._popup__head_8q006_24{height:56px;width:100%;display:flex;align-items:center;justify-content:space-between;gap:20px;border-bottom:1px solid rgba(255,255,255,.08);padding:0 16px}._popup__head_title_8q006_34{width:100%;font-size:18px;font-weight:500;color:#f0f5ff;line-height:24px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._popup__head_close_8q006_44{max-height:20px;max-width:20px;height:20px;width:20px;display:flex;align-items:center;justify-content:center;color:#9db7de;outline:none;border:none;background:transparent;cursor:pointer}._popup__content_8q006_58{width:100%}._dropzone_8u2ib_1{width:100%;height:100%;position:relative}._dropzone__inner_8u2ib_6{width:100%;height:100%;position:relative;cursor:pointer;z-index:5}._header_lw2ka_1{position:relative}._header__box_lw2ka_4{height:36px;width:36px;display:flex;align-items:center;justify-content:center;gap:4px;border:1px solid rgba(255,255,255,.08);border-radius:10px;background:#ffffff08;cursor:pointer;-webkit-user-select:none;user-select:none;position:relative}._header__icon_lw2ka_18{max-height:20px;max-width:20px;height:20px;width:20px;display:flex;align-items:center;justify-content:center;color:#fff}._header__count_lw2ka_28{position:absolute;top:2px;right:2px;width:16px;height:16px;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:10px;font-weight:400;color:#fff;line-height:12px;border:1px solid #1c2431;border-radius:100px;background:#13aa6a;pointer-events:none;z-index:2}._header__notification_lw2ka_48{position:absolute;top:120%;right:0;width:430px;display:flex;flex-direction:column;gap:16px;border:1px solid rgba(255,255,255,.14);border-radius:12px;background:linear-gradient(180deg,#111b2f,#0c1424);box-shadow:0 16px 30px #02081780;padding:16px;z-index:55}._header__notification_title_lw2ka_63{font-size:18px;font-weight:500;color:#f0f5ff;line-height:24px}._header__notification_list_lw2ka_69{width:100%;max-height:300px;display:flex;flex-direction:column;gap:6px;overflow-y:auto}._header__observer_lw2ka_77{width:100%;height:5px;opacity:0}._header__text_lw2ka_82{font-size:16px;font-weight:500;color:#d6e3fa;line-height:21px;text-align:center}@media (max-width: 768px){._header__notification_lw2ka_48{position:fixed;top:72px;left:12px;right:12px;width:auto;max-height:calc(100dvh - 84px);padding:14px}._header__notification_list_lw2ka_69{max-height:calc(100dvh - 210px)}}._item_1hc3g_1{width:100%;display:flex;flex-direction:column;flex-shrink:0;gap:2px;border:1px solid rgba(255,255,255,.12);border-radius:6px;background:#ffffff08;padding:12px}._item__title_1hc3g_12{font-size:14px;font-weight:500;color:#e6efff;line-height:21px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._item__date_1hc3g_21{width:100%;font-size:12px;font-weight:500;color:#9db7de;line-height:16px}._item__text_1hc3g_28{width:100%;font-size:14px;font-weight:400;color:#d6e3fa;line-height:21px}._header_6qao7_1{position:relative}._header__user_6qao7_4{height:36px;min-width:160px;width:fit-content;display:flex;align-items:center;justify-content:space-between;gap:4px;border:1px solid rgba(255,255,255,.08);border-radius:10px;background:#ffffff08;padding:0 8px;cursor:pointer;-webkit-user-select:none;user-select:none}._header__text_6qao7_19{max-width:300px;font-size:14px;font-weight:500;color:#fff;line-height:20px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._header__icon_6qao7_29{max-width:20px;max-height:20px;width:20px;height:20px;display:flex;align-items:center;justify-content:center;color:#fff}._header__menu_6qao7_39{position:absolute;top:120%;left:0;width:100%;border:1px solid rgba(255,255,255,.14);border-radius:12px;background:linear-gradient(180deg,#111b2f,#0c1424);box-shadow:0 16px 30px #02081780;z-index:55}._header__menu_column_6qao7_50{width:100%;display:flex;flex-direction:column;gap:4px;border-bottom:1px solid rgba(255,255,255,.08);padding:8px 16px}._header__menu_name_6qao7_58{font-size:16px;font-weight:500;color:#f0f5ff;line-height:20px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._header__menu_role_6qao7_67{font-size:12px;font-weight:400;color:#777;line-height:16px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._header__menu_list_6qao7_76{width:100%;display:flex;flex-direction:column}._header__menu_list_item_6qao7_81{height:36px;width:100%;display:flex;align-items:center;gap:8px;padding:0 16px;cursor:pointer;-webkit-user-select:none;user-select:none;transition:background .2s}._header__menu_list_item_6qao7_81:hover{background:#ffffff0a}._header__menu_item_icon_6qao7_95{max-width:20px;max-height:20px;width:20px;height:20px;display:flex;align-items:center;justify-content:center;color:#9db7de}._header__menu_item_text_6qao7_105{font-size:14px;font-weight:400;color:#d6e3fa;line-height:20px}._message__img_wrap_13ovp_1{width:min(300px,100%);height:200px;display:flex;flex-direction:column;align-items:flex-start;flex-shrink:0;border-radius:4px;background:#e5e7eb;margin-left:0;margin-right:auto;overflow:hidden;position:relative}._message__img_wrap_my_13ovp_15{align-items:flex-end;margin-left:auto;margin-right:0}._message__img_13ovp_1{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:contain;z-index:1}._message__img_download_btn_13ovp_29{width:24px;height:24px;position:absolute;top:10px;right:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#e8f0ff;outline:none;border:1px solid rgba(255,255,255,.16);border-radius:2px;background:#0b1628e0;padding:5px;z-index:2;cursor:pointer}._file_oa8wb_1{width:min(300px,100%);display:flex;align-items:center;justify-content:flex-start;flex-shrink:0;gap:10px;border:1px solid rgba(255,255,255,.14);border-radius:12px;background:#12223eeb;padding:16px;margin-left:0;margin-right:auto}._file__my_oa8wb_15{justify-content:flex-end;border-color:#34d3993d;background:linear-gradient(180deg,#1fa7723d,#1e7d622e);margin-left:auto;margin-right:0}._file__btn_oa8wb_22{width:42px;height:42px;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#e8f0ff;outline:none;border:1px solid rgba(255,255,255,.16);border-radius:4px;background:#ffffff0a;padding:12px;cursor:pointer}._file__title_oa8wb_37{max-width:210px;width:100%;font-size:14px;font-weight:500;color:#e7efff;line-height:21px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._file__date_oa8wb_48{font-size:12px;font-weight:400;color:#9ab0d0;line-height:21px}._table__body_item_1yxwe_1{height:40px;width:100%;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(255,255,255,.04);background:#ffffff03;padding:0 16px}._table__body_item_1yxwe_1:nth-child(2n){background:#ffffff08}._table__body_action_1yxwe_14{height:40px;width:120px;display:flex;align-items:center;justify-content:center;flex-shrink:0;padding:0 8px;overflow:hidden}._table__body_close_1yxwe_24{width:80px}._table__body_row_1yxwe_27{width:100%;display:grid;grid-template-columns:repeat(auto-fit,minmax(0,1fr));align-items:center}._table__body_value_1yxwe_33{height:40px;display:flex;align-items:center;padding:0 8px;overflow:hidden}._table__body_value_text_1yxwe_40{width:100%;display:block;font-size:14px;font-weight:400;color:#d6e3fa;line-height:20px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}._table__body_value_text_direction_1yxwe_51{display:flex;align-items:center;gap:4px}._table__body_value_icon_1yxwe_56{width:24px;height:24px;display:flex;align-items:center;justify-content:center;flex-shrink:0;transform:rotate(180deg);color:#13aa6a}._table__body_value_icon_down_1yxwe_66{transform:rotate(0);color:#d31c2e}._table__body_action_btn_1yxwe_70{width:100%;height:28px;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:600;color:#d6e3fa;line-height:18px;outline:none;border:1px solid rgba(255,255,255,.14);border-radius:8px;background:#ffffff08;cursor:pointer;white-space:nowrap;transition:all .2s ease}._table__body_action_btn_1yxwe_70:disabled{opacity:.6;cursor:not-allowed}._table__body_action_btn_danger_1yxwe_92{color:#ff8797;border-color:#ff87976b;background:#ff87971a}._table__body_action_btn_success_1yxwe_97{color:#4fe0b0;border-color:#4fe0b073;background:#4fe0b01f}._table__body_action_btn_neutral_1yxwe_102{color:#61d5ff;border-color:#61d5ff6b;background:#61d5ff1a}._popup_1e0ww_1{width:100%;height:100%;display:flex;flex-direction:column;gap:10px;padding-top:16px;--field-title-color: #9bb0d1;--field-error-color: #fb7185}._popup__row_1e0ww_11{width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:0 16px}._popup__column_1e0ww_19{width:100%}._popup__title_1e0ww_22{font-size:13px;font-weight:500;color:#8fa8c8;line-height:18px;letter-spacing:.02em}._popup__text_1e0ww_29{font-size:14px;font-weight:600;color:#e7efff;line-height:20px;text-align:end}._popup__input_row_1e0ww_36{height:40px;width:100%;display:flex;align-items:center;gap:6px;border:1px solid rgba(255,255,255,.16);border-radius:10px;background:#ffffff08;padding-right:10px;overflow:hidden}._popup__input_1e0ww_36{width:100%;border:none;border-left:none;border-right:none;border-radius:0;background:transparent;appearance:none!important;-webkit-appearance:none!important;-moz-appearance:textfield!important}._popup__input_1e0ww_36::-webkit-outer-spin-button,._popup__input_1e0ww_36::-webkit-inner-spin-button{-webkit-appearance:none!important;margin:0}._popup__input_text_1e0ww_63{flex-shrink:0;font-size:14px;font-weight:400;color:#262525;line-height:21px}._popup__clear_btn_1e0ww_70{width:20px;height:20px;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#9db7de;outline:none;border:none;background:transparent;cursor:pointer}._popup__bottom_1e0ww_83{width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px;border-top:1px solid rgba(255,255,255,.08);background:#0d172beb;padding:14px 16px;margin-top:4px}._popup__red_btn_1e0ww_94{color:#ff7b8b!important;border:1px solid rgba(255,123,139,.42)!important;background:#ff7b8b1a!important}@media (max-width: 768px){._popup__row_1e0ww_11{padding:0 12px}._popup__bottom_1e0ww_83{padding:12px;padding-bottom:calc(12px + env(safe-area-inset-bottom))}}._table_8vyny_1{height:100%;flex-grow:1}._table__head_8vyny_5{height:40px;width:100%;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(255,255,255,.08);background:#ffffff05;padding:0 16px}._table__head_row_8vyny_15{width:100%;display:grid;grid-template-columns:repeat(auto-fit,minmax(0,1fr));align-items:center;cursor:pointer;-webkit-user-select:none;user-select:none}._table__head_action_8vyny_23{height:40px;width:120px;display:flex;align-items:center;flex-shrink:0;font-size:12px;font-weight:400;color:#8fa8c8;line-height:16px;padding:0 8px}._table__head_close_8vyny_35{width:80px}._table__head_item_8vyny_38{height:40px;display:flex;align-items:center;font-size:12px;font-weight:400;color:#8fa8c8;line-height:16px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;padding:0 8px}._table__head_item_8vyny_38 span{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._table__body_8vyny_56{display:flex;flex-direction:column}._table__body_item_1gkp3_1{height:40px;width:100%;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(255,255,255,.04);background:#ffffff03;padding:0 16px}._table__body_item_1gkp3_1:nth-child(2n){background:#ffffff08}._table__body_action_1gkp3_14{height:40px;width:120px;display:flex;align-items:center;flex-shrink:0;padding:0 8px;overflow:hidden}._table__body_close_1gkp3_23{width:80px}._table__body_row_1gkp3_26{width:100%;display:grid;grid-template-columns:repeat(auto-fit,minmax(0,1fr));align-items:center}._table__body_value_1gkp3_32{height:40px;display:flex;align-items:center;padding:0 8px;overflow:hidden}._table__body_value_text_1gkp3_39{width:100%;display:block;font-size:14px;font-weight:400;color:#d6e3fa;line-height:20px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}._table__body_value_text_direction_1gkp3_50{display:flex;align-items:center;gap:4px}._table__body_value_icon_1gkp3_55{width:24px;height:24px;display:flex;align-items:center;justify-content:center;flex-shrink:0;transform:rotate(180deg);color:#13aa6a}._table__body_value_icon_down_1gkp3_65{transform:rotate(0);color:#d31c2e}._table__body_btn_1gkp3_69{height:40px;display:flex;align-items:center;font-size:14px;font-weight:400;color:#d6e3fa;line-height:20px;text-decoration:underline;outline:none;border:none;background:transparent;cursor:pointer;overflow:hidden}._table__body_btn_1gkp3_69 p{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._table__body_btn_red_1gkp3_89{color:#d31c2e}._table__body_btn_green_1gkp3_92{color:#13aa6a}._table_y2lwj_1{height:100%;flex-grow:1}._table__head_y2lwj_5{height:40px;width:100%;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(255,255,255,.08);background:#ffffff05;padding:0 16px}._table__head_row_y2lwj_15{width:100%;display:grid;grid-template-columns:repeat(auto-fit,minmax(0,1fr));align-items:center;cursor:pointer;-webkit-user-select:none;user-select:none}._table__head_item_y2lwj_23{height:40px;display:flex;align-items:center;gap:4px;padding:0 8px}._table__head_item_y2lwj_23 span{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._table__head_item_text_y2lwj_35{font-size:12px;font-weight:500;color:#8fa8c8;line-height:16px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._table__head_item_text_y2lwj_35 span{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._table__head_item_arrow_y2lwj_49{width:12px;height:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#8fa8c8}._table__body_y2lwj_58{display:flex;flex-direction:column}._table__body_item_15pqk_1{height:40px;width:100%;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(255,255,255,.04);background:#ffffff03;padding:0 16px}._table__body_item_15pqk_1:nth-child(2n){background:#ffffff08}._table__body_row_15pqk_14{width:100%;display:grid;grid-template-columns:repeat(auto-fit,minmax(0,1fr));align-items:center}._table__body_value_15pqk_20{height:40px;display:flex;align-items:center;padding:0 8px;overflow:hidden}._table__body_value_text_15pqk_27{width:100%;display:block;font-size:14px;font-weight:500;color:#d6e3fa;line-height:20px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}._table__body_value_text_clickable_15pqk_38{cursor:pointer;text-decoration:underline}._table__body_value_text_badge_active_15pqk_42{width:fit-content;color:#fff;text-decoration:none;border-radius:4px;background:#76b947;padding:4px 8px}._table__body_value_text_badge_inactive_15pqk_50{width:fit-content;color:#a9bbd8;text-decoration:none;border-radius:4px;background:#ffffff14;padding:4px 8px}._table__body_btn_15pqk_58{height:40px;display:flex;align-items:center;font-size:14px;font-weight:500;color:#d6e3fa;line-height:20px;text-decoration:underline;outline:none;border:none;background:transparent;overflow:hidden;cursor:pointer}._table__body_btn_15pqk_58 p{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._table_17ghc_1{height:100%;flex-grow:1}._table__head_17ghc_5{height:40px;width:100%;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(255,255,255,.08);background:#ffffff05;padding:0 16px}._table__head_row_17ghc_15{width:100%;display:grid;grid-template-columns:repeat(auto-fit,minmax(0,1fr));align-items:center;cursor:pointer;-webkit-user-select:none;user-select:none}._table__head_action_17ghc_23{height:40px;width:120px;display:flex;align-items:center;flex-shrink:0;font-size:12px;font-weight:500;color:#8fa8c8;line-height:16px;padding:0 8px}._table__head_close_17ghc_35{width:80px}._table__head_item_17ghc_38{height:40px;display:flex;align-items:center;font-size:12px;font-weight:500;color:#8fa8c8;line-height:16px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;padding:0 8px}._table__head_item_17ghc_38 span{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._table__body_17ghc_56{display:flex;flex-direction:column}._table__body_item_1uhp7_1{height:40px;width:100%;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(255,255,255,.04);background:#ffffff03;padding:0 16px}._table__body_item_1uhp7_1:nth-child(2n){background:#ffffff08}._table__body_action_1uhp7_14{height:40px;width:120px;display:flex;align-items:center;flex-shrink:0;padding:0 8px;overflow:hidden}._table__body_close_1uhp7_23{width:80px}._table__body_row_1uhp7_26{width:100%;display:grid;grid-template-columns:repeat(auto-fit,minmax(0,1fr));align-items:center}._table__body_value_1uhp7_32{height:40px;display:flex;align-items:center;padding:0 8px;overflow:hidden}._table__body_value_text_1uhp7_39{width:100%;display:block;font-size:14px;font-weight:500;color:#d6e3fa;line-height:20px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}._table__body_value_text_direction_1uhp7_50{display:flex;align-items:center;gap:4px}._table__body_value_icon_1uhp7_55{width:24px;height:24px;display:flex;align-items:center;justify-content:center;flex-shrink:0;transform:rotate(180deg);color:#13aa6a}._table__body_value_icon_down_1uhp7_65{transform:rotate(0);color:#d31c2e}._table__body_btn_1uhp7_69{height:40px;display:flex;align-items:center;font-size:14px;font-weight:500;color:#d6e3fa;line-height:20px;text-decoration:underline;outline:none;border:none;background:transparent;cursor:pointer;overflow:hidden}._table__body_btn_1uhp7_69 p{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._table__body_btn_red_1uhp7_89{color:#d31c2e}._table__body_btn_green_1uhp7_92{color:#13aa6a}._main_1dmim_1{--field-title-color: #9db7de;--field-error-color: #fb7185;--pagination-disabled-color: rgba(214, 227, 250, .35);min-height:calc(100vh - 72px);background:radial-gradient(1200px 420px at 8% -18%,#1c243161,#1c243100),radial-gradient(900px 380px at 92% -8%,#13aa6a1a,#13aa6a00),linear-gradient(180deg,#090e1a,#0a1222 45%,#09101d)}._layout_ng0e4_1{width:100%}._layout__inner_ng0e4_4{width:100%;display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:16px 0 22px}._layout__column_ng0e4_12{width:100%;min-height:auto;display:flex;flex-direction:column;justify-content:space-between}._layout__column_ng0e4_12:nth-child(1){max-width:300px;width:100%;flex-shrink:0}._layout__content_ng0e4_24{width:100%;height:100%;flex-grow:1;overflow-y:auto}@media (max-width: 1080px){._layout__inner_ng0e4_4{flex-direction:column;gap:12px;padding-top:12px}._layout__column_ng0e4_12{min-height:auto}._layout__column_ng0e4_12:nth-child(1){max-width:none}}._sidebar_1no4c_1{width:100%;display:flex;flex-direction:column;border:1px solid rgba(255,255,255,.12);border-radius:12px;background:linear-gradient(180deg,#111f36,#0b172a);box-shadow:0 14px 24px #02081766}._sidebar__head_1no4c_10{height:48px;width:100%;display:flex;align-items:center;border-bottom:1px solid rgba(255,255,255,.08);padding:0 16px}._sidebar__head_title_1no4c_18{font-size:18px;font-weight:500;color:#f0f5ff;line-height:24px}._sidebar__list_1no4c_24{width:100%;display:flex;flex-direction:column;gap:12px;padding:16px}._sidebar__list_item_link_1no4c_31{height:28px;width:100%;display:flex;align-items:center;font-size:14px;font-weight:500;color:#d6e3fa;line-height:20px;border-radius:8px;padding:0 8px;cursor:pointer;-webkit-user-select:none;user-select:none;transition:all .2s}._sidebar__list_item_link_active_1no4c_46{color:#60a5fa;background:#60a5fa24}._sidebar__list_item_link_1no4c_31:hover{background:#ffffff0f}@media (max-width: 1080px){._sidebar__head_1no4c_10{height:42px}._sidebar__list_1no4c_24{flex-direction:row;flex-wrap:wrap;gap:8px;padding:12px}._sidebar__list_item_1no4c_31{flex:1 1 calc(50% - 4px);min-width:120px}._sidebar__list_item_link_1no4c_31{width:100%;min-width:0;height:30px;border:1px solid rgba(255,255,255,.12);border-radius:999px;padding:0 12px;justify-content:center}}@media (max-width: 560px){._sidebar__list_item_1no4c_31{flex-basis:100%}}._popup_1wum9_1{max-height:305px;height:100vh;width:100%;padding:16px;overflow-y:auto}._popup__row_1wum9_8{width:100%;display:flex;align-items:center;justify-content:space-between;page-break-after:12px}._popup__column_1wum9_15{width:100%;display:flex;flex-direction:column;gap:12px;margin-top:12px}._popup__item_1wum9_22{display:flex;align-items:center;gap:4px}._popup__item_text_1wum9_27{font-size:14px;font-weight:400;color:#d6e3fa;line-height:20px}._popup__grid_1wum9_33{width:100%;display:grid;grid-template-columns:repeat(2,1fr);grid-gap:12px}
