@import"https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap";: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:Inter,serif;font-size:16px;font-weight:400;color:#262525;line-height:normal;background:#fafcfe}button,input,a,li{font-family:Inter,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}._header_johar_1{width:100%;background:#131b29}._header__inner_johar_5{height:68px;width:100%;display:flex;align-items:center;justify-content:space-between;gap:20px}._header__logo_johar_13{font-size:18px;font-weight:500;color:#fff;line-height:24px}._header__row_johar_19{display:flex;align-items:center;gap:16px}._header__separator_johar_24{height:21px;width:1px;background:#ffffff1a}._header_agt5u_1{position:relative}._header__value_agt5u_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-radius:12px;background:#ffffff0a;padding:0 8px;cursor:pointer;-webkit-user-select:none;user-select:none}._header__value_icon_agt5u_21{max-width:20px;max-height:20px;width:20px;height:20px;display:flex;align-items:center;justify-content:center;color:#fff}._header__select_agt5u_31{position:absolute;top:120%;left:0;width:150px;border:1px solid #e7e7e7;border-radius:12px;background:#fff;box-shadow:0 0 4px 1px #0000000d;padding:8px;z-index:55}._header__list_agt5u_43{width:100%;display:flex;flex-direction:column;gap:4px}._header__list_item_agt5u_49{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_agt5u_61{background:#fafcfe}._header__list_item_text_agt5u_64{font-size:14px;font-weight:400;color:#111;line-height:20px}._header__list_item_icon_agt5u_70{max-width:16px;max-height:16px;width:16px;height:16px;display:flex;align-items:center;justify-content:center;color:#000}._input_k0ih0_1{width:100%;font-family:Inter,serif;outline:none;border:none;background:transparent}._input_k0ih0_1::placeholder{color:#777}._input__sm_k0ih0_11{font-size:12px;font-weight:400;line-height:18px}._input__md_k0ih0_16{font-size:14px;font-weight:400;line-height:20px}._input__lg_k0ih0_21{font-size:16px;font-weight:400;line-height:24px}._input__row_k0ih0_26{width:100%;display:flex;align-items:center}._input__row_sm_k0ih0_31{height:32px;gap:8px;padding:0 8px}._input__row_md_k0ih0_36{height:36px;gap:10px;padding:0 8px}._input__row_lg_k0ih0_41{height:40px;gap:10px;padding:0 12px}._input__primary_k0ih0_46{color:#111}._input__row_primary_k0ih0_49{border:1px solid #e7e7e7;border-radius:12px;background:#fff;transition:border-color .2s}._input__row_primary_k0ih0_49:focus-within{border-color:#13aa6a}._input__icon_k0ih0_58{display:flex;align-items:center;justify-content:center;color:#000}._input__icon_sm_k0ih0_64{max-width:14px;max-height:14px;width:100%;height:14px}._input__icon_md_k0ih0_70{max-width:16px;max-height:16px;width:100%;height:16px}._input__icon_lg_k0ih0_76{max-width:18px;max-height:18px;width:100%;height:18px}._input__row_error_k0ih0_82{border-color:#d31c2e}._input__row_error_k0ih0_82:focus-within{border-color:#d31c2e}._input__row_disabled_k0ih0_88{border:1px solid rgba(0,0,0,.08);background:#0000000a;cursor:not-allowed}._input__row_disabled_k0ih0_88 input,._input__row_disabled_k0ih0_88 ._input__icon_k0ih0_58{color:#0000003d}._field_uu1sl_1{width:100%;display:flex;flex-direction:column}._field__sm_uu1sl_6{gap:6px}._field__md_uu1sl_9,._field__lg_uu1sl_9{gap:8px}._field__title_uu1sl_12{font-family:Inter,serif;color:#262525}._field__title_uu1sl_12 span{color:#d31c2e}._field__title_sm_uu1sl_19{font-size:12px;font-weight:400;line-height:18px}._field__title_md_uu1sl_24{font-size:14px;font-weight:400;line-height:20px}._field__title_lg_uu1sl_29{font-size:16px;font-weight:400;line-height:21px}._field__text_uu1sl_34{font-family:Inter,serif;color:#d31c2e}._field__text_sm_uu1sl_38{font-size:10px;font-weight:400;line-height:16px}._field__text_md_uu1sl_43,._field__text_lg_uu1sl_43{font-size:12px;font-weight:400;line-height:18px}._select_1ihfo_1{width:100%;position:relative}._select__head_1ihfo_5{width:100%;display:flex;align-items:center;justify-content:space-between;border:1px solid #e7e7e7;border-radius:12px;background:#fff;transition:border-color .2s;cursor:pointer;-webkit-user-select:none;user-select:none}._select__head_sm_1ihfo_17{height:32px;gap:8px;padding:0 8px}._select__head_md_1ihfo_22{height:36px;gap:10px;padding:0 8px}._select__head_lg_1ihfo_27{height:40px;gap:10px;padding:0 12px}._select__head_value_1ihfo_32{width:100%;font-family:Inter,serif;color:#111;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._select__head_active_1ihfo_40{border-color:#13aa6a}._select__head_value_placeholder_1ihfo_43{color:#777}._select__head_value_sm_1ihfo_46{font-size:12px;font-weight:400;line-height:18px}._select__head_value_md_1ihfo_51{font-size:14px;font-weight:400;line-height:20px}._select__head_value_lg_1ihfo_56{font-size:16px;font-weight:400;line-height:24px}._select__options_1ihfo_61{max-height:205px;width:100%;height:auto;border:1px solid #e7e7e7;border-radius:12px;background:#fff;box-shadow:0 1px 2px #14151a0d;padding:8px;overflow-y:auto;z-index:50}._select__options_1ihfo_61::-webkit-scrollbar{width:8px}._select__options_1ihfo_61::-webkit-scrollbar-track{background:transparent;margin:8px 0}._select__options_1ihfo_61::-webkit-scrollbar-thumb{border:2px solid #fff;border-radius:10px;background:#e5e7eb}._select__options_list_1ihfo_85{display:flex;flex-direction:column;gap:4px}._select__arrow_1ihfo_90{display:flex;align-items:center;justify-content:center;color:#000;transition:transform .2s;padding:0;margin:0}._select__arrow_active_1ihfo_99{transform:rotate(180deg)}._select__arrow_sm_1ihfo_102,._select__arrow_md_1ihfo_102,._select__arrow_lg_1ihfo_102{max-width:20px;width:100%;max-height:20px;height:20px}._select__error_1ihfo_108{border-color:#d31c2e}._select__disabled_1ihfo_111{border:1px solid rgba(0,0,0,.08);background:#0000000a;cursor:not-allowed}._select__disabled_1ihfo_111 ._select__head_value_1ihfo_32,._select__disabled_1ihfo_111 ._select__arrow_1ihfo_90{color:#0000003d;cursor:not-allowed}._select__options_item_1ed05_1{width:100%;display:flex;align-items:center;font-family:Inter,serif;color:#000;border-radius:8px;transition:background .2s;cursor:pointer;overflow:hidden}._select__options_item_1ed05_1:hover{background:#fafcfe}._select__options_item_sm_1ed05_15{height:28px;gap:8px;padding:0 8px}._select__options_item_md_1ed05_20{height:28px;gap:10px;padding:0 8px}._select__options_item_lg_1ed05_25{height:30px;gap:10px;padding:0 12px}._select__options_item_text_1ed05_30{width:100%;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._select__options_item_text_sm_1ed05_36{font-size:12px;font-weight:400;line-height:18px}._select__options_item_text_md_1ed05_41{font-size:14px;font-weight:400;line-height:20px}._select__options_item_text_lg_1ed05_46{font-size:16px;font-weight:400;line-height:24px}._input_1t8pg_1{width:100%;font-family:Inter,serif;outline:none;border:none;background:transparent}._input_1t8pg_1::placeholder{color:#777}._input_1t8pg_1::-ms-clear,._input_1t8pg_1::-ms-reveal{display:none}._input__sm_1t8pg_14{font-size:12px;font-weight:400;line-height:18px}._input__md_1t8pg_19{font-size:14px;font-weight:400;line-height:20px}._input__lg_1t8pg_24{font-size:16px;font-weight:400;line-height:24px}._input__row_1t8pg_29{width:100%;display:flex;align-items:center}._input__row_sm_1t8pg_34{height:32px;gap:8px;padding:0 8px}._input__row_md_1t8pg_39{height:36px;gap:10px;padding:0 8px}._input__row_lg_1t8pg_44{height:40px;gap:10px;padding:0 12px}._input__primary_1t8pg_49{color:#111}._input__row_primary_1t8pg_52{border:1px solid #e7e7e7;border-radius:12px;background:#fff;transition:border-color .2s}._input__row_primary_1t8pg_52:focus-within{border-color:#13aa6a}._input__icon_1t8pg_61{display:flex;align-items:center;justify-content:center;color:#000}._input__icon_sm_1t8pg_67{max-width:14px;max-height:14px;width:100%;height:14px}._input__icon_md_1t8pg_73{max-width:16px;max-height:16px;width:100%;height:16px}._input__icon_lg_1t8pg_79{max-width:18px;max-height:18px;width:100%;height:18px}._input__row_error_1t8pg_85{border-color:#d31c2e}._input__row_error_1t8pg_85:focus-within{border-color:#d31c2e}._input__btn_1t8pg_91{max-width:20px;max-height:20px;width:100%;height:20px;display:flex;align-items:center;justify-content:center;color:#000;outline:none;border:none;background:transparent;padding:0;margin:0;cursor:pointer;-webkit-user-select:none;user-select:none}._input__row_disabled_1t8pg_108{border:1px solid rgba(0,0,0,.08);background:#0000000a;cursor:not-allowed}._input__row_disabled_1t8pg_108 input,._input__row_disabled_1t8pg_108 ._input__icon_1t8pg_61,._input__row_disabled_1t8pg_108 ._input__btn_1t8pg_91{color:#0000003d}._button_1oted_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_1oted_12{height:32px;gap:5px;font-size:14px;font-weight:500;line-height:18px;padding:0 12px}._button__md_1oted_20{height:36px;gap:5px;font-size:14px;font-weight:500;line-height:20px;padding:0 12px}._button__lg_1oted_28{height:40px;gap:5px;font-size:16px;font-weight:500;line-height:20px;padding:0 14px}._button__primary_1oted_36{font-family:Inter,serif;color:#fff;border-radius:12px;background:#13aa6a;transition:background .3s}._button__primary_1oted_36:hover{background:#109d61}._button__primary_1oted_36 ._button__icon_1oted_46{color:#fff}._button__secondary_1oted_49{font-family:Inter,serif;color:#111;border:1px solid #e7e7e7;border-radius:12px;background:#fff;transition:background .3s}._button__secondary_1oted_49:hover{background:#fafcfe}._button__secondary_1oted_49 ._button__icon_1oted_46{color:#111}._button__icon_1oted_46{max-width:20px;max-height:20px;width:20px;height:20px;display:flex;align-items:center;justify-content:center;flex-shrink:0}._button__block_1oted_73{width:100%}._button__disabled_1oted_76{color:#0000003d;border-color:#00000014;background:#0000000a;pointer-events:none}._button__disabled_1oted_76 ._button__icon_1oted_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_1e812_1{position:relative;cursor:pointer;-webkit-user-select:none;user-select:none}._checkbox__input_1e812_6{position:absolute;width:0;height:0;top:0;left:0;opacity:0;scale:0}._checkbox__mark_1e812_15{display:flex;align-items:center;justify-content:center;border:1px solid #13aa6a;border-radius:4px;background:#13aa6a;position:relative}._checkbox__mark_sm_1e812_24{width:16px;height:16px}._checkbox__mark_md_1e812_28{width:20px;height:20px}._checkbox__mark_lg_1e812_32{width:24px;height:24px}._checkbox__mark_error_1e812_36,._checkbox__mark_error_1e812_36:hover{border-color:#d31c2e!important}._checkbox__mark_disabled_1e812_42{background:#e5e7eb!important;border-color:#e5e7eb!important}._checkbox__mark_disabled_1e812_42:hover{border-color:#e5e7eb!important}._checkbox__mark_icon_1e812_49{width:16px;height:16px;color:#fff}._checkbox__input_1e812_6:not(:checked)+._checkbox__mark_1e812_15{background:#fff;border-color:#9ca3af}._checkbox__input_1e812_6:not(:checked)+._checkbox__mark_1e812_15 ._checkbox__mark_icon_1e812_49{display:none}._checkbox__input_1e812_6:not(:checked)+._checkbox__mark_1e812_15:hover{border-color:#13aa6a}._checkbox__input_1e812_6:not(:checked)+._checkbox__mark_disabled_1e812_42{background:#e5e7eb!important;border-color:#e5e7eb!important}._checkbox__input_1e812_6:not(:checked)+._checkbox__mark_disabled_1e812_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:#0000003d}._date_g23nj_1{width:100%;position:relative}._date__input_g23nj_5{width:100%;display:flex;align-items:center;gap:10px;border:1px solid #e7e7e7;border-radius:12px;background:#fff;transition:border-color .2s;cursor:pointer}._date__input_active_g23nj_16{border-color:#13aa6a}._date__input_sm_g23nj_19{height:32px;gap:8px;padding:0 8px}._date__input_md_g23nj_24{height:36px;gap:10px;padding:0 8px}._date__input_lg_g23nj_29{height:40px;gap:10px;padding:0 12px}._date__value_g23nj_34{font-family:Inter,serif;color:#111}._date__value_sm_g23nj_38{font-size:12px;font-weight:400;line-height:18px}._date__value_md_g23nj_43{font-size:14px;font-weight:400;line-height:20px}._date__value_lg_g23nj_48{font-size:16px;font-weight:400;line-height:24px}._date__value_placeholder_g23nj_53{color:#777}._date__input_icon_g23nj_56{max-width:20px;max-height:20px;width:20px;height:20px;display:flex;align-items:center;justify-content:center;color:#000}._date__input_error_g23nj_66{border-color:#d31c2e}._date__input_error_g23nj_66:focus-within{border-color:#d31c2e}._date__input_disabled_g23nj_72{border:1px solid rgba(0,0,0,.08);background:#0000000a;cursor:not-allowed}._date__input_disabled_g23nj_72 ._date__value_g23nj_34,._date__input_disabled_g23nj_72 ._date__input_icon_g23nj_56{color:#0000003d}._calendar_ywqsz_1{max-width:300px;min-width:300px;width:100%;border:1px solid #e7e7e7;border-radius:12px;background:#fff;box-shadow:0 4px 12px #0000001a;padding:16px;z-index:50}._calendar__top_ywqsz_12{width:100%;display:flex;align-items:center;justify-content:space-between;gap:10px}._calendar__top_value_ywqsz_19{font-size:14px;font-weight:500;color:#111;line-height:20px}._calendar__row_ywqsz_25{width:100%;display:flex;align-items:center;justify-content:space-between}._calendar__head_day_ywqsz_31{height:36px;width:100%;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:500;color:#777;line-height:20px;text-align:center}._calendar__day_ywqsz_43{height:36px;width:100%;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:400;color:#111;line-height:20px;text-align:center;border:1px solid transparent;cursor:pointer;-webkit-user-select:none;user-select:none}._calendar__day_previous_ywqsz_58{color:#777}._calendar__day_active_ywqsz_61{color:#fff;border-color:#13aa6a;border-radius:8px;background:#13aa6a}._date_s4t1o_1{width:100%;position:relative}._date__input_s4t1o_5{width:100%;display:flex;align-items:center;gap:10px;border:1px solid #e7e7e7;border-radius:12px;background:#fff;transition:border-color .2s;cursor:pointer}._date__input_active_s4t1o_16{border-color:#13aa6a}._date__input_sm_s4t1o_19{height:32px;gap:8px;padding:0 8px}._date__input_md_s4t1o_24{height:36px;gap:10px;padding:0 8px}._date__input_lg_s4t1o_29{height:40px;gap:10px;padding:0 12px}._date__value_s4t1o_34{font-family:Inter,serif;color:#111;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._date__value_sm_s4t1o_41{font-size:12px;font-weight:400;line-height:18px}._date__value_md_s4t1o_46{font-size:14px;font-weight:400;line-height:20px}._date__value_lg_s4t1o_51{font-size:16px;font-weight:400;line-height:24px}._date__value_placeholder_s4t1o_56{color:#777}._date__input_icon_s4t1o_59{max-width:20px;max-height:20px;width:20px;height:20px;display:flex;align-items:center;justify-content:center;color:#000}._date__input_error_s4t1o_69{border-color:#d31c2e}._date__input_error_s4t1o_69:focus-within{border-color:#d31c2e}._date__input_disabled_s4t1o_75{border:1px solid rgba(0,0,0,.08);background:#0000000a;cursor:not-allowed}._date__input_disabled_s4t1o_75 ._date__value_s4t1o_34,._date__input_disabled_s4t1o_75 ._date__input_icon_s4t1o_59{color:#0000003d}._calendar_1lsu0_1{max-width:440px;min-width:440px;width:100%;border:1px solid #e7e7e7;border-radius:12px;background:#fff;box-shadow:0 4px 12px #0000001a;padding:16px;z-index:50}._calendar__box_1lsu0_12{width:100%;display:flex;align-items:stretch;justify-content:space-between;gap:12px;margin-bottom:8px}._calendar__column_1lsu0_20{width:100%}._calendar__column_1lsu0_20:nth-child(1){max-width:142px;border-right:1px solid #e7e7e7;padding-right:12px}._calendar__list_1lsu0_28{width:100%;display:flex;flex-direction:column;gap:5px}._calendar__btns_1lsu0_34{display:flex;align-items:center;gap:8px}._calendar__btn_1lsu0_34{height:28px;width:100%;display:flex;align-items:center;justify-content:flex-start;font-size:14px;font-weight:400;color:#111;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_1lsu0_34:hover{background:#fafcfe}._calendar__cancel_1lsu0_61{color:#d31c2e}._calendar__top_1lsu0_64{width:100%;display:flex;align-items:center;justify-content:space-between;gap:10px}._calendar__top_value_1lsu0_71,._calendar__value_1lsu0_71{font-size:14px;font-weight:500;color:#111;line-height:20px}._calendar__row_1lsu0_77{width:100%;display:flex;align-items:center;justify-content:space-between}._calendar__head_day_1lsu0_83{height:36px;width:100%;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:500;color:#777;line-height:20px;text-align:center}._calendar__day_1lsu0_95{height:36px;width:100%;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:400;color:#111;line-height:20px;text-align:center;border:1px solid transparent;cursor:pointer;-webkit-user-select:none;user-select:none}._calendar__day_previous_1lsu0_110{color:#777}._calendar__day_hovered_1lsu0_113{background:#13aa6a0d}._calendar__day_active_1lsu0_116{color:#fff;border-color:#13aa6a;border-radius:8px;background:#13aa6a}._calendar__day_active_1lsu0_116:has(+._calendar__day_hovered_1lsu0_113){border-top-right-radius:0;border-bottom-right-radius:0}._calendar__day_hovered_1lsu0_113+._calendar__day_active_1lsu0_116{border-top-left-radius:0;border-bottom-left-radius:0}._input_fzxfb_1{width:100%;font-family:Inter,serif;outline:none;border:none;background:transparent}._input_fzxfb_1::placeholder{color:#777}._input__sm_fzxfb_11{font-size:12px;font-weight:400;line-height:18px}._input__md_fzxfb_16{font-size:14px;font-weight:400;line-height:20px}._input__lg_fzxfb_21{font-size:16px;font-weight:400;line-height:24px}._input__row_fzxfb_26{width:100%;display:flex;align-items:center}._input__row_sm_fzxfb_31{height:32px;gap:8px;padding:0 8px}._input__row_md_fzxfb_36{height:36px;gap:10px;padding:0 8px}._input__row_lg_fzxfb_41{height:40px;gap:10px;padding:0 12px}._input__primary_fzxfb_46{color:#111}._input__row_primary_fzxfb_49{border:1px solid #e7e7e7;border-radius:12px;background:#fff;transition:border-color .2s}._input__row_primary_fzxfb_49:focus-within{border-color:#13aa6a}._input__picker_fzxfb_58{max-height:20px;max-width:20px;width:20px;height:20px;flex-shrink:0;outline:none;border:none;background:transparent;cursor:pointer}._input__picker_fzxfb_58::-webkit-color-swatch-wrapper{max-height:20px;max-width:20px;width:20px;height:20px;padding:0}._input__picker_fzxfb_58::-webkit-color-swatch{border:1px solid #e7e7e7;border-radius:4px}._input__picker_fzxfb_58:focus{outline:none}._input__row_error_fzxfb_83{border-color:#d31c2e}._input__row_error_fzxfb_83:focus-within{border-color:#d31c2e}._input__picker_disabled_fzxfb_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_fzxfb_100{border:1px solid rgba(0,0,0,.08);background:#0000000a;cursor:not-allowed}._input__row_disabled_fzxfb_100 input,._input__row_disabled_fzxfb_100 ._input__icon_fzxfb_106{color:#0000003d}._popup_st4ye_1{height:100%;width:100%;position:fixed;top:0;left:0;display:flex;align-items:center;justify-content:center;background:#0000001a;cursor:pointer;z-index:1000}._popup__inner_st4ye_14{max-width:430px;width:100%;border:1px solid #e7e7e7;border-radius:12px;background:#fff;position:relative;cursor:default;overflow:hidden}._popup__head_st4ye_24{height:56px;width:100%;display:flex;align-items:center;justify-content:space-between;gap:20px;border-bottom:1px solid #e7e7e7;padding:0 16px}._popup__head_title_st4ye_34{width:100%;font-size:18px;font-weight:500;color:#111;line-height:24px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._popup__head_close_st4ye_44{max-height:20px;max-width:20px;height:20px;width:20px;display:flex;align-items:center;justify-content:center;color:#000;outline:none;border:none;background:transparent;cursor:pointer}._popup__content_st4ye_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_ohvrm_1{position:relative}._header__box_ohvrm_4{height:36px;width:36px;display:flex;align-items:center;justify-content:center;gap:4px;border-radius:12px;background:#ffffff0a;cursor:pointer;-webkit-user-select:none;user-select:none;position:relative}._header__icon_ohvrm_17{max-height:20px;max-width:20px;height:20px;width:20px;display:flex;align-items:center;justify-content:center;color:#fff}._header__count_ohvrm_27{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_ohvrm_47{position:absolute;top:120%;right:0;width:430px;display:flex;flex-direction:column;gap:16px;border:1px solid #e7e7e7;border-radius:12px;background:#fff;box-shadow:0 0 4px 1px #0000000d;padding:16px;z-index:55}._header__notification_title_ohvrm_62{font-size:18px;font-weight:500;color:#111;line-height:24px}._header__notification_list_ohvrm_68{width:100%;max-height:300px;display:flex;flex-direction:column;gap:6px;overflow-y:auto}._header__observer_ohvrm_76{width:100%;height:5px;opacity:0}._header__text_ohvrm_81{font-size:16px;font-weight:500;color:#111;line-height:21px;text-align:center}._item_1x0c4_1{width:100%;display:flex;flex-direction:column;flex-shrink:0;gap:2px;border:1px solid #e7e7e7;border-radius:6px;background:#fff;padding:12px}._item__title_1x0c4_12{font-size:14px;font-weight:500;color:#111;line-height:21px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._item__date_1x0c4_21{width:100%;font-size:12px;font-weight:500;color:#777;line-height:16px}._item__text_1x0c4_28{width:100%;font-size:14px;font-weight:400;color:#111;line-height:21px}._header_1y28u_1{position:relative}._header__user_1y28u_4{height:36px;min-width:160px;width:fit-content;display:flex;align-items:center;justify-content:space-between;gap:4px;border-radius:12px;background:#ffffff0a;padding:0 8px;cursor:pointer;-webkit-user-select:none;user-select:none}._header__text_1y28u_18{max-width:300px;font-size:14px;font-weight:500;color:#fff;line-height:20px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._header__icon_1y28u_28{max-width:20px;max-height:20px;width:20px;height:20px;display:flex;align-items:center;justify-content:center;color:#fff}._header__menu_1y28u_38{position:absolute;top:120%;left:0;width:100%;border:1px solid #e7e7e7;border-radius:12px;background:#fff;box-shadow:0 0 4px 1px #0000000d;z-index:55}._header__menu_column_1y28u_49{width:100%;display:flex;flex-direction:column;gap:4px;border-bottom:1px solid #e7e7e7;padding:8px 16px}._header__menu_name_1y28u_57{font-size:16px;font-weight:500;color:#111;line-height:20px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._header__menu_role_1y28u_66{font-size:12px;font-weight:400;color:#777;line-height:16px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._header__menu_list_1y28u_75{width:100%;display:flex;flex-direction:column}._header__menu_list_item_1y28u_80{height:36px;width:100%;display:flex;align-items:center;gap:8px;padding:0 16px;cursor:pointer;-webkit-user-select:none;user-select:none}._header__menu_item_icon_1y28u_90{max-width:20px;max-height:20px;width:20px;height:20px;display:flex;align-items:center;justify-content:center;color:#000}._header__menu_item_text_1y28u_100{font-size:14px;font-weight:400;color:#111;line-height:20px}._menu_qc5lr_1{height:56px;width:100%;display:flex;align-items:center;border-bottom:1px solid #e7e7e7;background:#fdfdfd}._menu__list_qc5lr_9{width:100%;display:flex;align-items:center;justify-content:space-between}._item__link_kgskx_1{height:36px;width:fit-content;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:500;color:#777;line-height:20px;border:1px solid transparent;border-radius:8px;padding:0 8px}._item__link_active_kgskx_15{color:#111;border-color:#e7e7e7}._item_1mawt_1{position:relative}._item__head_1mawt_4{height:36px;width:fit-content;display:flex;align-items:center;justify-content:center;gap:4px;font-size:14px;font-weight:500;color:#777;line-height:20px;border:1px solid transparent;border-radius:8px;padding:0 8px;cursor:pointer;-webkit-user-select:none;user-select:none}._item__head_1mawt_4 span{max-height:20px;max-width:20px;width:20px;height:20px;display:flex;align-items:center;justify-content:center;color:#777}._item__head_active_1mawt_31{color:#111;border-color:#e7e7e7}._item__head_active_1mawt_31 span{color:#111}._item__dropdown_1mawt_38{position:absolute;top:120%;left:50%;transform:translate(-50%);width:150px;display:flex;flex-direction:column;gap:4px;border:1px solid #e7e7e7;border-radius:12px;background:#fdfdfd;box-shadow:0 1px 2px #14151a0d;padding:8px;z-index:100}._item__dropdown__link_1mawt_54{height:28px;width:100%;display:flex;align-items:center;font-size:14px;font-weight:500;color:#777;line-height:20px;border-radius:8px;padding:0 8px;cursor:pointer;-webkit-user-select:none;user-select:none}._item__dropdown__link_active_1mawt_68{color:#111;background:#fafcfe}@media (max-width: 1441px){._item__dropdown_1mawt_38{right:0;left:auto;transform:none}}._select_z0d5y_1{width:100%;position:relative}._select__head_z0d5y_5{height:36px;width:100%;display:flex;align-items:center;gap:10px;justify-content:space-between;border:1px solid #e7e7e7;border-radius:12px;background:#fff;transition:border-color .2s;padding:0 8px;cursor:pointer;-webkit-user-select:none;user-select:none}._select__head_value_z0d5y_20{width:100%;font-family:Inter,serif;font-size:14px;font-weight:400;color:#111;line-height:20px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._select__head_active_z0d5y_31{border-color:#13aa6a}._select__head_value_placeholder_z0d5y_34{color:#777}._select__options_z0d5y_37{max-height:205px;width:310px;height:auto;border:1px solid #e7e7e7;border-radius:12px;background:#fff;box-shadow:0 1px 2px #14151a0d;padding:8px;overflow-y:auto;z-index:50}._select__options_z0d5y_37::-webkit-scrollbar{width:8px}._select__options_z0d5y_37::-webkit-scrollbar-track{background:transparent;margin:8px 0}._select__options_z0d5y_37::-webkit-scrollbar-thumb{border:2px solid #fff;border-radius:10px;background:#e5e7eb}._select__arrow_z0d5y_61{max-height:20px;max-width:20px;height:20px;width:100%;display:flex;align-items:center;justify-content:center;color:#000;transition:transform .2s;padding:0;margin:0}._select__arrow_active_z0d5y_74{transform:rotate(180deg)}._select_iqmvn_1{width:100%;position:relative}._select__head_iqmvn_5{height:36px;width:100%;display:flex;align-items:center;justify-content:space-between;gap:10px;border:1px solid #e7e7e7;border-radius:12px;background:#fff;transition:border-color .2s;padding:0 8px;cursor:pointer;-webkit-user-select:none;user-select:none}._select__head_value_iqmvn_20{width:100%;font-family:Inter,serif;font-size:14px;font-weight:400;color:#111;line-height:20px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._select__head_active_iqmvn_31{border-color:#13aa6a}._select__head_value_placeholder_iqmvn_34{color:#777}._select__options_iqmvn_37{max-height:205px;width:310px;height:auto;border:1px solid #e7e7e7;border-radius:12px;background:#fff;box-shadow:0 1px 2px #14151a0d;padding:8px;overflow-y:auto;z-index:50}._select__options_iqmvn_37::-webkit-scrollbar{width:8px}._select__options_iqmvn_37::-webkit-scrollbar-track{background:transparent;margin:8px 0}._select__options_iqmvn_37::-webkit-scrollbar-thumb{border:2px solid #fff;border-radius:10px;background:#e5e7eb}._select__options_row_iqmvn_61{display:flex;align-items:center;gap:12px}._select__arrow_iqmvn_66{max-height:20px;max-width:20px;height:20px;width:100%;display:flex;align-items:center;justify-content:center;color:#000;transition:transform .2s;padding:0;margin:0}._select__arrow_active_iqmvn_79{transform:rotate(180deg)}._table__body_item_fe8tk_1{height:40px;width:100%;display:flex;align-items:center;justify-content:space-between;background:#fff;padding:0 16px}._table__body_item_fe8tk_1:nth-child(2n){background:#fafafa}._table__body_checkbox_fe8tk_13{height:40px;width:fit-content;display:flex;align-items:center;flex-shrink:0;padding:0 8px}._table__body_actions_fe8tk_21{height:40px;width:80px;display:flex;align-items:center;flex-shrink:0;padding:0 8px}._table__body_row_fe8tk_29{width:100%;display:grid;grid-template-columns:repeat(auto-fit,minmax(0,1fr));align-items:center}._table__body_value_fe8tk_35{height:40px;display:flex;align-items:center;padding:0 8px;overflow:hidden}._table__body_value_text_fe8tk_42{width:100%;display:block;font-size:14px;font-weight:400;color:#111;line-height:20px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}._table__body_value_text_clickable_fe8tk_53{cursor:pointer;text-decoration:underline}._table__body_btn_fe8tk_57{height:40px;display:flex;align-items:center;font-size:14px;font-weight:400;color:#111;line-height:20px;text-decoration:underline;outline:none;border:none;background:transparent;cursor:pointer}._popup__form_bl3rb_1{display:flex;flex-direction:column;gap:12px}._popup__row_bl3rb_6{width:100%;display:flex;align-items:flex-start;justify-content:space-between;gap:12px}._popup__column_bl3rb_13{max-height:305px;height:100vh;width:100%;display:flex;flex-direction:column;gap:12px;padding:16px;overflow-y:auto}._popup__bottom_bl3rb_23{width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px;border-top:1px solid #e7e7e7;background:#fafafa;padding:16px}._popup__cancel_bl3rb_33{color:#d31c2e}._table__body_item_1azzt_1{height:40px;width:100%;display:flex;align-items:center;justify-content:space-between;background:#fff;padding:0 16px}._table__body_item_1azzt_1:nth-child(2n){background:#fafafa}._table__body_checkbox_1azzt_13{height:40px;width:fit-content;display:flex;align-items:center;flex-shrink:0;padding:0 8px}._table__body_actions_1azzt_21{height:40px;width:80px;display:flex;align-items:center;flex-shrink:0;padding:0 8px;overflow:hidden}._table__body_row_1azzt_30{width:100%;display:grid;grid-template-columns:repeat(auto-fit,minmax(0,1fr));align-items:center}._table__body_value_1azzt_36{height:40px;display:flex;align-items:center;padding:0 8px;overflow:hidden}._table__body_value_text_1azzt_43{width:100%;display:block;font-size:14px;font-weight:400;color:#111;line-height:20px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}._table__body_value_text_clickable_1azzt_54{cursor:pointer;text-decoration:underline}._table__body_value_text_badge_active_1azzt_58{width:fit-content;color:#fff;text-decoration:none;border-radius:4px;background:#76b947;padding:4px 8px}._table__body_value_text_badge_inactive_1azzt_66{width:fit-content;color:#777;text-decoration:none;border-radius:4px;background:#e9e9e9;padding:4px 8px}._table__body_btn_1azzt_74{height:40px;display:flex;align-items:center;font-size:14px;font-weight:400;color:#111;line-height:20px;text-decoration:underline;outline:none;border:none;background:transparent;cursor:pointer;overflow:hidden}._table__body_btn_1azzt_74 p{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._popup__form_1wgt5_1{display:flex;flex-direction:column;gap:12px}._popup__row_1wgt5_6{width:100%;display:flex;align-items:flex-start;justify-content:space-between;gap:12px}._popup__column_1wgt5_13{max-height:400px;height:100vh;width:100%;display:flex;flex-direction:column;gap:12px;padding:16px;overflow-y:auto}._popup__select_1wgt5_23{max-width:192px}._popup__bottom_1wgt5_26{width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px;border-top:1px solid #e7e7e7;background:#fafafa;padding:16px}._popup__cancel_1wgt5_36{color:#d31c2e}._table_1csxs_1{height:100%;flex-grow:1}._table__head_1csxs_5{height:40px;width:100%;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #e7e7e7;background:#fafcfe;padding:0 24px 0 16px;scrollbar-gutter:stable}._table__head_row_1csxs_16{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_checkbox_1csxs_24{height:40px;width:fit-content;display:flex;align-items:center;flex-shrink:0;padding:0 8px}._table__head_actions_1csxs_32{height:40px;width:80px;display:flex;align-items:center;flex-shrink:0;font-size:12px;font-weight:400;color:#999;line-height:16px;padding:0 8px}._table__head_item_1csxs_44{height:40px;display:flex;align-items:center;font-size:12px;font-weight:400;color:#999;line-height:16px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;padding:0 8px}._table__head_item_1csxs_44 span{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._table__body_1csxs_62{max-height:400px;display:flex;flex-direction:column;overflow-y:auto;scrollbar-gutter:stable}._table__body_item_1tev2_1{height:40px;width:100%;display:flex;align-items:center;justify-content:space-between;background:#fff;padding:0 16px}._table__body_item_1tev2_1:nth-child(2n){background:#fafafa}._table__body_checkbox_1tev2_13{height:40px;width:fit-content;display:flex;align-items:center;flex-shrink:0;padding:0 8px}._table__body_actions_1tev2_21{height:40px;width:80px;display:flex;align-items:center;flex-shrink:0;padding:0 8px;overflow:hidden}._table__body_row_1tev2_30{width:100%;display:grid;grid-template-columns:repeat(auto-fit,minmax(0,1fr));align-items:center}._table__body_value_1tev2_36{height:40px;display:flex;align-items:center;padding:0 8px;overflow:hidden}._table__body_value_text_1tev2_43{width:100%;display:block;font-size:14px;font-weight:400;color:#111;line-height:20px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}._table__body_value_text_clickable_1tev2_54{cursor:pointer;text-decoration:underline}._table__body_value_text_badge_active_1tev2_58{width:fit-content;color:#fff;text-decoration:none;border-radius:4px;background:#76b947;padding:4px 8px}._table__body_value_text_badge_inactive_1tev2_66{width:fit-content;color:#777;text-decoration:none;border-radius:4px;background:#e9e9e9;padding:4px 8px}._table__body_btn_1tev2_74{height:40px;display:flex;align-items:center;font-size:14px;font-weight:400;color:#111;line-height:20px;text-decoration:underline;outline:none;border:none;background:transparent;overflow:hidden;cursor:pointer}._table__body_btn_1tev2_74 p{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._popup__form_1iajf_1{display:flex;flex-direction:column;gap:12px}._popup__row_1iajf_6{width:100%;display:flex;align-items:flex-start;justify-content:space-between;gap:12px}._popup__column_1iajf_13{max-height:500px;height:100vh;width:100%;display:flex;flex-direction:column;gap:12px;padding:16px;overflow-y:auto}._popup__select_1iajf_23{max-width:192px}._popup__bottom_1iajf_26{width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px;border-top:1px solid #e7e7e7;background:#fafafa;padding:16px}._popup__cancel_1iajf_36{color:#d31c2e}._table__body_item_1n9xi_1{height:40px;width:100%;display:flex;align-items:center;justify-content:space-between;background:#fff;padding:0 16px}._table__body_item_1n9xi_1:nth-child(2n){background:#fafafa}._table__body_checkbox_1n9xi_13{height:40px;width:fit-content;display:flex;align-items:center;flex-shrink:0;padding:0 8px}._table__body_actions_1n9xi_21{height:40px;width:80px;display:flex;align-items:center;flex-shrink:0;padding:0 8px}._table__body_row_1n9xi_29{width:100%;display:grid;grid-template-columns:repeat(auto-fit,minmax(0,1fr));align-items:center}._table__body_value_1n9xi_35{height:40px;display:flex;align-items:center;padding:0 8px;overflow:hidden}._table__body_value_text_1n9xi_42{width:100%;display:block;font-size:14px;font-weight:400;color:#111;line-height:20px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}._table__body_value_text_clickable_1n9xi_53{cursor:pointer;text-decoration:underline}._table__body_value_text_badge_active_1n9xi_57{width:fit-content;color:#fff;text-decoration:none;border-radius:4px;background:#76b947;padding:4px 8px}._table__body_value_text_badge_inactive_1n9xi_65{width:fit-content;color:#fff;text-decoration:none;border-radius:4px;background:#f68712;padding:4px 8px}._table__body_btn_1n9xi_73{height:40px;display:flex;align-items:center;font-size:14px;font-weight:400;color:#111;line-height:20px;text-decoration:underline;outline:none;border:none;background:transparent;cursor:pointer}._item_1cx51_1{width:100%;display:flex;align-items:flex-start;justify-content:space-between;flex-shrink:0;gap:12px;border-radius:8px;background:#f9f9f9;padding:16px}._item__icon_1cx51_12{width:40px;height:40px;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#000;border-radius:12px;background:#fff;padding:12px}._item__column_1cx51_24{width:100%;display:flex;flex-direction:column;overflow:hidden}._item__date_1cx51_30{font-size:14px;font-weight:400;color:#777;line-height:20px}._item__text_1cx51_36{font-size:14px;font-weight:500;color:#111;line-height:20px}._dots_1u1cy_1{position:relative}._dots__icon_1u1cy_4{max-width:21px;width:21px;max-height:21px;height:21px;display:flex;align-items:center;justify-content:center;color:#000;cursor:pointer;-webkit-user-select:none;user-select:none}._dots__options_1u1cy_16{width:180px;border-radius:12px;border:1px solid #e7e7e7;background:#fff;padding:5px;z-index:50}._dots__btn_1u1cy_24{height:40px;width:100%;display:flex;align-items:center;gap:10px;font-size:14px;font-weight:400;color:#000;line-height:20px;outline:none;border:none;border-radius:8px;background:transparent;transition:background .2s;padding:0 10px;cursor:pointer}._dots__btn_1u1cy_24:hover{background:#fafafa}._dots__btn_1u1cy_24 span{max-width:21px;max-height:21px;width:21px;height:21px;display:flex;align-items:center;justify-content:center;color:#fff}._popup__form_15r02_1{display:flex;flex-direction:column;gap:12px}._popup__row_15r02_6{width:100%;display:flex;align-items:flex-start;justify-content:space-between;gap:12px}._popup__column_15r02_13{max-height:500px;height:100vh;width:100%;display:flex;flex-direction:column;gap:12px;padding:16px;overflow-y:auto}._popup__select_15r02_23{max-width:192px}._popup__bottom_15r02_26{width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px;border-top:1px solid #e7e7e7;background:#fafafa;padding:16px}._popup__cancel_15r02_36{color:#d31c2e}._popup__empty_15r02_39{width:100%}._popup__form_1a96b_1{display:flex;flex-direction:column;gap:12px}._popup__row_1a96b_6{width:100%;display:flex;align-items:flex-start;justify-content:space-between;gap:12px}._popup__column_1a96b_13{max-height:150px;height:100vh;width:100%;display:flex;flex-direction:column;gap:12px;padding:16px;overflow-y:auto}._popup__select_1a96b_23{max-width:192px}._popup__bottom_1a96b_26{width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px;border-top:1px solid #e7e7e7;background:#fafafa;padding:16px}._popup__cancel_1a96b_36{color:#d31c2e}._popup__empty_1a96b_39{width:100%}._table__body_item_1mvx5_1{height:40px;width:100%;display:flex;align-items:center;justify-content:space-between;background:#fff;padding:0 16px}._table__body_item_1mvx5_1:nth-child(2n){background:#fafafa}._table__body_checkbox_1mvx5_13{height:40px;width:fit-content;display:flex;align-items:center;flex-shrink:0;padding:0 8px}._table__body_actions_1mvx5_21{height:40px;width:80px;display:flex;align-items:center;flex-shrink:0;padding:0 8px}._table__body_row_1mvx5_29{width:100%;display:grid;grid-template-columns:repeat(auto-fit,minmax(0,1fr));align-items:center}._table__body_value_1mvx5_35{height:40px;display:flex;align-items:center;padding:0 8px;overflow:hidden}._table__body_value_text_1mvx5_42{width:100%;display:block;font-size:14px;font-weight:400;color:#111;line-height:20px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}._table__body_value_text_clickable_1mvx5_53{cursor:pointer;text-decoration:underline}._table__body_value_text_badge_active_1mvx5_57{width:fit-content;color:#fff;text-decoration:none;border-radius:4px;background:#76b947;padding:4px 8px}._table__body_value_text_badge_inactive_1mvx5_65{width:fit-content;color:#777;text-decoration:none;border-radius:4px;background:#e9e9e9;padding:4px 8px}._table__body_btn_1mvx5_73{height:40px;display:flex;align-items:center;font-size:14px;font-weight:400;color:#111;line-height:20px;text-decoration:underline;outline:none;border:none;background:transparent;cursor:pointer}._table__body_item_1uf62_1{height:40px;width:100%;display:flex;align-items:center;justify-content:space-between;background:#fff;padding:0 16px}._table__body_item_1uf62_1:nth-child(2n){background:#fafafa}._table__body_checkbox_1uf62_13{height:40px;width:fit-content;display:flex;align-items:center;flex-shrink:0;padding:0 8px}._table__body_actions_1uf62_21{height:40px;width:80px;display:flex;align-items:center;flex-shrink:0;padding:0 8px;overflow:hidden}._table__body_row_1uf62_30{width:100%;display:grid;grid-template-columns:repeat(auto-fit,minmax(0,1fr));align-items:center}._table__body_value_1uf62_36{height:40px;display:flex;align-items:center;padding:0 8px;overflow:hidden}._table__body_value_text_1uf62_43{width:100%;display:block;font-size:14px;font-weight:400;color:#111;line-height:20px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}._table__body_value_text_clickable_1uf62_54{cursor:pointer;text-decoration:underline}._table__body_value_text_badge_approved_1uf62_58{width:fit-content;color:#fff;text-decoration:none;border-radius:4px;background:#76b947;padding:4px 8px}._table__body_value_text_badge_pending_1uf62_66{width:fit-content;color:#fff;text-decoration:none;border-radius:4px;background:#f68712;padding:4px 8px}._table__body_value_text_badge_rejected_1uf62_74{width:fit-content;color:#fff;text-decoration:none;border-radius:4px;background:#d31c2e;padding:4px 8px}._table__body_btn_1uf62_82{height:40px;display:flex;align-items:center;font-size:14px;font-weight:400;color:#111;line-height:20px;text-decoration:underline;outline:none;border:none;background:transparent;cursor:pointer;overflow:hidden}._table__body_btn_1uf62_82 p{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._popup__form_d8tia_1{display:flex;flex-direction:column;gap:12px}._popup__row_d8tia_6{width:100%;display:flex;align-items:flex-start;justify-content:space-between;gap:12px}._popup__column_d8tia_13{max-height:400px;height:100vh;width:100%;display:flex;flex-direction:column;gap:12px;padding:16px;overflow-y:auto}._popup__select_d8tia_23{max-width:192px}._popup__bottom_d8tia_26{width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px;border-top:1px solid #e7e7e7;background:#fafafa;padding:16px}._popup__cancel_d8tia_36{color:#d31c2e}._popup__empty_d8tia_39{width:100%}._message__img_wrap_1y7b9_1{width:300px;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_1y7b9_15{align-items:flex-end;margin-left:auto;margin-right:0}._message__img_1y7b9_1{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:contain;z-index:1}._message__img_download_btn_1y7b9_29{width:24px;height:24px;position:absolute;top:10px;right:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#111;outline:none;border:1px solid #e7e7e7;border-radius:2px;background:#fff;padding:5px;z-index:2;cursor:pointer}._file_56nm9_1{width:300px;display:flex;align-items:center;justify-content:flex-start;flex-shrink:0;gap:10px;border:1px solid #e7e7e7;border-radius:12px;background:#fff;padding:16px;margin-left:0;margin-right:auto}._file__my_56nm9_15{justify-content:flex-end;border-color:#f9f9f9;background:#f9f9f9;margin-left:auto;margin-right:0}._file__btn_56nm9_22{width:42px;height:42px;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#111;outline:none;border:1px solid #e7e7e7;border-radius:4px;background:transparent;padding:12px;cursor:pointer}._file__title_56nm9_37{max-width:210px;width:100%;font-size:14px;font-weight:500;color:#111;line-height:21px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._file__date_56nm9_48{font-size:12px;font-weight:400;color:#6b7280;line-height:21px}._table_1gvuy_1{height:100%;flex-grow:1}._table__head_1gvuy_5{height:40px;width:100%;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #e7e7e7;background:#fafcfe;padding:0 16px}._table__head_row_1gvuy_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_checkbox_1gvuy_23{height:40px;width:fit-content;display:flex;align-items:center;flex-shrink:0;padding:0 8px}._table__head_actions_1gvuy_31{height:40px;width:80px;display:flex;align-items:center;flex-shrink:0;font-size:12px;font-weight:400;color:#999;line-height:16px;padding:0 8px}._table__head_item_1gvuy_43{height:40px;display:flex;align-items:center;font-size:12px;font-weight:400;color:#999;line-height:16px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;padding:0 8px}._table__head_item_1gvuy_43 span{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._table__body_1gvuy_61{display:flex;flex-direction:column}._table__body_item_1wjbz_1{height:40px;width:100%;display:flex;align-items:center;justify-content:space-between;background:#fff;padding:0 16px}._table__body_item_1wjbz_1:nth-child(2n){background:#fafafa}._table__body_checkbox_1wjbz_13{height:40px;width:fit-content;display:flex;align-items:center;flex-shrink:0;padding:0 8px}._table__body_actions_1wjbz_21{height:40px;width:80px;display:flex;align-items:center;flex-shrink:0;padding:0 8px}._table__body_row_1wjbz_29{width:100%;display:grid;grid-template-columns:repeat(auto-fit,minmax(0,1fr));align-items:center}._table__body_value_1wjbz_35{height:40px;display:flex;align-items:center;padding:0 8px;overflow:hidden}._table__body_value_text_1wjbz_42{width:100%;display:block;font-size:14px;font-weight:400;color:#111;line-height:20px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}._table__body_value_text_clickable_1wjbz_53{cursor:pointer;text-decoration:underline}._table__body_value_text_badge_approved_1wjbz_57{width:fit-content;color:#fff;text-decoration:none;border-radius:4px;background:#76b947;padding:4px 8px}._table__body_value_text_badge_pending_1wjbz_65{width:fit-content;color:#fff;text-decoration:none;border-radius:4px;background:#f68712;padding:4px 8px}._table__body_value_text_badge_rejected_1wjbz_73{width:fit-content;color:#fff;text-decoration:none;border-radius:4px;background:#d31c2e;padding:4px 8px}._table__body_btn_1wjbz_81{height:40px;display:flex;align-items:center;font-size:14px;font-weight:400;color:#111;line-height:20px;text-decoration:underline;outline:none;border:none;background:transparent;cursor:pointer}._layout_1c1vu_1{width:100%}._layout__inner_1c1vu_4{width:100%;display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:16px 0}._layout__column_1c1vu_12{width:100%;min-height:100vh;display:flex;flex-direction:column;justify-content:space-between}._layout__column_1c1vu_12:nth-child(1){max-width:300px;width:100%;flex-shrink:0}._layout__content_1c1vu_24{width:100%;height:100%;flex-grow:1;overflow-y:auto}._sidebar_vriho_1{width:100%;display:flex;flex-direction:column;border:1px solid #e7e7e7;border-radius:12px;background:#fff}._sidebar__head_vriho_9{height:48px;width:100%;display:flex;align-items:center;border-bottom:1px solid #e7e7e7;padding:0 16px}._sidebar__head_title_vriho_17{font-size:18px;font-weight:500;color:#111;line-height:24px}._sidebar__list_vriho_23{width:100%;display:flex;flex-direction:column;gap:12px;padding:16px}._sidebar__list_item_link_vriho_30{height:28px;width:100%;display:flex;align-items:center;font-size:14px;font-weight:400;color:#111;line-height:20px;border-radius:8px;padding:0 8px;cursor:pointer;-webkit-user-select:none;user-select:none}._sidebar__list_item_link_active_vriho_44{background:#fafcfe}._popup_q8sd2_1{max-height:305px;height:100vh;width:100%;padding:16px;overflow-y:auto}._popup__row_q8sd2_8{width:100%;display:flex;align-items:center;justify-content:space-between;page-break-after:12px}._popup__column_q8sd2_15{width:100%;display:flex;flex-direction:column;gap:12px;margin-top:12px}._popup__item_q8sd2_22{display:flex;align-items:center;gap:4px}._popup__item_text_q8sd2_27{font-size:14px;font-weight:400;color:#111;line-height:20px}._popup__grid_q8sd2_33{width:100%;display:grid;grid-template-columns:repeat(2,1fr);grid-gap:12px}._select_luqab_1{width:100%;position:relative}._select__head_luqab_5{width:100%;display:flex;align-items:center;justify-content:space-between;border:1px solid #e7e7e7;border-radius:12px;background:#fff;transition:border-color .2s;cursor:pointer;-webkit-user-select:none;user-select:none}._select__head_actions_luqab_17{display:flex;align-items:center;gap:4px}._select__head_sm_luqab_22{height:32px;gap:8px;padding:0 8px}._select__head_md_luqab_27{height:36px;gap:10px;padding:0 8px}._select__head_lg_luqab_32{height:40px;gap:10px;padding:0 12px}._select__head_value_luqab_37{width:100%;display:block;font-family:Inter,serif;color:#111;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._select__head_active_luqab_46{border-color:#13aa6a}._select__head_value_placeholder_luqab_49{color:#777}._select__head_value_sm_luqab_52{font-size:12px;font-weight:400;line-height:18px}._select__head_value_md_luqab_57{font-size:14px;font-weight:400;line-height:20px}._select__head_value_lg_luqab_62{font-size:16px;font-weight:400;line-height:24px}._select__options_luqab_67{max-height:205px;width:100%;height:auto;border:1px solid #e7e7e7;border-radius:12px;background:#fff;box-shadow:0 1px 2px #14151a0d;padding:8px;z-index:50}._select__options_luqab_67::-webkit-scrollbar{width:8px}._select__options_luqab_67::-webkit-scrollbar-track{background:transparent;margin:8px 0}._select__options_luqab_67::-webkit-scrollbar-thumb{border:2px solid #fff;border-radius:10px;background:#e5e7eb}._select__search_luqab_90{width:100%;margin-bottom:5px}._select__options_list_luqab_94{width:100%;max-height:146px;height:100vh;display:flex;flex-direction:column;gap:4px;overflow-y:auto}._select__arrow_luqab_103{display:flex;align-items:center;justify-content:center;color:#000;transition:transform .2s;padding:0;margin:0}._select__arrow_active_luqab_112{transform:rotate(180deg)}._select__arrow_sm_luqab_115,._select__arrow_md_luqab_115,._select__arrow_lg_luqab_115{max-width:20px;width:100%;max-height:20px;height:20px}._select__head_clear_luqab_121{max-width:16px;max-height:16px;width:100%;height:16px;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#d31c2e;outline:none;border:none;background:transparent;cursor:pointer}._select__error_luqab_136{border-color:#d31c2e}._select__disabled_luqab_139{border:1px solid rgba(0,0,0,.08);background:#0000000a;cursor:not-allowed}._select__disabled_luqab_139 ._select__head_value_luqab_37,._select__disabled_luqab_139 ._select__arrow_luqab_103,._select__disabled_luqab_139 ._select__head_clear_luqab_121{color:#0000003d;cursor:not-allowed}._select__observer_luqab_150{opacity:0;width:100%;height:5px;flex-shrink:0}._select__options_item_1eq90_1{width:100%;display:flex;align-items:center;flex-shrink:0;font-family:Inter,serif;color:#000;border-radius:8px;transition:background .2s;cursor:pointer;overflow:hidden}._select__options_item_1eq90_1:hover{background:#fafcfe}._select__options_item_sm_1eq90_16{height:28px;gap:8px;padding:0 8px}._select__options_item_md_1eq90_21{height:28px;gap:10px;padding:0 8px}._select__options_item_lg_1eq90_26{height:30px;gap:10px;padding:0 12px}._select__options_item_text_1eq90_31{width:100%;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._select__options_item_text_sm_1eq90_37{font-size:12px;font-weight:400;line-height:18px}._select__options_item_text_md_1eq90_42{font-size:14px;font-weight:400;line-height:20px}._select__options_item_text_lg_1eq90_47{font-size:16px;font-weight:400;line-height:24px}
