.sn-notifications-container{--sn-success-color:#6fcf97;--sn-success-progress-color:#54aa78;--sn-error-color:#eb5757;--sn-error-progress-color:#c04545;--sn-warning-color:#f2c94c;--sn-warning-progress-color:#c4a64f;--sn-info-color:#51cdf3;--sn-info-progress-color:#54a9c4;--sn-notifications-gap:20px;--sn-notifications-padding:20px;--sn-notify-width:320px;--sn-notify-radius:6px;--sn-notify-transition-timing-function:ease;--sn-notify-transition-duration:.5s;--sn-notify-autoclose-timeout:30s;--sn-notify-padding:.75em;--sn-notify-icon-size:2em;--sn-notify-close-icon-size:1em;--sn-notify-border-size:1px;--sn-notify-border-color:transparent;--sn-notify-border-style:solid;--sn-notify-progress-color:#333;--sn-notify-close-icon-color:#333;--sn-notify-title-color:#333;--sn-notify-text-color:#4d4d4d;--sn-notify-shadow-color:transparent;--sn-notify-progress-height:5px;pointer-events:none;z-index:9999;grid-gap:var(--sn-notifications-gap);align-content:flex-start;gap:var(--sn-notifications-gap);width:100%;max-width:100%;min-height:100vh;max-height:100vh;padding:var(--sn-notifications-padding);display:grid;position:fixed;inset:0}.sn-notifications-container.sn-is-x-center{justify-content:center}.sn-notifications-container.sn-is-y-center{place-content:center flex-end}.sn-notifications-container.sn-is-center{place-content:center}.sn-notifications-container.sn-is-left{justify-content:flex-start}.sn-notifications-container.sn-is-right{justify-content:flex-end}.sn-notifications-container.sn-is-top{align-content:flex-start}.sn-notifications-container.sn-is-bottom{align-content:flex-end}.sn-notify{pointer-events:auto;transition-timing-function:var(--sn-notify-transition-timing-function);transition-duration:var(--sn-notify-transition-duration);transition-properties:transform,opacity;border-radius:var(--sn-notify-radius);background-color:var(--sn-notify-background-color,transparent);border:var(--sn-notify-border-size) var(--sn-notify-border-style) var(--sn-notify-border-color);padding:var(--sn-notify-padding);box-sizing:border-box;width:var(--sn-notify-width);align-items:center;text-decoration:none;display:flex;position:relative;overflow:hidden}.sn-notify-icon{width:var(--sn-notify-icon-size);height:var(--sn-notify-icon-size);color:var(--sn-notify-icon-color);flex-shrink:0;justify-content:center;align-items:center;margin-right:.75em;display:flex}.sn-notify-close{-webkit-user-select:none;user-select:none;cursor:pointer;height:var(--sn-notify-close-icon-size);width:var(--sn-notify-close-icon-size);color:var(--sn-notify-close-icon-color);justify-content:center;align-items:center;display:flex;position:absolute;top:.75em;right:.75em}.sn-notify-title{padding-right:calc(var(--sn-notify-padding) + var(--sn-notify-close-icon-size));color:var(--sn-notify-title-color);font-size:1rem;font-weight:600}.sn-notify-text{color:var(--sn-notify-text-color);margin-top:.25rem;font-size:.875rem}.sn-notify-outline{--sn-notify-background-color:#fff;--sn-notify-border-color:var(--sn-success-color);box-shadow:0 2px 26px var(--sn-notify-shadow-color)}.sn-notify-outline.sn-notify-success{--sn-notify-border-color:var(--sn-success-color);--sn-notify-icon-color:var(--sn-success-color);--sn-notify-shadow-color:#52d7001a}.sn-notify-outline.sn-notify-error{--sn-notify-border-color:var(--sn-error-color);--sn-notify-icon-color:var(--sn-error-color);--sn-notify-shadow-color:#d700001a}.sn-notify-outline.sn-notify-warning{--sn-notify-border-color:var(--sn-warning-color);--sn-notify-icon-color:var(--sn-warning-color);--sn-notify-shadow-color:#f2c94c1a}.sn-notify-outline.sn-notify-info{--sn-notify-border-color:var(--sn-info-color);--sn-notify-icon-color:var(--sn-info-color);--sn-notify-shadow-color:#54afca1a}.sn-notify-outline .sn-notify-title{--sn-notify-title-color:#333}.sn-notify-outline .sn-notify-text{--sn-notify-text-color:#4d4d4d}.sn-notify-outline .sn-notify-close{--sn-notify-close-icon-color:#828282}.sn-notify-filled{--sn-notify-title-color:#333;--sn-notify-text-color:#333;--sn-notify-icon-color:#333;--sn-notify-close-icon-color:#333}.sn-notify-filled.sn-notify-success{--sn-notify-background-color:var(--sn-success-color)}.sn-notify-filled.sn-notify-error{--sn-notify-background-color:var(--sn-error-color)}.sn-notify-filled.sn-notify-warning{--sn-notify-background-color:var(--sn-warning-color)}.sn-notify-filled.sn-notify-info{--sn-notify-background-color:var(--sn-info-color)}.sn-notify-fade{opacity:0;will-change:opacity}.sn-notify-fade-in{opacity:1}.sn-notify-slide{opacity:0;will-change:opacity,transform;transform:translate3d(var(--sn-notify-x),var(--sn-notify-y),0)}.sn-is-left .sn-notify-slide{--sn-notify-x:-100%;--sn-notify-y:0}.sn-is-right .sn-notify-slide,.sn-is-y-center:not(.sn-is-left) .sn-notify-slide{--sn-notify-x:100%;--sn-notify-y:0}.sn-is-top.sn-is-x-center .sn-notify-slide,.sn-is-x-center .sn-notify-slide{--sn-notify-y:-100%;--sn-notify-x:0}.sn-is-bottom.sn-is-x-center .sn-notify-slide{--sn-notify-y:100%;--sn-notify-x:0}.sn-notify-slide-in{opacity:1;transform:translateZ(0)}.sn-notify-autoclose{padding-bottom:calc(var(--sn-notify-padding) + var(--sn-notify-progress-height))}.sn-notify-autoclose.sn-notify-success{--sn-notify-progress-color:var(--sn-success-progress-color)}.sn-notify-autoclose.sn-notify-error{--sn-notify-progress-color:var(--sn-error-progress-color)}.sn-notify-autoclose.sn-notify-warning{--sn-notify-progress-color:var(--sn-warning-progress-color)}.sn-notify-autoclose.sn-notify-info{--sn-notify-progress-color:var(--sn-info-progress-color)}.sn-notify-autoclose:before{content:"";will-change:width;width:100%;height:var(--sn-notify-progress-height);background-color:var(--sn-notify-progress-color);animation:progress var(--sn-notify-autoclose-timeout) linear forwards;border-radius:0 999px 999px 0;display:block;position:absolute;bottom:0;left:0}@keyframes progress{to{width:0%}}._navBar_1yr7o_1{background:#fff;flex-direction:column;width:240px;min-width:240px;margin-bottom:32px;display:flex}._logo_1yr7o_9{justify-content:center;align-items:center;margin-top:13%;margin-bottom:13%;display:flex}._logoImg_1yr7o_16{width:9vw;height:auto}._button_1yr7o_20,._activeButton_1yr7o_21{color:#000;flex:1;width:100%;padding:1.8vh 1.5vw;font-size:1rem;font-weight:500}._button_1yr7o_20:hover,._activeButton_1yr7o_21:hover{cursor:pointer;opacity:.5;background-color:#e9f6fe}._activeButton_1yr7o_21{color:#1890ff;background-color:#e9f6fe;border-left:3px solid #1890ff;padding-left:calc(1.5vw - 3px)}._button_1yr7o_20 img,._activeButton_1yr7o_21 img{width:.8rem;height:auto;margin-top:3px;margin-right:.6vw}@media (width<=1024px){._navBar_1yr7o_1{z-index:1000;height:100%;margin-left:500px;padding-top:64px;position:fixed;top:0;left:0;width:100%!important}._button_1yr7o_20{padding-left:24px!important}._logo_1yr7o_9{display:none;position:absolute}._button_1yr7o_20 img{margin-right:7px}._logoImg_1yr7o_16{display:none}}@media (width<=768px){._navBar_1yr7o_1{z-index:1000;height:100%;margin:44px 0 0;padding-top:20px;position:fixed;top:0;left:0;width:100%!important}._button_1yr7o_20,._activeButton_1yr7o_21{font-size:16px;font-weight:500;padding-left:24px!important}._button_1yr7o_20 img,._activeButton_1yr7o_21 img{width:13px}._logo_1yr7o_9{display:none;position:absolute}._logoImg_1yr7o_16{display:none}}.header{z-index:9999;background-color:#fff;justify-content:center;width:100%;height:56px;display:flex;position:fixed}.header_wrapper{justify-content:space-between;align-items:center;width:100%;display:flex}.header-logo{width:auto;height:32px;margin-right:auto}.menu-button-cross{z-index:999999;width:auto;height:28px}@media (width<=1024px){.menu-button{width:auto;height:15px}.background-active{z-index:10;background-color:#0006;width:100vw;height:100vh;position:fixed;top:0;left:0}.header{padding:12px 0}.header_wrapper{width:608px}}@media (width<=768px){.background-active{display:none!important}.header{height:44px;padding:6px 16px}.menu-button{width:auto;height:10px}}._container_dta2c_1{background-color:#e2e5f0;min-height:100vh;display:flex}._wrapper_dta2c_7{background:#fff;border-radius:20px;margin:32px 40px;padding:1.8% 2%;position:relative}._container_logo_dta2c_15{justify-content:center;margin-top:40px;display:flex}._main_dta2c_21{flex-direction:column;width:100%;max-height:100vh;display:flex;position:relative;overflow-y:scroll}@media (width<=1024px){._container_dta2c_1{flex-direction:column}._wrapper_dta2c_7{flex-direction:column;align-items:center;margin-top:90px;padding:24px 0;display:flex}._cards_dta2c_41,._applications_dta2c_42,._overflow_dta2c_43{width:608px}}@media (width<=767px){._wrapper_dta2c_7{border-radius:0;margin:0;padding:64px 16px}._cards_dta2c_41,._applications_dta2c_42,._overflow_dta2c_43{width:100%}}._wrapper_z376s_1{pointer-events:none;z-index:10000001;background-color:#fff;justify-content:center;width:100vw;height:100vh;display:flex;position:fixed;top:0;left:0}._spiner_z376s_14{margin-top:300px}._content_jmy1a_1{width:100px;height:100px;position:relative}._animated_jmy1a_7{height:100%;animation:2s linear infinite _rotation_jmy1a_1}._animated_jmy1a_7 img{width:100%;height:100%}@keyframes _rotation_jmy1a_1{0%{transform:rotate(360deg)}to{transform:rotate(0)}}._logo_jmy1a_25{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._wrapper_6710x_1{gap:24px;margin-bottom:32px;display:flex}._block_6710x_6{width:25%}._block_6710x_6:not(:last-child){border-right:1px solid #dbe0f2}._value_6710x_12{color:#2c2e35;margin-left:8px}._item_6710x_17{color:#696e7e;margin-top:12px;margin-bottom:8px;font-size:16px;font-weight:400}._title_6710x_25{color:#2c2e35;font-size:18px;font-weight:500}@media (width<=767px){._wrapper_6710x_1{display:block}._block_6710x_6{width:100%;margin-bottom:8px;border-right:none!important;margin-left:0!important}._block_6710x_6:not(:last-child){border-bottom:1px solid #dbe0f2}}.pagination{height:28px;margin-top:24px;display:flex}.page_link{color:#1890ff;background-color:#0000;border:2px solid #1890ff;border-radius:2px;min-width:28px;height:100%;margin-right:6px;padding:6px 4px;font-size:12px;font-weight:400}.page_link:hover{cursor:pointer}.page_link.not_filled{text-align:center;border:none;width:28px;font-weight:600}.page_link.active{color:#fff;background-color:#1890ff}.page_link.switch{background-color:#e2e5f0;border:none}.page_link.switch.left,.page_link.switch.right{width:28px;height:auto}@media (width<=1024px){.pagination{overflow-x:auto}}._block_kiu7q_1{border:1px solid #dbe0f2;border-radius:8px;margin-bottom:8px;padding:16px;font-size:14px;transition:all .5s}._block__component_kiu7q_9{margin-bottom:4px;font-weight:500}._block__value_kiu7q_13{word-break:break-word}._component_kiu7q_17:not(:last-of-type){margin-bottom:10px}._info__block_kiu7q_21{margin-bottom:50px}._noDataIcon_kiu7q_25{justify-content:center;display:flex}._deactivated_kiu7q_30{background:#ffe6ec}._table_1i1o0_1{border:none;border-top:1px solid #dbe0f2;border-left:1px solid #dbe0f2;border-radius:8px;min-width:1400px;padding-bottom:12px;display:grid}._overflow_1i1o0_11{overflow-x:auto}._tr_1i1o0_15{white-space:nowrap;word-break:break-all;text-align:center;background:#eff1f9;border-bottom:1px solid #dbe0f2;border-right:1px solid #dbe0f2;padding:8px;font-size:14px;font-weight:500}._td_1i1o0_27{overflow-wrap:break-word;white-space:normal;word-break:break-word;text-align:center;border:1px solid #dbe0f2;border-top:none;border-left:none;flex-direction:column;justify-content:center;align-items:center;padding:.8vh .9vw;font-size:14px;display:flex}._tableOld_1i1o0_43{table-layout:auto;border-collapse:separate;border-spacing:0;box-sizing:content-box;border:1px solid #dbe0f2;border-radius:8px;width:calc(100% - 2px);min-width:1200px}._mb_1i1o0_54{margin-bottom:30px;overflow-x:auto}._table_1i1o0_1 th,._table_1i1o0_1 td{border-bottom:1px solid #dbe0f2;border-right:1px solid #dbe0f2;padding:8px}._table_1i1o0_1 th:last-child,._table_1i1o0_1 td:last-child{border-right:none}._table_1i1o0_1 tr:last-child td{border-bottom:none}._table_1i1o0_1 tr:first-child th:first-child{border-top-left-radius:8px}._table_1i1o0_1 tr:first-child th:last-child{border-top-right-radius:8px}._table_1i1o0_1 tr:last-child td:first-child{border-bottom-left-radius:8px}._table_1i1o0_1 tr:last-child td:last-child{border-bottom-right-radius:8px}._table_1i1o0_1 th{background:#eff1f9;font-size:14px;font-weight:500}._td_table_1i1o0_97{word-break:normal}._table_1i1o0_1 td,th{text-align:center;border:1px solid #dbe0f2;padding:.8vh .9vw}._table_1i1o0_1 td{overflow-wrap:break-word;word-break:break-word;white-space:normal;font-size:14px}._empty_table_1i1o0_115{text-align:center!important}._empty_table_1i1o0_115 img{margin:46px;width:auto!important;max-width:100%!important;height:auto!important;max-height:100%!important}._table_1i1o0_1 td img{width:1.5vw;max-width:20px;height:auto;display:inline-flex}._trigol__blocks_1v6nj_1{flex-direction:column;gap:20px;display:flex}._exchange_id_1v6nj_7{flex-direction:column;align-items:flex-start;margin:12px 0;display:flex}._exchange_id__input_1v6nj_13{border:2px solid #dbe0f2;border-radius:4px;width:100%;height:43px;padding:10px 12px;font-size:14px}._exchange_id__inputError_1v6nj_21{border-color:#ff3c3c}._exchange_id__input_1v6nj_13::placeholder{color:#8e95b0}._exchange_id__label_1v6nj_27{color:#2c2e35;gap:4px;margin-bottom:4px;font-size:14px;font-weight:400;display:flex}._trigol_field_1v6nj_36{flex-direction:column;align-items:flex-start;margin:12px 0;display:flex}._trigol_field__input_1v6nj_42{border:2px solid #dbe0f2;border-radius:4px;width:100%;height:43px;margin:4px 0;padding:10px 12px;font-size:14px}._trigol_field__inputError_1v6nj_51{border-color:#ff3c3c}._trigol_field__input_1v6nj_42::placeholder{color:#8e95b0}._trigol_field__label_1v6nj_57{color:#2c2e35;gap:2px;margin-bottom:4px;font-size:14px;font-weight:400;display:flex}._trigol_button_1v6nj_66{float:right}._dropdown_1v6nj_70{z-index:1;color:#2c2e35;width:100%;max-width:440px;font-size:14px;font-weight:400;position:relative}._dropdown_head_1v6nj_80{background-color:#eff1f9;border:1px solid #dbe0f2;border-radius:4px;justify-content:space-between;align-items:center;margin-bottom:6px;padding:10px 12px;display:flex}._dropdown_head_1v6nj_80:hover,._dropdown__li_1v6nj_92:hover{cursor:pointer;background-color:#dbe0f2}._dropdown_head_1v6nj_80 img{width:14px;height:14px}._dropdown__ul_1v6nj_102{background-color:#eff1f9;border:1px solid #dbe0f2;border-radius:4px;width:100%;padding:0;list-style-type:none;position:absolute}._dropdown__li_1v6nj_92{padding:10px 12px}._dropdown__li_1v6nj_92:not(:last-child){border-bottom:1px solid #dbe0f2;text-decoration:none}._applications_table_filter_1v6nj_121{margin-bottom:16px;margin-right:8px}._application_filter_button_1v6nj_126{color:#8e95b0;background-color:#0000;border:1.2px solid #dbe0f2;border-radius:70px;margin-right:8px;padding:4px 16px;font-size:14px;font-weight:400}._application_filter_button_1v6nj_126:hover{cursor:pointer}._application_filter_button_1v6nj_126._active_1v6nj_141{color:#fff;background-color:#1890ff;border-color:#1890ff}._input_1v6nj_147{border:1px solid #aaa;outline:none;width:100%;height:40px;margin-bottom:12px;margin-left:5px;padding:10px 12px}._file__input_1v6nj_157{cursor:pointer;border:1px solid #000;border-radius:2px;width:100%;margin:16px 0;padding:8px 4px}._file__button_1v6nj_166{cursor:pointer;border:none;margin-left:auto;padding:4px 8px;display:flex}._checkImage_1v6nj_174{margin-top:8px;width:100%!important;max-width:100%!important;height:auto!important}._link_1v6nj_181{cursor:pointer;color:#00f}._error_1v6nj_186{color:#f33;margin-bottom:12px;font-size:14px}._button_9qdj2_1{text-align:center;color:#fff;opacity:1;background-color:#1890ff;border:2px solid #1890ff;border-radius:4px;padding:8px 16px;font-size:14px;font-weight:500;transition:all .3s}._button_9qdj2_1._notFilled_9qdj2_14{color:#1890ff;background-color:#fff}._button_9qdj2_1:hover{opacity:.5;cursor:pointer;border:2px solid #1890ff;outline:none}._button_9qdj2_1:active{border:2px solid #1890ff;outline:none}._button_9qdj2_1._disabled_9qdj2_31{color:#8e95b0;cursor:default;background-color:#e2e5f0;border:2px solid #e2e5f0}._button_9qdj2_1._disabled_9qdj2_31:active{border:2px solid #e2e5f0}._button_9qdj2_1._disabled_9qdj2_31:hover{opacity:1;background-color:#e2e5f0;border:2px solid #e2e5f0}._inputBlock_cedpt_1{flex-direction:column;gap:4px;display:flex}._title_cedpt_7{color:#2c2e35;gap:4px;font-size:14px;font-weight:400;display:flex}._field_cedpt_15{touch-action:manipulation;background:#fff;border:2px solid #dbe0f2;border-radius:4px;flex-grow:1;width:100%;height:43px;padding:0 12px;font-size:14px}._field_cedpt_15._error_cedpt_26{border:1.5px solid #fe5b37!important}._field_cedpt_15:disabled{background:#e2e5f0}._field_cedpt_15:focus{color:#2c2e35;outline:none}._field_cedpt_15::placeholder{color:#8e95b0}._input_cedpt_1{display:flex;position:relative}._input_cedpt_1 img{position:absolute;top:50%;transform:translateY(-50%);height:auto!important}._imgLeft_cedpt_53{left:12px}._imgRight_cedpt_56{right:12px}._imgRight_cedpt_56:hover{cursor:pointer}._errorSpan_cedpt_62{color:#ea3323;font-size:14px;font-weight:400;line-height:20px}._password_cedpt_69{-webkit-text-security:disc}._background_19a1b_1{opacity:1;pointer-events:all;z-index:12990;word-break:keep-all;background-color:#0006;justify-content:center;align-items:center;width:100vw;height:100svh;display:flex;position:fixed;top:0;left:0}._wrapper_19a1b_17{background-color:#fff;border-radius:20px;width:520px;height:fit-content;max-height:calc(100svh - 48px);padding:24px;overflow-y:auto}._content_19a1b_26{white-space:pre-wrap;position:relative}._cross_19a1b_30{position:absolute;top:0;right:0}._cross_19a1b_30:hover{cursor:pointer}._content_19a1b_26 h3{color:#2c2e35;font-size:18px;font-weight:500}._content_19a1b_26 p{overflow-wrap:break-word;color:#2c2e35;white-space:normal;font-size:16px;font-weight:400;line-height:20px}@media (width<=768px){._background_19a1b_1{box-sizing:border-box}._wrapper_19a1b_17{width:100%;max-height:calc(100% - 32px);margin:16px;overflow:auto}}._wrapper_ciapu_1{gap:24px;margin-bottom:32px;display:flex}._block_ciapu_7{width:25%}._block_ciapu_7:not(:last-child){border-right:1px solid #dbe0f2}._value_ciapu_15{color:#2c2e35;margin-left:8px}._item_ciapu_20{color:#696e7e;margin-top:12px;margin-bottom:8px;font-size:16px;font-weight:400}._title_ciapu_28{color:#2c2e35;margin-bottom:16px;font-size:20px;font-weight:500}._block_ciapu_7 p{margin-left:12px;font-weight:400}._button_ciapu_79{margin-bottom:12px}._input_ciapu_83{background:#fff;border:none;border-radius:2px;outline:2px solid #dbe0f2;width:100%;height:36px;margin:4px 0 0;padding:12px}._input__title_ciapu_93{margin-bottom:4px;font-size:14px;font-weight:700}._inputDisabled_ciapu_98{background:#e2e5f0}._input_ciapu_83::placeholder{color:#8e95b0}._form_ciapu_105{margin-top:16px}._form__title_ciapu_108{margin-bottom:16px;padding-right:48px}._mt_3_ciapu_113{margin-top:12px}._form_ciapu_105 ._error_ciapu_117{color:#ff3c3c;font-size:12px}._buttons_ciapu_122{justify-content:flex-end;align-self:flex-end;gap:16px;margin-top:16px;display:flex}@media (width<=1024px){._block_ciapu_7{display:block}._block_ciapu_7 p{margin-left:0}}@media (width<=767px){._block_ciapu_7{margin-bottom:8px;border-right:none!important;margin-left:0!important}._wrapper_ciapu_1{display:block}._block_ciapu_7{width:100%;margin-bottom:8px;border-right:none!important;margin-left:0!important}._block_ciapu_7:not(:last-child){border-bottom:1px solid #dbe0f2}}@media (width<=1024px){._block_9czkh_8{display:block}._block_9czkh_8 p{margin-left:0}._overflow_9czkh_1{max-width:600px}}@media (width<=634px){._overflow_9czkh_1{width:100%}}._inputBlock_vdspm_1{flex-direction:column;gap:4px;display:flex}._title_vdspm_7{color:#2c2e35;gap:4px;font-size:14px;font-weight:400;display:flex}._field_vdspm_15{border:2px solid #dbe0f2;border-radius:4px;width:100%;padding:10px 12px;font-size:14px}._field_vdspm_15._error_vdspm_22{border:1.5px solid #fe5b37}._field_vdspm_15:focus{color:#2c2e35;outline:none}._field_vdspm_15::placeholder{color:#8e95b0}._input_vdspm_1{display:flex;position:relative}._input_vdspm_1 img{position:absolute;top:50%;transform:translateY(-50%);height:auto!important}._imgLeft_vdspm_46{left:12px}._imgRight_vdspm_49{right:12px}._imgRight_vdspm_49:hover{cursor:pointer}._background_gltgl_1{background-color:#e2e5f0;height:100vh;padding:40px 80px}._container_gltgl_6{background-color:#fff;border-radius:20px;justify-content:center;height:100%;padding-top:100px;display:flex;overflow-y:auto}@media (width<=1024px){._background_gltgl_1{padding:40px}._container_gltgl_6{height:fit-content;padding:120px 0}}@media (width<=768px){._background_gltgl_1{padding:16px}._container_gltgl_6{padding:24px 16px}}._qr_1df9e_5{transition:all .3s}._qr__text_1df9e_9{text-align:center}._qr__image_1df9e_13{width:300px;margin:0 auto;display:block}._toggle_1df9e_19{cursor:pointer;border:none;border-radius:3px;margin:12px auto;padding:4px 8px;display:block}._wrapper_1df9e_28{width:460px}._logo_1df9e_32{width:200px;height:60px;margin-bottom:8px}._wrapper_1df9e_28 h1{color:#2c2e35;text-align:center;margin-bottom:24px;font-size:20px;font-weight:500}._wrapper_1df9e_28 span{color:#1890ff;font-size:14px;font-weight:500}._wrapper_1df9e_28 span:hover{cursor:pointer;opacity:.5}._form_1df9e_57 p{color:#fe5b37;font-size:14px;font-weight:400}._email_1df9e_63{color:#1890ff;align-items:center;gap:8px;font-size:16px;font-weight:400;text-decoration:none;display:flex}._description_1df9e_73{margin-top:8px;font-size:12px}@media (width<=1024px){._wrapper_1df9e_28{width:448px}}@media (width<=768px){._wrapper_1df9e_28{width:100%}._logo_1df9e_32{width:134px;height:40px;margin-bottom:24px}}*{margin:0}._wrapper_8vvpn_5{width:460px}._logo_8vvpn_9{width:200px;height:60px;margin-bottom:8px}._wrapper_8vvpn_5 h1{color:#2c2e35;text-align:center;margin-bottom:24px;font-size:20px;font-weight:500}._wrapper_8vvpn_5 span{color:#1890ff;font-size:14px;font-weight:500}._wrapper_8vvpn_5 span:hover{cursor:pointer;opacity:.5}._form_8vvpn_34 p{color:#fe5b37;font-size:14px;font-weight:400}._email_8vvpn_40{color:#1890ff;align-items:center;gap:8px;font-size:16px;font-weight:400;text-decoration:none;display:flex}@media (width<=1024px){._wrapper_8vvpn_5{width:448px}}@media (width<=768px){._wrapper_8vvpn_5{width:100%}._logo_8vvpn_9{width:134px;height:40px;margin-bottom:24px}}._settingsWrapper_s9iw3_1 h1{color:#2c2e35;margin-bottom:21px;font-size:20px;font-weight:500}._settingsInfo_s9iw3_7{gap:8px;margin-bottom:16px;font-size:16px;display:flex}._settingsInfo_s9iw3_7 p{color:#696e7e;font-weight:400}._settingsInfo_s9iw3_7 b{color:#2c2e35;font-weight:500}._tokenStatus_rk7f3_1{color:#4db84b;font-size:14px;font-weight:500}._tokenContainer_rk7f3_6{border:1px solid #dbe0f2;border-radius:8px;margin-top:24px;padding:8px}._tokenContainer_rk7f3_6 div{gap:4px;margin-bottom:16px;display:flex}._textToken_rk7f3_17{word-break:break-all;width:100%}._copy_rk7f3_22{opacity:1;width:20px;height:20px}._copy_rk7f3_22:hover{opacity:.5;cursor:pointer}._token_rk7f3_1{width:100%}._select_ezhpl_1{min-height:43px}._select_ezhpl_1 input{font-size:14px;padding:2px 6px!important}._select_ezhpl_1 input::placeholder{color:#8e95b0}._close_ezhpl_12{color:#ccc;z-index:1;cursor:pointer;border-right:1px solid #ccc;justify-content:center;align-items:center;padding:2px 8px;display:flex;top:33px;right:36px}._close_ezhpl_12 svg{width:20px;height:20px}._menu_ezhpl_29{max-height:400px}@media (height<=800px){._menu_ezhpl_29{max-height:300px}}._label_ezhpl_38{gap:4px;display:flex}._label__required_ezhpl_42{color:red}._label__name_ezhpl_45{color:#000;margin-bottom:4px;font-size:14px;font-weight:400}._input_ezhpl_52{width:100%;margin-bottom:16px}._selected_ezhpl_57{flex-wrap:wrap;gap:4px;display:flex}._selected__item_ezhpl_62{box-sizing:border-box;text-overflow:ellipsis;white-space:nowrap;color:#333;background-color:#e6e6e6;border-radius:2px;align-items:center;min-width:0;padding-left:6px;font-size:85%;display:flex;overflow:hidden}._selected__remove_ezhpl_76{color:#000;cursor:pointer;justify-content:center;align-items:center;width:24px;height:24px;margin-left:4px;font-weight:700;transition:all .3s;display:flex}._selected__remove_ezhpl_76 svg{width:18px;height:18px}._selected__remove_ezhpl_76:hover{background-color:#ffbdad}._selected__remove_ezhpl_76:hover svg path{stroke:#de350b}._status_ru82e_1{font-size:12px;font-weight:500;line-height:16px}._status_ru82e_1 span{border-radius:6px;padding:2px 8px}._offline_ru82e_10{color:#fe5b37;background-color:#ffdcd4}._online_ru82e_14{color:#4db84b;background-color:#d4fbd4}._deviceInfo_10rth_1{flex-direction:column;gap:2px;display:flex}._deviceInfo_10rth_1 p{color:#2c2e35;font-size:14px;font-style:normal;font-weight:400;line-height:20px}._deviceInfo_10rth_1 span{color:#8e95b0;font-size:12px;font-style:normal;font-weight:400;line-height:16px}._actions_t99bp_1{flex-direction:column;gap:8px;display:flex}._actions_t99bp_1 span{opacity:1;font-size:14px;font-style:normal;font-weight:500;line-height:20px}._actions_t99bp_1 span:hover{opacity:.5;cursor:pointer}._status_t99bp_17{color:#ffa216;font-size:14px;font-style:normal;font-weight:500;line-height:20px}._content_t99bp_24{border:2px solid #dbe0f2;border-radius:8px;margin-top:24px;padding:8px}._token_t99bp_30{flex-direction:row;gap:6px;margin-bottom:16px;display:flex}._textToken_t99bp_36{overflow-wrap:break-word;word-wrap:break-word;word-break:break-all;white-space:normal}._copy_t99bp_42{opacity:1;transition:all .5s;width:20px!important;height:fit-content!important}._copy_t99bp_42:hover{cursor:pointer;opacity:.5}._token_t99bp_30{width:100%!important;max-width:100%!important;height:auto!important}@media (width<=1024px){._actions_t99bp_1 span{text-align:right}}@media (width<=768px){._actions_t99bp_1 span{text-align:center}._actions_t99bp_1{flex-direction:row;gap:16px}}._overflow_1tfhl_1{overflow-x:auto}@media (width<=1024px){._overflow_1tfhl_1{max-width:600px}}@media (width<=634px){._overflow_1tfhl_1{width:100%}}*{box-sizing:border-box}.card_title{margin-bottom:16px;font-size:20px;font-weight:500}.card_active{margin-bottom:8px;font-size:14px;font-weight:500}.add_card_button{color:#fff;background:#1890ff;border:1px solid #1890ff;border-radius:4px;width:9vw;height:4vh;margin-bottom:16px;font-size:1vw;position:absolute;top:0;right:0}.forget_password_title{font-size:1.7vh;font-weight:500}.forget_password_text{margin-top:-.5vh;margin-bottom:1vh;font-size:1.5vh;font-weight:400}.link-style{text-decoration:none}.add_card_input{box-shadow:none!important}@media (width<=1024px){.add_card_button{width:142px;height:36px;margin-bottom:24px;font-size:14px;position:static}}@media (width<=767px){.wrapper{padding:80px 16px 16px}}.cardsContainer{background-color:#e2e5f0;justify-content:space-between;width:100%;min-height:100vh;display:flex;overflow:hidden}.cardsWrapper{box-sizing:border-box;background:#fff;border-radius:20px;height:100%;margin:32px 40px;padding:1.8% 2%;position:relative}.cardContent{flex-direction:column;width:calc(100% - 250px);display:flex;position:relative}@media (width<=1024px){.cardsContainer{flex-direction:column}.cardsWrapper{flex-direction:column;align-items:center;width:90%;margin-top:90px;padding:24px 0;display:flex}.cardContent{width:auto}.cards,.applications,.overflow{width:100%;max-width:608px}}@media (width<=767px){.cardsWrapper{border-radius:0;width:100%;margin:0;padding:64px 16px}.cards,.applications,.overflow{width:100%}}._switch_cards_1y25c_1{background-color:#e2e5f0;border-radius:35px;justify-content:center;width:157px;margin-bottom:16px;padding:1px;display:flex}._switch_cards_off_1y25c_10,._switch_cards_on_1y25c_11{opacity:1;background-color:#0000;border:none;width:100%;padding:2px 12px;font-size:12px;font-weight:400;transition:all .5s}._switch_cards_off_1y25c_10:hover,._switch_cards_on_1y25c_11:hover{cursor:pointer;opacity:.5;background-color:#1890ff;border-radius:60px}._switch_cards_off_1y25c_10._active_1y25c_29,._switch_cards_on_1y25c_11._active_1y25c_29{color:#fff;background-color:#1890ff;border-radius:60px}@media (width<=1024px){._switch_cards_1y25c_1{background-color:#0000;border-radius:0;width:100%;padding:1px}._switch_cards_1y25c_1 input{background-color:#e2e5f0;border-radius:60px;height:32px}._switch_cards_1y25c_1 input:first-child{margin-right:16px}}._checkboxContainer_oh8by_1{align-items:center;gap:8px;display:flex}._title_mwi19_1{color:#2c2e35;gap:4px;margin-bottom:4px;font-size:14px;font-weight:400;display:flex}._selected_mwi19_9{color:#2c2e35}._placeholder_mwi19_12{color:#8e95b0;white-space:pre;max-width:calc(100% - 17px);overflow:hidden}._selectorHead_mwi19_18{cursor:pointer;border:2px solid #dbe0f2;border-radius:4px;justify-content:space-between;align-items:center;margin-bottom:6px;padding:10px 12px;font-size:14px;font-weight:400;display:flex}._selectorHead_mwi19_18._error_mwi19_31{border:1px solid #fe5b37}._selectorHead_mwi19_18 img{width:14px;height:14px}._selectorWrapper_mwi19_39{z-index:100;width:100%;position:relative}._selector_mwi19_18{background-color:#fff;border:2px solid #dbe0f2;border-radius:4px;width:100%;max-height:220px;position:absolute;overflow-y:auto}._selector_mwi19_18::-webkit-scrollbar{display:none}._selectorScrollable_mwi19_59{scrollbar-width:thin;scrollbar-color:#c2c8de transparent}._selectorScrollable_mwi19_59::-webkit-scrollbar{width:8px;display:block}._selectorScrollable_mwi19_59::-webkit-scrollbar-thumb{background-color:#c2c8de;border-radius:4px}._selectorScrollable_mwi19_59::-webkit-scrollbar-track{background-color:#0000}._searchBox_mwi19_79{z-index:1;background-color:#fff;border-bottom:2px solid #dbe0f2;padding:8px;position:sticky;top:0}._searchInput_mwi19_88{box-sizing:border-box;color:#2c2e35;border:2px solid #dbe0f2;border-radius:4px;outline:none;width:100%;padding:8px 10px;font-size:14px;font-weight:400}._searchInput_mwi19_88::placeholder{color:#8e95b0}._option_mwi19_104{color:#2c2e35;font-size:14px;font-weight:400;position:relative}._option_mwi19_104:not(:last-child){border-bottom:2px solid #dbe0f2}._option_mwi19_104 label input{display:none;position:absolute}._option_mwi19_104 label{width:100%;padding:12px;display:flex}._option_mwi19_104 label:hover{cursor:pointer;background-color:#dbe0f2}._textEllipsis_mwi19_131{white-space:nowrap;text-overflow:ellipsis;min-width:0;overflow:hidden}._myInput_rlcf9_1::placeholder{color:#8e95b0}._errorItem_rlcf9_5{margin-bottom:12px}._block_rlcf9_9{grid-template-columns:repeat(2,calc(50% - 5px));gap:8px;width:100%;margin-bottom:12px;display:grid}._mb_2_rlcf9_17{margin-bottom:8px}._select_rlcf9_21{border:2px solid #dbe0f2;border-radius:4px;width:100%;height:43px;padding:10px 12px;font-size:14px;font-weight:400}._row_rlcf9_31{margin-bottom:12px}._timeWorkWrapper_rlcf9_35{border:2px solid #dbe0f2;border-radius:4px;flex-direction:column;gap:8px;width:100%;margin-bottom:10px;padding:12px;display:flex}._timeWorkContainer_rlcf9_47{gap:8px;width:100%;display:flex}._timeWorkCheckbox_rlcf9_53{align-items:center;gap:8px;display:flex}._input_x7cfw_1{background:#fff;border:none;border-radius:2px;outline:2px solid #dbe0f2;width:100%;height:36px;margin:4px 0 0;padding:12px}._inputDisabled_x7cfw_11{background:#e2e5f0}._input_x7cfw_1::placeholder{color:#8e95b0}._dialog_ixllh_1{z-index:9998!important}._content_ixllh_5{padding:32px}._close_ixllh_9{cursor:pointer}._title_ixllh_13{justify-content:space-between;align-items:center;margin:0 0 4px;font-size:22px;font-weight:700;display:flex}._error_ixllh_23{color:#ff3c3c}._description_ixllh_27{color:#0008;margin:0 0 16px;font-size:12px;font-weight:500}._user_ixllh_35{border:2px solid #dbe0f2;border-radius:4px;justify-content:space-between;align-items:flex-end;padding:8px;font-size:12px;display:flex}._user_ixllh_35:not(:last-of-type){margin-bottom:8px}._user__items_ixllh_47{flex-direction:column;align-items:flex-start;gap:2px;display:flex}@media (width<=600px){._user_ixllh_35{flex-direction:column;align-items:flex-start;gap:8px}._remove_ixllh_60{align-self:flex-end}}._label_ixllh_64{margin-right:4px;font-weight:700}._save_ixllh_69{justify-content:center;width:100%;margin-top:24px;display:flex}._remove_ixllh_60{cursor:pointer}._title_10sev_1{color:#2c2e35;gap:4px;margin-bottom:4px;font-size:14px;font-weight:400;display:flex}._selected_10sev_10{color:#2c2e35}._placeholder_10sev_14{color:#8e95b0}._selectorHead_10sev_18{cursor:pointer;border:2px solid #dbe0f2;border-radius:4px;justify-content:space-between;align-items:center;margin-bottom:6px;padding:10px 12px;font-size:14px;font-weight:400;display:flex}._selectorHead_10sev_18._error_10sev_31{border:1px solid #fe5b37}._selectorHead_10sev_18 img{width:14px;height:14px}._selectorWrapper_10sev_40{z-index:100;width:100%;position:relative}._selector_10sev_18{background-color:#fff;border:2px solid #dbe0f2;border-radius:4px;width:100%;max-height:220px;position:absolute;overflow-y:auto}._selector_10sev_18::-webkit-scrollbar{display:none}._option_10sev_60{color:#2c2e35;font-size:14px;font-weight:400;position:relative}._option_10sev_60:not(:last-child){border-bottom:2px solid #dbe0f2}._option_10sev_60 label input{display:none;position:absolute}._option_10sev_60 label{width:100%;padding:12px;display:flex}._option_10sev_60 label:hover{cursor:pointer;background-color:#dbe0f2}._switch_8fgmg_1{width:44px;height:22px;display:inline-block;position:relative}._switch_8fgmg_1 input{opacity:0;width:0;height:0}._slider_8fgmg_14{cursor:pointer;background-color:#e2e5f0;transition:all .4s;position:absolute;inset:0}._slider_8fgmg_14:before{content:"";background-color:#fff;width:18px;height:18px;transition:all .4s;position:absolute;bottom:2px;left:2px}input:checked+._slider_8fgmg_14{background-color:#1890ff}input:checked+._slider_8fgmg_14:before{transform:translate(22px)}._slider_8fgmg_14._round_8fgmg_47{border-radius:32px}._slider_8fgmg_14._round_8fgmg_47:before{border-radius:50%}._wrapper_8fgmg_55{flex-direction:column;gap:12px;display:flex}._email_8fgmg_60{color:#1890ff;align-items:center;gap:8px;margin-bottom:10px;font-size:16px;font-weight:400;text-decoration:none;display:flex}.table td .change_value_input{text-align:left;width:100%;box-shadow:none;background-color:#0000;border:1px solid #1890ff;border-radius:2px;padding:4px 6px;font-size:14px;font-weight:400}._wrapper_2h6i1_1{gap:16px;width:fit-content;height:20px;margin-left:10px;display:flex}._wrapper_2h6i1_1 img{width:20px;height:20px;transition:all .5s}._wrapper_2h6i1_1 img:hover{opacity:.5;cursor:pointer}._user_2h6i1_20{color:#fff;cursor:pointer;background:#217ce5;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:12px;transition:all .3s;display:flex}._user_2h6i1_20:hover{opacity:.5}@media (width<=640px){._wrapper_2h6i1_1{margin-left:0}}._dialog_82aha_1{z-index:9998!important}._content_82aha_5{padding:32px}._close_82aha_9{cursor:pointer}._title_82aha_13{justify-content:space-between;align-items:center;margin:0 0 4px;font-size:22px;font-weight:700;display:flex}._error_82aha_23{color:#ff3c3c}._description_82aha_27{color:#0008;margin:0 0 16px;font-size:12px;font-weight:500}._user_82aha_35{border:2px solid #dbe0f2;border-radius:4px;justify-content:space-between;align-items:flex-end;padding:8px;font-size:12px;display:flex}._user_82aha_35:not(:last-of-type){margin-bottom:8px}._user__items_82aha_47{flex-direction:column;align-items:flex-start;gap:2px;display:flex}._remove_82aha_54{cursor:pointer;padding-left:16px}@media (width<=600px){._user_82aha_35{flex-direction:column;align-items:flex-start;gap:8px}._remove_82aha_54{align-self:flex-end}}._label_82aha_69{margin-right:4px;font-weight:700}._save_82aha_74{justify-content:center;width:100%;margin-top:24px;display:flex}._switch_1ghsr_1{width:44px;height:22px;display:inline-block;position:relative}._switch_1ghsr_1 input{opacity:0;width:0;height:0}._slider_1ghsr_14{cursor:pointer;background-color:#e2e5f0;transition:all .4s;position:absolute;inset:0}._slider_1ghsr_14:before{content:"";background-color:#fff;width:18px;height:18px;transition:all .4s;position:absolute;bottom:2px;left:2px}input:checked+._slider_1ghsr_14{background-color:#1890ff}input:checked+._slider_1ghsr_14:before{transform:translate(22px)}._slider_1ghsr_14._round_1ghsr_48{border-radius:32px}._slider_1ghsr_14._round_1ghsr_48:before{border-radius:50%}._edit_11bpe_1{transition:all;padding:0 8px!important}._deactivated_11bpe_6{background:#ffe6ec}.wrapper_error{background-color:#e2e5f0;width:100vw;height:100vh;padding:80px 40px}.error_page{justify-content:center;margin-top:20px;display:flex}.error_page_wrapper{width:45%;max-width:480px}.error_icon{justify-content:center;display:flex}.error_icon img{width:auto;height:100%}.error_code{text-align:center;color:#1890ff;margin-bottom:8px;font-size:70px;font-weight:800}.error_text{text-align:center;color:#2c2e35;margin-bottom:24px;font-size:26px;font-weight:600}.error_button{text-align:center;color:#fff;background:#1890ff;border:1px solid #1890ff;border-radius:4px;width:100%;padding:8px 16px;font-size:1.2em}@media (width<=1024px){.wrapper_error{background-color:#e2e5f0;width:100vw;height:100vh;padding:80px 40px}.error_page{background-color:#fff;border-radius:20px;width:100%;padding:60px 248px}.error_page_wrapper{width:100%;height:100%}.error_icon img{width:300px;height:auto}.error_code{font-size:60px}.error_text{font-size:20px}.error_button{height:36px;font-size:14px}}@media (width<=767px){.error_page{padding:24px 16px}.error_icon img{width:180px;height:auto}.error_code{font-size:50px}.error_text{font-size:16px}}._title_1l0iv_1{color:#2c2e35;margin-bottom:16px;font-size:20px;font-weight:500}._block_1l0iv_8{color:#262626;margin-bottom:16px;font-size:16px;font-weight:500;display:flex}._block_1l0iv_8 p{margin-left:12px;font-weight:400}._button_1l0iv_21{margin-bottom:12px}._input_1l0iv_25{background:#fff;border:none;border-radius:2px;outline:2px solid #dbe0f2;width:100%;height:36px;margin:4px 0 0;padding:12px}._input__title_1l0iv_35{margin-bottom:4px;font-size:14px}._inputDisabled_1l0iv_39{background:#e2e5f0}._input_1l0iv_25::placeholder{color:#8e95b0}._form_1l0iv_46{flex-wrap:wrap;gap:16px;margin-bottom:32px;display:flex}._form__item_1l0iv_52{flex:0 0 calc(25% - 12px)}._form__title_1l0iv_55{margin-bottom:16px;padding-right:48px}._mt_3_1l0iv_60{margin-top:12px}._buttons_1l0iv_64{justify-content:flex-end;align-self:flex-end;gap:16px;margin-bottom:2px;display:flex}._error_1l0iv_72{color:#f33;font-size:14px;position:absolute}._reset_1l0iv_78{color:#1890ff;text-align:center;opacity:1;background-color:#fff;border:2px solid #1890ff;border-radius:4px;padding:8px 16px;font-size:14px;font-weight:500;text-decoration:none;transition:all .3s}._date_1l0iv_92{width:100%}._date_1l0iv_92>div{border:2px solid #dbe0f2;border-radius:4px;height:43px}._date_1l0iv_92 fieldset{border:none!important}@media (width<=1024px){._block_1l0iv_8{display:block}._block_1l0iv_8 p{margin-left:0}._form__item_1l0iv_52{flex-basis:calc(33.33% - 11px)}._buttons_1l0iv_64{margin-bottom:6px}}@media (width<=650px){._error_1l0iv_72{position:static}._form__item_1l0iv_52{flex-basis:calc(50% - 8px)}}@media (width<=440px){._form__item_1l0iv_52{flex-basis:100%}}._icon_6mgil_1{width:24px;height:24px}._warning_aajy0_1:hover,._error_aajy0_5:hover{cursor:pointer}._warning_aajy0_1,._error_aajy0_5{margin-bottom:8px;display:flex}._warning_aajy0_1 div{color:#ffa216;font-size:14px;font-weight:400}._error_aajy0_5 div{color:#fe5b37;font-size:14px;font-weight:400}._warning_aajy0_1 img,._error_aajy0_5 img{height:20px;margin-right:6px}@media (width<=767px){._wrapper_c0fqp_1{display:block}._block_c0fqp_7{width:100%;margin-bottom:8px;border-right:none!important;margin-left:0!important}._block_c0fqp_7:not(:last-child){border-bottom:1px solid #dbe0f2}}._wrapper_mih1b_1{gap:24px;width:100%;margin-bottom:16px;display:flex}._block_mih1b_7{display:flex;position:relative}._value_mih1b_11,._title_mih1b_12{font-size:16px;font-weight:400}._title_mih1b_12{color:#696e7e;margin-right:8px}._value_mih1b_11{color:#2c2e35}._value_mih1b_11._header_mih1b_23{opacity:1;align-items:center;gap:8px;transition:all .5s;display:flex}._value_mih1b_11._header_mih1b_23 img{width:14px;height:14px}._value_mih1b_11._header_mih1b_23:hover{cursor:pointer;opacity:.5}._selector_mih1b_38{z-index:1000;background-color:#fff;border:2px solid #dbe0f2;border-radius:6px;width:169px;position:absolute;top:30px;right:0}._option_mih1b_48{color:#2c2e35;padding:12px;font-size:14px;font-weight:400;line-height:20px;transition:all .5s}._option_mih1b_48:hover{cursor:pointer;background-color:#dbe0f2}._option_mih1b_48:not(:last-child){border-bottom:2px solid #dbe0f2}@media (width<=768px){._wrapper_mih1b_1{flex-direction:column;gap:8px}._block_mih1b_7{flex-direction:column;gap:4px}._selector_mih1b_38{top:52px;left:0}}._overflow_rwrfy_1{background-color:#eff1f9;border-radius:8px;margin-bottom:28px;padding-bottom:4px;overflow-x:auto}._wrapper_rwrfy_9{color:#696e7e;min-width:1000px;padding:12px 24px;font-size:16px;font-weight:400;display:flex}._block_rwrfy_17{white-space:pre;padding-right:24px;display:flex}._item_rwrfy_22{color:#2c2e35;align-items:center;gap:12px;margin-left:4px;font-weight:500;display:flex}._item_rwrfy_22 p{align-items:center;gap:2px;display:flex}@media (width<=1024px){._wrapper_rwrfy_9{min-width:auto;overflow-x:auto}}@media (width<=767px){._wrapper_rwrfy_9{margin-bottom:24px;padding:12px 16px;display:block}._block_rwrfy_17:not(:last-child){margin-bottom:8px}}._overflow_kyl5i_1{height:100%}._title_kyl5i_5{margin-bottom:8px;font-size:20px;font-weight:500}._change_amount_kyl5i_11:hover{cursor:pointer}._no-data-icon_kyl5i_15{justify-content:center;display:flex}@media (width<=1024px){._overflow_kyl5i_1{max-width:600px}}@media (width<=634px){._overflow_kyl5i_1{width:100%}}._button_b4xcx_1{color:#1890ff;font-size:14px;font-weight:500;line-height:20px;transition:all .5s}._button_b4xcx_1:hover{opacity:.5;cursor:pointer}._notOk_b4xcx_12{color:#8e95b0;flex-direction:column;gap:2px;font-size:14px;font-weight:400;line-height:20px;display:flex}._notOk_b4xcx_12 span{color:#ffa216;font-size:12px;font-weight:400;line-height:16px}._ok_b4xcx_27{color:#2c2e35;flex-direction:column;gap:2px;font-size:14px;font-weight:400;line-height:20px;display:flex}._ok_b4xcx_27 span{color:#4db84b;font-size:12px;font-weight:400;line-height:16px}._declined_b4xcx_42{color:#2c2e35;flex-direction:column;gap:2px;font-size:14px;font-weight:400;line-height:20px;display:flex}._declined_b4xcx_42 span{color:#fe5b37;font-size:12px;font-weight:400;line-height:16px}._checkImage_95zch_2{width:100%!important;max-width:100%!important;height:auto!important}._link_95zch_8{align-items:center;gap:8px;display:flex}._link_95zch_8 a{color:#444;text-decoration:none}._link_95zch_8 svg{width:24px;height:auto}._wrapper_126jp_1{width:100%;height:100%}._head_126jp_6{justify-content:space-between;align-items:center;gap:4px;height:100%;padding:20px 16px;display:flex}._head_126jp_6._select_active_126jp_15:hover{cursor:pointer;background-color:#dbe0f2}._head_126jp_6 img{width:14px!important;height:14px!important}._head_126jp_6._none_126jp_25{border:none}._wrapper__ul_126jp_29{z-index:1;background-color:#eff1f9;border:1px solid #dbe0f2;width:100%;padding:0;list-style-type:none;position:absolute}._wrapper__li_126jp_39{justify-content:center;align-items:center;height:44px;padding:12px;display:flex}._wrapper__li_126jp_39:hover{cursor:pointer;background-color:#dbe0f2}._wrapper__li_126jp_39:not(:last-child){border-bottom:1px solid #dbe0f2}@media (width<=1024px){._head_126jp_6{border:1px solid #dbe0f2;padding:10px 12px}._head_126jp_6._none_126jp_25{padding:0}._wrapper__ul_126jp_29{width:calc(100% - 32px);margin-top:6px}}._trigger_114p3_1{display:inline-flex}._tooltip_114p3_5{color:#000!important;opacity:1!important;background:#eb5757!important}@media (width<=400px){._tooltip_114p3_5{max-width:200px}}._body_rp84a_1{margin-top:8px}._field_rp84a_5{box-sizing:border-box;color:#2c2e35;border:1px solid #dbe0f2;border-radius:8px;outline:none;width:100%;padding:12px 16px;font-size:16px}._field_rp84a_5:focus{border-color:#4a6cf7}._fieldError_rp84a_20{border-color:#fe5b37}._hint_rp84a_24{color:#696e7e;margin-top:8px;font-size:13px}._error_rp84a_30{color:#fe5b37;margin-top:8px;font-size:13px}._actions_rp84a_36{gap:12px;margin-top:24px;display:flex}._wrapper_c0fqp_1{gap:24px;margin-bottom:32px;display:flex}._block_c0fqp_7{width:25%}._block_c0fqp_7:not(:last-child){border-right:1px solid #dbe0f2}._value_c0fqp_15{color:#2c2e35;margin-left:8px}._item_c0fqp_20{color:#696e7e;margin-top:12px;margin-bottom:8px;font-size:16px;font-weight:400}._title_c0fqp_28{color:#2c2e35;font-size:18px;font-weight:500}@media (width<=767px){._wrapper_c0fqp_1{display:block}._block_c0fqp_7{width:100%;margin-bottom:8px;border-right:none!important;margin-left:0!important}._block_c0fqp_7:not(:last-child){border-bottom:1px solid #dbe0f2}}._overflow_vq06p_1{height:100%}._title_vq06p_5{color:#2c2e35;margin-top:18px;margin-bottom:8px;font-size:20px;font-weight:500;line-height:26px}._out_vq06p_14{margin-bottom:12px}@media (width<=1024px){._overflow_vq06p_1{max-width:600px}}@media (width<=634px){._overflow_vq06p_1{width:100%}}._image_1yq2y_1{cursor:pointer;border-radius:5px;max-width:200px}._hidden_1yq2y_7{display:none}._files_1yq2y_11{cursor:pointer;background-color:#f9f9f9;border:2px dashed gray;border-radius:5px;flex-direction:column;justify-content:center;align-items:center;min-height:100px;padding:4px 8px;display:flex}._files__disabled_1yq2y_23{cursor:default;border:2px dashed #a0a0a0}._error_1yq2y_28{color:#f33;margin-top:8px;font-size:14px}._downloader_1yq2y_34{margin:16px 0}._input_12wrh_1{border:2px solid #dbe0f2;border-radius:4px;width:100%;height:43px;margin:4px 0;padding:10px 12px;font-size:14px}._inputError_12wrh_10{border-color:#ff3c3c}._input_12wrh_1::placeholder{color:#8e95b0}._error_12wrh_17{color:#ff3c3c;margin-top:-2px;margin-bottom:8px;font-size:12px;display:block}._wrapper_1s001_1{width:100%;height:100%}._head_1s001_6{justify-content:space-between;align-items:center;gap:4px;height:100%;padding:20px 16px;display:flex}._head_1s001_6._select_active_1s001_15:hover{cursor:pointer;background-color:#dbe0f2}._head_1s001_6 img{width:14px!important;height:14px!important}._head_1s001_6._none_1s001_25{border:none}._wrapper__ul_1s001_29{z-index:1;background-color:#eff1f9;border:1px solid #dbe0f2;width:100%;padding:0;list-style-type:none;position:absolute}._wrapper__li_1s001_39{justify-content:center;align-items:center;height:62px;padding:12px;display:flex}._wrapper__li_1s001_39:hover{cursor:pointer;background-color:#dbe0f2}._wrapper__li_1s001_39:not(:last-child){border-bottom:1px solid #dbe0f2}@media (width<=1024px){._head_1s001_6{border:1px solid #dbe0f2;padding:10px 12px}._head_1s001_6._none_1s001_25{padding:0}._wrapper__ul_1s001_29{width:calc(100% - 32px);margin-top:6px}}._title_4x1jv_1{color:#2c2e35;margin-bottom:16px;font-size:20px;font-weight:500}._block_4x1jv_8{color:#262626;word-break:break-all;margin-bottom:16px;font-size:16px;font-weight:500;display:flex}._block_4x1jv_8 p{margin-left:12px;font-weight:400}._buttons_container_4x1jv_22{gap:16px;margin-bottom:12px;display:flex}._input_4x1jv_28{background:#fff;border:none;border-radius:2px;outline:2px solid #dbe0f2;width:100%;height:36px;margin:4px 0 0;padding:12px}._input__title_4x1jv_38{margin-bottom:4px;font-size:14px;font-weight:700}._inputDisabled_4x1jv_43{background:#e2e5f0}._input_4x1jv_28::placeholder{color:#8e95b0}._form_4x1jv_50{margin-top:16px}._form__title_4x1jv_53{margin-bottom:16px;padding-right:48px}._mt_3_4x1jv_58{margin-top:12px}._form_4x1jv_50 ._error_4x1jv_62{color:#ff3c3c;font-size:12px}._buttons_4x1jv_22{justify-content:flex-end;align-self:flex-end;gap:16px;margin-top:16px;display:flex}@media (width<=1024px){._block_4x1jv_8{display:block}._block_4x1jv_8 p{margin-left:0}}._overflow_9czkh_1{height:100%;position:relative;overflow-x:auto}@media (width<=1024px){._block_9czkh_8{display:block}._block_9czkh_8 p{margin-left:0}._overflow_9czkh_1{max-width:600px}}@media (width<=634px){._overflow_9czkh_1{width:100%}}._header_1gjte_1{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:16px;display:flex}._form_1gjte_9{flex-direction:column;gap:8px;display:flex}._button_1gjte_15{justify-content:flex-end;margin-top:16px;display:flex}._error_1gjte_21{color:#f33;font-size:14px}@media (width<=1024px){._header_1gjte_1{flex-direction:column;align-items:center}}._form_14jxp_1{flex-direction:column;gap:8px;display:flex}._error_14jxp_7{color:#f33;font-size:14px}._buttonWrapper_14jxp_12{gap:8px;margin-top:16px;display:flex}._form_1b0fv_1{flex-direction:column;gap:1rem;display:flex}._form_1b0fv_1 ._attention_1b0fv_6{color:#36b37e}._spiner_gthec_1{margin:0 auto}._generating_gthec_5{text-align:center}._qrCode_12ckd_1{width:100%;max-width:200px;margin:0 auto}._textCenter_12ckd_7,._error_c1t48_1{text-align:center}._form_nr0xg_1{flex-direction:column;gap:8px;display:flex}._buttonWrapper_nr0xg_7{justify-content:flex-end;margin-top:16px;display:flex}._error_nr0xg_13{color:#f33;font-size:14px}._remove_2r1j0_1{color:#fe5b37;cursor:pointer;font-weight:700}._actions_2r1j0_7{flex-direction:column;gap:8px;display:flex}._notFound_6n6u4_1{text-align:center;flex-grow:1;justify-content:center;align-items:center;margin:0;font-size:18px;display:flex}._overflow_6n6u4_11{flex-direction:column;height:100%;display:flex;position:relative}:root{--colors-black:#000;--colors-white:#fff;--colors-blue:#1890ff;--colors-primary:#2c2e35;--colors-secondary:#696e7e;--colors-muted:#8e95b0;--colors-success:#4db84b;--colors-warning:#ffa216;--colors-error:#ff3c3c;--headings-h1-font-size:20px;--headings-h1-line-height:24px;--headings-h1-weight:700;--headings-h2-font-size:16px;--headings-h2-line-height:20px;--headings-h2-weight:700;--headings-h3-font-size:12px;--headings-h3-line-height:16px;--headings-h3-weight:700;--text-l-medium-font-size:12px;--text-l-medium-line-height:20px;--text-l-medium-weight:500;--text-m-regular-font-size:12px;--text-m-regular-line-height:16px;--text-m-regular-weight:400;--text-m-medium-font-size:12px;--text-m-medium-line-height:16px;--text-m-medium-weight:500;--text-m-bold-font-size:12px;--text-m-bold-line-height:16px;--text-m-bold-weight:700;--text-s-regular-font-size:12px;--text-s-regular-line-height:16px;--text-s-regular-weight:400;--text-s-medium-font-size:10px;--text-s-medium-line-height:12px;--text-s-medium-weight:500;--text-s-bold-font-size:10px;--text-s-bold-line-height:12px;--text-s-bold-weight:700;--description-xs-medium-font-size:10px;--description-xs-medium-line-height:12px;--description-xs-medium-weight:500;--links-h2-font-size:12px;--links-h2-line-height:16px;--links-h2-weight:700}@media (width>=640px){:root{--headings-h1-font-size:22px;--headings-h1-line-height:24px}}@media (width>=1140px){:root{--headings-h1-font-size:22px;--headings-h1-line-height:28px;--headings-h2-font-size:20px;--headings-h2-line-height:24px;--headings-h3-font-size:16px;--headings-h3-line-height:20px;--text-l-medium-font-size:16px;--text-l-medium-line-height:24px;--text-m-regular-font-size:14px;--text-m-regular-line-height:20px;--text-m-medium-font-size:14px;--text-m-medium-line-height:20px;--text-m-bold-font-size:14px;--text-m-bold-line-height:20px;--text-s-medium-font-size:12px;--text-s-medium-line-height:16px;--text-s-bold-font-size:12px;--text-s-bold-line-height:16px;--links-h2-font-size:14px;--links-h2-line-height:20px}}@media (width>=1628px){:root{--headings-h1-font-size:24px;--headings-h2-line-height:28px;--headings-h3-line-height:24px;--text-l-medium-font-size:16px;--text-l-medium-line-height:24px}}:root{--roundings-2xs:4px;--roundings-xs:8px;--roundings-s:8px;--roundings-m:16px;--roundings-l:16px;--roundings-xl:12px;--roundings-2xl:24px}@media (width>=1140px){:root{--roundings-s:12px;--roundings-l:20px;--roundings-xl:24px;--roundings-2xl:32px}}:root{--spacings-2xs:4px;--spacings-xs:8px;--spacings-s:8px;--spacings-m:12px;--spacings-l:16px;--spacings-xl:12px;--spacings-2xl:24px;--spacings-4xl:24px;--spacings-3xl:32px}@media (width>=640px){:root{--spacings-xl:20px}}@media (width>=1140px){:root{--spacings-s:12px;--spacings-m:16px;--spacings-l:20px;--spacings-xl:24px;--spacings-2xl:32px}}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}body.modal-open{overflow:hidden}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}#menu-payment_type{pointer-events:none}
