@import "https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap";.ui-typography{color:inherit;margin:0}.ui-typography--h1{font:800 30px/40px Manrope,sans-serif}.ui-typography--h2{font:800 24px/35px Manrope,sans-serif}.ui-typography--h3{font:700 20px/30px Manrope,sans-serif}.ui-typography--h4{font:700 18px/28px Manrope,sans-serif}.ui-typography--h5{font:700 16px/25px Manrope,sans-serif}.ui-typography--s1{font:600 15px/25px Manrope,sans-serif}.ui-typography--s2{font:600 14px/22px Manrope,sans-serif}.ui-typography--b1{font:400 15px/25px Manrope,sans-serif}.ui-typography--b2{font:400 14px/22px Manrope,sans-serif}.ui-typography--b3{font:400 13px/20px Manrope,sans-serif}.ui-typography--btn1{font:700 14px/20px Manrope,sans-serif}.ui-typography--btn2{font:700 13px/17px Manrope,sans-serif}.ui-typography--c1{font:400 12px/17px Manrope,sans-serif}.ui-typography--c2{font:400 11px/15px Manrope,sans-serif}.ui-typography--nowrap{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.ui-color--black{color:var(--pv-color-black)}.ui-color--white{color:var(--pv-color-white)}.ui-color--gray-8{color:var(--pv-color-gray-8)}.ui-color--gray-9{color:var(--pv-color-gray-9)}.ui-color--gray-10{color:var(--pv-color-gray-10)}.ui-color--primary{color:var(--pv-color-primary)}.ui-color--inherit{color:inherit}.ui-button{appearance:none;border-radius:var(--pv-border-radius-small);box-sizing:border-box;cursor:pointer;border:1px solid #0000;justify-content:center;align-items:center;gap:8px;font-family:inherit;line-height:1;text-decoration:none;transition:background-color .16s,border-color .16s,box-shadow .16s,color .16s,transform .12s;display:inline-flex}.ui-button--small{min-width:30px;height:30px;padding:0 10px}.ui-button--medium{min-width:35px;height:35px;padding:0 15px}.ui-button--large{min-width:40px;height:40px;padding:0 20px}.ui-button--contained.ui-button--primary{background:var(--pv-color-primary);color:#fff}.ui-button--contained.ui-button--wrong{background:var(--pv-color-wrong);color:#fff}.ui-button--contained.ui-button--secondary{color:#fff;background:#657df2}.ui-button--contained.ui-button--primary:hover:not(:disabled){background:var(--pv-color-primary-shade-1);box-shadow:0 4px 10px #0680ff38}.ui-button--contained.ui-button--wrong:hover:not(:disabled){background:#c83b36;box-shadow:0 4px 10px #de464133}.ui-button--contained.ui-button--secondary:hover:not(:disabled){background:#536be0}.ui-button--outlined{border-color:var(--pv-color-gray-6);color:var(--pv-color-black);background:#fff}.ui-button--outlined:hover:not(:disabled),.ui-button--text:hover:not(:disabled){background:var(--pv-color-gray-3)}.ui-button--text{color:var(--pv-color-gray-10);background:0 0}.ui-button--outlined.ui-button--primary{border-color:var(--pv-color-primary-tint-3);color:var(--pv-color-primary)}.ui-button--outlined.ui-button--wrong,.ui-button--text.ui-button--wrong{color:var(--pv-color-wrong)}.ui-button--outlined.ui-button--wrong:hover:not(:disabled),.ui-button--text.ui-button--wrong:hover:not(:disabled){background:var(--pv-color-wrong-tint-5)}.ui-button:active:not(:disabled){transform:translateY(1px)}.ui-button:focus-visible{outline:2px solid var(--pv-color-secondary-tint-1);outline-offset:2px}.ui-button:disabled{cursor:not-allowed;box-shadow:none;opacity:1}.ui-button--contained:disabled{background:var(--pv-color-gray-5);color:var(--pv-color-gray-9)}.ui-button--outlined:disabled,.ui-button--text:disabled{color:var(--pv-color-gray-8)}.ui-button--circled{border-radius:999px}.ui-button--without-padding{min-width:0;padding:0}.ui-button__icon{flex:none;align-items:center;display:inline-flex}.ui-icon-button{color:var(--pv-color-gray-10);padding:0}.ui-icon-button>.ui-typography{display:none}.ui-icon-button .ui-button__icon{justify-content:center;width:20px;height:20px}.ui-icon-button svg{width:20px;height:20px;display:block}.ui-icon-button.ui-button--small:hover:not(:disabled),.ui-icon-button.ui-button--medium:hover:not(:disabled){background:var(--pv-color-gray-3);color:var(--pv-color-black)}.ui-icon-button.ui-button--wrong:hover:not(:disabled){background:var(--pv-color-wrong-tint-5);color:var(--pv-color-wrong)}.ui-tooltip{border:1px solid var(--pv-color-gray-4);box-shadow:var(--app-surface-shadow);z-index:1500;border-radius:8px;max-width:320px;padding:7px 10px}.ui-tooltip--small{font:400 12px/17px Manrope,sans-serif}.ui-tooltip--large{font:400 14px/22px Manrope,sans-serif}.ui-tooltip--white{color:var(--pv-color-black);background:#fff}.ui-tooltip--black{background:var(--pv-color-black);color:#fff}.ui-tooltip--white .ui-tooltip__arrow{fill:#fff}.ui-tooltip--black .ui-tooltip__arrow{fill:var(--pv-color-black)}.ui-field{flex-direction:column;gap:5px;display:flex}.ui-field>label{color:var(--pv-color-gray-10);font:600 13px/20px Manrope,sans-serif}.ui-field input,.ui-field textarea,.ui-select__trigger{appearance:none;background:var(--pv-color-gray-1);border:1px solid var(--pv-color-gray-6);border-radius:var(--pv-border-radius-small);box-sizing:border-box;color:var(--pv-color-black);outline:none;width:100%;padding:0 10px;font:400 14px/22px Manrope,sans-serif;transition:border-color .16s,box-shadow .16s}.ui-field input:hover:not(:disabled):not(:focus),.ui-field textarea:hover:not(:disabled):not(:focus),.ui-select__trigger:hover:not(:disabled):not(:focus){border-color:var(--pv-color-gray-8)}.ui-field--small input,.ui-field--small .ui-select__trigger{height:30px}.ui-field--medium input,.ui-field--medium .ui-select__trigger{height:35px}.ui-field--large input,.ui-field--large .ui-select__trigger{height:40px}.ui-field input:focus,.ui-field textarea:focus,.ui-select__trigger:focus{border-color:var(--pv-color-primary);box-shadow:0 0 0 3px #0680ff1f}.ui-field input:disabled,.ui-field textarea:disabled,.ui-select__trigger:disabled{cursor:not-allowed;opacity:.55}.ui-field--error input,.ui-field--error textarea,.ui-field--error .ui-select__trigger{border-color:var(--pv-color-wrong)}.ui-field__error,.ui-dialog__error{color:var(--pv-color-wrong);font:400 12px/17px Manrope,sans-serif}.ui-textarea textarea{resize:none;min-height:80px;padding:8px 10px}.ui-textarea.ui-field--large textarea{min-height:340px}.ui-select__trigger{text-align:left;justify-content:space-between;align-items:center;display:inline-flex}.ui-select__icon{color:var(--pv-color-gray-9)}.ui-select__content,.ui-menu{border:1px solid var(--pv-color-gray-4);box-shadow:var(--app-surface-shadow);min-width:var(--radix-select-trigger-width);z-index:1400;background:#fff;border-radius:10px;animation:.14s ease-out ui-pop-in;overflow:hidden}.ui-select__viewport{padding:5px}.ui-select__item,.ui-menu__item{color:var(--pv-color-black);cursor:pointer;-webkit-user-select:none;user-select:none;border-radius:6px;outline:none;align-items:center;gap:10px;min-height:36px;padding:7px 10px;font:400 14px/22px Manrope,sans-serif;display:flex;position:relative}.ui-select__item[data-highlighted],.ui-menu__item[data-highlighted]{background:var(--pv-color-primary-tint-5);color:var(--pv-color-primary)}.ui-select__item[data-state=checked]{color:var(--pv-color-primary);font-weight:600}.ui-select__item[data-disabled],.ui-menu__item[data-disabled]{opacity:.45}.ui-select__check{margin-left:auto}.ui-select__empty{color:var(--pv-color-gray-9);padding:10px}.ui-menu{min-width:220px;padding:5px}.ui-menu__separator{background:var(--pv-color-gray-4);height:1px;margin:5px}.ui-dialog__overlay{z-index:1200;background:#0f172a80;animation:.18s ease-out ui-fade-in;position:fixed;inset:0}.ui-dialog{z-index:1201;background:#fff;border:0;border-radius:14px;outline:none;flex-direction:column;width:calc(100% - 48px);max-width:520px;max-height:calc(100vh - 48px);animation:.18s ease-out ui-dialog-in;display:flex;position:fixed;top:50%;left:50%;overflow:hidden;transform:translate(-50%,-50%);box-shadow:0 24px 70px #0f172a3d}.ui-dialog--large{max-width:870px}.ui-dialog--fullscreen{border-radius:0;width:100vw;max-width:none;height:100vh;max-height:none}.ui-dialog__title{flex:none;align-items:center;min-height:60px;padding:0 24px;font:700 18px/28px Manrope,sans-serif;display:flex}.ui-dialog__content{flex:1;min-height:0;padding:20px 24px;overflow:auto}.ui-dialog__actions{flex:none;justify-content:flex-end;align-items:center;gap:10px;min-height:72px;padding:0 24px;display:flex}.ui-dialog__loading{background:#ffffffb8;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.ui-tabs{gap:4px;display:flex}.ui-tab{color:var(--pv-color-gray-9);cursor:pointer;background:0 0;border:0;border-bottom:2px solid #0000;min-height:40px;padding:0 14px;font:600 14px/22px Manrope,sans-serif}.ui-tab:hover:not([data-state=active]){background:var(--pv-color-gray-2);color:var(--pv-color-gray-10)}.ui-tab:focus-visible{outline:2px solid var(--pv-color-secondary-tint-1);outline-offset:-2px;border-radius:6px}.ui-tab[data-state=active]{border-bottom-color:var(--pv-color-primary);color:var(--pv-color-primary)}.ui-checkbox-label{align-items:center;display:inline-flex}.ui-checkbox{border:1px solid var(--pv-color-gray-7);color:#fff;background:#fff;border-radius:4px;justify-content:center;align-items:center;width:20px;height:20px;display:inline-flex}.ui-checkbox[data-state=checked],.ui-checkbox[data-state=indeterminate]{background:var(--pv-color-primary);border-color:var(--pv-color-primary)}.ui-checkbox:focus-visible{outline:2px solid var(--pv-color-secondary-tint-1);outline-offset:2px}.ui-checkbox__indicator{font:700 13px/1 sans-serif}.ui-skeleton{background:var(--pv-color-gray-4);border-radius:4px;animation:1.5s ease-in-out infinite ui-pulse;display:inline-block}.ui-skeleton--circle{border-radius:50%}.ui-progress{border:2px solid var(--pv-color-gray-5);border-top-color:var(--pv-color-primary);border-radius:50%;animation:.8s linear infinite ui-spin;display:inline-block}.ui-progress--small{width:15px;height:15px}.ui-progress--medium{width:24px;height:24px}.ui-progress--large{width:30px;height:30px}.ui-toast__viewport{z-index:1600;flex-direction:column;gap:10px;width:calc(100% - 32px);max-width:460px;margin:0;padding:16px;list-style:none;display:flex;position:fixed;bottom:0;left:50%;transform:translate(-50%)}.ui-toast{border:1px solid var(--pv-color-gray-4);border-left:4px solid var(--pv-color-primary);box-shadow:var(--app-surface-shadow);background:#fff;border-radius:10px;justify-content:space-between;align-items:center;gap:12px;padding:14px 16px;font:400 14px/22px Manrope,sans-serif;display:flex}.ui-toast--success{border-left-color:#24a879}.ui-toast--attention{border-left-color:#e59a24}.ui-toast--wrong{border-left-color:var(--pv-color-wrong)}.ui-toast__close{color:var(--pv-color-gray-9);cursor:pointer;background:0 0;border:0;width:30px;height:30px;font-size:20px}.ui-toast__close:hover{background:var(--pv-color-gray-2);color:var(--pv-color-black);border-radius:6px}@keyframes ui-spin{to{transform:rotate(360deg)}}@keyframes ui-pulse{50%{opacity:.5}}@keyframes ui-fade-in{0%{opacity:0}}@keyframes ui-pop-in{0%{opacity:0;transform:translateY(-4px)scale(.98)}}@keyframes ui-dialog-in{0%{opacity:0;transform:translate(-50%,-48%)scale(.98)}}.pv_XlDjpXO{z-index:1000;background-color:var(--pv-color-gray-2);flex-direction:column;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.pv_XlDjpXO .pv_I0bBeiF{gap:var(--pv-size-base-2);text-align:center;flex-direction:column;align-items:center;display:flex}.pv_XlDjpXO .pv_I0bBeiF .pv_T3uNOdW{padding-bottom:var(--pv-size-base-2);font-size:0}.pv_XlDjpXO .pv_I0bBeiF .pv_MCcGy9T{padding-top:var(--pv-size-base-4);gap:var(--pv-size-base-2);display:flex}*,:before,:after{box-sizing:border-box}html{--pv-color-primary:#0680ff;--pv-color-primary-shade-1:#006bd6;--pv-color-primary-tint-3:#83c0ff;--pv-color-primary-tint-5:#e6f2ff;--pv-color-secondary-tint-1:#8da0fc;--pv-color-wrong:#de4641;--pv-color-wrong-tint-3:#eea3a0;--pv-color-wrong-tint-5:#fbecec;--pv-color-attention-shade-3:#9b6510;--pv-color-attention-tint-4:#fde9c8;--pv-color-white:#fff;--pv-color-black:#293033;--pv-color-gray-1:#fbfcfe;--pv-color-gray-2:#f4f7fc;--pv-color-gray-3:#eef2f7;--pv-color-gray-4:#eaedf2;--pv-color-gray-5:#e3e5e8;--pv-color-gray-6:#d8dbde;--pv-color-gray-7:#cdd1d5;--pv-color-gray-8:#c4c8cc;--pv-color-gray-9:#8f999e;--pv-color-gray-10:#5c666a;--pv-size-base:5px;--pv-size-base-2:10px;--pv-size-base-3:15px;--pv-size-base-4:20px;--pv-size-base-6:30px;--pv-size-base-7:35px;--pv-size-base-8:40px;--pv-size-base-9:45px;--pv-text-b2-size:16px;--pv-text-b3-size:14px;--pv-text-s1:18px;--pv-border-radius-base:10px;--pv-border-radius-small:6px;--pv-top-header-height:104px;--app-sidebar-width:280px;--app-page-gap:32px;--app-surface-shadow:0 1px 2px #1018280a, 0 8px 24px #1018280f}body{font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%;background-color:#f5f7fb;margin:0;font-family:Manrope,Helvetica,Arial,sans-serif;font-weight:400;line-height:1.5}html,body{overscroll-behavior:none;min-height:100%}button,input,select,textarea{font:inherit}#root{margin:0 var(--app-page-gap) 0 calc(var(--app-sidebar-width) + var(--app-page-gap));min-width:724px;min-height:100%;position:relative}a{color:var(--pv-color-primary);text-decoration:none}a:hover{text-decoration:underline}.required_text_field{position:relative}.required_text_field:after{content:"";background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNiIgaGVpZ2h0PSI2IiB2aWV3Qm94PSIwIDAgNiA2IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTAuNjExMTM3IDBDMC4yNzM4MzQgMCAwIDAuMjcxMDQgMCAwLjYwNTE0OUMwIDAuNzg0Mzc5IDAuMDc4NjM3NSAwLjk0NTY0NiAwLjIwMzk3OCAxLjA1NjIyQzAuMjA2NzczIDEuMDU5MDEgMC4yMDM1NzkgMS4wNjMgMC4yMDM5NzggMS4wNjU4TDQuOTQyOTggNS44MTY3OEw0Ljk0OTc3IDUuODE3NThDNS4wNTk1NCA1LjkyOTc1IDUuMjEyODMgNiA1LjM4Mjg4IDZDNS43MTY5OCA2IDUuOTg4MDIgNS43Mjg5NiA1Ljk4ODAyIDUuMzk1MjVDNS45ODc2MyA1LjM4MjQ4IDYgMS41OTY3IDYgMS41OTY3QzYgMC43MTQ5MjMgNS4yODUwOCAwIDQuNDAzMyAwSDAuNjExMTM3WiIgZmlsbD0iI0RFNDY0MSIvPgo8L3N2Zz4K);width:6px;height:6px;position:absolute;top:28px;right:2px}@media (width<=1100px){html{--app-sidebar-width:240px;--app-page-gap:20px}}@media (width<=820px){html{--app-sidebar-width:216px;--app-page-gap:16px}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.pv_0CslRv-{gap:var(--pv-size-base-6);text-align:center;flex-direction:column;align-items:center;display:flex}.pv_0CslRv- .pv_F5si-UW{font-size:0}.pv_0CslRv- .pv_IO5L7L0{gap:var(--pv-size-base);display:flex}.pv_0CslRv- .pv_IO5L7L0>div{width:var(--pv-size-base-6);height:var(--pv-size-base-8);border-radius:var(--pv-border-radius-small);border:solid var(--pv-color-gray-5);justify-content:center;align-items:center;display:flex}.pv_BiF-xJO{gap:var(--pv-size-base-2);text-align:center;flex-direction:column;align-items:center;display:flex}.pv_BiF-xJO .pv_1-nOph-{padding-bottom:var(--pv-size-base-2);font-size:0}.pv_3D3AyO0{gap:var(--pv-size-base-2);text-align:center;flex-direction:column;align-items:center;display:flex}.pv_3D3AyO0 .pv_wcUHGXi{padding-bottom:var(--pv-size-base-2);font-size:0}.pv_2tQ0xxE{gap:var(--pv-size-base-2);text-align:center;flex-direction:column;align-items:center;display:flex}.pv_2tQ0xxE .pv_117g7RL{padding-bottom:var(--pv-size-base-2);font-size:0}.pv_2tQ0xxE .pv_SrmTwlJ{gap:var(--pv-size-base-2);padding-top:var(--pv-size-base-2);display:flex}.pv_pcwTXqC{gap:var(--pv-size-base-6);text-align:center;flex-direction:column;align-items:center;display:flex}.pv_pcwTXqC .pv_V0SaChd{font-size:0}.pv_gD7jTLU{max-width:500px!important}.pv_gD7jTLU .pv_RSX0M00{padding:var(--pv-size-base-7) var(--pv-size-base-2) var(--pv-size-base-4) var(--pv-size-base-2)}.pv_ubaSotE{width:100%;font-size:var(--pv-text-s1);border-collapse:separate;border-spacing:0}.pv_XeNauLm{color:var(--pv-color-black)}.pv_upJWaNm{font-size:var(--pv-text-b3-size);color:var(--pv-color-gray-10);text-align:left;border-bottom:1px solid var(--pv-color-gray-4);height:44px;padding:0 16px;font-weight:600}.pv_upJWaNm:first-child{padding-left:24px}.pv_upJWaNm:last-child{padding-right:24px}.pv_S-hMxT5 th:first-child{border-left:1px solid var(--pv-color-gray-4);border-radius:var(--pv-border-radius-base) 0 0 0}.pv_S-hMxT5 th:last-child{border-right:1px solid var(--pv-color-gray-4);border-radius:0 var(--pv-border-radius-base) 0 0}.pv_S-hMxT5 th{border-top:1px solid var(--pv-color-gray-4)}.pv_S-hMxT5 tr:last-child th{border-bottom:1px solid var(--pv-color-gray-4)}tbody .pv_rR4VVWF td:before,tbody .pv_rR4VVWF td:after{opacity:0;transition:opacity .3s}tbody .pv_rR4VVWF:focus{outline:none}tbody .pv_rR4VVWF:focus-visible{outline:2px solid var(--pv-color-primary);outline-offset:-2px}tbody .pv_rR4VVWF[class~=current] td,tbody .pv_rR4VVWF:hover td{position:relative}tbody .pv_rR4VVWF[class~=current] td:before,tbody .pv_rR4VVWF[class~=current] td:after,tbody .pv_rR4VVWF:hover td:before,tbody .pv_rR4VVWF:hover td:after{content:"";opacity:1;height:0;position:absolute;left:0;right:0}tbody .pv_rR4VVWF[class~=current] td:before,tbody .pv_rR4VVWF:hover td:before{top:0}tbody .pv_rR4VVWF[class~=current] td:after,tbody .pv_rR4VVWF:hover td:after{bottom:0}.pv_77Yt7aO{font-size:var(--pv-text-b2-size);border-bottom:1px solid var(--pv-color-gray-4);height:56px;color:var(--pv-color-gray-10);padding:10px 16px;position:relative}.pv_77Yt7aO:first-child{padding-left:24px}.pv_77Yt7aO:last-child{padding-right:24px}.pv_Km3JC7v{align-items:center;gap:10px;display:flex}.pv_PBCz7iV{color:var(--pv-color-gray-9);flex-direction:column;justify-content:center;width:28px;display:flex}.pv_PBCz7iV svg{width:28px;height:28px}.pv_Fbm6FTy{display:inline}.pv_AzibyB-{white-space:nowrap}.pv_j4-yLed{background-color:var(--pv-color-attention-tint-4);color:var(--pv-color-attention-shade-3)}.pv_qSPWTDu{white-space:nowrap;text-overflow:ellipsis;vertical-align:middle;max-width:100%;display:inline-block;overflow:hidden}.pv_qSPWTDu:after{content:"";display:block}.pv_DnEYZOQ{vertical-align:middle;max-width:100%;display:inline-block}.pv_uCEQdGc{display:flex;height:auto!important}.pv_uCEQdGc>span{gap:var(--pv-size-base)}.pv_uCEQdGc .pv_AFYOQWu{color:var(--pv-color-gray-9);transition:transform .2s,color .2s}.pv_uCEQdGc .pv_AFYOQWu.pv_JuSZ-zv{transform:rotate(180deg)}.pv_uCEQdGc[data-active=true]:not(:disabled),.pv_uCEQdGc:hover:not(:disabled){background-color:#0000!important}.pv_uCEQdGc[data-active=true]:not(:disabled) .pv_AFYOQWu,.pv_uCEQdGc[data-active=true]:not(:disabled) .pv_VG6gdnn,.pv_uCEQdGc:hover:not(:disabled) .pv_AFYOQWu,.pv_uCEQdGc:hover:not(:disabled) .pv_VG6gdnn{color:var(--pv-color-black)}.pv_uCEQdGc:focus-visible{background-color:var(--pv-color-gray-4)!important}.pv_PwS-eDl{table-layout:fixed}.pv_PwS-eDl thead th{background-color:#f8fafc}.pv_PwS-eDl tbody{background-color:var(--pv-color-white)}.pv_PwS-eDl th:first-child{width:30%}.pv_PwS-eDl th:nth-child(3){width:20%}.pv_PwS-eDl th:nth-child(4),.pv_PwS-eDl td:nth-child(4){text-align:right;width:15%}.pv_PwS-eDl tbody tr{cursor:pointer;transition:background-color .16s;position:relative}.pv_PwS-eDl tbody tr:hover,.pv_PwS-eDl tbody tr[class~=current]{background-color:#f8fbff}.pv_PwS-eDl tbody tr:focus-visible{background-color:var(--pv-color-primary-tint-5)}.pv_PwS-eDl tbody tr .pv_50SXtqR{background-color:var(--pv-color-white);justify-content:center;align-items:center;gap:var(--pv-size-base-2);border-radius:8px 0 0 8px;width:0;display:flex;position:absolute;top:8px;bottom:8px;right:0;overflow:hidden}.pv_PwS-eDl tbody tr .pv_50SXtqR .pv_CBPbaYN{margin-right:var(--pv-size-base-2)}.pv_PwS-eDl tbody tr .pv_50SXtqR .pv_6Ycm0hx:not(:disabled){color:var(--pv-color-gray-10)}.pv_PwS-eDl tbody tr .pv_50SXtqR .pv_72HcJIJ:not(:disabled){color:var(--pv-color-wrong)}.pv_PwS-eDl tbody tr[class~=current] .pv_50SXtqR,.pv_PwS-eDl tbody tr:hover .pv_50SXtqR{width:fit-content;padding:0 16px 0 8px;overflow:visible;box-shadow:-12px 0 20px #ffffffeb}.pv_PwS-eDl tbody tr[class~=current] .pv_50SXtqR:before,.pv_PwS-eDl tbody tr:hover .pv_50SXtqR:before{content:"";background:linear-gradient(90deg,#fff0 0%,#fff 80% 100%);width:50px;position:absolute;top:0;bottom:0;left:-50px}.pv_W8aABww,.pv_wsFqlB8{min-height:calc(100vh - var(--pv-top-header-height));background-color:var(--pv-color-white)}.pv_qilKfRt{height:calc(100vh - var(--pv-top-header-height));overflow:hidden}.pv_qilKfRt thead th{top:0!important}.pv_W8aABww{border:1px solid var(--pv-color-gray-4);box-shadow:var(--app-surface-shadow);border-radius:12px 12px 0 0;position:relative;overflow:clip}.pv_wsFqlB8{z-index:99;background-color:var(--pv-color-white);gap:var(--pv-size-base-6);border-radius:var(--pv-border-radius-base) var(--pv-border-radius-base) 0 0;border:solid var(--pv-color-gray-4);box-shadow:var(--app-surface-shadow);background-color:var(--pv-color-white);text-align:center;border-width:1px;flex-direction:column;justify-content:center;align-items:center;display:flex;position:relative}.pv_wsFqlB8 .pv_WhedT0u{background-color:var(--pv-color-gray-2);border-radius:50%;justify-content:center;align-items:center;width:180px;height:180px;display:flex}.pv_wsFqlB8 .pv_WhedT0u svg{height:100px}.pv_tyRL5h3{gap:var(--pv-size-base-4)}.pv_tyRL5h3 .pv_LqPwT8l{justify-content:center;align-items:center;width:120px;height:120px;display:flex}.pv_tyRL5h3 .pv_fiT1SR5{word-break:break-all}.pv_GcnwdEB .pv_1-CYZR5{cursor:default;border-bottom:none}.pv_GcnwdEB .pv_1-CYZR5:after,.pv_GcnwdEB .pv_1-CYZR5:before{display:none}.pv_GcnwdEB:nth-child(odd) .pv_1-CYZR5:first-child .pv_4dpA-Nv{width:46%}.pv_GcnwdEB:nth-child(odd) .pv_1-CYZR5:nth-child(2) .pv_4dpA-Nv{width:58%}.pv_GcnwdEB:nth-child(2n) .pv_1-CYZR5:first-child .pv_4dpA-Nv{width:65%}.pv_GcnwdEB:nth-child(2n) .pv_1-CYZR5:nth-child(2) .pv_4dpA-Nv{width:46%}.pv_GcnwdEB .pv_1-CYZR5:nth-child(3) .pv_4dpA-Nv{width:73%}.pv_GcnwdEB .pv_1-CYZR5:nth-child(4){text-align:right}.pv_GcnwdEB .pv_1-CYZR5:nth-child(4) .pv_4dpA-Nv{width:81%;display:inline-block}.pv_ahvSJGo{background-color:var(--pv-color-white);border-right:1px solid #94a3b833;flex-direction:column;display:flex;box-shadow:8px 0 28px #0f172a0a}.pv_ahvSJGo .pv_xsNEe16{border-bottom:1px solid #94a3b829;align-items:center;min-height:72px;padding:22px 20px 18px;display:flex}.pv_ahvSJGo .pv_xsNEe16 .pv_-Wy8dpD{max-width:150px;height:28px;display:block}.pv_ahvSJGo .pv_o-Gx-1o{flex-grow:1;max-height:100%;padding:22px 12px;overflow-y:auto}.pv_ahvSJGo .pv_3bpOraz{border-top:1px solid #94a3b829;flex-direction:column;gap:6px;padding:18px 20px 20px;display:flex}.pv_ahvSJGo .pv_3bpOraz .pv_5Uk9W82{line-height:1}.pv_a9m7ZP6{border-radius:var(--pv-border-radius-base);min-height:48px;color:var(--pv-color-gray-10);cursor:pointer;border:1px solid #0000;gap:12px;padding:8px 12px;transition:background-color .18s,border-color .18s,transform .18s;display:flex}.pv_a9m7ZP6 .pv_olYf4fm{color:var(--pv-color-gray-9);flex-direction:column;justify-content:center;display:flex}.pv_a9m7ZP6 .pv_olYf4fm svg{width:24px;height:24px}.pv_a9m7ZP6 .pv_dY487Pp{flex-direction:column;justify-content:center;display:flex;overflow:hidden}.pv_a9m7ZP6 .pv_dY487Pp .pv_C9b3hOf{text-overflow:ellipsis;white-space:nowrap;width:100%;line-height:20px;overflow:hidden}.pv_a9m7ZP6:hover{background-color:var(--pv-color-gray-2);border-color:var(--pv-color-gray-4)}.pv_a9m7ZP6.pv_-V4oTFq{background:linear-gradient(135deg, var(--pv-color-primary-tint-5), #0680ff14);box-shadow:inset 3px 0 0 var(--pv-color-primary);cursor:default;border-color:#0680ff33;transition:none}.pv_a9m7ZP6.pv_-V4oTFq .pv_olYf4fm{color:var(--pv-color-primary)}.pv_a9m7ZP6:focus-visible{outline:2px solid var(--pv-color-primary);outline-offset:2px;z-index:1}.pv_wan76DS{flex-direction:column;gap:10px;max-height:100%;display:flex}.pv_wan76DS .pv_OfsvICA{text-transform:uppercase;letter-spacing:.08em;padding:0 10px;font-weight:700}.pv_wan76DS .pv_xHTJ3CI{overscroll-behavior:none;max-height:100%;padding:1px 0;overflow-y:auto}.pv_wan76DS .pv_xHTJ3CI .pv_NUmLRF1{flex-direction:column;gap:6px;display:flex}.pv_wan76DS .pv_kwYLvyZ{padding:0 4px}.pv_wan76DS .pv_kwYLvyZ .pv_dkPHj9p{border-radius:10px;margin-bottom:6px}.pv_wan76DS .pv_kwYLvyZ .pv_dkPHj9p:first-child{width:92%}.pv_wan76DS .pv_kwYLvyZ .pv_dkPHj9p:nth-child(2){width:71%}.pv_wan76DS .pv_kwYLvyZ .pv_dkPHj9p:nth-child(4){width:78%}.pv_VMjopIO{align-items:center;gap:var(--pv-size-base-2);background:var(--pv-color-gray-2);border-radius:10px;margin:6px 10px 0;padding:14px;display:flex}.pv_VMjopIO .pv_uFJ6TGa{align-items:center;display:flex}.pv_VMjopIO .pv_uFJ6TGa svg{width:var(--pv-size-base-4);height:var(--pv-size-base-4)}.pv_BxjGguK{align-items:center;gap:16px;padding:24px 0 20px;display:flex}.pv_BxjGguK .pv_rG7EaQD{flex-grow:1}.pv_BxjGguK .pv_CMyGtBe{width:min(480px,44vw);position:relative}.pv_BxjGguK .pv_CMyGtBe input{background:var(--pv-color-white);border-color:var(--pv-color-gray-5);border-radius:10px;padding:0 46px;box-shadow:0 1px 2px #1018280a}.pv_BxjGguK .pv_CMyGtBe input:hover:not(:disabled){border-color:var(--pv-color-gray-7)}.pv_BxjGguK .pv_CMyGtBe input::-webkit-search-cancel-button{display:none}.pv_BxjGguK .pv_CMyGtBe .pv_bmlnmBs{color:var(--pv-color-gray-9);position:absolute;top:8px;left:13px}.pv_BxjGguK .pv_CMyGtBe .pv_QRGeiAI{color:var(--pv-color-gray-9);position:absolute;top:8px;right:8px}.pv_BxjGguK .pv_CMyGtBe .pv_QRGeiAI:hover{background-color:#0000}.pv_BxjGguK .pv_CMyGtBe .pv_QRGeiAI[class~=hidden]{display:none}.pv_BxjGguK .pv_CMyGtBe:focus-within .pv_bmlnmBs,.pv_BxjGguK .pv_CMyGtBe:focus-within .pv_QRGeiAI{color:var(--pv-color-primary)}.pv_oUFqqoC{margin:0!important}.pv_oUFqqoC .pv_dIpNJBR{color:var(--pv-color-gray-10)}.pv_SEbbbuw{border:1px solid var(--pv-color-gray-4);background-color:var(--pv-color-white);border-radius:10px;gap:2px;padding:4px;display:flex;box-shadow:0 1px 2px #1018280a}.pv_SEbbbuw .pv_Xo2PUCr{color:#4b5a61}.pv_SEbbbuw .pv_9l4QO47{color:var(--pv-color-wrong)}.pv_SEbbbuw button{border-radius:7px}@media (width<=1100px){.pv_BxjGguK{gap:10px}.pv_BxjGguK .pv_CMyGtBe{width:min(360px,38vw)}}.pv_eJNTnpI{z-index:1000;background-color:var(--pv-color-gray-2);flex-direction:column;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.pv_zP3Rw1y{gap:var(--pv-size-base-2);text-align:center;flex-direction:column;align-items:center;max-width:230px;display:flex}.pv_K5cvvCr{width:190px}.pv_R-dtjoA{padding-bottom:var(--pv-size-base-2);font-size:0}.pv_uU0gv8s{padding-top:var(--pv-size-base-4);gap:var(--pv-size-base-2);display:flex}.pv_f6yUCBF{max-width:870px!important}.pv_f6yUCBF .pv_sJXj18a>div:nth-child(2){padding:0}.pv_igVfW2T{padding:var(--pv-size-base-3) var(--pv-size-base-4)}.pv_0FZkjgC{border-top:1px solid var(--pv-color-gray-4);max-width:870px;overflow:auto}.pv_0FZkjgC .pv_cRu92ER{padding:0 var(--pv-size-base-4)}.pv_PkvsGn-{flex-direction:column;display:flex;padding:0!important}.pv_PG1Zght{display:none}.pv_-nY5g7M{display:block}.pv_HKY02bQ{max-width:500px!important}.pv_HKY02bQ .pv_rLaGJil{border-bottom:none}.pv_HKY02bQ .pv_W65T7nX{padding-left:var(--pv-size-base-6);padding-right:var(--pv-size-base-6)}.pv_HKY02bQ .pv_bTkrgmN{justify-content:center;align-items:center;gap:var(--pv-size-base-6);height:175px;margin-top:var(--pv-size-base-3);flex-direction:column;display:flex}.pv_HKY02bQ .pv_d1akr6-{padding:var(--pv-size-base-3) var(--pv-size-base-2) 0 var(--pv-size-base-2)}.pv_HKY02bQ .pv_MdhagCd{padding:var(--pv-size-base-6)}.pv_4Jenl57{background-color:var(--pv-color-gray-2)!important}.pv_4Jenl57 .pv_Dc4fMo1{border-bottom:1px solid var(--pv-color-gray-5);width:100%;height:80px;min-height:80px}.pv_4Jenl57 .pv_Dc4fMo1 .pv_uPDGZpx{justify-content:space-between;align-items:center;gap:var(--pv-size-base-2);height:100%;display:flex}.pv_4Jenl57 .pv_Dc4fMo1 .pv_uPDGZpx .pv_FKHcG4Y{flex-grow:1}.pv_4Jenl57 .pv_wh1lima{padding:var(--pv-size-base-9) 0;overflow-y:auto}.pv_4Jenl57 .pv_uPDGZpx{max-width:660px;padding-left:var(--pv-size-base-6);padding-right:var(--pv-size-base-6);margin:0 auto;width:100%!important}.pv_4Jenl57 .pv_Bx90SI7{gap:var(--pv-size-base-4);flex-direction:column;display:flex}.pv_4Jenl57 .pv_kWcKR1v{width:200px}.pv_4Jenl57 .pv_oLS9HzO{width:30px;height:30px}.pv_4Jenl57 .pv_oLS9HzO .pv_4Lyxaja{width:30px;height:30px;color:var(--pv-color-gray-10);display:block;transform:scale(-1)}.pv_4Jenl57 .pv_pY1p1TY{gap:var(--pv-size-base);padding:var(--pv-size-base-6);border:1px dashed var(--pv-color-gray-8);border-radius:var(--pv-border-radius-small);flex-direction:column;align-items:center;transition:background .3s linear;display:flex}.pv_4Jenl57 .pv_pY1p1TY .pv_o9uqJwo{cursor:pointer;background:0 0;border:none;padding:0;display:inline}.pv_4Jenl57 .pv_pY1p1TY:focus{outline:none}.pv_4Jenl57 .pv_pY1p1TY:hover,.pv_4Jenl57 .pv_pY1p1TY.pv_A3hKFzm{border-color:var(--pv-color-primary-tint-3);background-color:var(--pv-color-primary-tint-5)}.pv_4Jenl57 .pv_pY1p1TY:hover{cursor:pointer;border-style:solid}.pv_4Jenl57 .pv_pY1p1TY.pv_GQo9ecV{border-color:var(--pv-color-wrong-tint-3);background-color:var(--pv-color-wrong-tint-5)}.pv_4Jenl57 .pv_tGbfbj3{text-align:center;overflow:hidden}.pv_4Jenl57 .pv_tGbfbj3 .pv_pivttZm{display:inline-block;position:relative}.pv_4Jenl57 .pv_tGbfbj3 .pv_pivttZm:before,.pv_4Jenl57 .pv_tGbfbj3 .pv_pivttZm:after{content:"";border-top:1px solid var(--pv-color-gray-4);width:300px;position:absolute;top:50%}.pv_4Jenl57 .pv_tGbfbj3 .pv_pivttZm:before{margin-left:var(--pv-size-base-2);left:100%}.pv_4Jenl57 .pv_tGbfbj3 .pv_pivttZm:after{margin-right:var(--pv-size-base-2);right:100%}.pv_4Jenl57 .pv_W8pELG4 textarea{height:340px;font-family:monospace}.pv_4Jenl57 .pv_URvTJyl{justify-content:space-between;display:flex}.pv_4Jenl57 .pv_HLYunZu:disabled svg path{stroke:var(--pv-color-gray-6)}.pv_4Jenl57 .pv_NIKgXS1{background-color:var(--pv-color-gray-2);justify-content:center;align-items:center;gap:var(--pv-size-base-6);flex-direction:column;display:flex;position:absolute;inset:0}.pv_NICs9Nn{min-width:200px!important}.pv_6YkHzXq>ul[role=listbox]{padding:7px 0}.pv_6YkHzXq>ul[role=listbox] li:last-child{margin-top:11px;position:relative}.pv_6YkHzXq>ul[role=listbox] li:last-child:before{content:"";background-color:var(--pv-color-gray-5);height:1px;position:absolute;top:-6px;left:0;right:0}.pv_Fd753St{background-color:var(--pv-color-white);padding:var(--pv-size-base-6) var(--pv-size-base-6) var(--pv-size-base-8);border:1px solid var(--pv-color-gray-4);border-radius:var(--pv-border-radius-base);gap:var(--pv-size-base-4);flex-direction:column;display:flex}.pv_IgvDaW-{gap:var(--pv-size-base-6);display:flex}.pv_w0kwJfE{gap:var(--pv-size-base-6);flex-direction:column;display:flex}.pv_w0kwJfE .pv_A9atpr7{justify-content:end;display:flex}.pv_w0kwJfE .pv_iFPfWzQ{gap:var(--pv-size-base-6);display:flex}.pv_bfckaZ3{gap:var(--pv-size-base-6);flex-direction:column;display:flex}.pv_bfckaZ3 .pv_uLj1rzy{justify-content:end;display:flex}.pv_bfckaZ3 .pv_TZTqjOY{gap:var(--pv-size-base-6);display:flex}.pv_KK-aoz9{gap:var(--pv-size-base-3);flex-direction:column;display:flex}.pv_KK-aoz9 .pv_lUKr3Ea{gap:var(--pv-size-base-3);width:100%;display:flex}.pv_KK-aoz9 .pv_lUKr3Ea .pv_DDMNEYY{flex:1}.pv_srOUjxu{gap:var(--pv-size-base-3);flex-direction:column;display:flex}.pv_srOUjxu .pv_2-4PfOq{gap:var(--pv-size-base-2);flex-direction:column;align-items:flex-start;display:flex}.pv_srOUjxu .pv_2-4PfOq .pv_X2RUEcL{gap:var(--pv-size-base-2);display:flex}.pv_QrTmOBV{gap:var(--pv-size-base-6);flex-direction:column;display:flex}.pv_QrTmOBV .pv_Ua2kFLc{gap:var(--pv-size-base-6)}.pv_QrTmOBV .pv_steyqbs{gap:var(--pv-size-base-2);flex-direction:column;display:flex}.pv_QrTmOBV .pv_steyqbs .pv_jRBEQQj{gap:var(--pv-size-base-2) var(--pv-size-base-6);grid-template-columns:1fr 1fr;display:grid}.pv_QrTmOBV .pv_u8pbXGx{background-color:var(--pv-color-gray-4);height:1px;position:relative}.pv_QrTmOBV .pv_u8pbXGx:after,.pv_QrTmOBV .pv_u8pbXGx:before{content:"";height:1px;width:var(--pv-size-base-6);background-color:var(--pv-color-gray-4);position:absolute;top:0}.pv_QrTmOBV .pv_u8pbXGx:after{left:100%}.pv_QrTmOBV .pv_u8pbXGx:before{right:100%}.pv_QrTmOBV .pv_0vvfllb{margin-bottom:var(--pv-size-base-2)}.pv_QrTmOBV .pv_FcJ0CCC{justify-content:end;display:flex}.pv_REZ8SHq{background-color:var(--pv-color-gray-2)!important}.pv_REZ8SHq .pv_8FE055g{border-bottom:1px solid var(--pv-color-gray-5);width:100%;height:80px;min-height:80px}.pv_REZ8SHq .pv_8FE055g .pv_rB5fmMo{justify-content:space-between;align-items:center;gap:var(--pv-size-base-2);height:100%;display:flex}.pv_REZ8SHq .pv_8FE055g .pv_rB5fmMo .pv_q9QlRU7{flex-grow:1}.pv_REZ8SHq .pv_LBJKknn{padding:var(--pv-size-base-6) 0;overflow-y:auto}.pv_REZ8SHq .pv_rB5fmMo{max-width:740px;padding-left:var(--pv-size-base-6);padding-right:var(--pv-size-base-6);margin:0 auto;width:100%!important}.pv_REZ8SHq .pv_4Y-e5ai{gap:var(--pv-size-base-2);flex-direction:column;display:flex}.pv_REZ8SHq .pv_egbD1Gu{width:200px}.pv_REZ8SHq .pv_ElrV8CY{width:30px;height:30px}.pv_REZ8SHq .pv_ElrV8CY .pv_6HoXCTk{width:30px;height:30px;color:var(--pv-color-gray-10);display:block;transform:scale(-1)}.pv_REZ8SHq .pv_0-A1bgr{background-color:var(--pv-color-gray-2);justify-content:center;align-items:center;gap:var(--pv-size-base-6);flex-direction:column;display:flex;position:absolute;inset:0}.pv_-uXGKzR{min-width:200px!important}.pv_IXsvZYB{max-width:870px!important}.pv_IXsvZYB .pv_xp9dJ7J{padding-left:var(--pv-size-base-6);padding-right:var(--pv-size-base-6)}.pv_IXsvZYB .pv_6TzzH4b{max-height:525px}.pv_IXsvZYB .pv_6TzzH4b .pv_2jYoXkQ{padding:var(--pv-size-base) var(--pv-size-base-2) 0 var(--pv-size-base-2);gap:var(--pv-size-base-4) var(--pv-size-base-8);grid-template-columns:35% auto;display:grid}.pv_IXsvZYB .pv_JID9Ig6{padding:var(--pv-size-base-6)}.pv_Q5OhAXE{width:var(--app-sidebar-width);z-index:999;position:fixed;top:0;bottom:0;left:0}.pv_0K7T50s{height:var(--pv-top-header-height);z-index:100;background-color:#f5f7fb;position:sticky;top:0}.pv_En06Tek{height:10px;left:0;right:0;top:var(--pv-top-header-height);z-index:98;background-color:#f5f7fb;position:fixed}.pv_DIZsgWn{background-color:#0000}.pv_DIZsgWn th{top:var(--pv-top-header-height);z-index:99;position:sticky}
