/*! tailwindcss v4.0.14 | MIT License | https://tailwindcss.com */@layer theme{:root,:host{--font-sans:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-mono:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--spacing:.25rem;--default-font-family:var(--font-sans);--default-font-feature-settings:var(--font-sans--font-feature-settings);--default-font-variation-settings:var(--font-sans--font-variation-settings);--default-mono-font-family:var(--font-mono);--default-mono-font-feature-settings:var(--font-mono--font-feature-settings);--default-mono-font-variation-settings:var(--font-mono--font-variation-settings)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}body{line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1;color:color-mix(in oklab,currentColor 50%,transparent)}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){-webkit-appearance:button;-moz-appearance:button;appearance:button}::file-selector-button{-webkit-appearance:button;-moz-appearance:button;appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.absolute{position:absolute}.fixed{position:fixed}.right-\[16px\]{right:16px}.m-auto{margin:auto}.mt-10{margin-top:calc(var(--spacing)*10)}.mb-\[1rem\]{margin-bottom:1rem}.mb-\[10px\]{margin-bottom:10px}.block{display:block}.flex{display:flex}.hidden{display:none}.h-\[8px\]{height:8px}.h-\[10px\]{height:10px}.h-\[20px\]{height:20px}.h-\[22px\]{height:22px}.h-\[40px\]{height:40px}.w-\[10px\]{width:10px}.w-\[20px\]{width:20px}.w-\[40px\]{width:40px}.w-\[45px\]{width:45px}.w-\[70px\]{width:70px}.w-\[100\%\]{width:100%}.w-\[100px\]{width:100px}.w-\[120px\]{width:120px}.w-\[128px\]{width:128px}.w-\[150px\]{width:150px}.w-\[160px\]{width:160px}.w-\[170px\]{width:170px}.w-\[180px\]{width:180px}.w-\[190px\]{width:190px}.w-\[200px\]{width:200px}.w-\[220px\]{width:220px}.w-\[230px\]{width:230px}.w-\[250px\]{width:250px}.w-fit{width:fit-content}.w-full{width:100%}.shrink-0{flex-shrink:0}.grow{flex-grow:1}.transform{transform:var(--tw-rotate-x)var(--tw-rotate-y)var(--tw-rotate-z)var(--tw-skew-x)var(--tw-skew-y)}.cursor-pointer{cursor:pointer}.flex-col{flex-direction:column}.flex-nowrap{flex-wrap:nowrap}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.items-end{align-items:flex-end}.items-start{align-items:flex-start}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.justify-end{justify-content:flex-end}.justify-start{justify-content:flex-start}.gap-5{gap:calc(var(--spacing)*5)}.gap-\[0\.25rem\]{gap:.25rem}.gap-\[1rem\]{gap:1rem}.gap-\[5px\]{gap:5px}.gap-\[10px\]{gap:10px}.gap-\[20px\]{gap:20px}.overflow-x-auto{overflow-x:auto}.rounded-\[4px\]{border-radius:4px}.rounded-\[100\%\]{border-radius:100%}.border{border-style:var(--tw-border-style);border-width:1px}.pt-\[15px\]{padding-top:15px}.pr-\[4px\]{padding-right:4px}.pr-\[8px\]{padding-right:8px}.pr-\[20px\]{padding-right:20px}.pb-\[1rem\]{padding-bottom:1rem}.pl-\[4px\]{padding-left:4px}.pl-\[8px\]{padding-left:8px}.break-words{overflow-wrap:break-word}.filter{filter:var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,)}}:root{font-optical-sizing:auto;color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#1e1f22;min-height:100vh;font-family:Nunito,sans-serif;font-style:normal;font-weight:400}body,html{width:100%;height:auto;min-height:100vh;margin:0;padding:0}button{cursor:pointer}em{color:#969696;font-size:14px;font-style:normal;font-weight:500}strong{font-size:18px;font-style:normal;font-weight:600}h2{font-size:clamp(20px,2.93vw,30px);font-weight:500}h3{font-size:clamp(16px,2.93vw,24px);font-weight:400}input[type=datetime-local]{color:#fff;filter:brightness(0)invert();-moz-appearance:none}input[type=radio]{accent-color:#5865f2}@property --tw-rotate-x{syntax:"*";inherits:false;initial-value:rotateX(0)}@property --tw-rotate-y{syntax:"*";inherits:false;initial-value:rotateY(0)}@property --tw-rotate-z{syntax:"*";inherits:false;initial-value:rotateZ(0)}@property --tw-skew-x{syntax:"*";inherits:false;initial-value:skewX(0)}@property --tw-skew-y{syntax:"*";inherits:false;initial-value:skewY(0)}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}._app_1tfpd_1{display:flex;min-height:100vh;width:100%;overflow:auto;position:relative;margin:0;padding:0}@keyframes _shadeOut_cvi1n_1{0%{display:flex;opacity:0}to{opacity:1}}@keyframes _shadeIn_cvi1n_1{0%{opacity:1}to{opacity:0;display:none}}._sidebar_cvi1n_19{display:flex;flex-direction:column;justify-content:space-between;position:fixed;top:0;left:0;z-index:1000;width:320px;height:100%;padding:1rem 0;background-color:#2b2d31;transition:width .15s ease-in-out}._sidebar_cvi1n_19 *{transition:opacity .15s ease-in-out,width .15s ease-in-out}._sidebarLogo_cvi1n_36{display:flex;align-items:flex-start;justify-content:space-between;box-sizing:border-box;padding:0 1rem;height:75px}._sidebarLogoImg_cvi1n_44{display:flex;flex:1;justify-content:center}._sidebarContent_cvi1n_49{display:flex;flex-direction:column;flex-grow:1;gap:1.5rem}._sidebarSystem_cvi1n_55{display:flex;flex-direction:column;gap:.5rem;width:100%;padding:0 1rem}._sidebarSystemName_cvi1n_62{display:flex;justify-content:center;align-items:center;width:100%;height:45px;background-color:#313338;border-radius:8px;overflow-x:clip;text-overflow:ellipsis}._sidebar_cvi1n_19 ._openButton_cvi1n_73{width:45px;display:none}._sidebar_cvi1n_19 ._visibleButton_cvi1n_77{width:45px;display:flex}@media screen and (min-width: 1024px){._sidebar_cvi1n_19 ._openButton_cvi1n_73{display:flex}._sidebar_cvi1n_19 ._visibleButton_cvi1n_77{display:none}._sidebar_cvi1n_19._close_cvi1n_88{width:77px}._sidebar_cvi1n_19._close_cvi1n_88 span,._sidebar_cvi1n_19._close_cvi1n_88 ._sidebarLogoImg_cvi1n_44{width:0;opacity:0;pointer-events:none}._sidebar_cvi1n_19._close_cvi1n_88 ._sidebarSystemNameLogin_cvi1n_101{width:0;opacity:0}}@media screen and (max-width: 1024px){._sidebar_cvi1n_19{position:fixed;width:100%;height:100%;padding:.5rem 0}._sidebarActive_cvi1n_113{display:flex;animation:_shadeOut_cvi1n_1 .1s ease-in-out forwards}._sidebarInactive_cvi1n_117{animation:_shadeIn_cvi1n_1 .1s ease-in-out forwards}._sidebarLogo_cvi1n_36{padding:0 .5rem}}._btn_nqfby_1{display:flex;align-items:center;gap:1.5rem;padding:0 1rem;width:100%;height:60px;font-size:18px;font-weight:400;cursor:auto;transition:background-color .05s ease-in-out}._btn_nqfby_1:hover:not(._btnActive_nqfby_13){background-color:#4752c4;cursor:pointer}._btnActive_nqfby_13{background-color:#5865f2}._inputTitle_11hfg_1{display:block;margin-bottom:.25rem;font-size:14px}._inputError_11hfg_6{display:block;margin-top:.25rem;color:#ed4245;font-size:12px}._inputContent_11hfg_12{display:flex;gap:15px;align-items:center;justify-content:space-between;padding:0 15px;height:45px;width:100%;font-size:16px;font-weight:400;border:2px solid #3F4147;border-radius:8px}._inputContent_11hfg_12:focus-within{border:2px solid #B5BAC1}._inputHTML_11hfg_28{width:100%;height:30px;outline:none}._pagination_1dynd_1{display:flex;width:100%;align-items:center;justify-content:center;gap:.5rem}._paginationBtn_1dynd_8{width:40px;height:40px;border-radius:8px;font-size:14px;transition:all .1s ease-in-out}._paginationBtnActive_1dynd_15{background-color:#313338}._paginationBtn_1dynd_8:hover:not(._paginationBtnActive_1dynd_15){background-color:#2b2d31}._paginationInput_1dynd_21{text-align:center}._dropdown_12kyp_1{position:relative;width:100%}._dropdownTitle_12kyp_5{display:block;margin-bottom:.5rem;font-size:14px}._dropdownError_12kyp_10{display:block;margin-top:.25rem;color:#ed4245;font-size:12px}._dropdownButton_12kyp_16{display:flex;align-items:center;justify-content:space-between;width:100%;height:45px;padding:0 1rem;border:2px solid #3F4147;border-radius:8px;background-color:transparent;text-overflow:ellipsis;text-align:left;font-size:14px}._dropdownButtonHolder_12kyp_30{overflow-x:hidden;text-overflow:ellipsis;white-space:nowrap}._dropdownList_12kyp_35{position:absolute;width:100%;max-height:225px;overflow-y:auto;margin:.5rem 0 0;padding:0;list-style:none;background-color:#2b2d31;border:2px solid #3F4147;border-radius:8px;box-shadow:0 2px 4px #0000001a;z-index:1000}._dropdownItem_12kyp_49{display:flex;align-items:center;height:45px;width:100%;padding:0 1rem;font-size:14px;text-overflow:ellipsis;white-space:nowrap;cursor:pointer}._dropdownItem_12kyp_49:hover{background-color:#4752c4}._dropdownItem_12kyp_49[aria-selected=true]{background-color:#5865f2;color:#fff}._dropdownItem_12kyp_49[aria-selected=true] p._dropdownItemDelete_12kyp_67{color:#fff!important}._dropdownItem_12kyp_49 p._dropdownItemDelete_12kyp_67{color:#f03226}._modal_14lxj_1{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;overflow:auto;padding:40px 0;animation:_fadeIn_14lxj_1 .3s ease}._modal_14lxj_1 form{display:flex;flex-direction:column;gap:1rem}._modalContent_14lxj_21{background:#2b2d31;padding:2rem;border-radius:12px;width:520px;max-width:90%;height:max-content;box-shadow:0 4px 12px #00000026;margin:auto;animation:_slideIn_14lxj_1 .3s ease}._modalHeader_14lxj_32{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}._modalHeaderTitle_14lxj_38{margin:0;font-size:24px}._modalBody_14lxj_42{margin-top:2rem}@keyframes _fadeIn_14lxj_1{0%{opacity:0}to{opacity:1}}@keyframes _slideIn_14lxj_1{0%{transform:translateY(-20px)}to{transform:translateY(0)}}._button_lnogz_1{cursor:pointer!important;display:flex;align-items:center;justify-content:center;height:45px;width:100%;border:2px solid #3F4147;background-color:transparent;border-radius:8px;color:#fff;font-size:16px;transition:all .1s ease-in-out}._button_lnogz_1:hover{background-color:#313338}._button_1a3dh_1{cursor:pointer!important;display:flex;align-items:center;justify-content:center;gap:5px;height:45px;width:100%;background-color:#5865f2;border-radius:8px;color:#fff;font-size:16px;transition:all .1s ease-in-out}._buttonDisabled_1a3dh_15{opacity:.6;cursor:not-allowed;background-color:#b5bac1!important}._buttonEnabled_1a3dh_20:hover{opacity:.9}._table_1pu25_1{border-collapse:collapse;width:max-content;min-width:100%}._table_1pu25_1 th,._table_1pu25_1 td{padding:.5rem 1.5rem .5rem 0;text-align:left;white-space:nowrap}._table_1pu25_1 tbody tr{height:72px;transition:all .05s ease-in-out}._table_1pu25_1 p{font-size:14px}._tableFull_1pu25_19 tbody tr{border-top:1px solid #3F4147}._tableFull_1pu25_19 tbody tr:hover{background-color:#313338}._table_16ygg_1{border-collapse:collapse;width:max-content;min-width:100%}._table_16ygg_1 th,._table_16ygg_1 td{padding:.5rem 1.5rem .5rem 0;text-align:left;white-space:nowrap}._table_16ygg_1 tbody tr{height:72px;transition:all .05s ease-in-out}._table_16ygg_1 p{font-size:14px}._tableFull_16ygg_19 tbody tr{border-top:1px solid #3F4147}._tableFull_16ygg_19 tbody tr:hover{background-color:#313338}._tableFull_16ygg_19 th,._tableFull_16ygg_19 td{padding:.5rem}._table_16dst_1{border-collapse:collapse;width:max-content;min-width:100%}._table_16dst_1 th,._table_16dst_1 td{position:relative;padding:.5rem;text-align:left;overflow-x:auto;white-space:nowrap;max-width:200px}._table_16dst_1 th span,._table_16dst_1 td span{color:#b5bac1}._table_16dst_1 tbody tr{height:72px;transition:all .05s ease-in-out}._table_16dst_1 p{font-size:14px}._tableFull_16dst_26 tbody tr{border-top:1px solid #3F4147}._tableFull_16dst_26 tbody tr:hover{background-color:#313338}._tableFull_16dst_26 th,._tableFull_16dst_26 td{padding:.5rem}._table_1rhrf_1{border-collapse:collapse;width:max-content;min-width:100%;min-height:fit-content}._table_1rhrf_1 th,._table_1rhrf_1 td{padding:.5rem;text-align:left;white-space:nowrap}._table_1rhrf_1 tbody tr{height:72px;transition:all .05s ease-in-out}._table_1rhrf_1 p{font-size:14px}._tableFull_1rhrf_20 tbody tr{border-top:1px solid #3F4147}._tableFull_1rhrf_20 tbody tr:hover{background-color:#313338}._tableFull_1rhrf_20 th,._tableFull_1rhrf_20 td{padding:.5rem}._tableQR_1rhrf_30 tbody tr{border-top:1px solid #3F4147}._tableQR_1rhrf_30 tbody tr:hover{background-color:#fff}._tableQRButton_1rhrf_36{display:flex;justify-content:center;align-items:center;width:70px;height:50px;border-radius:8px;background-color:#5865f2;transition:all .1s ease-in-out}._tableQRButton_1rhrf_36 img{width:30px;height:30px;filter:invert(1)}._tableQRButton_1rhrf_36:hover{opacity:.6}._table_2vukz_1{border-collapse:collapse;width:max-content;min-width:100%}._table_2vukz_1 th,._table_2vukz_1 td{position:relative;padding:.5rem;text-align:left;overflow-x:auto;white-space:nowrap;max-width:500px}._table_2vukz_1 th span,._table_2vukz_1 td span{color:#b5bac1}._table_2vukz_1 tbody tr{height:72px;transition:all .05s ease-in-out;border-top:1px solid #3F4147}._table_2vukz_1 tbody tr:hover{background-color:#313338}._table_2vukz_1 p{font-size:14px}._table_1gjrg_1{border-collapse:collapse;width:max-content;min-width:100%}._table_1gjrg_1 th,._table_1gjrg_1 td{position:relative;padding:.5rem;text-align:left;overflow-x:scroll;white-space:nowrap;max-width:500px}._table_1gjrg_1 th span,._table_1gjrg_1 td span{color:#b5bac1}._table_1gjrg_1 tbody tr{height:72px;transition:all .05s ease-in-out;border-top:1px solid #3F4147}._table_1gjrg_1 tbody tr:hover{background-color:#313338}._table_1gjrg_1 p{font-size:14px}._table_6fof9_1{border-collapse:collapse;width:max-content;min-width:100%}._table_6fof9_1 th,._table_6fof9_1 td{padding:.5rem;text-align:left;white-space:nowrap}._table_6fof9_1 tbody tr{height:72px;transition:all .05s ease-in-out;border-top:1px solid #3F4147}._table_6fof9_1 tbody tr:hover{background-color:#313338}._table_6fof9_1 p{font-size:14px}._table_6fof9_1 strong{font-size:16px}._loading_1k4v5_1{position:relative;display:flex;align-items:center;justify-content:center;width:100%;min-height:100%;flex:1}._loadingBack_1k4v5_10{position:absolute;width:72px;height:72px;animation:_rotation_1k4v5_1 2.5s ease-in-out infinite reverse}._loadingFront_1k4v5_16{z-index:1;width:64px;height:64px;animation:_rotation_1k4v5_1 2.5s ease-in-out infinite}@keyframes _rotation_1k4v5_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._twoFactor_lxogv_1{display:flex;gap:10px}._twoFactorInput_lxogv_5{width:40px;height:50px;text-align:center;font-size:20px;border-radius:4px;border:1px solid #B5BAC1}._popup_ceuh4_1{visibility:hidden;position:fixed;width:fit-content;min-height:72px;top:-72px;left:50%;transform:translate(-50%);padding:1.5rem;border-radius:1rem;z-index:1001}._open_ceuh4_14{visibility:visible;top:20px;transition:top .2s ease-in-out}._error_ceuh4_20{color:#fff;background-color:#ed4245}._warning_ceuh4_25{color:#fff;background-color:#ffc107}._success_ceuh4_30{color:#fff;background-color:#12b76a}@media screen and (max-width: 510px){._popup_ceuh4_1{text-align:center}}._title_y4z1p_1{display:flex;gap:1rem;align-items:center;justify-content:center;width:fit-content;height:fit-content;padding-left:.5rem}._title_y4z1p_1 img{width:32px;height:32px}._block_1ubmp_1{display:flex;flex-direction:column;gap:1.5rem;width:fit-content;height:fit-content;background-color:#2b2d31;padding:1rem;border-radius:8px}._block_1ubmp_1 h3{text-align:center}._blockContent_1ubmp_14{display:grid;grid-template-columns:auto 1fr auto;gap:1.5rem}._blockContentItem_1ubmp_19{display:contents;align-items:center}._blockContentItem_1ubmp_19 p{display:flex;align-items:center}._blockContentItem_1ubmp_19 em{font-style:normal;color:#b5bac1}._blockContentItem_1ubmp_19 span{display:flex;align-items:center;background-color:#313338;border-radius:8px;padding:.5rem}._blockContentItem_1ubmp_19 img{width:45px;height:auto}._layout_7ykic_1{position:relative;width:100%;min-height:100vh;box-sizing:border-box;margin-left:320px;padding:1.5rem;transition:margin-left .1s ease-in-out}._layoutClose_7ykic_10{margin-left:77px}._layoutMenu_7ykic_13{display:none;justify-content:space-between;position:absolute;top:0;left:0;width:100%;padding:.5rem}@media screen and (max-width: 1024px){._layoutMenu_7ykic_13{display:flex}}._layoutContent_7ykic_27{display:flex;flex-direction:column;min-height:100%;box-sizing:border-box}@media screen and (max-width: 1024px){._layout_7ykic_1{margin-left:0}._layoutContent_7ykic_27{padding-top:96px}}._requisites_19jpa_1{display:flex;flex-direction:column;gap:2rem;flex:1;width:100%;min-height:100%}._requisitesHeader_19jpa_9{display:flex;width:100%;justify-content:space-between;flex-wrap:wrap;gap:1.5rem}._requisitesFilters_19jpa_16{display:flex;flex-wrap:wrap;width:100%;justify-content:space-between;gap:1.5rem}._requisitesFilters_19jpa_16 ul{display:flex;flex-wrap:wrap}._requisitesFilters_19jpa_16 ul li{margin-right:-1px}._requisitesFilters_19jpa_16 ul li button{display:flex;align-items:center;height:45px;padding:1rem;border:1px solid #3F4147;font-size:14px}._requisitesFilters_19jpa_16 ul li button:hover{background-color:#313338}._requisitesFilters_19jpa_16 ul li button._active_19jpa_41{background-color:#5865f2;color:#fff}._requisitesFilters_19jpa_16 ul li:first-child button{border-top-left-radius:8px;border-bottom-left-radius:8px}._requisitesFilters_19jpa_16 ul li:last-child button{border-top-right-radius:8px;border-bottom-right-radius:8px}._requisitesEmptyMessage_19jpa_53{text-align:center;font-size:16px;color:#b5bac1}@media screen and (max-width: 510px){._requisitesFilters_19jpa_16 ul{flex-direction:column;width:100%}._requisitesFilters_19jpa_16 ul li button{width:100%;justify-content:center}._requisitesFilters_19jpa_16 ul li:first-child button{border-top-left-radius:8px;border-bottom-left-radius:0;border-top-right-radius:8px}._requisitesFilters_19jpa_16 ul li:last-child button{border-top-right-radius:0;border-bottom-right-radius:8px;border-bottom-left-radius:8px}}._modalForm_19jpa_79{display:flex;flex-direction:column;gap:20px}._modalFormInfo_19jpa_84,._modalFormName_19jpa_84{display:flex;gap:10px}._modalButton_19jpa_88{width:230px;height:45px;background-color:#008bf8;color:#fff;border-radius:8px;font-size:16px;font-weight:700;margin:auto}._modalButton_19jpa_88:hover{opacity:.9}@media screen and (max-width: 1024px){._modalFormName_19jpa_84,._modalFormInfo_19jpa_84{flex-direction:column}}._auth_19o3o_1{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;padding:20px;gap:1.5rem}._authInput_19o3o_10{display:flex;flex-direction:column;max-width:360px;width:100%;gap:1rem}._info_wjmtm_1{display:flex;flex-direction:column;gap:2rem;flex:1;width:100%;min-height:100%}._info_wjmtm_1 em{font-size:12px}._infoMenu_wjmtm_12{justify-content:space-between;display:none}._infoMenuButton_wjmtm_16{display:flex;justify-content:center;align-items:center;width:30px;height:30px;background-color:#5865f2;border-radius:8px}._infoMenuButton_wjmtm_16 img{width:80%;height:80%}._infoHeader_wjmtm_29{display:flex;width:100%;justify-content:space-between;flex-wrap:wrap;gap:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid #3F4147}._infoHeader_wjmtm_29 span{font-size:14px;color:#b5bac1}._infoStat_wjmtm_42{display:flex;flex-wrap:wrap;gap:1rem;font-size:18px}._infoStatItem_wjmtm_48{display:flex;flex-direction:column;width:240px;gap:.5rem;padding:1rem;border:1px solid #3F4147;border-radius:1rem}._infoStatItem_wjmtm_48 span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media screen and (max-width: 510px){._infoStatItem_wjmtm_48{width:100%}}._infoAccount_wjmtm_67{display:flex;width:100%;overflow-x:auto;flex-direction:column;text-align:left;font-size:16px;padding:1rem;border:1px solid #3F4147;border-radius:1rem}._infoEmptyMessage_wjmtm_78{text-align:center;font-size:16px;color:#b5bac1}._devices_qosy3_1{display:flex;flex-direction:column;gap:2rem;flex:1;width:100%;min-height:100%}._devicesHeader_qosy3_9{display:flex;width:100%;justify-content:space-between;flex-wrap:wrap;gap:1.5rem}._devicesFilters_qosy3_16{display:flex;flex-wrap:wrap;justify-content:space-between;width:100%;gap:1.5rem}._devicesFilters_qosy3_16 ul{display:flex;flex-wrap:wrap}._devicesFilters_qosy3_16 ul li{margin-right:-1px}._devicesFilters_qosy3_16 ul li button{display:flex;align-items:center;height:45px;padding:1rem;border:1px solid #3F4147;font-size:14px}._devicesFilters_qosy3_16 ul li button:hover{background-color:#313338}._devicesFilters_qosy3_16 ul li button._active_qosy3_41{background-color:#5865f2;color:#fff}._devicesFilters_qosy3_16 ul li:first-child button{border-top-left-radius:8px;border-bottom-left-radius:8px}._devicesFilters_qosy3_16 ul li:last-child button{border-top-right-radius:8px;border-bottom-right-radius:8px}._devicesEmptyMessage_qosy3_53{text-align:center;font-size:16px;color:#b5bac1}@media screen and (max-width: 510px){._devicesFilters_qosy3_16 ul{flex-direction:column;width:100%}._devicesFilters_qosy3_16 ul li button{width:100%;justify-content:center}._devicesFilters_qosy3_16 ul li:first-child button{border-top-left-radius:8px;border-bottom-left-radius:0;border-top-right-radius:8px}._devicesFilters_qosy3_16 ul li:last-child button{border-top-right-radius:0;border-bottom-right-radius:8px;border-bottom-left-radius:8px}}._info_18re2_1{display:flex;flex-direction:column;gap:2rem;flex:1;width:100%;min-height:100%}._info_18re2_1 em{font-size:12px}._infoLoader_18re2_12{display:flex;gap:2rem;flex-direction:column}._infoLoaderDesktop_18re2_17,._infoLoaderMobile_18re2_17{display:flex;gap:1rem;flex-wrap:wrap}._infoLoaderMobile_18re2_17{display:none}._infoHeader_18re2_25{display:flex;width:100%;justify-content:space-between;flex-wrap:wrap;gap:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid #3F4147}._infoHeader_18re2_25 span{font-size:14px;color:#b5bac1}._infoStat_18re2_38{display:flex;flex-wrap:wrap;gap:1rem;font-size:18px}._infoStatItem_18re2_44{display:flex;flex-direction:column;gap:.5rem;width:240px;padding:1rem;border:1px solid #3F4147;border-radius:1rem}._infoStatItem_18re2_44 span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media screen and (max-width: 510px){._infoStatItem_18re2_44{width:100%}}._infoFilters_18re2_63{display:flex;flex-wrap:wrap;width:100%;justify-content:space-between;gap:1.5rem}._infoFilters_18re2_63 ul{display:flex;flex-wrap:wrap}._infoFilters_18re2_63 ul li{margin-right:-1px}._infoFilters_18re2_63 ul li button{display:flex;align-items:center;height:45px;padding:1rem;border:1px solid #3F4147;font-size:14px}._infoFilters_18re2_63 ul li button:hover{background-color:#313338}._infoFilters_18re2_63 ul li button._active_18re2_88{background-color:#5865f2;color:#fff}._infoFilters_18re2_63 ul li:first-child button{border-top-left-radius:8px;border-bottom-left-radius:8px}._infoFilters_18re2_63 ul li:last-child button{border-top-right-radius:8px;border-bottom-right-radius:8px}._infoTable_18re2_100{border-collapse:collapse;width:max-content;min-width:100%}._infoTable_18re2_100 th,._infoTable_18re2_100 td{position:relative;padding:.5rem;text-align:left;overflow-x:auto;white-space:nowrap;max-width:500px}._infoTable_18re2_100 th span,._infoTable_18re2_100 td span{color:#b5bac1}._infoTable_18re2_100 tbody tr{height:72px;transition:all .05s ease-in-out;border-top:1px solid #3F4147}._infoTable_18re2_100 tbody tr:hover{background-color:#313338}._infoTable_18re2_100 p{font-size:14px}._infoEmptyMessage_18re2_129{text-align:center;font-size:16px;color:#b5bac1}@media screen and (max-width: 1024px){._info_18re2_1{margin-left:0;margin-top:96px;padding:10px}._infoMenu_18re2_140{display:flex}._infoLoaderHeader_18re2_143{height:148px}}@media screen and (max-width: 510px){._info_18re2_1{padding:1rem}._infoLoaderHeader_18re2_143{height:227px}._infoLoaderMobile_18re2_17{display:flex}._infoLoaderDesktop_18re2_17{display:none}}._modalForm_18re2_162{display:flex;flex-direction:column;gap:20px}._modalFormInfo_18re2_167,._modalFormName_18re2_167{display:flex;gap:10px}._modalButton_18re2_171{width:230px;height:45px;background-color:#008bf8;color:#fff;border-radius:8px;font-size:16px;font-weight:700;margin:auto}._modalButton_18re2_171:hover{opacity:.9}@media screen and (max-width: 1024px){._modalFormName_18re2_167,._modalFormInfo_18re2_167{flex-direction:column}}._disputes_1qcwl_1{display:flex;flex-direction:column;gap:2rem;flex:1;width:100%;min-height:100%}._disputesHeader_1qcwl_9{display:flex;width:100%;justify-content:flex-start;flex-wrap:wrap;gap:1.5rem}._disputesFilters_1qcwl_16{display:flex;flex-wrap:wrap;width:100%;justify-content:space-between;gap:1.5rem}._disputesFilters_1qcwl_16 ul{display:flex;flex-wrap:wrap}._disputesFilters_1qcwl_16 ul li{margin-right:-1px}._disputesFilters_1qcwl_16 ul li button{display:flex;align-items:center;height:45px;padding:1rem;border:1px solid #3F4147;font-size:14px}._disputesFilters_1qcwl_16 ul li button:hover{background-color:#313338}._disputesFilters_1qcwl_16 ul li button._active_1qcwl_41{background-color:#5865f2;color:#fff}._disputesFilters_1qcwl_16 ul li:first-child button{border-top-left-radius:8px;border-bottom-left-radius:8px}._disputesFilters_1qcwl_16 ul li:last-child button{border-top-right-radius:8px;border-bottom-right-radius:8px}._disputesEmptyMessage_1qcwl_53{text-align:center;font-size:16px;color:#b5bac1}@media screen and (max-width: 510px){._disputesFilters_1qcwl_16 ul{flex-direction:column;width:100%}._disputesFilters_1qcwl_16 ul li button{width:100%;justify-content:center}._disputesFilters_1qcwl_16 ul li:first-child button{border-top-left-radius:8px;border-bottom-left-radius:0;border-top-right-radius:8px}._disputesFilters_1qcwl_16 ul li:last-child button{border-top-right-radius:0;border-bottom-right-radius:8px;border-bottom-left-radius:8px}}._info_vowyc_1{display:flex;flex-direction:column;gap:2rem;flex:1;width:100%;min-height:100%}._info_vowyc_1 em{font-size:12px}._infoHeader_vowyc_12{display:flex;width:100%;justify-content:space-between;flex-wrap:wrap;gap:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid #3F4147}._infoHeader_vowyc_12 span{font-size:14px;color:#b5bac1}@media screen and (max-width: 510px){._infoHeader_vowyc_12{flex-direction:column}}._infoAccount_vowyc_30{display:flex;width:100%;overflow-x:auto;flex-direction:column;text-align:left;font-size:16px;padding:1rem;border:1px solid #3F4147;border-radius:1rem}._infoTable_vowyc_41{border-collapse:collapse;width:max-content;min-width:100%}._infoTable_vowyc_41 em{font-size:12px}._infoTable_vowyc_41 th,._infoTable_vowyc_41 td{text-align:left;white-space:nowrap;padding:.5rem}._infoTable_vowyc_41 p{font-size:14px}._infoEmptyMessage_vowyc_58{text-align:center;font-size:16px;color:#b5bac1}._infoAttachments_vowyc_63{display:flex;flex-direction:column;gap:10px;width:100%}._infoAttachmentsItem_vowyc_69{display:flex;align-items:center;padding:20px 10px;width:100%;border-radius:8px;border:1px solid #3F4147}._infoAttachmentsItem_vowyc_69 a:hover{text-decoration:underline}._deals_1ozi7_1{display:flex;flex-direction:column;gap:2rem;flex:1;width:100%;min-height:100%}._dealsHeader_1ozi7_9{display:flex;width:100%;justify-content:space-between;flex-wrap:wrap;gap:1.5rem}._dealsFilters_1ozi7_16{display:flex;flex-wrap:wrap;width:100%;justify-content:space-between;gap:1.5rem}._dealsFilters_1ozi7_16 ul{display:flex;flex-wrap:wrap}._dealsFilters_1ozi7_16 ul li{margin-right:-1px}._dealsFilters_1ozi7_16 ul li button{display:flex;align-items:center;height:45px;padding:1rem;border:1px solid #3F4147;font-size:14px}._dealsFilters_1ozi7_16 ul li button:hover{background-color:#2b2d31}._dealsFilters_1ozi7_16 ul li button._active_1ozi7_41{background-color:#5865f2;color:#fff}._dealsFilters_1ozi7_16 ul li:first-child button{border-top-left-radius:8px;border-bottom-left-radius:8px}._dealsFilters_1ozi7_16 ul li:last-child button{border-top-right-radius:8px;border-bottom-right-radius:8px}._dealsEmptyMessage_1ozi7_53{text-align:center;font-size:16px;color:#b5bac1}@media screen and (max-width: 510px){._dealsFilters_1ozi7_16 ul{flex-direction:column;width:100%;box-sizing:border-box}._dealsFilters_1ozi7_16 ul li button{width:100%;justify-content:center;box-sizing:border-box}._dealsFilters_1ozi7_16 ul li:first-child button{border-top-left-radius:8px;border-bottom-left-radius:0;border-top-right-radius:8px}._dealsFilters_1ozi7_16 ul li:last-child button{border-top-right-radius:0;border-bottom-right-radius:8px;border-bottom-left-radius:8px}}._info_1qc6p_1{display:flex;flex-direction:column;gap:2rem;flex:1;width:100%;min-height:100%}._info_1qc6p_1 em{font-size:12px}._infoHeader_1qc6p_12{display:flex;flex-direction:column;width:100%;justify-content:space-between;flex-wrap:wrap;gap:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid #3F4147}._infoHeader_1qc6p_12 span{font-size:14px;color:#b5bac1}._infoStat_1qc6p_26{display:flex;flex-wrap:wrap;gap:1rem;font-size:18px}._infoStatItem_1qc6p_32{display:flex;flex-direction:column;width:240px;gap:.5rem;padding:1rem;border:1px solid #3F4147;border-radius:1rem}._infoStatItem_1qc6p_32 span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media screen and (max-width: 510px){._infoStatItem_1qc6p_32{width:100%}}._infoAccount_1qc6p_51{display:flex;width:100%;min-height:fit-content;overflow-x:auto;flex-direction:column;text-align:left;font-size:16px;padding:1rem;border:1px solid #3F4147;border-radius:1rem}._infoLoader_1qc6p_63{display:flex;flex-direction:column;width:100%;gap:1.5rem}._infoLoaderBlocks_1qc6p_69,._infoLoaderBlocksMobile_1qc6p_69{display:flex;gap:1rem;flex-wrap:wrap}._infoLoaderBlocksMobile_1qc6p_69{display:none}._infoAttachments_1qc6p_77{display:flex;flex-direction:column;gap:10px;width:100%}._infoAttachmentsItem_1qc6p_83{display:flex;align-items:center;padding:20px 10px;width:100%;border-radius:8px;border:1px solid #3F4147}._infoAttachmentsItem_1qc6p_83 a:hover{text-decoration:underline}@media screen and (max-width: 1024px){._infoMenu_1qc6p_95{display:flex}}._finances_1uy6x_1{display:flex;flex-direction:column;gap:2rem;flex:1;width:100%;min-height:100%}._financesHeader_1uy6x_9{display:flex;width:100%;justify-content:space-between;flex-wrap:wrap;gap:1.5rem}._financesEmptyMessage_1uy6x_16{text-align:center;font-size:16px;color:#b5bac1}._modalForm_1uy6x_22{display:flex;flex-direction:column;gap:20px}._modalFormInfo_1uy6x_27,._modalFormName_1uy6x_27{display:flex;gap:10px}._modalButton_1uy6x_31{width:230px;height:45px;background-color:#008bf8;color:#fff;border-radius:8px;font-size:16px;font-weight:700;margin:auto}._modalButton_1uy6x_31:hover{opacity:.9}@media screen and (max-width: 1024px){._modalFormName_1uy6x_27,._modalFormInfo_1uy6x_27{flex-direction:column}}._profile_1aux6_1{display:flex;flex-direction:column;gap:2rem;flex:1;width:100%;min-height:100%}._profileHeader_1aux6_9{display:flex;width:100%;justify-content:space-between;flex-wrap:wrap;gap:1.5rem}._profileStat_1aux6_16{display:flex;flex-wrap:wrap;gap:1rem;font-size:18px}._profileStatItem_1aux6_22,._profileStatButton_1aux6_22{position:relative;display:flex;flex-direction:column;width:240px;min-height:193px;gap:.5rem;padding:1rem;border:1px solid #3F4147;border-radius:1rem}._profileStatItemClickable_1aux6_33,._profileStatButtonClickable_1aux6_33{position:absolute;left:0;top:0;cursor:pointer;width:100%;height:100%;opacity:0;display:flex;justify-content:center;align-items:center;background-color:#2b2d31;transition:all .2s ease-in-out;border-radius:1rem}._profileStatItemClickable_1aux6_33 img,._profileStatButtonClickable_1aux6_33 img{opacity:.3}._profileStatItemClickable_1aux6_33:hover,._profileStatButtonClickable_1aux6_33:hover{opacity:.5}._profileStatItem_1aux6_22 span,._profileStatButton_1aux6_22 span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media screen and (max-width: 510px){._profileStatItem_1aux6_22,._profileStatButton_1aux6_22{width:100%}}._profileStatButton_1aux6_22{cursor:pointer;transition:all .2s ease-in-out}._profileStatButton_1aux6_22 img{filter:invert(50%);opacity:.3;transition:all .2s ease-in-out}._profileStatButton_1aux6_22:hover{background-color:#313338}._profileStatButton_1aux6_22:hover img{filter:invert(60%);opacity:.5}._dashboard_1s8td_1{display:flex;flex-direction:column;gap:2.5rem;width:100%;min-height:100%}._dashboardHeader_1s8td_8{display:flex;justify-content:space-between;width:100%}._dashboardContent_1s8td_13{display:flex;gap:1.5rem;flex-wrap:wrap;min-height:100%}@media screen and (max-width: 1024px){._dashboardHeaderTitle_1s8td_20{display:none}}._shops_1g9gj_1{position:relative;display:flex;flex-direction:column;gap:2rem;flex:1;width:100%;min-height:100%}._shopsHeader_1g9gj_10{display:flex;width:100%;justify-content:space-between;flex-wrap:wrap;gap:1.5rem}._shopsStat_1g9gj_17{display:flex;flex-wrap:wrap;gap:1rem;font-size:18px}._shopsStatItem_1g9gj_23{display:flex;align-items:center;justify-content:space-between;flex-direction:row;width:100%;gap:.5rem;padding:1rem;border:1px solid #3F4147;border-radius:1rem}._shopsStatItem_1g9gj_23 span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media screen and (max-width: 510px){._shopsStatItem_1g9gj_23{width:100%}}._shopsEmptyMessage_1g9gj_44{text-align:center;font-size:16px;color:#b5bac1}._paywall_wdups_1{margin:auto;width:100%;height:100%;display:flex;flex-direction:column;gap:1rem;justify-content:center;align-items:center;overflow-y:auto}._paywallContent_wdups_12{box-sizing:border-box;width:clamp(300px,78.43vw,400px);border:1px solid #3F4147;border-radius:12px;flex-direction:column;gap:.5rem;text-align:center;padding:1.5rem;justify-content:center;display:flex;gap:20px;align-items:center}._paywallContent_wdups_12 h3{font-size:clamp(20px,4.9vw,25px)}._paywallButton_wdups_30{width:100%;height:60px;border:1px solid #3F4147;border-radius:8px;padding:1rem;display:flex;gap:5px;justify-content:flex-start;align-items:center;transition:all .15s ease-in-out}._paywallButton_wdups_30:hover{background-color:#313338}._paywallAmount_wdups_45{box-sizing:border-box;width:clamp(300px,78.43vw,400px);border:1px solid #3F4147;border-radius:12px;display:flex;flex-direction:column;gap:.5rem;text-align:center;padding:1.5rem;justify-content:center}._settings_6f3t9_1{display:flex;flex-direction:column;gap:2rem;flex:1;width:100%;min-height:100%}._settingsStat_6f3t9_9{display:flex;flex-wrap:wrap;gap:1rem;font-size:18px}._settingsStatItem_6f3t9_15{display:flex;align-items:flex-end;justify-content:space-between;flex-direction:row;width:100%;gap:.5rem;padding:1rem;border:1px solid #3F4147;border-radius:1rem}._settingsStatItem_6f3t9_15 span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media screen and (max-width: 510px){._settingsStatItem_6f3t9_15{width:100%}}._emptyPage_1pvyf_1{display:flex;justify-content:center;align-items:center;width:100%;height:fit-content;flex-direction:column;gap:2rem;padding:2rem 2rem 2.5rem 2.5rem}._emptyPage_1pvyf_1 h1{font-size:clamp(25px,8vw,128px);text-align:center;background:linear-gradient(to right,#4752c4,#5865f2);-webkit-background-clip:text;background-clip:text;color:transparent;display:inline-block}._app_tortl_1{display:flex;flex-direction:column;gap:2rem;flex:1;width:100%;min-height:100%}._appHeader_tortl_9{display:flex;width:100%;justify-content:space-between;flex-wrap:wrap;gap:1.5rem}._appFilters_tortl_16{display:flex;flex-wrap:wrap;width:100%;justify-content:space-between;gap:1.5rem}._appFilters_tortl_16 ul{display:flex;flex-wrap:wrap}._appFilters_tortl_16 ul li{margin-right:-1px}._appFilters_tortl_16 ul li button{display:flex;align-items:center;height:45px;padding:1rem;border:1px solid #3F4147;font-size:14px}._appFilters_tortl_16 ul li button:hover{background-color:#313338}._appFilters_tortl_16 ul li button._active_tortl_41{background-color:#5865f2;color:#fff}._appFilters_tortl_16 ul li:first-child button{border-top-left-radius:8px;border-bottom-left-radius:8px}._appFilters_tortl_16 ul li:last-child button{border-top-right-radius:8px;border-bottom-right-radius:8px}._appEmptyMessage_tortl_53{text-align:center;font-size:16px;color:#b5bac1}@media screen and (max-width: 510px){._appFilters_tortl_16 ul{flex-direction:column;width:100%}._appFilters_tortl_16 ul li button{width:100%;justify-content:center}._appFilters_tortl_16 ul li:first-child button{border-top-left-radius:8px;border-bottom-left-radius:0;border-top-right-radius:8px}._appFilters_tortl_16 ul li:last-child button{border-top-right-radius:0;border-bottom-right-radius:8px;border-bottom-left-radius:8px}}._info_c0334_1{display:flex;flex-direction:column;gap:2rem;flex:1;width:100%;min-height:100%}._info_c0334_1 em{font-size:12px}._infoLoader_c0334_12{display:flex;flex-direction:column;gap:1.5rem}._infoHeader_c0334_17{display:flex;width:100%;justify-content:space-between;flex-wrap:wrap;gap:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid #3F4147}._infoHeader_c0334_17 span{font-size:14px;color:#b5bac1}._infoAccount_c0334_30{position:relative;display:flex;width:100%;min-height:fit-content;overflow-x:auto;flex-direction:column;text-align:left;font-size:16px;padding:1rem;border:1px solid #3F4147;border-radius:1rem}._infoTable_c0334_43{border-collapse:collapse;width:max-content;min-width:100%}._infoTable_c0334_43 th,._infoTable_c0334_43 td{padding:.5rem;text-align:left;white-space:nowrap}._infoTable_c0334_43 tbody tr{height:72px;transition:all .05s ease-in-out}._infoTable_c0334_43 p{font-size:14px}._infoTableFull_c0334_61 tbody tr{border-top:1px solid #3F4147}._infoTableFull_c0334_61 tbody tr:hover{background-color:#313338}._infoTableFull_c0334_61 th,._infoTableFull_c0334_61 td{padding:.5rem}._infoBlur_c0334_71{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#ffffff4d;backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(10px)}@media screen and (max-width: 1024px){._infoMenu_c0334_82{display:flex}}._modalForm_c0334_87{display:flex;flex-direction:column;gap:20px}._modalFormInfo_c0334_92,._modalFormName_c0334_92{display:flex;gap:10px}._modalButton_c0334_96{width:230px;height:45px;background-color:#008bf8;color:#fff;border-radius:8px;font-size:16px;font-weight:700;margin:auto}._modalButton_c0334_96:hover{opacity:.9}._modalFiles_c0334_109{display:inline-block;padding:10px 15px;background-color:#f0f0f0;border-radius:4px;cursor:pointer;transition:background-color .3s}._modalFiles_c0334_109:hover{background-color:#e0e0e0}@media screen and (max-width: 1024px){._modalFormName_c0334_92,._modalFormInfo_c0334_92{flex-direction:column}}._statistic_17flo_1{display:flex;flex-direction:column;gap:2rem;flex:1;width:100%;min-height:100%}._statisticHeader_17flo_9{display:flex;width:100%;justify-content:space-between;flex-wrap:wrap;gap:1.5rem}._statisticGroup_17flo_16{display:flex;justify-content:space-between;flex-wrap:wrap;gap:1.5rem}._statisticGroupDirection_17flo_22{display:flex;flex-direction:column;gap:.5rem}._statisticStat_17flo_27{display:flex;flex-wrap:wrap;gap:1rem;font-size:18px}._statisticStatItem_17flo_33{display:flex;flex-direction:column;width:240px;gap:.5rem;padding:1rem;border:1px solid #2B2D31;border-radius:1rem}._statisticStatItem_17flo_33 span{font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._statisticStatItem_17flo_33 span em{font-size:12px}@media screen and (max-width: 510px){._statisticStatItem_17flo_33{width:100%}}._statisticEmptyMessage_17flo_56{text-align:center;font-size:16px;color:#b5bac1}._traders_11b5t_1{display:flex;flex-direction:column;gap:2rem;flex:1;width:100%;min-height:100%;overflow-x:auto}._tradersHeader_11b5t_10{display:flex;width:100%;justify-content:space-between;flex-wrap:wrap;gap:1.5rem}._tradersFilters_11b5t_17{display:flex;flex-wrap:wrap;width:100%;justify-content:space-between;gap:1.5rem}._tradersFilters_11b5t_17 ul{display:flex;flex-wrap:wrap}._tradersFilters_11b5t_17 ul li{margin-right:-1px}._tradersFilters_11b5t_17 ul li button{display:flex;align-items:center;height:45px;padding:1rem;border:1px solid #3F4147;font-size:14px}._tradersFilters_11b5t_17 ul li button:hover{background-color:#2b2d31}._tradersFilters_11b5t_17 ul li button._active_11b5t_42{background-color:#5865f2;color:#fff}._tradersFilters_11b5t_17 ul li:first-child button{border-top-left-radius:8px;border-bottom-left-radius:8px}._tradersFilters_11b5t_17 ul li:last-child button{border-top-right-radius:8px;border-bottom-right-radius:8px}._tradersEmptyMessage_11b5t_54{text-align:center;font-size:16px;color:#b5bac1}@media screen and (max-width: 510px){._tradersFilters_11b5t_17 ul{flex-direction:column;width:100%}._tradersFilters_11b5t_17 ul li button{width:100%;justify-content:center}._tradersFilters_11b5t_17 ul li:first-child button{border-top-left-radius:8px;border-bottom-left-radius:0;border-top-right-radius:8px}._tradersFilters_11b5t_17 ul li:last-child button{border-top-right-radius:0;border-bottom-right-radius:8px;border-bottom-left-radius:8px}}._info_rjuub_1{display:flex;flex-direction:column;gap:2rem;flex:1;width:100%;min-height:100%}._infoHeader_rjuub_9{display:flex;width:100%;justify-content:space-between;flex-wrap:wrap;gap:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid #2B2D31}._infoStat_rjuub_18{display:flex;flex-wrap:wrap;gap:1rem;font-size:18px}._infoStatItem_rjuub_24{display:flex;flex-direction:column;min-width:240px;gap:.5rem;padding:1rem;border:1px solid #2B2D31;border-radius:1rem}._infoStatItem_rjuub_24 span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media screen and (max-width: 510px){._infoStatItem_rjuub_24{width:100%}}._dealAdmin_e95p7_1{display:flex;flex-direction:column;gap:2rem;flex:1;width:100%;min-height:100%;overflow-x:auto}._dealAdminHeader_e95p7_10{display:flex;width:100%;justify-content:space-between;flex-wrap:wrap;gap:1.5rem}._dealAdminSort_e95p7_17{display:flex;gap:1rem}._dealAdminFilters_e95p7_21{display:flex;flex-wrap:wrap;width:100%;justify-content:space-between;gap:1.5rem}._dealAdminFilters_e95p7_21 ul{display:flex;flex-wrap:wrap}._dealAdminFilters_e95p7_21 ul li{margin-right:-1px}._dealAdminFilters_e95p7_21 ul li button{display:flex;align-items:center;height:45px;padding:1rem;border:1px solid #3F4147;font-size:14px}._dealAdminFilters_e95p7_21 ul li button:hover{background-color:#313338}._dealAdminFilters_e95p7_21 ul li button._active_e95p7_46{background-color:#5865f2;color:#fff}._dealAdminFilters_e95p7_21 ul li:first-child button{border-top-left-radius:8px;border-bottom-left-radius:8px}._dealAdminFilters_e95p7_21 ul li:last-child button{border-top-right-radius:8px;border-bottom-right-radius:8px}._dealAdminForm_e95p7_58{display:flex;flex-direction:column;width:100%;gap:1rem}._dealAdminEmptyMessage_e95p7_64{text-align:center;font-size:16px;color:#b5bac1}@media screen and (max-width: 510px){._dealAdminFilters_e95p7_21 ul{flex-direction:column;width:100%}._dealAdminFilters_e95p7_21 ul li button{width:100%;justify-content:center}._dealAdminFilters_e95p7_21 ul li:first-child button{border-top-left-radius:8px;border-bottom-left-radius:0;border-top-right-radius:8px}._dealAdminFilters_e95p7_21 ul li:last-child button{border-top-right-radius:0;border-bottom-right-radius:8px;border-bottom-left-radius:8px}}._traders_zadr1_1{display:flex;flex-direction:column;gap:2rem;flex:1;width:100%;min-height:100%;overflow-x:auto}._tradersHeader_zadr1_10{display:flex;width:100%;justify-content:space-between;flex-wrap:wrap;gap:1.5rem}._tradersFilter_zadr1_17{display:flex;flex-wrap:wrap;gap:1rem}._tradersEmptyMessage_zadr1_22{text-align:center;font-size:16px;color:#b5bac1}._tradersStat_zadr1_27{display:flex;flex-wrap:wrap;gap:1rem;font-size:18px}._tradersStatItem_zadr1_33{display:flex;flex-direction:column;width:240px;gap:.5rem;padding:1rem;border:1px solid #3F4147;border-radius:1rem}._tradersStatItem_zadr1_33 span{font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._tradersStatItem_zadr1_33 span em{font-size:12px}@media screen and (max-width: 510px){._tradersStatItem_zadr1_33{width:100%}}@media screen and (max-width: 510px){._tradersFilters_zadr1_57 ul{flex-direction:column;width:100%}._tradersFilters_zadr1_57 ul li button{width:100%;justify-content:center}._tradersFilters_zadr1_57 ul li:first-child button{border-top-left-radius:8px;border-bottom-left-radius:0;border-top-right-radius:8px}._tradersFilters_zadr1_57 ul li:last-child button{border-top-right-radius:0;border-bottom-right-radius:8px;border-bottom-left-radius:8px}}._modalForm_zadr1_77{display:flex;flex-direction:column;gap:20px}._modalFormInfo_zadr1_82,._modalFormName_zadr1_82{display:flex;gap:10px}._modalButton_zadr1_86{width:230px;height:45px;background-color:#008bf8;color:#fff;border-radius:8px;font-size:16px;font-weight:700;margin:auto}._modalButton_zadr1_86:hover{opacity:.9}@media screen and (max-width: 1024px){._modalFormName_zadr1_82,._modalFormInfo_zadr1_82{flex-direction:column}}._info_7jskr_1{display:flex;flex-direction:column;gap:2rem;flex:1;width:100%;min-height:100%}._infoHeader_7jskr_9{display:flex;width:100%;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid #3F4147}._infoHeader_7jskr_9 span{font-size:14px;color:#b5bac1}._infoFilters_7jskr_23{display:flex;flex-wrap:wrap;width:100%;justify-content:space-between;gap:1.5rem}._infoFilters_7jskr_23 ul{display:flex;flex-wrap:wrap}._infoFilters_7jskr_23 ul li{margin-right:-1px}._infoFilters_7jskr_23 ul li button{display:flex;align-items:center;height:45px;padding:1rem;border:1px solid #3F4147;font-size:14px}._infoFilters_7jskr_23 ul li button:hover{background-color:#313338}._infoFilters_7jskr_23 ul li button._active_7jskr_48{background-color:#5865f2;color:#fff}._infoFilters_7jskr_23 ul li:first-child button{border-top-left-radius:8px;border-bottom-left-radius:8px}._infoFilters_7jskr_23 ul li:last-child button{border-top-right-radius:8px;border-bottom-right-radius:8px}._infoStat_7jskr_60{display:flex;flex-wrap:wrap;gap:1rem;font-size:18px}._infoStatItem_7jskr_66{display:flex;flex-direction:column;width:240px;gap:.5rem;padding:1rem;border:1px solid #3F4147;border-radius:1rem}._infoStatItem_7jskr_66 span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media screen and (max-width: 510px){._infoStatItem_7jskr_66{width:100%}}._conversion_7n8px_1{display:flex;flex-direction:column;gap:2rem;flex:1;width:100%;min-height:100%}._conversionTitle_7n8px_9{display:flex;justify-content:space-between}._conversionHeader_7n8px_13{display:flex;width:100%;justify-content:space-between;flex-wrap:wrap;gap:1.5rem}._conversionStat_7n8px_20{display:flex;flex-wrap:wrap;gap:1rem;font-size:18px}._conversionStatItem_7n8px_26{display:flex;flex-direction:column;width:240px;gap:.5rem;padding:1rem;border:1px solid #3F4147;border-radius:1rem}._conversionStatItem_7n8px_26 span{font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._conversionStatItem_7n8px_26 span em{font-size:12px}@media screen and (max-width: 510px){._conversionStatItem_7n8px_26{width:100%}}@media screen and (max-width: 510px){._conversionStat_7n8px_20{overflow-x:auto;flex-wrap:nowrap}}._merchants_12j56_1{display:flex;flex-direction:column;gap:2rem;flex:1;width:100%;min-height:100%}._merchantsHeader_12j56_9{display:flex;width:100%;justify-content:space-between;flex-wrap:wrap;gap:1.5rem}._merchantsEmptyMessage_12j56_16{text-align:center;font-size:16px;color:#b5bac1}
