@charset "UTF-8";body{margin:0;background-color:var(--bg-primary);font-family:Inter,sans-serif}.rdp-root{--rdp-accent-color: blue;--rdp-accent-background-color: #f0f0ff;--rdp-day-height: 44px;--rdp-day-width: 44px;--rdp-day_button-border-radius: 100%;--rdp-day_button-border: 2px solid transparent;--rdp-day_button-height: 42px;--rdp-day_button-width: 42px;--rdp-selected-border: 2px solid var(--rdp-accent-color);--rdp-disabled-opacity: .5;--rdp-outside-opacity: .75;--rdp-today-color: var(--rdp-accent-color);--rdp-dropdown-gap: .5rem;--rdp-months-gap: 2rem;--rdp-nav_button-disabled-opacity: .5;--rdp-nav_button-height: 2.25rem;--rdp-nav_button-width: 2.25rem;--rdp-nav-height: 2.75rem;--rdp-range_middle-background-color: var(--rdp-accent-background-color);--rdp-range_middle-color: inherit;--rdp-range_start-color: white;--rdp-range_start-background: linear-gradient( var(--rdp-gradient-direction), transparent 50%, var(--rdp-range_middle-background-color) 50% );--rdp-range_start-date-background-color: var(--rdp-accent-color);--rdp-range_end-background: linear-gradient( var(--rdp-gradient-direction), var(--rdp-range_middle-background-color) 50%, transparent 50% );--rdp-range_end-color: white;--rdp-range_end-date-background-color: var(--rdp-accent-color);--rdp-week_number-border-radius: 100%;--rdp-week_number-border: 2px solid transparent;--rdp-week_number-height: var(--rdp-day-height);--rdp-week_number-opacity: .75;--rdp-week_number-width: var(--rdp-day-width);--rdp-weeknumber-text-align: center;--rdp-weekday-opacity: .75;--rdp-weekday-padding: .5rem 0rem;--rdp-weekday-text-align: center;--rdp-gradient-direction: 90deg;--rdp-animation_duration: .3s;--rdp-animation_timing: cubic-bezier(.4, 0, .2, 1)}.rdp-root[dir=rtl]{--rdp-gradient-direction: -90deg}.rdp-root[data-broadcast-calendar=true]{--rdp-outside-opacity: unset}.rdp-root{position:relative;box-sizing:border-box}.rdp-root *{box-sizing:border-box}.rdp-day{width:var(--rdp-day-width);height:var(--rdp-day-height);text-align:center}.rdp-day_button{background:none;padding:0;margin:0;cursor:pointer;font:inherit;color:inherit;justify-content:center;align-items:center;display:flex;width:var(--rdp-day_button-width);height:var(--rdp-day_button-height);border:var(--rdp-day_button-border);border-radius:var(--rdp-day_button-border-radius)}.rdp-day_button:disabled{cursor:revert}.rdp-caption_label{z-index:1;position:relative;display:inline-flex;align-items:center;white-space:nowrap;border:0}.rdp-dropdown:focus-visible~.rdp-caption_label{outline:5px auto Highlight;outline:5px auto -webkit-focus-ring-color}.rdp-button_next,.rdp-button_previous{border:none;background:none;padding:0;margin:0;cursor:pointer;font:inherit;color:inherit;-moz-appearance:none;-webkit-appearance:none;display:inline-flex;align-items:center;justify-content:center;position:relative;appearance:none;width:var(--rdp-nav_button-width);height:var(--rdp-nav_button-height)}.rdp-button_next:disabled,.rdp-button_next[aria-disabled=true],.rdp-button_previous:disabled,.rdp-button_previous[aria-disabled=true]{cursor:revert;opacity:var(--rdp-nav_button-disabled-opacity)}.rdp-chevron{display:inline-block;fill:var(--rdp-accent-color)}.rdp-root[dir=rtl] .rdp-nav .rdp-chevron{transform:rotate(180deg);transform-origin:50%}.rdp-dropdowns{position:relative;display:inline-flex;align-items:center;gap:var(--rdp-dropdown-gap)}.rdp-dropdown{z-index:2;opacity:0;appearance:none;position:absolute;inset-block-start:0;inset-block-end:0;inset-inline-start:0;width:100%;margin:0;padding:0;cursor:inherit;border:none;line-height:inherit}.rdp-dropdown_root{position:relative;display:inline-flex;align-items:center}.rdp-dropdown_root[data-disabled=true] .rdp-chevron{opacity:var(--rdp-disabled-opacity)}.rdp-month_caption{display:flex;align-content:center;height:var(--rdp-nav-height);font-weight:700;font-size:large}.rdp-root[data-nav-layout=around] .rdp-month,.rdp-root[data-nav-layout=after] .rdp-month{position:relative}.rdp-root[data-nav-layout=around] .rdp-month_caption{justify-content:center;margin-inline-start:var(--rdp-nav_button-width);margin-inline-end:var(--rdp-nav_button-width);position:relative}.rdp-root[data-nav-layout=around] .rdp-button_previous{position:absolute;inset-inline-start:0;top:0;height:var(--rdp-nav-height);display:inline-flex}.rdp-root[data-nav-layout=around] .rdp-button_next{position:absolute;inset-inline-end:0;top:0;height:var(--rdp-nav-height);display:inline-flex;justify-content:center}.rdp-months{position:relative;display:flex;flex-wrap:wrap;gap:var(--rdp-months-gap);max-width:fit-content}.rdp-month_grid{border-collapse:collapse}.rdp-nav{position:absolute;inset-block-start:0;inset-inline-end:0;display:flex;align-items:center;height:var(--rdp-nav-height)}.rdp-weekday{opacity:var(--rdp-weekday-opacity);padding:var(--rdp-weekday-padding);font-weight:500;font-size:smaller;text-align:var(--rdp-weekday-text-align);text-transform:var(--rdp-weekday-text-transform)}.rdp-week_number{opacity:var(--rdp-week_number-opacity);font-weight:400;font-size:small;height:var(--rdp-week_number-height);width:var(--rdp-week_number-width);border:var(--rdp-week_number-border);border-radius:var(--rdp-week_number-border-radius);text-align:var(--rdp-weeknumber-text-align)}.rdp-today:not(.rdp-outside){color:var(--rdp-today-color)}.rdp-selected{font-weight:700;font-size:large}.rdp-selected .rdp-day_button{border:var(--rdp-selected-border)}.rdp-outside{opacity:var(--rdp-outside-opacity)}.rdp-disabled:not(.rdp-selected){opacity:var(--rdp-disabled-opacity)}.rdp-hidden{visibility:hidden;color:var(--rdp-range_start-color)}.rdp-range_start{background:var(--rdp-range_start-background)}.rdp-range_start .rdp-day_button{background-color:var(--rdp-range_start-date-background-color);color:var(--rdp-range_start-color)}.rdp-range_middle{background-color:var(--rdp-range_middle-background-color)}.rdp-range_middle .rdp-day_button{border:unset;border-radius:unset;color:var(--rdp-range_middle-color)}.rdp-range_end{background:var(--rdp-range_end-background);color:var(--rdp-range_end-color)}.rdp-range_end .rdp-day_button{color:var(--rdp-range_start-color);background-color:var(--rdp-range_end-date-background-color)}.rdp-range_start.rdp-range_end{background:revert}.rdp-focusable{cursor:pointer}@keyframes rdp-slide_in_left{0%{transform:translate(-100%)}to{transform:translate(0)}}@keyframes rdp-slide_in_right{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes rdp-slide_out_left{0%{transform:translate(0)}to{transform:translate(-100%)}}@keyframes rdp-slide_out_right{0%{transform:translate(0)}to{transform:translate(100%)}}.rdp-weeks_before_enter{animation:rdp-slide_in_left var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-weeks_before_exit{animation:rdp-slide_out_left var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-weeks_after_enter{animation:rdp-slide_in_right var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-weeks_after_exit{animation:rdp-slide_out_right var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-root[dir=rtl] .rdp-weeks_after_enter{animation:rdp-slide_in_left var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-root[dir=rtl] .rdp-weeks_before_exit{animation:rdp-slide_out_right var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-root[dir=rtl] .rdp-weeks_before_enter{animation:rdp-slide_in_right var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-root[dir=rtl] .rdp-weeks_after_exit{animation:rdp-slide_out_left var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}@keyframes rdp-fade_in{0%{opacity:0}to{opacity:1}}@keyframes rdp-fade_out{0%{opacity:1}to{opacity:0}}.rdp-caption_after_enter{animation:rdp-fade_in var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-caption_after_exit{animation:rdp-fade_out var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-caption_before_enter{animation:rdp-fade_in var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-caption_before_exit{animation:rdp-fade_out var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}._button_1susj_1{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:4px;padding:8px;background:none;border:none;font-family:Inter,sans-serif;cursor:pointer}._button_1susj_1:disabled{opacity:.5;pointer-events:none}._button_1susj_1._default_1susj_17{width:max-content;height:40px;padding:12px;border-radius:9999px;outline:1px solid var(--border-primary);outline-offset:-1px;color:var(--text-primary)}._button_1susj_1._default_1susj_17:hover{background-color:var(--bg-primary)}._button_1susj_1._primary_1susj_29{padding:12px;border-radius:9999px;background:var(--bg-brand);color:var(--text-white)}._button_1susj_1._primary_1susj_29 svg{color:var(--icon-color-white)}._button_1susj_1._secondary_1susj_38{border-radius:9999px;background:var(--button-secondary-bg);color:var(--text-primary)}._button_1susj_1._secondary_1susj_38:hover{background:var(--icon-bg-secondary)}._button_1susj_1._pagination_1susj_46{width:24px;height:24px;padding:0;border-radius:9999px;color:var(--text-muted-tertiary);font-weight:500;font-size:12px;line-height:16px;font-family:Inter,sans-serif}._button_1susj_1._pagination_1susj_46:hover{background:var(--pagination-page-list-item-bg-hover);color:var(--text-primary)}._button_1susj_1._pagination_1susj_46._active_1susj_61{background:var(--bg-brand-opacity);color:var(--text-brand)}._button_1susj_1._template_1susj_65{padding:11px 12px;border:1px dashed var(--border-primary);border-radius:9999px;color:var(--text-primary);font-weight:500;font-size:14px;line-height:16px;font-family:Inter,sans-serif}._button_1susj_1._template_1susj_65:hover:not(._active_1susj_61){background:var(--bg-secondary)}._button_1susj_1._template_1susj_65._active_1susj_61{border:1px solid var(--border-active);background:var(--bg-brand-opacity)}._button_1susj_1._toast_1susj_82{padding:4px 12px;border:1px solid var(--border-tertiary);border-radius:9999px;background:transparent;color:var(--text-secondary);font-weight:600;font-size:12px;line-height:16px;font-family:Inter,sans-serif}._button_1susj_1._pill_1susj_93{width:100%;padding:8px 0;border:1px solid var(--border-primary);border-radius:9999px;background:transparent;cursor:pointer;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:8px;color:var(--text-primary);font-weight:400;font-size:12px;line-height:16px;font-family:Inter,sans-serif}._button_1susj_1._pill_1susj_93:hover{background:var(--bg-tertiary)}._button_1susj_1._success_1susj_114{padding:12px;border-radius:9999px;background:var(--green_2);color:var(--text-white)}._button_1susj_1._warning_1susj_120{padding:12px;border-radius:9999px;background:var(--orange);color:var(--text-white)}._button_1susj_1._danger_1susj_126{padding:12px;border-radius:9999px;background:var(--bg-danger);color:var(--text-white)}._button_1susj_1._danger_1susj_126 svg{color:var(--icon-color-white)}._icon_12unf_1{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:0}._fill_12unf_9 svg [fill]{fill:currentColor}._stroke_12unf_13 svg [stroke]{stroke:currentColor}._both_12unf_17 svg [fill]{fill:currentColor}._both_12unf_17 svg [stroke]{stroke:currentColor}._forbidden_709ee_1{position:absolute;top:50%;left:50%;transform:translateY(-50%);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:24px}._forbidden_709ee_1 ._histogram_709ee_12{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:4px;width:96px;height:96px;padding:16px;border-radius:16px;background:var(--table-empty-bg)}._forbidden_709ee_1 ._histogram_709ee_12 svg [fill]{fill:var(--table-empty-histogram-bg, url(#paint0_linear_3034_59367))}._forbidden_709ee_1 ._no_data_text_709ee_27{color:var(--text-primary);font-weight:600;font-size:32px;line-height:32px;font-family:Inter,sans-serif}._forbidden_709ee_1 ._description_709ee_34{max-width:320px;text-align:center;color:var(--text-muted-secondary);font-weight:500;font-size:14px;line-height:16px;font-family:Inter,sans-serif}._forbidden_709ee_1 button{min-width:175px;height:40px}._notFound_ahvqb_1{position:absolute;top:50%;left:50%;transform:translateY(-50%);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:24px}._notFound_ahvqb_1 ._histogram_ahvqb_12{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:4px;width:96px;height:96px;padding:16px;border-radius:16px;background:var(--table-empty-bg)}._notFound_ahvqb_1 ._histogram_ahvqb_12 svg [fill]{fill:var(--table-empty-histogram-bg, url(#paint0_linear_5113_60223))}._notFound_ahvqb_1 ._no_data_text_ahvqb_27{color:var(--text-primary);font-weight:600;font-size:32px;line-height:32px;font-family:Inter,sans-serif}._notFound_ahvqb_1 ._description_ahvqb_34{max-width:320px;text-align:center;color:var(--text-muted-secondary);font-weight:500;font-size:14px;line-height:16px;font-family:Inter,sans-serif}._notFound_ahvqb_1 button{min-width:175px;height:40px}._snackbar_6oc8v_1{padding:12px;display:flex;flex-direction:row;align-items:start;justify-content:start;gap:8px;position:relative;overflow:hidden;border:1px solid var(--border-secondary);border-radius:12px;background:var(--bg-secondary);font-family:Inter,sans-serif}._snackbar_6oc8v_1 ._blur_6oc8v_15{position:absolute;top:0;left:0;width:100%;height:100%;opacity:.6}._snackbar_6oc8v_1 ._center_block_6oc8v_23{width:100%;display:flex;flex-direction:column;align-items:start;justify-content:center;gap:8px;z-index:2;min-width:250px;max-width:300px}._snackbar_6oc8v_1 ._center_block_6oc8v_23 h2{color:var(--text-secondary);font-weight:500;font-size:14px;line-height:16px;font-family:Inter,sans-serif;margin:0}._snackbar_6oc8v_1 ._center_block_6oc8v_23 p{color:var(--text-muted-secondary);font-weight:500;font-size:12px;line-height:16px;font-family:Inter,sans-serif;margin:0}._snackbar_6oc8v_1 ._close_6oc8v_50{margin:0;padding:0;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:4px;background:none;border:none;font-family:Inter,sans-serif;cursor:pointer;z-index:2;color:var(--icon-color-muted-primary)}._notification_15rsr_1{min-height:122px}._notification_15rsr_1 ._lead_info_15rsr_4{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:10px;font-family:Inter,sans-serif}._notification_15rsr_1 ._lead_info_15rsr_4 hr{height:16px;margin:0;border:none;border-right:1px solid var(--notification-hr-color)}._notification_15rsr_1 ._lead_info_15rsr_4 a{color:var(--notification-lead-name-color);font-weight:600;font-size:12px;line-height:12px;font-family:Inter,sans-serif;text-decoration:none}._notification_15rsr_1 ._lead_info_15rsr_4 span{color:var(--brand-main);font-weight:500;font-size:12px;line-height:12px;font-family:Inter,sans-serif}._notification_15rsr_1 ._export_buttons_15rsr_33{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:8px}._notification_15rsr_1 ._export_buttons_15rsr_33 ._download_15rsr_40{border:none;cursor:pointer;height:100%;padding:8px;color:var(--text-secondary);font-weight:500;font-size:12px;line-height:12px;font-family:Inter,sans-serif}._notification_15rsr_1 ._export_buttons_15rsr_33 ._goToExports_15rsr_52{padding:8px;border-radius:9999px;outline:1px solid var(--border-primary);outline-offset:-1px;text-decoration:underline;color:var(--text-secondary);font-weight:500;font-size:12px;line-height:12px;font-family:Inter,sans-serif}._notification_15rsr_1 ._export_buttons_15rsr_33 ._goToExports_15rsr_52:hover{background-color:var(--bg-primary)}._wrapper_m6sw3_1{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:8px;width:100%;text-align:left}._wrapper_m6sw3_1 ._label_m6sw3_10{color:var(--text-muted-tertiary);font-weight:500;font-size:12px;line-height:16px;font-family:Inter,sans-serif}._wrapper_m6sw3_1 ._label_m6sw3_10 ._required_m6sw3_17{color:var(--danger)}._wrapper_m6sw3_1 ._field_m6sw3_20{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:8px;width:100%;height:40px;padding:0 4px 0 12px;border:1px solid var(--border-primary);border-radius:9999px;background-color:var(--bg-secondary)}._wrapper_m6sw3_1 ._field_m6sw3_20 ._input_m6sw3_33{width:100%;border:none;outline:none;background:transparent;color:var(--text-primary);font-family:Inter,sans-serif}._wrapper_m6sw3_1 ._field_m6sw3_20 ._input_m6sw3_33::placeholder{color:var(--text-muted-tertiary)}._wrapper_m6sw3_1 ._field_m6sw3_20 ._leftIcon_m6sw3_44{color:var(--icon-color-muted-primary);display:flex;flex-direction:row;align-items:center;justify-content:center;gap:4px}._wrapper_m6sw3_1 ._field_m6sw3_20:hover{border:1px solid var(--border-secondary)}._wrapper_m6sw3_1 ._field_m6sw3_20:focus-within{border:1px solid var(--border-active)}._wrapper_m6sw3_1 ._field_m6sw3_20:focus-within ._input_m6sw3_33::placeholder{color:transparent}._wrapper_m6sw3_1 ._field_m6sw3_20 ._rightIcon_m6sw3_61{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:4px;padding:8px;border:none;border-radius:9999px;background:var(--icon-bg-secondary);color:var(--icon-color-muted-primary);cursor:pointer}._wrapper_m6sw3_1 ._field_m6sw3_20 ._rightIcon_m6sw3_61:focus,._wrapper_m6sw3_1 ._field_m6sw3_20 ._rightIcon_m6sw3_61:focus-visible{outline:none;box-shadow:none}._wrapper_m6sw3_1 ._field_m6sw3_20 ._rightIcon_m6sw3_61:disabled{cursor:not-allowed}._wrapper_m6sw3_1 ._field_m6sw3_20 ._rightIcon_m6sw3_61 svg{display:block;width:16px;height:16px}._wrapper_m6sw3_1 ._field_m6sw3_20 ._rightContent_m6sw3_86{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:8px}._wrapper_m6sw3_1 ._fieldSmall_m6sw3_93{height:24px}._wrapper_m6sw3_1 ._fieldSmall_m6sw3_93:focus-within{border:1px solid var(--border-secondary)}._wrapper_m6sw3_1 ._fieldChat_m6sw3_99{height:56px;padding:12px;background:var(--chat-input-bg)}._wrapper_m6sw3_1 ._fieldDisabled_m6sw3_104{cursor:not-allowed;opacity:.5}._wrapper_m6sw3_1 ._fieldError_m6sw3_108{border:1px solid var(--danger)}._with_copy_m6sw3_112{display:flex;flex-direction:row;align-items:flex-end;justify-content:flex-start;gap:8px}._with_copy_m6sw3_112 ._copy_m6sw3_119{padding-bottom:12px}._hidden_value_input_wrapper_m6sw3_123{width:100%}._hidden_value_input_wrapper_m6sw3_123._hidden_value_input_disabled_m6sw3_126{pointer-events:all}._hidden_value_input_wrapper_m6sw3_123._hidden_value_input_disabled_m6sw3_126 input{pointer-events:none}._copy_button_10sae_1{border:none;background-color:transparent;color:var(--copy-button-icon);cursor:pointer}._header_kyaap_1{padding:16px 0}._header_kyaap_1 ._container_kyaap_4{display:grid;grid-template-columns:1fr 1fr 1fr;padding:0 0 0 16px;border-left:1px solid var(----dark-800, #26272b)}._header_kyaap_1 ._container_kyaap_4 ._left_part_kyaap_10{display:flex;flex-direction:row;align-items:center;justify-content:start;gap:8px}._header_kyaap_1 ._container_kyaap_4 ._left_part_kyaap_10 h1{color:var(--text-tertiary, #18181b);font-weight:500;font-size:16px;line-height:24px;font-family:Inter,sans-serif;font-style:normal;font-family:Inter;letter-spacing:-.26px}._header_kyaap_1 ._container_kyaap_4 ._center_part_kyaap_27{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:8px}._header_kyaap_1 ._container_kyaap_4 ._center_part_kyaap_27 ._search_kyaap_34{max-width:282px}._header_kyaap_1 ._container_kyaap_4 ._right_part_kyaap_37{display:flex;flex-direction:row;align-items:center;justify-content:end;gap:8px}._accounts_bjra3_1{display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:0;height:100%;padding:0 16px 16px 0}._wrapper_pqwc4_1{position:relative;width:100%}._popover_pqwc4_6{z-index:9999;position:absolute;overflow:auto;border-radius:24px;background:var(--bg-secondary);box-shadow:0 0 32px #00000029}._popover_pqwc4_6::-webkit-scrollbar{display:none}._select_nd99k_1{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:8px;width:100%}._select_nd99k_1 ._label_nd99k_9{color:var(--text-muted-tertiary);font-weight:500;font-size:12px;line-height:16px;font-family:Inter,sans-serif}._select_nd99k_1 ._label_nd99k_9 ._required_nd99k_16{color:var(--danger)}._select_nd99k_1 ._hint_nd99k_19{color:var(--text-muted-tertiary);font-weight:400;font-size:12px;line-height:24px;font-family:Inter,sans-serif}._select_nd99k_1 ._hint_nd99k_19._error_nd99k_26{color:var(--danger)}._select_nd99k_1 ._trigger_nd99k_29{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:4px;height:40px;padding:4px;overflow:hidden;border:1px solid var(--border-primary);border-radius:1000px;background:var(--bg-secondary);cursor:pointer}._select_nd99k_1 ._trigger_nd99k_29:hover{border-color:var(--border-secondary)}._select_nd99k_1 ._trigger_nd99k_29._open_nd99k_46{border-color:var(--border-active)}._select_nd99k_1 ._trigger_nd99k_29._disabled_nd99k_49{cursor:not-allowed;opacity:.5}._select_nd99k_1 ._trigger_nd99k_29._error_nd99k_26{border-color:var(--danger)}._select_nd99k_1 ._trigger_nd99k_29._without_border_nd99k_56{border:none;background:transparent}._select_nd99k_1 ._trigger_nd99k_29._small_nd99k_60{height:24px}._select_nd99k_1 ._trigger_nd99k_29._small_nd99k_60 ._chevron_nd99k_63{box-sizing:border-box;width:24px;height:24px;padding:4px}._select_nd99k_1 ._trigger_nd99k_29 ._left_icon_nd99k_69{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:4px;padding:8px;border-radius:9999px;background:var(--icon-bg-secondary)}._select_nd99k_1 ._trigger_nd99k_29 ._content_nd99k_79{position:relative;flex:1;min-width:0;padding-left:6px}._select_nd99k_1 ._trigger_nd99k_29 ._content_nd99k_79 ._value_nd99k_85{color:var(--text-tertiary);font-weight:400;font-size:12px;line-height:16px;font-family:Inter,sans-serif;padding-left:2px;overflow:hidden}._select_nd99k_1 ._trigger_nd99k_29 ._content_nd99k_79 ._search_input_nd99k_94{color:var(--text-primary);font-weight:400;font-size:12px;line-height:16px;font-family:Inter,sans-serif;position:absolute;top:50%;width:100%;transform:translateY(-50%);background:transparent}._select_nd99k_1 ._trigger_nd99k_29 ._actions_nd99k_106{display:flex;flex-direction:row;align-items:center;justify-content:flex-end;gap:4px;height:100%}._select_nd99k_1 ._trigger_nd99k_29 ._actions_nd99k_106 ._clear_nd99k_114{padding:0;color:var(--text-muted-tertiary);cursor:pointer}._select_nd99k_1 ._trigger_nd99k_29 ._actions_nd99k_106 ._clear_nd99k_114:hover{color:var(--text-primary)}._select_nd99k_1 ._trigger_nd99k_29 ._actions_nd99k_106 ._chevron_nd99k_63{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:4px;height:100%;padding-inline:8px;border-radius:1000px;background:var(--icon-bg-secondary);color:var(--icon-color-muted-primary)}._select_nd99k_1 ._trigger_nd99k_29 ._actions_nd99k_106 ._chevron_nd99k_63 svg{transition:transform .2s}._select_nd99k_1 ._trigger_nd99k_29 ._actions_nd99k_106 ._chevron_nd99k_63._rotated_nd99k_137 svg{transform:rotate(180deg)}._option_value_nd99k_141{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:4px}._option_value_nd99k_141 ._label_nd99k_9{color:var(--text-primary);font-weight:600;font-size:14px;line-height:16px;font-family:Inter,sans-serif}._option_value_nd99k_141._selected_nd99k_155 ._label_nd99k_9{color:var(--text-tertiary);font-weight:400;font-size:12px;line-height:16px;font-family:Inter,sans-serif}._option_value_nd99k_141 ._icon_nd99k_162{width:16px;height:16px;color:var(--icon-color-primary)}._options_list_nd99k_168{display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:0;padding:4px}._options_list_nd99k_168 ._option_nd99k_141{width:100%;padding:12px;border-radius:1000px;background:var(--bg-secondary);cursor:pointer}._options_list_nd99k_168 ._option_nd99k_141:hover{background:var(--select-option-bg-hover)}._options_list_nd99k_168 ._option_nd99k_141._selected_nd99k_155{background:var(--select-option-bg-hover);font-weight:600}._options_list_nd99k_168 ._empty_nd99k_190{width:100%;padding:10px;color:var(--text-primary);font-size:12px;text-align:center}._pagination_17vs5_1{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:4px;box-sizing:border-box;padding:4px 4px 4px 32px;border-radius:9999px;background:var(--pagination-main-bg)}._pagination_17vs5_1 ._show_total_17vs5_13{color:var(--pagintion-total-text-color);font-weight:510;font-size:12px;line-height:16px;font-family:Inter,sans-serif;text-wrap:nowrap}._pagination_17vs5_1 ._center_block_17vs5_21{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:12px}._pagination_17vs5_1 ._center_block_17vs5_21 ._pages_list_17vs5_28{width:max-content;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:12px;padding:4px;border-radius:9999px;background:var(--pagination-page-list-bg)}._pagination_17vs5_1 ._center_block_17vs5_21 ._pages_list_17vs5_28 ._dots_17vs5_39{background:none}._pagination_17vs5_1 ._center_block_17vs5_21 ._icon_17vs5_42{color:var(--icon-color-primary)}._pagination_17vs5_1 ._rows_select_17vs5_45{max-width:125px}._pagination_17vs5_1 ._select_container_17vs5_48{height:32px}._Tooltip_1xv45_1{display:inline-flex;align-items:center;min-width:0;max-width:100%;overflow:hidden}._content_1xv45_9{z-index:1100;width:max-content;max-width:255px;max-height:none;padding:12px;overflow-y:visible;border-radius:12px;background:var(--bg-tertiary);box-shadow:0 2px 10px #00000040;word-break:break-all;cursor:text;pointer-events:auto;-webkit-user-select:text;user-select:text;color:var(--text-primary);font-weight:400;font-size:12px;line-height:14px;font-family:Inter,sans-serif}._content_1xv45_9:after{position:absolute;content:""}._content_1xv45_9._top_1xv45_33:after{bottom:-6px;left:50%;transform:translate(-50%);border-top:7px solid var(--bg-tertiary);border-right:7px solid transparent;border-left:7px solid transparent}._content_1xv45_9._bottom_1xv45_41:after{top:-6px;left:50%;transform:translate(-50%);border-right:7px solid transparent;border-bottom:7px solid var(--bg-tertiary);border-left:7px solid transparent}._content_1xv45_9._left_1xv45_49:after{top:50%;right:-6px;transform:translateY(-50%);border-top:7px solid transparent;border-bottom:7px solid transparent;border-left:7px solid var(--bg-tertiary)}._content_1xv45_9._right_1xv45_57:after{top:50%;left:-6px;transform:translateY(-50%);border-top:7px solid transparent;border-right:7px solid var(--bg-tertiary);border-bottom:7px solid transparent}._table_cell_j9b11_1{display:flex;flex-direction:row;align-items:center;justify-content:stretch;gap:4px;color:var(--text-tertiary);font-weight:400;font-size:14px;line-height:16px;font-family:Inter,sans-serif;min-width:0;max-width:100%;height:48px;padding:0 16px;overflow:hidden}._content_j9b11_19{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._checkbox_nkgz2_1{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:4px;width:16px;height:16px;border:1px solid var(--border-tertiary);border-radius:9999px;background:transparent;cursor:pointer;-webkit-user-select:none;user-select:none}._checkbox_nkgz2_1._reportFilter_nkgz2_15{width:24px;height:24px;border:1.5px solid #70707b;border-radius:6px}._checkbox_nkgz2_1._reportFilter_nkgz2_15 svg{width:14px;height:14px}._checkbox_nkgz2_1._checked_nkgz2_25{border-color:var(--border-active);background:var(--bg-brand);color:var(--icon-color-white)}._checkbox_nkgz2_1._disabled_nkgz2_30{cursor:not-allowed;opacity:.6}._table_container_1jf6k_1{contain:strict;position:relative;height:100%;overflow:hidden}._table_container_1jf6k_1 ._table_1jf6k_1{display:grid;position:relative;width:100%;max-height:100%;overflow:auto;overflow-anchor:none;gap:8px;transform:translateZ(0);font-family:Inter,sans-serif;table-layout:fixed}._table_container_1jf6k_1 ._table_1jf6k_1 tr{display:flex;align-items:center;width:100%}._table_container_1jf6k_1 ._loader_1jf6k_24{position:absolute;top:50%;left:50%;width:150px;transform:translate(-50%,-50%)}._table_empty_10p2b_1{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:24px}._table_empty_10p2b_1 ._histogram_10p2b_12{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:4px;width:96px;height:96px;padding:16px;border-radius:16px;background:var(--table-empty-bg)}._table_empty_10p2b_1 ._histogram_10p2b_12 svg [fill]{fill:var(--table-empty-histogram-bg, url(#paint0_linear_3034_59367))}._table_empty_10p2b_1 ._no_data_text_10p2b_27{color:var(--text-primary);font-weight:600;font-size:32px;line-height:32px;font-family:Inter,sans-serif}._table_empty_10p2b_1 button{min-width:175px;height:40px}._table_foot_1p4t2_1{z-index:10;position:sticky;bottom:0;width:100%;background:var(--table-head-cell-bg)}._table_head_nwpqj_1{z-index:10;position:sticky;top:0;width:100%;border-radius:16px;background:var(--table-head-cell-bg)}._table_header_16sfk_1{position:relative;color:var(--text-muted-secondary);font-weight:500;font-size:12px;line-height:16px;font-family:Inter,sans-serif;padding:12px 16px;overflow:hidden;outline:none;text-align:start;white-space:nowrap;transition:width transform .2s ease-in-out}@media screen and (max-width:1919px){._table_header_16sfk_1{padding:8px}}._table_header_16sfk_1 ._icon_16sfk_20{color:var(--icon-color-muted-secondary)}._table_header_16sfk_1 ._header_content_16sfk_23{width:100%;height:100%;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:8px}._table_header_16sfk_1 ._header_content_16sfk_23 ._top_16sfk_32{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:4px}._table_header_16sfk_1 ._header_content_16sfk_23 ._top_16sfk_32 ._left_side_16sfk_40{display:flex;flex-direction:row;align-items:center;justify-content:start;gap:4px;flex:1;min-width:0}._table_header_16sfk_1 ._header_content_16sfk_23 ._top_16sfk_32 ._left_side_16sfk_40._sortable_16sfk_49,._table_header_16sfk_1 ._header_content_16sfk_23 ._top_16sfk_32 ._left_side_16sfk_40 ._icon_16sfk_20{cursor:pointer}._table_header_16sfk_1 ._header_content_16sfk_23 ._top_16sfk_32 ._dnd_button_16sfk_55{border:none;font-family:Inter,sans-serif;cursor:pointer;background:none;cursor:grab;opacity:0;pointer-events:none;transition:opacity .15s ease}._table_header_16sfk_1 ._header_content_16sfk_23 ._top_16sfk_32 ._dnd_button_16sfk_55:active{cursor:grabbing}._table_header_16sfk_1 ._header_content_16sfk_23 ._top_16sfk_32:hover ._dnd_button_16sfk_55{opacity:1;pointer-events:auto}._table_header_16sfk_1 ._resizer_16sfk_72{position:absolute;top:0;right:0;width:2px;height:100%;background:var(--border-primary);cursor:col-resize;touch-action:none;-webkit-user-select:none;user-select:none}._table_header_16sfk_1 ._resizer_16sfk_72._resizing_16sfk_83{background:var(--brand-main)}._table_header_16sfk_1:last-child{border-top-right-radius:16px;border-bottom-right-radius:16px}._table_header_16sfk_1:first-child{border-top-left-radius:16px;border-bottom-left-radius:16px}._dragging_16sfk_95{z-index:1;width:inherit!important;min-width:inherit!important;background:var(--bg-primary)}._dropTarget_16sfk_102{opacity:.5}._row_zhyqr_1{border-radius:100px}._row_zhyqr_1._even_zhyqr_4{background:var(--bg-inferior)}._selected_badge_1jbl6_1{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:4px;z-index:2;position:absolute;bottom:8px;left:50%;width:max-content;min-width:154px;max-height:40px;padding:4px 4px 4px 8px;transform:translate(-50%);border:1px solid var(--border-secondary);border-radius:1000px;background:var(--bg-secondary)}._selected_badge_1jbl6_1 ._label_1jbl6_20{color:var(--text-primary);font-weight:500;font-size:14px;line-height:16px;font-family:Inter,sans-serif;letter-spacing:-.26px}._selected_badge_1jbl6_1 ._count_1jbl6_28{color:var(--brand-main);font-weight:500;font-size:14px;line-height:16px;font-family:Inter,sans-serif;letter-spacing:-.26px}._selected_badge_1jbl6_1 ._maximum_1jbl6_36{color:var(--danger);font-weight:500;font-size:14px;line-height:16px;font-family:Inter,sans-serif;letter-spacing:-.26px}._selected_badge_1jbl6_1 ._close_1jbl6_44{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:4px;width:32px;min-width:32px;height:32px;margin-left:auto;border:none;border-radius:50%;background:var(--bg-tertiary);color:var(--icon-color-muted-primary);cursor:pointer}._selected_badge_max_1jbl6_61 ._count_1jbl6_28{color:var(--danger)}._wrapper_tods7_1{display:flex;flex-direction:column;height:100%;min-height:0;gap:4px}._container_tods7_9{display:flex;flex-direction:column;align-items:stretch;justify-content:stretch;gap:16px;flex:1 1 auto;height:100%;min-height:0;padding:16px;overflow:hidden;border-radius:32px;background:var(--table-container-bg)}._table_tods7_24{flex:1 1 auto;height:auto;min-height:0}._actionsCell_tods7_30{overflow:visible}._actionsCell_tods7_30>div{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:4px}._dropdown_menu_tg2t5_1{width:min-content}._dropdown_menu_tg2t5_1 ._trigger_tg2t5_4{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:4px;width:40px;height:40px;border:1px solid var(--border-primary);border-radius:9999px}._dropdown_menu_tg2t5_1 ._trigger_tg2t5_4._disabled_tg2t5_15{cursor:not-allowed;opacity:.5}._content_tg2t5_20{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:0;width:max-content}._content_tg2t5_20 ._option_tg2t5_28{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:16px;color:var(--text-primary);font-weight:400;font-size:14px;line-height:16px;font-family:Inter,sans-serif;width:100%;padding:12px;background:var(--bg-secondary);cursor:pointer}._content_tg2t5_20 ._option_tg2t5_28 span{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:8px}._content_tg2t5_20 ._option_tg2t5_28:disabled{cursor:not-allowed;opacity:.5}._container_co2hs_1{display:flex;flex-direction:column;align-items:stretch;justify-content:center;gap:2px;height:48px;padding:0 16px;overflow:hidden}._container_co2hs_1 ._value_co2hs_11{color:var(--text-quaternary);font-weight:500;font-size:14px;line-height:16px;font-family:Inter,sans-serif}._container_co2hs_1 ._converted_co2hs_18{color:var(--text-quaternary);font-weight:500;font-size:12px;line-height:16px;font-family:Inter,sans-serif}._copy_wrapper_u7o3l_1{cursor:pointer;transition:color .1s ease}._copy_wrapper_u7o3l_1:active{color:var(--text-brand)}._container_1gah2_1{display:flex;flex-direction:column;align-items:stretch;justify-content:center;gap:2px;min-width:0;max-width:100%;height:48px;padding:0 16px;overflow:hidden}._date_1gah2_14{color:var(--text-quaternary);font-weight:500;font-size:14px;line-height:16px;font-family:Inter,sans-serif;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._time_1gah2_25{color:var(--text-muted-tertiary);font-weight:500;font-size:12px;line-height:16px;font-family:Inter,sans-serif;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._link_1ns9u_1{color:var(--brand-main, #52a5e5);font-weight:700;text-decoration:none}._green_prtit_1{color:var(--green)}._red_prtit_5{color:var(--red)}._container_ivc8q_1{display:flex;flex-direction:column;align-items:stretch;justify-content:center;gap:2px;height:48px;padding:0 16px;overflow:hidden}._offset_ivc8q_12{color:var(--text-quaternary);font-weight:500;font-size:14px;line-height:16px;font-family:Inter,sans-serif}._locations_ivc8q_20{color:var(--text-quaternary);font-weight:500;font-size:12px;line-height:16px;font-family:Inter,sans-serif;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._badge_1av8h_1{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:8px;border-radius:9999px;font-weight:500;font-size:12px}._default_1av8h_12{padding:4px 12px}._large_1av8h_16{padding:8px 12px}._icon_1av8h_20{display:inline-flex}._deposit_1av8h_24{background:#00b4a01f;color:#00b4a0}._withdraw_1av8h_29{background:#e9770e1f;color:#e9770e}._freeze_1av8h_34{background:#1d4ed824;color:#1e3a8a}._unfreeze_1av8h_39{background:#7dd3fc2e;color:#0284c7}._admin_1av8h_44{background:#a855f71f;color:#a855f7}._sales_manager_1av8h_49{background:#52a5e51f;color:#52a5e5}._buy_1av8h_54{background:#00b4a01f;color:#00b4a0}._sell_1av8h_59{background:#f63d681f;color:#f63d68}._not_verified_1av8h_64{background:#a855f714;color:#af52de}._pending_1av8h_69{background:#e9770e14;color:#ff9500}._verified_1av8h_74{background:#00b4a014;color:#34c759}._declined_1av8h_79{background:#f63d6814;color:#ff3b30}._count_red_1av8h_84{padding:4px 6px;background:#f63d68;color:#fcfcfd}._count_green_1av8h_90{padding:4px 6px;background:#00b4a0;color:#fcfcfd}._count_orange_1av8h_96{padding:4px 6px;background:#e9770e;color:#fcfcfd}._count_blue_1av8h_102{padding:4px 6px;background:#52a5e5;color:#fcfcfd}._real_1av8h_108{border-radius:4px;background:#00b4a01f;color:#00b4a0}._demo_1av8h_114{border-radius:4px;background:#e9770e1f;color:#e9770e}._fake_1av8h_120{border-radius:4px;background:#f63d681f;color:#f63d68}._tabs_oszpk_1{position:relative;width:100%;background:transparent}._tabs_oszpk_1._main_oszpk_6{padding:4px 0;overflow:hidden;border:1px solid var(--border-primary);border-radius:9999px;background:var(--tabs-bg);display:flex;flex-direction:row;align-items:stretch;justify-content:flex-start;gap:4px}._tabs_oszpk_1._underline_oszpk_18{display:flex;border-bottom:1px solid var(--border-primary)}._slider_oszpk_23{z-index:0;position:absolute}._slider_oszpk_23._main_oszpk_6{top:4px;bottom:4px;left:4px;border-radius:9999px;background:var(--tabs-active-bg);transition:transform .4s ease,width .2s ease}._slider_oszpk_23._underline_oszpk_18{bottom:0;left:4px;height:2px;background:var(--border-active);pointer-events:none;transition:transform .4s ease,width .2s ease}._tab_oszpk_1{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:8px;border:none;cursor:pointer;color:var(--text-muted-tertiary);font-weight:500;font-size:14px;line-height:16px;font-family:Inter,sans-serif;z-index:1;position:relative;background:transparent;white-space:nowrap;transition:color .4s ease}._tab_oszpk_1:hover{color:var(--text-primary)}._tab_oszpk_1._main_oszpk_6{flex:1 0 0;height:32px;padding:8px 0;border-radius:9999px}._tab_oszpk_1._underline_oszpk_18{height:72px;padding:28px 32px;border-bottom:2px solid transparent}@media screen and (max-width:1919px){._tab_oszpk_1._underline_oszpk_18{flex:1 1 0;min-width:0;padding:20px 8px;gap:4px}}._tab_oszpk_1._active_oszpk_86{color:var(--tabs-active-color, var(--text-primary))}._iconRight_oszpk_90{flex-direction:row-reverse}._icon_oszpk_90{display:inline-flex}._chat_oszpk_98{background:transparent}._chat_oszpk_98 ._slider_oszpk_23._main_oszpk_6{background:var(--green)}._chat_oszpk_98 ._tab_oszpk_1._active_oszpk_86{color:var(--text-white)}._admin_1sjvn_1{display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:0;height:100%;padding-right:16px}._admin_1sjvn_1 ._content_1sjvn_10{display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:24px;height:100%;min-height:0;padding:16px;border-radius:32px;background:var(--bg-secondary)}._admin_1sjvn_1 ._content_1sjvn_10 ._toolbar_1sjvn_22{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:4px}._admin_1sjvn_1 ._content_1sjvn_10 ._toolbar_1sjvn_22 ._tabs_1sjvn_29{flex-shrink:0;width:20%;min-width:max-content}@media screen and (max-width:1919px){._admin_1sjvn_1 ._content_1sjvn_10 ._toolbar_1sjvn_22 ._tabs_1sjvn_29{width:max-content}}._admin_1sjvn_1 ._content_1sjvn_10 ._toolbar_1sjvn_22 ._tab_1sjvn_29{flex:0 0 auto!important;padding:8px 16px!important}._admin_1sjvn_1 ._content_1sjvn_10 ._table_1sjvn_43{height:100%;min-height:0}._admin_1sjvn_1 ._content_1sjvn_10 ._table_1sjvn_43 ._telephony_content_1sjvn_47{display:flex;flex-direction:column;align-items:stretch;justify-content:stretch;gap:16px}._admin_1sjvn_1 ._content_1sjvn_10 ._table_1sjvn_43 ._telephony_content_1sjvn_47 ._header_1sjvn_54{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:16px}._admin_1sjvn_1 ._content_1sjvn_10 ._table_1sjvn_43 ._telephony_content_1sjvn_47 ._header_1sjvn_54 ._telephony_tabs_1sjvn_61{max-width:400px}._admin_1sjvn_1 ._content_1sjvn_10 ._table_1sjvn_43 ._telephony_content_1sjvn_47 ._header_1sjvn_54 ._select_1sjvn_64{max-width:200px}._container_1e3ou_1{height:100%;display:flex;flex-direction:column;align-items:stretch;justify-content:stretch;gap:8px}._actions_1e3ou_10{display:flex;flex-direction:row;align-items:center;justify-content:flex-end;gap:8px;width:100%}._action_1e3ou_10{width:auto}._container_1cpu5_1{height:100%;display:flex;flex-direction:column;align-items:stretch;justify-content:stretch;gap:8px}._action_1cpu5_10{width:100%}._container_13lyv_1{height:100%;display:flex;flex-direction:column;align-items:stretch;justify-content:stretch;gap:8px}._colorCell_13lyv_10{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:8px}._colorPreview_13lyv_18{flex-shrink:0;width:16px;height:16px;border:1px solid var(--border-primary);border-radius:50%}._actions_13lyv_26{display:flex;flex-direction:row;align-items:center;justify-content:flex-end;gap:8px;width:100%}._action_13lyv_26{width:auto}._flag_13lyv_39{width:32px;height:20px;object-fit:cover}._container_1bkzq_1{height:100%;display:flex;flex-direction:column;align-items:stretch;justify-content:stretch;gap:8px}._actions_1bkzq_10{display:flex;flex-direction:row;align-items:center;justify-content:flex-end;gap:8px;width:100%}._action_1bkzq_10{width:auto}._flag_1bkzq_23{width:32px;height:20px;object-fit:cover}._container_1l51g_1{height:100%;display:flex;flex-direction:column;align-items:stretch;justify-content:stretch;gap:8px}._colorCell_1l51g_10{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:8px}._colorPreview_1l51g_18{flex-shrink:0;width:16px;height:16px;border:1px solid var(--border-primary);border-radius:50%}._actions_1l51g_26{display:flex;flex-direction:row;align-items:center;justify-content:flex-end;gap:8px;width:100%}._action_1l51g_26{width:auto}._chat_hxaii_1{height:calc(100% - 32px);margin:16px 16px 16px 0;border:1px solid var(--border-primary);border-radius:24px;background:var(--bg-secondary)}._chat_hxaii_1 ._chatsLayout_hxaii_8{display:flex;flex-direction:row;align-items:stretch;justify-content:flex-start;gap:12px;height:100%;padding:16px}._chat_hxaii_1 ._sidebarFull_hxaii_17{width:100%;min-width:470px}._chat_hxaii_1 ._sidebarFixed_hxaii_21{width:470px}._chat_hxaii_1 ._panel_hxaii_24{flex:1 1 auto}._chat_hxaii_1 ._info_hxaii_27{width:270px}._chatComposer_uqiku_1{width:100%}._iconButton_uqiku_5{width:36px;height:36px;padding:0;border-radius:9999px;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:4px}._row_8f65c_1{display:flex;flex-direction:row;align-items:flex-start;justify-content:flex-start;gap:8px;width:100%;padding:12px}._row_8f65c_1 ._avatar_8f65c_10{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:4px;width:32px;height:32px;border-radius:9999px;color:var(--text-white);font-weight:500;font-size:20px;line-height:24px;font-family:Inter,sans-serif;flex:0 0 32px}._row_8f65c_1 ._body_8f65c_26{max-width:440px}._row_8f65c_1 ._body_8f65c_26 ._header_8f65c_29{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:4px;margin-bottom:8px}._row_8f65c_1 ._body_8f65c_26 ._header_8f65c_29 ._name_8f65c_37{color:var(--chat-text-color);font-weight:600;font-size:12px;line-height:16px;font-family:Inter,sans-serif}._row_8f65c_1 ._body_8f65c_26 ._header_8f65c_29 ._time_8f65c_44{color:var(--dark-500);font-weight:500;font-size:12px;line-height:16px;font-family:Inter,sans-serif}._row_8f65c_1 ._body_8f65c_26 ._bubble_8f65c_51{padding:12px;border-radius:0 12px 12px;background:var(--chat-sms-bg);color:var(--chat-text-color);font-weight:500;font-size:14px;line-height:16px;font-family:Inter,sans-serif;border:1px solid var(--chat-hover-bg);word-break:break-word}._row_8f65c_1 ._body_8f65c_26 ._bubbleWrap_8f65c_63{position:relative}._row_8f65c_1 ._body_8f65c_26 ._messageActions_8f65c_66{position:absolute;top:130%;right:-14px;transform:translateY(-50%);display:flex;flex-direction:space-between;align-items:center;justify-content:center;gap:12px;padding:12px;border:1px solid var(--chat-hover-border);border-radius:12px;background:var(--chat-edit-bg);box-shadow:0 4px 12px #00000014}._row_8f65c_1 ._body_8f65c_26 ._actionButton_8f65c_82{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:4px;width:16px;height:16px;border:none;background:none;cursor:pointer}._row_8f65c_1._mine_8f65c_94{justify-content:flex-end}._row_8f65c_1._mine_8f65c_94 ._avatar_8f65c_10{display:none}._row_8f65c_1._mine_8f65c_94 ._body_8f65c_26 ._bubble_8f65c_51{border:1px solid rgba(82,165,229,.16);background:#52a5e51f}._dayDivider_rgary_1{align-self:center;width:fit-content;margin:32px auto;color:var(--dark-500);font-weight:500;font-size:12px;line-height:16px;font-family:Inter,sans-serif}._chatPanel_1p08w_1{display:flex;flex-direction:column;width:100%;height:100%;height:calc(100vh - 66px);overflow:hidden;border:1px solid var(--border-primary);border-radius:12px}._chatPanel_1p08w_1 ._header_1p08w_11{color:var(--chat-text-color);font-weight:600;font-size:16px;line-height:16px;font-family:Inter,sans-serif;flex:0 0 auto;padding:20px 16px;border-bottom:1px solid var(--border-primary);background:var(--chat-sidebar-bg)}._chatPanel_1p08w_1 ._thread_1p08w_22{display:flex;flex:1 1 auto;flex-direction:column;min-height:0;padding:16px;overflow:auto;gap:12px}._chatPanel_1p08w_1 ._thread_1p08w_22::-webkit-scrollbar{width:6px}._chatPanel_1p08w_1 ._thread_1p08w_22::-webkit-scrollbar-thumb{border-radius:9999px;background:var(--bg-tertiary)}._chatPanel_1p08w_1 ._composer_1p08w_38{padding:12px}._infoRow_1g9gm_1{width:100%}._content_1g9gm_5{display:flex;flex-direction:column;width:100%}._label_1g9gm_11{width:100%}._value_1g9gm_15{display:flex;width:100%}._statuses_1g9gm_20 ._content_1g9gm_5{gap:16px}._statuses_1g9gm_20 ._label_1g9gm_11{color:var(--text-secondary);font-weight:600;font-size:14px;line-height:16px;font-family:Inter,sans-serif}._statuses_1g9gm_20 ._value_1g9gm_15{color:var(--text-secondary);font-weight:600;font-size:15px;line-height:16px;font-family:Inter,sans-serif;flex-direction:column}._statuses_1g9gm_20 ._value_1g9gm_15>div{margin-top:4px;color:var(--dark-400);font-weight:400;font-size:12px;line-height:12px;font-family:Inter,sans-serif}._data_1g9gm_47 ._content_1g9gm_5{gap:8px}._data_1g9gm_47 ._label_1g9gm_11{color:var(--chat-data-text-color);font-weight:400;font-size:12px;line-height:16px;font-family:Inter,sans-serif}._data_1g9gm_47 ._value_1g9gm_15{align-items:center;justify-content:space-between;gap:8px;color:var(--text-secondary);font-weight:500;font-size:14px;line-height:16px;font-family:Inter,sans-serif}._data_1g9gm_47 ._value_1g9gm_15>div{display:flex;align-items:center;gap:4px}._tab_jwuww_1{display:flex;flex-direction:column;width:100%;height:100%;padding:12px;gap:16px;border:1px solid var(--border-primary);border-radius:12px}._tab_jwuww_1 ._item_jwuww_11{width:100%;padding:12px;border:1px solid var(--border-soft);border-radius:9999px}._tab_jwuww_1 ._actions_jwuww_17{display:flex;align-items:center;gap:4px}._tab_jwuww_1 ._clickable_jwuww_22{cursor:pointer}._tab_jwuww_1 ._phone_jwuww_25{display:flex;flex-direction:column;width:100%;gap:8px}._tab_jwuww_1 ._phone_jwuww_25 ._phoneTop_jwuww_31{display:flex;align-items:center;justify-content:space-between;width:100%;gap:8px}._tab_jwuww_1 ._phone_jwuww_25 ._phoneSelect_jwuww_38{width:100%}._tab_jwuww_1 ._country_jwuww_41{width:100%;padding:4px;border:1px solid var(--border-soft);border-radius:9999px}._tab_jwuww_1 ._country_jwuww_41 ._countryTop_jwuww_47{display:flex;align-items:center;justify-content:space-between;width:100%}._tab_jwuww_1 ._country_jwuww_41 ._countryLeft_jwuww_53{display:flex;align-items:center;gap:8px}._personalInfoPanel_1wl7l_1{display:flex;flex-direction:column;width:100%;height:100%;gap:16px;border:1px solid var(--border-primary);border-radius:12px}._personalInfoPanel_1wl7l_1 ._header_1wl7l_10{border-radius:12px 12px 0 0;color:var(--chat-text-color);font-weight:600;font-size:16px;line-height:16px;font-family:Inter,sans-serif;padding:20px 16px;border-bottom:1px solid var(--border-primary);background:var(--chat-sidebar-bg)}._personalInfoPanel_1wl7l_1 ._tabs_1wl7l_21{padding:0 8px}._personalInfoPanel_1wl7l_1 ._content_1wl7l_24{height:100%;padding:0 12px 12px}._tab_15ewv_1{display:flex;flex-direction:column;width:100%;height:100%;overflow:hidden;border:1px solid var(--border-primary);border-radius:12px}._tab_15ewv_1>div{position:relative;padding:12px}._tab_15ewv_1>div:not(:first-child):before{position:absolute;top:0;right:12px;left:12px;height:1px;background:var(--border-primary);content:""}._chatsListItem_1eqgr_1{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:4px;width:100%;padding:12px;border:1px solid transparent;border-radius:12px;cursor:pointer}._chatsListItem_1eqgr_1:hover{border:1px solid var(--chat-hover-border);background:var(--chat-hover-bg)}._chatsListItem_1eqgr_1:hover ._title_1eqgr_17{color:var(--blue)}._chatsListItem_1eqgr_1 ._content_1eqgr_20{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:12px}._chatsListItem_1eqgr_1 ._avatar_1eqgr_27{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:4px;width:40px;height:40px;border-radius:9999px;color:var(--text-white);font-weight:500;font-size:20px;line-height:24px;font-family:Inter,sans-serif}._chatsListItem_1eqgr_1 ._info_1eqgr_42{display:flex;flex-direction:column;justify-content:space-between;gap:4px;height:40px}._chatsListItem_1eqgr_1 ._title_1eqgr_17{color:var(--chat-text-color);font-weight:600;font-size:14px;line-height:16px;font-family:Inter,sans-serif}._chatsListItem_1eqgr_1 ._id_1eqgr_56{color:var(--chat-id-color);font-weight:500;font-size:12px;line-height:16px;font-family:Inter,sans-serif}._chatsListItem_1eqgr_1 ._meta_1eqgr_63{display:flex;flex-direction:column;align-items:flex-end;justify-content:space-between;gap:4px;height:40px}._chatsListItem_1eqgr_1 ._date_1eqgr_71{color:var(--chat-id-color);font-weight:500;font-size:12px;line-height:16px;font-family:Inter,sans-serif;white-space:nowrap}._chatsListItem_1eqgr_1 ._count_1eqgr_79{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:4px;padding:2px 6px;border-radius:9999px;background:var(--blue);color:var(--text-white);font-weight:500;font-size:12px;line-height:16px;font-family:Inter,sans-serif;min-width:20px}._active_1eqgr_96{border:1px solid var(--chat-hover-border);background:var(--chat-hover-bg)}._active_1eqgr_96 ._title_1eqgr_17{color:var(--blue)}._chatsList_mzr2c_1{width:100%}._chatsSidebar_uwqen_1{display:flex;flex-direction:column;align-items:center;justify-content:start;gap:4px;width:100%;height:100%;padding:12px;gap:12px;border:1px solid var(--border-primary);border-radius:12px;background:var(--chat-sidebar-bg)}._client_62hgs_1{display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:0;height:100%;padding-right:16px}._client_62hgs_1 ._content_62hgs_10{display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:4px;height:100%;min-height:0}._client_header_3v3mn_1 ._client_navigation_3v3mn_1{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:72px}._client_header_3v3mn_1 ._client_navigation_3v3mn_1 button{color:var(--icon-color-primary)}._client_header_3v3mn_1 ._client_navigation_3v3mn_1 ._content_3v3mn_11{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:10px;color:var(--text-quaternary);font-weight:500;font-size:16px;line-height:24px;font-family:Inter,sans-serif;width:440px}._client_header_3v3mn_1 ._client_navigation_3v3mn_1 ._content_3v3mn_11 ._id_3v3mn_24{color:var(--text-brand)}._client_header_3v3mn_1 ._header_actions_3v3mn_27{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:8px}._client_header_3v3mn_1 ._header_actions_3v3mn_27 ._copy_button_3v3mn_34{padding:12px}._affiliate_info_1bzli_1{display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:24px}@media screen and (max-width:1919px){._affiliate_info_1bzli_1{padding-top:64px}}._affiliate_info_1bzli_1 ._header_1bzli_13{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:16px;height:40px}._affiliate_info_1bzli_1 ._header_1bzli_13 ._title_1bzli_21{color:var(--text-primary);font-weight:600;font-size:18px;line-height:24px;font-family:Inter,sans-serif}._affiliate_info_1bzli_1 ._content_1bzli_28{display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:16px;padding-inline:12px;border-right:1px solid var(--border-primary)}@media screen and (max-width:1919px){._affiliate_info_1bzli_1 ._content_1bzli_28{border-right:none}}._client_info_section_1hayu_1{display:grid;grid-template-columns:7fr 1fr 2fr;padding:16px;border-radius:32px;background:var(--bg-secondary)}._textarea_label_1jixe_1{width:100%;height:100%;display:flex;flex-direction:column;align-items:start;justify-content:center;gap:8px}._textarea_label_1jixe_1 ._label_1jixe_10{color:var(--text-muted-tertiary);font-weight:500;font-size:12px;line-height:16px;font-family:Inter,sans-serif}._textarea_label_1jixe_1 ._label_1jixe_10 ._required_1jixe_17{color:var(--danger)}._textarea_label_1jixe_1 textarea{width:100%;height:100%;padding:24px;border:1px solid var(--border-primary);border-radius:16px;outline:none;background:none;resize:none;color:var(--text-primary);font-weight:400;font-size:14px;line-height:16px;font-family:Inter,sans-serif}._textarea_label_1jixe_1 textarea:hover{border:1px solid var(--border-secondary)}._textarea_label_1jixe_1 textarea:focus{border:1px solid var(--border-active)}._textarea_label_1jixe_1 textarea::placeholder{color:var(--text-muted-tertiary)}._textarea_label_1jixe_1 textarea._fieldError_1jixe_45{border:1px solid var(--danger)}._description_lrzhq_1{display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:24px}@media screen and (max-width:1919px){._description_lrzhq_1{padding-top:58px;gap:16px}}._description_lrzhq_1 ._header_lrzhq_14{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:16px;min-height:40px}._description_lrzhq_1 ._header_lrzhq_14 ._title_lrzhq_22{color:var(--text-primary);font-weight:500;font-size:18px;line-height:24px;font-family:Inter,sans-serif;padding-left:24px}@media screen and (max-width:1919px){._description_lrzhq_1 ._header_lrzhq_14 ._title_lrzhq_22{padding-left:12px}}._description_lrzhq_1 ._content_lrzhq_35{height:100%;padding-left:12px}._account_control_panel_1fuz6_1{display:flex;flex-direction:row;align-items:center;justify-content:flex-end;gap:8px}._account_control_panel_1fuz6_1 ._tabs_1fuz6_8{min-width:320px}._account_control_panel_1fuz6_1 ._tab_1fuz6_8{height:40px!important;padding:6px 8px!important;gap:6px;font-size:12px;line-height:14px;text-align:center;white-space:normal!important}._account_control_panel_1fuz6_1 ._wallet_connect_1fuz6_20{color:var(--brand-main)}._account_control_panel_1fuz6_1 ._wallet_connect_1fuz6_20._active_1fuz6_23{outline:1px solid white;background-color:var(--brand-main);color:var(--text-white)}._personal_information_1p46c_1{display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:24px}._personal_information_1p46c_1 ._header_1p46c_8{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:16px;height:40px;padding-right:12px}._personal_information_1p46c_1 ._header_1p46c_8 ._title_1p46c_17{color:var(--text-primary);font-weight:600;font-size:18px;line-height:24px;font-family:Inter,sans-serif}._personal_information_1p46c_1 ._content_1p46c_24{display:grid;grid-template-columns:repeat(4,1fr);padding-right:12px;gap:8px;border-right:1px solid var(--border-primary)}@media screen and (max-width:1919px){._personal_information_1p46c_1 ._content_1p46c_24{border-right:none}}._personal_information_1p46c_1 ._content_1p46c_24 ._col_1p46c_36{display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:16px}._personal_information_1p46c_1 ._content_1p46c_24 ._col_1p46c_36 ._item_1p46c_43{display:flex;flex-direction:row;align-items:flex-end;justify-content:flex-start;gap:4px}._personal_information_1p46c_1 ._content_1p46c_24 ._col_1p46c_36 ._item_1p46c_43 ._social_1p46c_50{height:40px;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:0;cursor:pointer}._input_with_copy_1p46c_60{width:100%;display:flex;flex-direction:row;align-items:flex-end;justify-content:flex-start;gap:8px}._input_with_copy_1p46c_60 ._copy_1p46c_68{padding-bottom:12px}._client_summary_bar_1dcwh_1{display:flex;flex-direction:row;align-items:stretch;justify-content:flex-start;gap:4px;padding:16px;border-radius:32px;background:var(--bg-secondary)}@media screen and (max-width:1919px){._client_summary_bar_1dcwh_1{flex-wrap:wrap}}._summary_card_1toib_1{flex:1;display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:16px;padding:16px;border-right:1px solid var(--border-primary)}@media screen and (max-width:1919px){._summary_card_1toib_1{flex:none;min-width:0}._summary_card_1toib_1:nth-child(-n+4){width:calc((100% - 12px)/4)}._summary_card_1toib_1:nth-child(n+5){width:calc((100% - 20px) / 6)}._summary_card_1toib_1:nth-child(4),._summary_card_1toib_1:nth-child(n+5){border-right:none}}._summary_card_1toib_1 ._title_1toib_26{color:var(--client-summary-card-title-text);font-weight:600;font-size:14px;line-height:16px;font-family:Inter,sans-serif}._summary_card_1toib_1 ._content_1toib_33{display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:4px;height:40px}._datetime_1toib_42{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:8px;color:var(--text-tertiary);font-weight:600;font-size:13px;line-height:16px;font-family:Inter,sans-serif}._funds_1toib_55{display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:4px}._funds_1toib_55 ._amount_1toib_62{color:var(--text-tertiary);font-weight:600;font-size:15px;line-height:16px;font-family:Inter,sans-serif}._funds_1toib_55 ._converted_1toib_69{color:var(--client-summary-card-funds-converted-text);font-weight:400;font-size:12px;line-height:12px;font-family:Inter,sans-serif}._wrapper_efbrc_1{display:flex;flex-direction:column;height:100%;min-height:0;gap:4px}._wrapper_efbrc_1 ._container_efbrc_8{display:flex;flex-direction:column;align-items:stretch;justify-content:stretch;gap:16px;flex:1 1 auto;height:100%;min-height:0;padding:16px;overflow:hidden;border-radius:32px;background:var(--table-container-bg)}._wrapper_efbrc_1 ._container_efbrc_8 ._tabsRow_efbrc_22{display:flex;align-items:center;justify-content:space-between}._wrapper_efbrc_1 ._container_efbrc_8 ._tabsRow_efbrc_22 ._leftActions_efbrc_27{display:flex;align-items:center;gap:24px}._wrapper_efbrc_1 ._container_efbrc_8 ._tabsRow_efbrc_22 ._leftActions_efbrc_27 ._readAllContent_efbrc_32{display:flex;align-items:center;gap:16px}._wrapper_efbrc_1 ._container_efbrc_8 ._tabsRow_efbrc_22 ._leftActions_efbrc_27 ._tabsWrap_efbrc_37{width:270px;max-width:100%}._wrapper_efbrc_1 ._container_efbrc_8 ._tabsRow_efbrc_22 ._rightActions_efbrc_41{display:flex;align-items:center;gap:24px}._wrapper_efbrc_1 ._container_efbrc_8 ._tabsRow_efbrc_22 ._rightActions_efbrc_41 ._statusSelectWrap_efbrc_46{width:130px;max-width:130px}._wrapper_efbrc_1 ._container_efbrc_8 ._tabsRow_efbrc_22 ._rightActions_efbrc_41 ._typeTabsWrap_efbrc_50{width:308px;max-width:308px}._wrapper_efbrc_1 ._container_efbrc_8 ._table_efbrc_54{flex:1 1 auto;height:auto;min-height:0}._wrapper_efbrc_1 ._pagination_efbrc_59{min-height:0}._typeCell_efbrc_63{padding:12px}._typeCell_efbrc_63 ._typeCellInner_efbrc_66{display:flex;justify-content:flex-start}._typeCell_efbrc_63 ._typeCellInner_efbrc_66 ._typeBadgeWrap_efbrc_70{max-width:100%}._emailLink_efbrc_74{color:var(--brand-main, #52a5e5);font-weight:700;text-decoration:none}._createdCell_efbrc_80{padding:7px 16px}._createdCell_efbrc_80 ._createdContent_efbrc_83{display:flex;flex-direction:column;min-width:0;gap:2px}._createdCell_efbrc_80 ._createdContent_efbrc_83 ._createdTime_efbrc_89{color:var(--dark-600)}._accounts_tab_content_1i9m5_1{display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:16px;height:100%}._accounts_tab_content_1i9m5_1 ._controls_1i9m5_9{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:4px}._chat_tab_content_sod88_1{height:100%;display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:16px}._chat_tab_content_sod88_1 ._messages_sod88_9{overflow:auto}._client_tabs_ac7x0_1{display:flex;flex-direction:column;align-items:stretch;justify-content:stretch;gap:0;border-radius:32px;background:var(--bg-secondary)}._client_tabs_ac7x0_1 ._content_ac7x0_10{height:80.8vh;padding:16px}._deposits_tab_content_qki0g_1,._documents_tab_content_s6y1o_1{display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:16px;height:100%}._documents_tab_content_s6y1o_1 ._controls_s6y1o_9{display:flex;flex-direction:row;align-items:center;justify-content:flex-end;gap:4px}._fileTypeCell_s6y1o_17 div,._statusCell_s6y1o_25 div{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:8px}._actionsCell_s6y1o_33 div{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:4px}._history_tab_content_1k0o2_1{display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:16px;height:100%}._note_file_chip_176b8_1{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:4px;font-weight:400;font-size:14px;line-height:20px;font-family:Inter,sans-serif;width:150px;padding:8px;overflow:hidden;border-radius:16px;background:var(--border-tertiary);color:var(--text-primary);text-decoration:none}._label_176b8_21{flex:1;overflow:hidden;text-align:center;text-overflow:ellipsis;white-space:nowrap}._note_file_chip_removable_176b8_29{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:8px;font-weight:400;font-size:14px;line-height:20px;font-family:Inter,sans-serif;width:150px;padding:8px;overflow:hidden;border-radius:16px;background:var(--border-tertiary);color:var(--text-primary)}._label_removable_176b8_48{flex:1;overflow:hidden;text-align:left;text-overflow:ellipsis;white-space:nowrap}._remove_176b8_56{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:4px;flex:0 0 auto;width:16px;height:16px;padding:0;border:0;background:transparent;color:var(--text-muted-secondary);cursor:pointer}._note_editor_123oi_1{min-height:120px;padding:16px;display:flex;flex-direction:row;align-items:flex-start;justify-content:flex-start;gap:4px}._note_editor_123oi_1 ._content_123oi_10{display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:4px;flex:1;min-width:0}._note_editor_123oi_1 ._content_123oi_10 ._files_123oi_19{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:8px;flex-wrap:wrap}._note_editor_123oi_1 ._controls_123oi_27{display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:8px;min-width:0}._note_editor_123oi_1 ._controls_123oi_27 ._confirm_123oi_35{display:flex;flex-direction:row;align-items:center;justify-content:flex-end;gap:8px}._note_editor_123oi_1 ._controls_123oi_27 ._confirm_123oi_35 ._file_input_123oi_42{display:none}._note_editor_123oi_1 ._controls_123oi_27 ._confirm_123oi_35 ._paperclip_123oi_45{color:var(--client-notes-paperclip-icon)}._quill_editor_123oi_49{min-height:88px;max-height:160px;overflow-x:hidden;overflow-y:auto;border:none!important;color:var(--text-primary);font-weight:500;font-size:14px;line-height:20px;font-family:Inter,sans-serif}._quill_editor_123oi_49 .ql-editor.ql-blank:before{color:var(--text-primary);font-weight:500;font-size:14px;line-height:20px;font-family:Inter,sans-serif}._quill_editor_123oi_49 .ql-editor{overflow-x:hidden;font-family:Inter,sans-serif;white-space:pre-wrap;word-break:break-word;overflow-wrap:anywhere}._toolbar_123oi_76{padding:0!important;border:none!important;display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:8px}.ql-container{box-sizing:border-box;font-family:Helvetica,Arial,sans-serif;font-size:13px;height:100%;margin:0;position:relative}.ql-container.ql-disabled .ql-tooltip{visibility:hidden}.ql-container:not(.ql-disabled) li[data-list=checked]>.ql-ui,.ql-container:not(.ql-disabled) li[data-list=unchecked]>.ql-ui{cursor:pointer}.ql-clipboard{left:-100000px;height:1px;overflow-y:hidden;position:absolute;top:50%}.ql-clipboard p{margin:0;padding:0}.ql-editor{box-sizing:border-box;counter-reset:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;line-height:1.42;height:100%;outline:none;overflow-y:auto;padding:12px 15px;tab-size:4;-moz-tab-size:4;text-align:left;white-space:pre-wrap;word-wrap:break-word}.ql-editor>*{cursor:text}.ql-editor p,.ql-editor ol,.ql-editor pre,.ql-editor blockquote,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{margin:0;padding:0}@supports (counter-set:none){.ql-editor p,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{counter-set:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor p,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{counter-reset:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor table{border-collapse:collapse}.ql-editor td{border:1px solid #000;padding:2px 5px}.ql-editor ol{padding-left:1.5em}.ql-editor li{list-style-type:none;padding-left:1.5em;position:relative}.ql-editor li>.ql-ui:before{display:inline-block;margin-left:-1.5em;margin-right:.3em;text-align:right;white-space:nowrap;width:1.2em}.ql-editor li[data-list=checked]>.ql-ui,.ql-editor li[data-list=unchecked]>.ql-ui{color:#777}.ql-editor li[data-list=bullet]>.ql-ui:before{content:"•"}.ql-editor li[data-list=checked]>.ql-ui:before{content:"☑"}.ql-editor li[data-list=unchecked]>.ql-ui:before{content:"☐"}@supports (counter-set:none){.ql-editor li[data-list]{counter-set:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list]{counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered]{counter-increment:list-0}.ql-editor li[data-list=ordered]>.ql-ui:before{content:counter(list-0,decimal) ". "}.ql-editor li[data-list=ordered].ql-indent-1{counter-increment:list-1}.ql-editor li[data-list=ordered].ql-indent-1>.ql-ui:before{content:counter(list-1,lower-alpha) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-1{counter-set:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-1{counter-reset:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-2{counter-increment:list-2}.ql-editor li[data-list=ordered].ql-indent-2>.ql-ui:before{content:counter(list-2,lower-roman) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-2{counter-set:list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-2{counter-reset:list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-3{counter-increment:list-3}.ql-editor li[data-list=ordered].ql-indent-3>.ql-ui:before{content:counter(list-3,decimal) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-3{counter-set:list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-3{counter-reset:list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-4{counter-increment:list-4}.ql-editor li[data-list=ordered].ql-indent-4>.ql-ui:before{content:counter(list-4,lower-alpha) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-4{counter-set:list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-4{counter-reset:list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-5{counter-increment:list-5}.ql-editor li[data-list=ordered].ql-indent-5>.ql-ui:before{content:counter(list-5,lower-roman) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-5{counter-set:list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-5{counter-reset:list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-6{counter-increment:list-6}.ql-editor li[data-list=ordered].ql-indent-6>.ql-ui:before{content:counter(list-6,decimal) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-6{counter-set:list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-6{counter-reset:list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-7{counter-increment:list-7}.ql-editor li[data-list=ordered].ql-indent-7>.ql-ui:before{content:counter(list-7,lower-alpha) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-7{counter-set:list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-7{counter-reset:list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-8{counter-increment:list-8}.ql-editor li[data-list=ordered].ql-indent-8>.ql-ui:before{content:counter(list-8,lower-roman) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-8{counter-set:list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-8{counter-reset:list-9}}.ql-editor li[data-list=ordered].ql-indent-9{counter-increment:list-9}.ql-editor li[data-list=ordered].ql-indent-9>.ql-ui:before{content:counter(list-9,decimal) ". "}.ql-editor .ql-indent-1:not(.ql-direction-rtl){padding-left:3em}.ql-editor li.ql-indent-1:not(.ql-direction-rtl){padding-left:4.5em}.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:3em}.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:4.5em}.ql-editor .ql-indent-2:not(.ql-direction-rtl){padding-left:6em}.ql-editor li.ql-indent-2:not(.ql-direction-rtl){padding-left:7.5em}.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:6em}.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:7.5em}.ql-editor .ql-indent-3:not(.ql-direction-rtl){padding-left:9em}.ql-editor li.ql-indent-3:not(.ql-direction-rtl){padding-left:10.5em}.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:9em}.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:10.5em}.ql-editor .ql-indent-4:not(.ql-direction-rtl){padding-left:12em}.ql-editor li.ql-indent-4:not(.ql-direction-rtl){padding-left:13.5em}.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:12em}.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:13.5em}.ql-editor .ql-indent-5:not(.ql-direction-rtl){padding-left:15em}.ql-editor li.ql-indent-5:not(.ql-direction-rtl){padding-left:16.5em}.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:15em}.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:16.5em}.ql-editor .ql-indent-6:not(.ql-direction-rtl){padding-left:18em}.ql-editor li.ql-indent-6:not(.ql-direction-rtl){padding-left:19.5em}.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:18em}.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:19.5em}.ql-editor .ql-indent-7:not(.ql-direction-rtl){padding-left:21em}.ql-editor li.ql-indent-7:not(.ql-direction-rtl){padding-left:22.5em}.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:21em}.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:22.5em}.ql-editor .ql-indent-8:not(.ql-direction-rtl){padding-left:24em}.ql-editor li.ql-indent-8:not(.ql-direction-rtl){padding-left:25.5em}.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:24em}.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:25.5em}.ql-editor .ql-indent-9:not(.ql-direction-rtl){padding-left:27em}.ql-editor li.ql-indent-9:not(.ql-direction-rtl){padding-left:28.5em}.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:27em}.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:28.5em}.ql-editor li.ql-direction-rtl{padding-right:1.5em}.ql-editor li.ql-direction-rtl>.ql-ui:before{margin-left:.3em;margin-right:-1.5em;text-align:left}.ql-editor table{table-layout:fixed;width:100%}.ql-editor table td{outline:none}.ql-editor .ql-code-block-container{font-family:monospace}.ql-editor .ql-video{display:block;max-width:100%}.ql-editor .ql-video.ql-align-center{margin:0 auto}.ql-editor .ql-video.ql-align-right{margin:0 0 0 auto}.ql-editor .ql-bg-black{background-color:#000}.ql-editor .ql-bg-red{background-color:#e60000}.ql-editor .ql-bg-orange{background-color:#f90}.ql-editor .ql-bg-yellow{background-color:#ff0}.ql-editor .ql-bg-green{background-color:#008a00}.ql-editor .ql-bg-blue{background-color:#06c}.ql-editor .ql-bg-purple{background-color:#93f}.ql-editor .ql-color-white{color:#fff}.ql-editor .ql-color-red{color:#e60000}.ql-editor .ql-color-orange{color:#f90}.ql-editor .ql-color-yellow{color:#ff0}.ql-editor .ql-color-green{color:#008a00}.ql-editor .ql-color-blue{color:#06c}.ql-editor .ql-color-purple{color:#93f}.ql-editor .ql-font-serif{font-family:Georgia,Times New Roman,serif}.ql-editor .ql-font-monospace{font-family:Monaco,Courier New,monospace}.ql-editor .ql-size-small{font-size:.75em}.ql-editor .ql-size-large{font-size:1.5em}.ql-editor .ql-size-huge{font-size:2.5em}.ql-editor .ql-direction-rtl{direction:rtl;text-align:inherit}.ql-editor .ql-align-center{text-align:center}.ql-editor .ql-align-justify{text-align:justify}.ql-editor .ql-align-right{text-align:right}.ql-editor .ql-ui{position:absolute}.ql-editor.ql-blank:before{color:#0009;content:attr(data-placeholder);font-style:italic;left:15px;pointer-events:none;position:absolute;right:15px}.ql-snow.ql-toolbar:after,.ql-snow .ql-toolbar:after{clear:both;content:"";display:table}.ql-snow.ql-toolbar button,.ql-snow .ql-toolbar button{background:none;border:none;cursor:pointer;display:inline-block;float:left;height:24px;padding:3px 5px;width:28px}.ql-snow.ql-toolbar button svg,.ql-snow .ql-toolbar button svg{float:left;height:100%}.ql-snow.ql-toolbar button:active:hover,.ql-snow .ql-toolbar button:active:hover{outline:none}.ql-snow.ql-toolbar input.ql-image[type=file],.ql-snow .ql-toolbar input.ql-image[type=file]{display:none}.ql-snow.ql-toolbar button:hover,.ql-snow .ql-toolbar button:hover,.ql-snow.ql-toolbar button:focus,.ql-snow .ql-toolbar button:focus,.ql-snow.ql-toolbar button.ql-active,.ql-snow .ql-toolbar button.ql-active,.ql-snow.ql-toolbar .ql-picker-label:hover,.ql-snow .ql-toolbar .ql-picker-label:hover,.ql-snow.ql-toolbar .ql-picker-label.ql-active,.ql-snow .ql-toolbar .ql-picker-label.ql-active,.ql-snow.ql-toolbar .ql-picker-item:hover,.ql-snow .ql-toolbar .ql-picker-item:hover,.ql-snow.ql-toolbar .ql-picker-item.ql-selected,.ql-snow .ql-toolbar .ql-picker-item.ql-selected{color:#06c}.ql-snow.ql-toolbar button:hover .ql-fill,.ql-snow .ql-toolbar button:hover .ql-fill,.ql-snow.ql-toolbar button:focus .ql-fill,.ql-snow .ql-toolbar button:focus .ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill{fill:#06c}.ql-snow.ql-toolbar button:hover .ql-stroke,.ql-snow .ql-toolbar button:hover .ql-stroke,.ql-snow.ql-toolbar button:focus .ql-stroke,.ql-snow .ql-toolbar button:focus .ql-stroke,.ql-snow.ql-toolbar button.ql-active .ql-stroke,.ql-snow .ql-toolbar button.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow.ql-toolbar button:hover .ql-stroke-miter,.ql-snow .ql-toolbar button:hover .ql-stroke-miter,.ql-snow.ql-toolbar button:focus .ql-stroke-miter,.ql-snow .ql-toolbar button:focus .ql-stroke-miter,.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter{stroke:#06c}@media(pointer:coarse){.ql-snow.ql-toolbar button:hover:not(.ql-active),.ql-snow .ql-toolbar button:hover:not(.ql-active){color:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill{fill:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter{stroke:#444}}.ql-snow,.ql-snow *{box-sizing:border-box}.ql-snow .ql-hidden{display:none}.ql-snow .ql-out-bottom,.ql-snow .ql-out-top{visibility:hidden}.ql-snow .ql-tooltip{position:absolute;transform:translateY(10px)}.ql-snow .ql-tooltip a{cursor:pointer;text-decoration:none}.ql-snow .ql-tooltip.ql-flip{transform:translateY(-10px)}.ql-snow .ql-formats{display:inline-block;vertical-align:middle}.ql-snow .ql-formats:after{clear:both;content:"";display:table}.ql-snow .ql-stroke{fill:none;stroke:#444;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.ql-snow .ql-stroke-miter{fill:none;stroke:#444;stroke-miterlimit:10;stroke-width:2}.ql-snow .ql-fill,.ql-snow .ql-stroke.ql-fill{fill:#444}.ql-snow .ql-empty{fill:none}.ql-snow .ql-even{fill-rule:evenodd}.ql-snow .ql-thin,.ql-snow .ql-stroke.ql-thin{stroke-width:1}.ql-snow .ql-transparent{opacity:.4}.ql-snow .ql-direction svg:last-child{display:none}.ql-snow .ql-direction.ql-active svg:last-child{display:inline}.ql-snow .ql-direction.ql-active svg:first-child{display:none}.ql-snow .ql-editor h1{font-size:2em}.ql-snow .ql-editor h2{font-size:1.5em}.ql-snow .ql-editor h3{font-size:1.17em}.ql-snow .ql-editor h4{font-size:1em}.ql-snow .ql-editor h5{font-size:.83em}.ql-snow .ql-editor h6{font-size:.67em}.ql-snow .ql-editor a{text-decoration:underline}.ql-snow .ql-editor blockquote{border-left:4px solid #ccc;margin-bottom:5px;margin-top:5px;padding-left:16px}.ql-snow .ql-editor code,.ql-snow .ql-editor .ql-code-block-container{background-color:#f0f0f0;border-radius:3px}.ql-snow .ql-editor .ql-code-block-container{margin-bottom:5px;margin-top:5px;padding:5px 10px}.ql-snow .ql-editor code{font-size:85%;padding:2px 4px}.ql-snow .ql-editor .ql-code-block-container{background-color:#23241f;color:#f8f8f2;overflow:visible}.ql-snow .ql-editor img{max-width:100%}.ql-snow .ql-picker{color:#444;display:inline-block;float:left;font-size:14px;font-weight:500;height:24px;position:relative;vertical-align:middle}.ql-snow .ql-picker-label{cursor:pointer;display:inline-block;height:100%;padding-left:8px;padding-right:2px;position:relative;width:100%}.ql-snow .ql-picker-label:before{display:inline-block;line-height:22px}.ql-snow .ql-picker-options{background-color:#fff;display:none;min-width:100%;padding:4px 8px;position:absolute;white-space:nowrap}.ql-snow .ql-picker-options .ql-picker-item{cursor:pointer;display:block;padding-bottom:5px;padding-top:5px}.ql-snow .ql-picker.ql-expanded .ql-picker-label{color:#ccc;z-index:2}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill{fill:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke{stroke:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-options{display:block;margin-top:-1px;top:100%;z-index:1}.ql-snow .ql-color-picker,.ql-snow .ql-icon-picker{width:28px}.ql-snow .ql-color-picker .ql-picker-label,.ql-snow .ql-icon-picker .ql-picker-label{padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-label svg,.ql-snow .ql-icon-picker .ql-picker-label svg{right:4px}.ql-snow .ql-icon-picker .ql-picker-options{padding:4px 0}.ql-snow .ql-icon-picker .ql-picker-item{height:24px;width:24px;padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-options{padding:3px 5px;width:152px}.ql-snow .ql-color-picker .ql-picker-item{border:1px solid transparent;float:left;height:16px;margin:2px;padding:0;width:16px}.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg{position:absolute;margin-top:-9px;right:0;top:50%;width:18px}.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""]):before{content:attr(data-label)}.ql-snow .ql-picker.ql-header{width:98px}.ql-snow .ql-picker.ql-header .ql-picker-label:before,.ql-snow .ql-picker.ql-header .ql-picker-item:before{content:"Normal"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{content:"Heading 1"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{content:"Heading 2"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{content:"Heading 3"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{content:"Heading 4"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{content:"Heading 5"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{content:"Heading 6"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{font-size:2em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{font-size:1.5em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{font-size:1.17em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{font-size:1em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{font-size:.83em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{font-size:.67em}.ql-snow .ql-picker.ql-font{width:108px}.ql-snow .ql-picker.ql-font .ql-picker-label:before,.ql-snow .ql-picker.ql-font .ql-picker-item:before{content:"Sans Serif"}.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]:before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{content:"Serif"}.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]:before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{content:"Monospace"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{font-family:Georgia,Times New Roman,serif}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{font-family:Monaco,Courier New,monospace}.ql-snow .ql-picker.ql-size{width:98px}.ql-snow .ql-picker.ql-size .ql-picker-label:before,.ql-snow .ql-picker.ql-size .ql-picker-item:before{content:"Normal"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{content:"Small"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{content:"Large"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{content:"Huge"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{font-size:10px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{font-size:18px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{font-size:32px}.ql-snow .ql-color-picker.ql-background .ql-picker-item{background-color:#fff}.ql-snow .ql-color-picker.ql-color .ql-picker-item{background-color:#000}.ql-code-block-container{position:relative}.ql-code-block-container .ql-ui{right:5px;top:5px}.ql-toolbar.ql-snow{border:1px solid #ccc;box-sizing:border-box;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;padding:8px}.ql-toolbar.ql-snow .ql-formats{margin-right:15px}.ql-toolbar.ql-snow .ql-picker-label{border:1px solid transparent}.ql-toolbar.ql-snow .ql-picker-options{border:1px solid transparent;box-shadow:#0003 0 2px 8px}.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label,.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options{border-color:#ccc}.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover{border-color:#000}.ql-toolbar.ql-snow+.ql-container.ql-snow{border-top:0}.ql-snow .ql-tooltip{background-color:#fff;border:1px solid #ccc;box-shadow:0 0 5px #ddd;color:#444;padding:5px 12px;white-space:nowrap}.ql-snow .ql-tooltip:before{content:"Visit URL:";line-height:26px;margin-right:8px}.ql-snow .ql-tooltip input[type=text]{display:none;border:1px solid #ccc;font-size:13px;height:26px;margin:0;padding:3px 5px;width:170px}.ql-snow .ql-tooltip a.ql-preview{display:inline-block;max-width:200px;overflow-x:hidden;text-overflow:ellipsis;vertical-align:top}.ql-snow .ql-tooltip a.ql-action:after{border-right:1px solid #ccc;content:"Edit";margin-left:16px;padding-right:8px}.ql-snow .ql-tooltip a.ql-remove:before{content:"Remove";margin-left:8px}.ql-snow .ql-tooltip a{line-height:26px}.ql-snow .ql-tooltip.ql-editing a.ql-preview,.ql-snow .ql-tooltip.ql-editing a.ql-remove{display:none}.ql-snow .ql-tooltip.ql-editing input[type=text]{display:inline-block}.ql-snow .ql-tooltip.ql-editing a.ql-action:after{border-right:0;content:"Save";padding-right:0}.ql-snow .ql-tooltip[data-mode=link]:before{content:"Enter link:"}.ql-snow .ql-tooltip[data-mode=formula]:before{content:"Enter formula:"}.ql-snow .ql-tooltip[data-mode=video]:before{content:"Enter video:"}.ql-snow a{color:#06c}.ql-container.ql-snow{border:1px solid #ccc}._note_item_1jdkt_1{display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:4px}._note_item_1jdkt_1 ._header_1jdkt_8{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:4px}._note_item_1jdkt_1 ._header_1jdkt_8 ._left_side_1jdkt_15{display:flex;flex-direction:row;align-items:center;justify-content:start;gap:16px}._note_item_1jdkt_1 ._header_1jdkt_8 ._left_side_1jdkt_15 ._author_1jdkt_22{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:24px}._note_item_1jdkt_1 ._header_1jdkt_8 ._left_side_1jdkt_15 ._author_1jdkt_22 ._name_1jdkt_29{color:var(--text-primary);font-weight:500;font-size:12px;line-height:16px;font-family:Inter,sans-serif}._note_item_1jdkt_1 ._header_1jdkt_8 ._left_side_1jdkt_15 ._author_1jdkt_22 ._date_1jdkt_36{color:var(--text-muted-secondary);font-weight:500;font-size:12px;line-height:16px;font-family:Inter,sans-serif}._note_item_1jdkt_1 ._header_1jdkt_8 ._left_side_1jdkt_15 ._editor_1jdkt_43{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:12px;padding:2px 4px;border-radius:9999px;background:var(--button-secondary-bg)}._note_item_1jdkt_1 ._header_1jdkt_8 ._left_side_1jdkt_15 ._editor_1jdkt_43 p{color:var(--text-primary);font-weight:600;font-size:11px;line-height:16px;font-family:Inter,sans-serif}._note_item_1jdkt_1 ._header_1jdkt_8 ._left_side_1jdkt_15 ._editor_1jdkt_43 ._name_1jdkt_29{color:var(--brand-main);font-weight:500;font-size:11px;line-height:16px;font-family:Inter,sans-serif}._note_item_1jdkt_1 ._header_1jdkt_8 ._left_side_1jdkt_15 ._editor_1jdkt_43 ._date_1jdkt_36{color:var(--text-muted-secondary);font-weight:500;font-size:11px;line-height:16px;font-family:Inter,sans-serif}._note_item_1jdkt_1 ._header_1jdkt_8 ._controls_1jdkt_74{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:4px}._note_item_1jdkt_1 ._header_1jdkt_8 ._controls_1jdkt_74 ._action_1jdkt_81{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:4px;width:24px;height:24px;color:var(--text-muted-secondary)}._note_item_1jdkt_1 ._header_1jdkt_8 ._controls_1jdkt_74 ._action_1jdkt_81[data-active=true]{color:var(--text-primary)}._note_item_1jdkt_1 ._content_1jdkt_94{display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:4px}._note_item_1jdkt_1 ._content_1jdkt_94 ._text_1jdkt_101{color:var(--text-primary);font-weight:400;font-size:14px;line-height:20px;font-family:Inter,sans-serif;padding:12px;border-radius:0 16px 16px;background:var(--border-tertiary);word-break:break-word;overflow-wrap:anywhere}._note_item_1jdkt_1 ._content_1jdkt_94 ._files_1jdkt_113{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:8px;flex-wrap:wrap}._notes_tab_content_17152_1{height:100%;overflow:hidden;display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:0;border:1px solid var(--border-primary);border-radius:16px}._notes_tab_content_17152_1 ._notes_list_17152_12{display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:12px;flex:1;min-height:0;padding:16px;overflow:auto;border-top:1px solid var(--border-primary)}._trade_operations_tab_content_dqm3y_1{display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:16px;height:100%}._trade_operations_tab_content_dqm3y_1 ._tabs_dqm3y_9{width:250px}._action_buttons_yrixb_1{display:flex;flex-direction:row;align-items:center;justify-content:start;gap:8px}._action_buttons_yrixb_1 ._filter_icon_yrixb_8 svg{width:16px;height:16px}._action_buttons_yrixb_1 ._line_yrixb_12{width:1px;height:40px;margin:0 4px;background-color:var(--border-primary)}._data_popover_wrapper_yrixb_19{flex:0 0 auto;width:max-content}._data_popover_content_yrixb_24{min-width:174px;padding:4px;border-radius:24px;display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:0px}._data_popover_content_yrixb_24 ._data_popover_action_yrixb_34{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:8px;color:var(--text-primary);font-weight:500;font-size:14px;line-height:16px;font-family:Inter,sans-serif;width:100%;padding:12px;border:none;border-radius:36px;background:transparent;font-family:Inter;text-decoration:none;cursor:pointer}._data_popover_content_yrixb_24 ._data_popover_action_yrixb_34 svg{width:16px;height:16px;color:var(--icon-color-primary)}._data_popover_content_yrixb_24 ._data_popover_action_yrixb_34:hover{background:var(--bg-primary)}._templates_block_118hp_1{display:flex;flex-direction:row;align-items:start;justify-content:start;gap:8px;flex:0 0 auto;flex-wrap:wrap;min-height:0;max-height:136px;overflow-y:auto}._templates_block_118hp_1 ._star_icon_118hp_13 path{fill:#ffcf24;color:#ffcf24}._templates_block_118hp_1 ._template_button_118hp_17{font-weight:400;white-space:nowrap}._templates_block_118hp_1 ._template_button_overlay_118hp_21{background:var(--bg-secondary)!important;box-shadow:0 12px 32px #0003;pointer-events:none}._container_yk3lk_1{height:100%;display:flex;flex-direction:column;align-items:stretch;justify-content:stretch;gap:4px}._container_yk3lk_1 ._table_yk3lk_9{position:relative;height:100%;min-height:0;padding:16px;border-radius:32px;background:var(--bg-secondary, #fcfcfd);display:flex;flex-direction:column;align-items:stretch;justify-content:stretch;gap:24px}._date_picker_t59py_1 ._popover_t59py_1{width:auto;margin-top:8px;padding:0}._root_605g2_1{background:transparent;color:var(--text-muted-secondary);font-weight:500;font-size:12px;line-height:16px}._root_605g2_1 ._calendarSingle_605g2_8 .rdp-day_button[aria-label*=selected]{border:none;background:var(--bg-brand);box-shadow:none;color:var(--text-white)}._root_605g2_1 ._calendar_605g2_8{--rdp-day-height: 32px;--rdp-day-width: 32px;--rdp-day_button-width: 32px;--rdp-day_button-height: 32px;--rdp-day_button-border-radius: 9999px;--rdp-accent-color: var(--brand-main);--rdp-selected-color: var(--text-primary);--rdp-range_middle-background-color: var(--bg-primary);--rdp-range_middle-color: var(--text-muted-secondary);font-weight:500;font-size:12px}._root_605g2_1 ._calendar_605g2_8 .rdp-day_button,._root_605g2_1 ._calendar_605g2_8 .rdp-selected .rdp-day_button,._root_605g2_1 ._calendar_605g2_8 .rdp-today .rdp-day_button{font-weight:500;font-size:12px;line-height:32px}._root_605g2_1 ._calendar_605g2_8 .rdp-day_today:not(.rdp-selected) .rdp-day_button,._root_605g2_1 ._calendar_605g2_8 .rdp-today:not(.rdp-selected) .rdp-day_button{border:none;border-radius:9999px;background:var(--bg-brand-opacity);color:var(--text-brand)}._root_605g2_1 ._calendar_605g2_8 .rdp-range_middle:last-child{border-radius:0 9999px 9999px 0}._root_605g2_1 ._calendar_605g2_8 .rdp-range_middle:first-child{border-radius:9999px 0 0 9999px}._root_605g2_1 ._calendar_605g2_8 .rdp-disabled .rdp-day_button{text-decoration:line-through}._root_605g2_1 ._nav_605g2_50{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:0;border:1px solid var(--calendar-nav-border);border-radius:1000px;background:var(--calendar-nav-bg)}._root_605g2_1 ._navButton_605g2_60{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:4px;width:24px;height:24px;margin:0;padding:0;border:none;background:transparent}._root_605g2_1 ._caption_605g2_73{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:4px}._root_605g2_1 ._captionLabel_605g2_80{position:relative;top:8px;margin:0;color:var(--text-primary);font-weight:600;font-size:14px;line-height:24px}._root_605g2_1 ._chevron_605g2_89{width:16px;height:16px;fill:var(--icon-color-primary)}._root_605g2_1 ._weekday_605g2_94{color:var(--text-primary);font-weight:500}._navItem_1yy5z_1{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:16px;border:none;cursor:pointer;padding:12px;border-radius:9999px;background:transparent;text-decoration:none;color:var(--text-muted-secondary);font-weight:500;font-size:14px;line-height:16px;font-family:Inter,sans-serif}._navItem_1yy5z_1 ._icon_1yy5z_21{width:16px;height:16px;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:4px}._navItem_1yy5z_1:hover{background:var(--bg-tertiary);color:var(--text-primary);transition:background .3s ease-in-out,color .3s ease-in-out}._navItem_1yy5z_1._active_1yy5z_35{background:var(--bg-tertiary);color:var(--text-primary)}._navItem_1yy5z_1._is_hide_1yy5z_39{display:none}._navItem_1yy5z_1 ._navContent_1yy5z_42{position:relative;width:100%;height:16px;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:4px}._navItem_1yy5z_1 ._navContent_1yy5z_42 ._left_content_1yy5z_52{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:12px}._navItem_1yy5z_1 ._navContent_1yy5z_42 ._collapsed_count_1yy5z_59{z-index:1000;position:absolute;left:20px}:root{--time-text: #1f2937;--time-bg: #ffffff;--time-border: #d1d5db;--time-focus-border: #3b82f6;--time-separator: #6b7280;--time-disabled-text: #9ca3af;--time-hover: #f3f4f6;--time-focus: #e5e7eb;--time-icon: #4b5563;--time-popover-bg: #ffffff;--time-popover-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);--time-active: #e5edff;--time-disabled-bg: #f9fafb;--time-scrollbar-hover-bg: rgba(0, 0, 0, .05);--time-scrollbar-thumb: rgba(0, 0, 0, .2);--time-scrollbar-thumb-hover: rgba(0, 0, 0, .3);--time-scrollbar-bg: transparent;--scrollbar-size: 5px}[data-theme=dark]{--time-text: #e5e7eb;--time-bg: #1f2937;--time-border: #4b5563;--time-focus-border: #60a5fa;--time-separator: #9ca3af;--time-disabled-text: #6b7280;--time-hover: #374151;--time-focus: #4b5563;--time-icon: #9ca3af;--time-popover-bg: #111827;--time-popover-shadow: 0 10px 15px -3px rgba(0, 0, 0, .5), 0 4px 6px -2px rgba(0, 0, 0, .25);--time-active: #2563eb;--time-disabled-bg: #111827;--time-scrollbar-hover-bg: rgba(255, 255, 255, .1);--time-scrollbar-thumb: rgba(255, 255, 255, .2);--time-scrollbar-thumb-hover: rgba(255, 255, 255, .3);--time-scrollbar-bg: transparent}._container_1ex4v_1{display:flex;flex-direction:column;gap:.5rem;width:100%}._container_1ex4v_1._disabled_1ex4v_8{opacity:.5;cursor:not-allowed}._label_1ex4v_14{font-size:.875rem;font-weight:500;color:var(--time-text)}._label_1ex4v_14 span{color:#ef4444;margin-left:.125rem}._timePicker_1ex4v_25{display:flex;align-items:center;background-color:var(--time-bg);border:1px solid var(--time-border);border-radius:.375rem;padding:.5rem;transition:all .2s ease-in-out}._timePicker_1ex4v_25:hover{border-color:var(--time-focus-border)}._timeInputs_1ex4v_39{display:flex;align-items:center;flex:1}._timeInput_1ex4v_39{width:2rem;text-align:center;border:none;background-color:transparent;color:var(--time-text);font-size:1rem;outline:none;padding:0;font-variant-numeric:tabular-nums}._timeInput_1ex4v_39:focus{border-radius:.25rem;outline:1px solid var(--time-focus-border);background-color:transparent}._timeInput_1ex4v_39::-webkit-inner-spin-button,._timeInput_1ex4v_39::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}._timeInput_1ex4v_39::placeholder{color:var(--time-disabled-text)}._separator_1ex4v_75{font-size:1rem;font-weight:700;padding:0 .25rem;color:var(--time-separator)}._pipe_1ex4v_82{margin:0 .5rem;color:var(--time-separator);opacity:.6}._periodSelect_1ex4v_88{background:transparent;border:none;color:var(--time-text);font-size:.875rem;padding:.25rem .5rem;display:flex;align-items:center;gap:.25rem;cursor:pointer;border-radius:.25rem;transition:background-color .2s}._periodSelect_1ex4v_88:hover,._periodSelect_1ex4v_88:focus{background-color:var(--time-hover)}._periodSelect_1ex4v_88:focus{outline:none}._timerTrigger_1ex4v_110{display:flex;align-items:center;justify-content:center;background:transparent;border:none;cursor:pointer;padding:.25rem;color:var(--time-icon);border-radius:.25rem;transition:background-color .2s}._timerTrigger_1ex4v_110:hover{background-color:var(--time-hover)}._timerTrigger_1ex4v_110:focus{outline:none;background-color:var(--time-focus)}._timerTrigger_1ex4v_110[disabled]{cursor:not-allowed;opacity:.5}._popoverContent_1ex4v_138{background-color:var(--time-popover-bg);border-radius:.5rem;box-shadow:var(--time-popover-shadow);border:1px solid var(--time-border);padding:1rem;width:15rem;z-index:10;height:15rem}._popoverColumns_1ex4v_150{display:flex;gap:1rem;height:100%}._popoverColumn_1ex4v_150{flex:1;display:flex;flex-direction:column;gap:.5rem}._popoverColumnTitle_1ex4v_163{font-size:.75rem;font-weight:500;color:var(--time-text);opacity:.7;text-align:center;padding-bottom:.25rem;border-bottom:1px solid var(--time-border)}._popoverColumnContent_1ex4v_173{display:flex;flex-direction:column;gap:.25rem;overflow-y:auto}._popoverItem_1ex4v_180{padding:.25rem;background:transparent;border:none;border-radius:.25rem;color:var(--time-text);cursor:pointer;text-align:center;transition:all .2s}._popoverItem_1ex4v_180:hover{background-color:var(--time-hover)}._popoverItem_1ex4v_180:focus{outline:none;background-color:var(--time-focus)}._popoverActiveItem_1ex4v_199{background-color:var(--time-active);font-weight:500}._popoverActiveItem_1ex4v_199:focus{background-color:var(--time-active)}._selectContent_1ex4v_211{background-color:var(--time-popover-bg);border-radius:.375rem;box-shadow:var(--time-popover-shadow);border:1px solid var(--time-border);overflow:hidden;z-index:10}._selectScrollButton_1ex4v_220{display:flex;align-items:center;justify-content:center;height:1.5rem;background-color:var(--time-bg);color:var(--time-text)}._selectItem_1ex4v_229{font-size:.875rem;color:var(--time-text);display:flex;align-items:center;padding:.5rem .5rem .5rem 1.5rem;position:relative;-webkit-user-select:none;user-select:none}._selectItem_1ex4v_229[data-highlighted]{background-color:var(--time-hover);outline:none}._selectItem_1ex4v_229[data-state=checked]{background-color:var(--time-active)}._selectIndicator_1ex4v_249{position:absolute;left:.5rem;display:inline-flex;align-items:center}._timePicker_1ex4v_25:has(input:disabled){background-color:var(--time-disabled-bg);border-color:var(--time-border);cursor:not-allowed}._timeInput_1ex4v_39:disabled{color:var(--time-disabled-text);cursor:not-allowed}._periodSelect_1ex4v_88[data-disabled]{opacity:.5;cursor:not-allowed}._scrollArea_n267b_1{position:relative;width:100%;height:100%;overflow:hidden}._viewport_n267b_8{width:100%;height:100%;border-radius:inherit}._scrollbar_n267b_14{display:flex;-webkit-user-select:none;user-select:none;touch-action:none;padding:2px;transition:background .16s ease-out}._scrollbar_n267b_14:hover{background:var(--time-scrollbar-hover-bg)}._scrollbar_n267b_14[data-orientation=vertical]{width:var(--scrollbar-size )}._scrollbar_n267b_14[data-orientation=horizontal]{flex-direction:column;height:var(--scrollbar-size)}._thumb_n267b_35{flex:1;background:var(--time-scrollbar-thumb);border-radius:var(--scrollbar-size);position:relative}._thumb_n267b_35:hover{background:var(--time-scrollbar-thumb-hover)}._thumb_n267b_35:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:100%;min-width:44px;min-height:44px}._corner_n267b_59{background:var(--time-scrollbar-bg)}._timeRow_1y8fp_1{width:100%}._timePickerLabel_1y8fp_5{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0;white-space:nowrap}._timePickerContainer_1y8fp_17{width:100%;font-family:inherit}._timePickerContainer_1y8fp_17 *{font-family:inherit}._timePicker_1y8fp_5{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:8px;height:40px;padding:0 12px;border:1px solid var(--border-primary);border-radius:12px;background:transparent}._timePicker_1y8fp_5:focus-within{border-color:var(--border-active);box-shadow:0 0 0 2px #52a5e533}._timePickerNotificationsDrawer_1y8fp_42{border-radius:8px;background:var(--time-picker-notifications-drawer-bg);color:var(--text-secondary)}._timeInputs_1y8fp_48{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:8px}._timePickerNotificationsDrawer_1y8fp_42 ._timeInputs_1y8fp_48{gap:0}._timeInput_1y8fp_48{width:28px;padding:0;border:none;outline:none;background:transparent;color:var(--text-muted-secondary);font:inherit;text-align:center}._timePickerNotificationsDrawer_1y8fp_42 ._timeInput_1y8fp_48{width:24px;color:inherit}._timeSeparator_1y8fp_76{color:var(--text-muted-secondary)}._timePickerNotificationsDrawer_1y8fp_42 ._timeSeparator_1y8fp_76{padding:0;color:inherit}._timeTrigger_1y8fp_85{margin-left:auto;padding:0;border:none;background:transparent;color:var(--text-muted-secondary);cursor:pointer}._timeTrigger_1y8fp_85:active,._timeTrigger_1y8fp_85:focus{background:transparent;box-shadow:none}._timePickerPopover_1y8fp_98{z-index:10001;border:1px solid var(--border-primary);border-radius:12px;background:var(--bg-tertiary);box-shadow:#00000029}._timePickerPopover_1y8fp_98 *{font-family:inherit}._DatePickerPopover_sj381_1{position:relative;flex-shrink:0;width:max-content;min-width:max-content;padding:16px;border:1px solid var(--border-primary);border-radius:24px;background:var(--bg-tertiary);box-shadow:#00000029}@media screen and (max-width:1919px){._DatePickerPopover_sj381_1{padding:10px}._DatePickerPopover_sj381_1 .rdp-root{--rdp-day-height: 24px;--rdp-day-width: 24px;--rdp-day_button-width: 24px;--rdp-day_button-height: 24px;font-size:10px}._DatePickerPopover_sj381_1 .rdp-day_button,._DatePickerPopover_sj381_1 .rdp-selected .rdp-day_button,._DatePickerPopover_sj381_1 .rdp-today .rdp-day_button{font-size:10px;line-height:24px}._DatePickerPopover_sj381_1 .rdp-caption_label,._DatePickerPopover_sj381_1 .rdp-month_caption{font-size:12px}}._DatePickerPopover_sj381_1[data-months="1"] ._rightSide_sj381_34{width:280px}._DatePickerPopover_sj381_1[data-months="1"] ._rightSide_sj381_34 ._picker_sj381_37,._DatePickerPopover_sj381_1[data-months="1"] ._rightSide_sj381_34 ._picker_sj381_37 .rdp-root,._DatePickerPopover_sj381_1[data-months="1"] ._rightSide_sj381_34 ._picker_sj381_37 .rdp-months,._DatePickerPopover_sj381_1[data-months="1"] ._rightSide_sj381_34 ._picker_sj381_37 .rdp-month,._DatePickerPopover_sj381_1[data-months="1"] ._rightSide_sj381_34 ._picker_sj381_37 .rdp-month_grid{width:100%}._DatePickerPopover_sj381_1[data-months="1"] ._rightSide_sj381_34 ._picker_sj381_37 .rdp-months{max-width:none}._DatePickerPopover_sj381_1[data-months="2"] ._rightSide_sj381_34{width:max-content}._DatePickerPopover_sj381_1 ._content_sj381_52{display:flex;flex-direction:row;align-items:stretch;justify-content:flex-start;gap:16px}@media screen and (max-width:1919px){._DatePickerPopover_sj381_1 ._content_sj381_52{gap:10px}}._DatePickerPopover_sj381_1 ._leftSide_sj381_64{flex-shrink:0;padding-right:16px;border-right:1px solid var(--border-primary)}._DatePickerPopover_sj381_1 ._leftSide_sj381_64 ._leftList_sj381_69{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:8px}._DatePickerPopover_sj381_1 ._rightSide_sj381_34{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:16px}@media screen and (max-width:1919px){._DatePickerPopover_sj381_1 ._rightSide_sj381_34{gap:10px}}._DatePickerPopover_sj381_1 ._rightSide_sj381_34 ._picker_sj381_37{width:max-content;text-align:center}._DatePickerPopover_sj381_1 ._rightSide_sj381_34 ._timeRow_sj381_92{width:100%}._DatePickerPopover_sj381_1 ._rightSide_sj381_34 ._footer_sj381_95{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:16px}._DatePickerPopover_sj381_1 ._rightSide_sj381_34 ._footer_sj381_95 ._presetsList_sj381_103{display:flex;flex:1;flex-wrap:wrap;gap:8px}._DatePickerPopover_sj381_1 ._rightSide_sj381_34 ._footer_sj381_95 ._preset_sj381_103{padding:8px 12px;border:none;border-radius:9999px;background:transparent;font-family:inherit;cursor:pointer;color:var(--text-primary);font-weight:400;font-size:12px;line-height:16px;font-family:Inter,sans-serif}@media screen and (max-width:1919px){._DatePickerPopover_sj381_1 ._rightSide_sj381_34 ._footer_sj381_95 ._preset_sj381_103{padding:4px 8px;font-size:10px}}._DatePickerPopover_sj381_1 ._rightSide_sj381_34 ._footer_sj381_95 ._preset_sj381_103:hover{background:var(--bg-tertiary)}._DatePickerPopover_sj381_1 ._rightSide_sj381_34 ._footer_sj381_95 ._btn_sj381_131{margin-left:auto;display:flex;flex-direction:row;align-items:flex-end;justify-content:flex-end;gap:4px;width:100%;max-width:93px}._DatePickerPopover_sj381_1 ._rightSide_sj381_34 ._footer_sj381_95 ._btn_sj381_131 ._okButton_sj381_141{width:100%}@media screen and (max-width:1919px){._DatePickerPopover_sj381_1 ._rightSide_sj381_34 ._footer_sj381_95 ._btn_sj381_131 ._okButton_sj381_141{padding:6px 10px;font-size:12px}}._container_1mbwt_1 ._trigger_1mbwt_1{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:8px}._container_1mbwt_1 ._trigger_1mbwt_1 ._input_1mbwt_8{pointer-events:none}._container_1mbwt_1 ._trigger_1mbwt_1 ._input_1mbwt_8 input{font-weight:700}._container_1mbwt_1 ._trigger_1mbwt_1 ._triggerIcon_1mbwt_14{padding:4px;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:4px}._container_1mbwt_1 ._trigger_1mbwt_1 ._triggerIcon_1mbwt_14._active_1mbwt_22{border-radius:50%;background:#2684ff1f}._container_1mbwt_1 ._trigger_1mbwt_1 ._triggerIcon_1mbwt_14._active_1mbwt_22 ._icon_1mbwt_26{color:var(--blue)}._container_1mbwt_1 ._trigger_1mbwt_1 ._triggerIcon_1mbwt_14 ._icon_1mbwt_26{color:var(--icon-color-muted-secondary)}._filterPopover_1mbwt_33{width:280px;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:16px;padding:12px;border:1px solid var(--border-primary);border-radius:24px;background:var(--bg-secondary);box-shadow:#00000029}._filterPopover_1mbwt_33 ._header_1mbwt_46{width:100%;color:var(--text-primary);font-weight:500;font-size:14px;line-height:16px;font-family:Inter,sans-serif}._filterPopover_1mbwt_33 ._divider_1mbwt_54{width:calc(100% + 32px);height:1px;margin-right:-16px;margin-left:-16px;background:var(--bg-tertiary)}._filterPopover_1mbwt_33 ._content_1mbwt_61{display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:16px;width:100%}._filterPopover_1mbwt_33 ._actions_1mbwt_69{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:8px}._filterPopover_1mbwt_33 ._actions_1mbwt_69 button{width:100%}._list_17k88_1{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:8px;width:100%}._items_17k88_10{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:8px;width:100%;max-height:37vh;overflow-y:auto}._item_17k88_10{width:100%;padding:8px 16px;border:none;background:transparent;text-align:left;cursor:pointer;display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:8px;border-radius:9999px}._item_17k88_10:hover{background:var(--bg-tertiary)}._itemAll_17k88_39{border:1px solid var(--border-primary)}._label_17k88_43{color:var(--text-primary);font-weight:600;font-size:12px;line-height:16px;font-family:Inter,sans-serif}._mode_12k1e_1,._first_name_cell_uz5y2_1,._first_name_cell_uz5y2_1 div{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:8px}._star_button_uz5y2_16{width:16px;height:16px;padding:0;border:none;background:transparent;cursor:pointer;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:0}._star_icon_uz5y2_30 path{fill:transparent;color:var(--icon-outline)}._star_icon_active_uz5y2_35 path{fill:#ffcf24;stroke:#ffcf24!important}._name_text_uz5y2_40{overflow:hidden;color:var(--brand-main, #52a5e5);font-weight:400;text-decoration:none;text-overflow:ellipsis;white-space:nowrap}._status_text_uz5y2_49{color:var(--green, #00b4a0)}._select_cell_uz5y2_53,._select_cell_uz5y2_53>div{width:100%}._clients_r5m74_1{display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:0px;height:100%;padding:0 16px 16px 0}._clients_r5m74_1 ._table_r5m74_10{height:100%;min-height:0}._tabs_149oy_1{display:flex;flex-direction:column;align-items:start;justify-content:start;gap:4px;height:100%;border:1px solid var(--border-primary);border-radius:12px;background:var(--chat-sidebar-bg)}._tabs_149oy_1 ._tabs_search_149oy_12{width:100%;padding:12px}._tabs_149oy_1 ._tabs_search_149oy_12 ._search_input_149oy_16 label{border:none}._tabs_149oy_1 ._tabs_list_149oy_19{display:flex;flex-direction:column;align-items:start;justify-content:start;gap:0px;width:100%;height:100%;overflow-y:auto;border-radius:inherit}._tabs_149oy_1 ._tabs_list_149oy_19 ._tab_149oy_1{display:flex;flex-direction:row;align-items:center;justify-content:start;gap:8px;width:100%;padding:12px;border-top:1px solid var(--border-primary)}._tabs_149oy_1 ._tabs_list_149oy_19 ._tab_149oy_1._active_149oy_40{background:#52a5e51a}._tabs_149oy_1 ._tabs_list_149oy_19 ._tab_149oy_1._active_149oy_40 ._icon_149oy_43,._tabs_149oy_1 ._tabs_list_149oy_19 ._tab_149oy_1._active_149oy_40 span{color:var(--brand-main)}._tabs_149oy_1 ._tabs_list_149oy_19 ._tab_149oy_1:not(._active_149oy_40) ._icon_149oy_43{color:#828e9e}._tabs_149oy_1 ._tabs_list_149oy_19 ._tab_149oy_1:not(._active_149oy_40) span{color:#828e9e}._tabs_149oy_1 ._tabs_list_149oy_19 ._icon_container_149oy_55{width:32px;height:32px;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:4px}._tabs_149oy_1 ._tabs_list_149oy_19 ._icon_container_149oy_55 ._icon_149oy_43{width:24px;height:24px;color:var(--brand-main);opacity:1}._tabs_149oy_1 ._tabs_list_149oy_19 ._icon_container_149oy_55 ._icon_149oy_43 svg{width:24px;height:24px}._tabs_149oy_1 ._tabs_list_149oy_19 span{color:var(--text-primary);font-weight:600;font-size:14px;line-height:18px;font-family:Inter,sans-serif;letter-spacing:-.26px;text-transform:capitalize}._tabs_149oy_1 ._tabs_list_149oy_19 ._tab_count_149oy_83{margin-left:auto}._toggle_1enbl_1{border:none;font-family:Inter,sans-serif;cursor:pointer;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:4px;padding:0;background:transparent}._track_1enbl_14{position:relative;width:32px;height:20px;border:1px solid var(--border-primary);border-radius:9999px;background:var(--bg-primary);transition:background .2s ease,border-color .2s ease}._thumb_1enbl_24{position:absolute;top:1px;left:1px;width:16px;height:16px;border-radius:9999px;background:var(--icon-bg-primary);transition:transform .2s ease,background .2s ease}._checked_1enbl_35 ._track_1enbl_14{border-color:var(--border-active);background:var(--bg-brand)}._checked_1enbl_35 ._thumb_1enbl_24{transform:translate(12px);background:var(--text-white)}._disabled_1enbl_44{cursor:not-allowed;opacity:.6}._control_center_krn9s_1{display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:0px;height:100%;padding:0 16px 16px 0}._control_center_krn9s_1 ._content_krn9s_10{height:100%;min-height:0;padding:16px;border-radius:24px;background:var(--bg-secondary);display:flex;flex-direction:row;align-items:stretch;justify-content:stretch;gap:16px}._control_center_krn9s_1 ._content_krn9s_10 ._tab_content_krn9s_22{display:flex;flex-direction:column;align-items:stretch;justify-content:stretch;gap:16px;width:100%}._category_tab_bar_krn9s_31{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:16px;padding:16px;border:1px solid var(--border-primary);border-radius:12px;background:var(--category-tab-bar-bg)}._category_tab_bar_krn9s_31 ._tab_krn9s_22{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:8px;color:var(--text-tertiary);font-weight:500;font-size:18px;line-height:18px;font-family:Inter,sans-serif;flex:1 0 0;padding:12px;border-radius:8px;cursor:pointer;transition:background .2s ease}._category_tab_bar_krn9s_31 ._tab_krn9s_22 ._icon_krn9s_59{width:24px;height:24px}._category_tab_bar_krn9s_31 ._tab_krn9s_22._active_krn9s_63{background:var(--category-tab-bar-tab-bg)}._leverage_stepper_krn9s_67{display:flex;align-items:center;justify-content:space-between;min-width:120px;height:40px;padding:0 4px;gap:8px;border-radius:20px;background:#2a2a2a}._leverage_stepper_krn9s_67 ._control_krn9s_1{display:flex;flex-shrink:0;align-items:center;justify-content:center;width:28px;height:28px;border:none;border-radius:50%;background:transparent;cursor:pointer;transition:background .15s}._leverage_stepper_krn9s_67 ._control_krn9s_1:hover{background:#ffffff1a}._leverage_stepper_krn9s_67 ._control_krn9s_1._decrement_krn9s_94{color:#ef4444}._leverage_stepper_krn9s_67 ._control_krn9s_1._increment_krn9s_97{color:#22c55e}._leverage_stepper_krn9s_67 ._value_krn9s_100{flex:1;color:#fff;font-weight:600;font-size:14px;text-align:center;white-space:nowrap;-webkit-user-select:none;user-select:none}._col_krn9s_110{padding:12px}._col_krn9s_110:last-child{justify-self:flex-end}._leverage_table_krn9s_117{display:flex;flex-direction:column;align-items:stretch;justify-content:stretch;gap:16px}._leverage_table_header_krn9s_125{display:flex;flex-direction:column;align-items:stretch;justify-content:stretch;gap:0;border:1px solid var(--border-primary);border-radius:16px;background:var(--bg-tertiary)}._leverage_controls_krn9s_136{display:grid;grid-template-columns:minmax(0,3fr) 64px 154px 154px minmax(0,1fr)}._leverage_controls_krn9s_136 ._banner_info_krn9s_140{max-width:320px;display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:12px;color:var(--green);font-weight:500;font-size:14px;line-height:16px;font-family:Inter,sans-serif}._leverage_controls_krn9s_136 ._fxc_krn9s_153{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:8px;color:var(--text-placeholder);font-weight:700;font-size:12px;line-height:16px;font-family:Inter,sans-serif}._leverage_controls_krn9s_136 ._switch_krn9s_165{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:8px;color:var(--text-primary);font-weight:600;font-size:14px;line-height:24px;font-family:Inter,sans-serif}._leverage_head_krn9s_178{display:grid;grid-template-columns:repeat(2,minmax(0,1.5fr)) 64px 154px 154px minmax(0,1fr);color:var(--text-muted-secondary);font-weight:500;font-size:12px;line-height:16px;font-family:Inter,sans-serif;border-top:1px solid var(--border-primary)}._leverage_head_krn9s_178 ._br_krn9s_188{border-right:1px solid var(--border-primary)}._leverage_table_body_krn9s_192{display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:8px}._radio_19s60_1{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:4px;width:16px;height:16px;border:1px solid var(--border-tertiary);border-radius:9999px;background:transparent;cursor:pointer;transition:background .2s ease,border-color .2s ease;-webkit-user-select:none;user-select:none}._radio_19s60_1._selected_19s60_16{border-color:var(--border-active)}._radio_19s60_1._disabled_19s60_19{cursor:not-allowed;opacity:.6}._indicator_19s60_24{width:8px;height:8px;border-radius:9999px;background:var(--bg-brand)}._content_1jdim_1{width:100%;height:100%;padding:12px;border:1px solid var(--border-primary);border-radius:12px;background:var(--bg-secondary)}._rows_1jdim_10{display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:8px}._row_1jdim_10{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:12px;width:100%;padding:12px 24px;border:1px solid var(--border-primary);border-radius:16px;background:var(--bg-secondary);text-align:left;cursor:pointer}._radio_1jdim_33{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:4px;width:20px}._flag_1jdim_42{flex-shrink:0;width:40px;height:40px;object-fit:cover}._info_1jdim_49{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:4px}._info_1jdim_49 p{color:var(--text-primary);font-weight:500;font-size:16px;line-height:18px;font-family:Inter,sans-serif;letter-spacing:-.26px}._info_1jdim_49 span{color:var(--brand-main);font-weight:510;font-size:14px;line-height:18px;font-family:Inter,sans-serif}._status_1jdim_72{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:4px;width:100%;min-height:120px;color:var(--text-muted-secondary);font-weight:500;font-size:14px;line-height:18px;font-family:Inter,sans-serif}@media(max-width:1200px){._info_1jdim_49 p{font-size:18px;line-height:22px}._info_1jdim_49 span{font-size:14px;line-height:18px}}._title_3108a_1{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:4px}._title_3108a_1 ._tabs_3108a_8{width:270px}._cards_3108a_12{display:grid;grid-template-columns:1fr 1fr 1fr;overflow-y:auto;gap:16px}._cards_3108a_12 ._payment_method_card_3108a_18{display:flex;flex-direction:column;align-items:stretch;justify-content:space-between;gap:24px;padding:24px;border:1px solid var(--border-primary);border-radius:16px;background:var(--bg-secondary)}._cards_3108a_12 ._payment_method_card_3108a_18 ._head_3108a_29{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:4px}._cards_3108a_12 ._payment_method_card_3108a_18 ._head_3108a_29 ._icon_3108a_36{width:50px;height:50px;color:var(--icon-color-primary)}._cards_3108a_12 ._payment_method_card_3108a_18 ._head_3108a_29 ._switch_3108a_41{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:8px;color:var(--text-quaternary);font-weight:600;font-size:14px;line-height:24px;font-family:Inter,sans-serif}._cards_3108a_12 ._payment_method_card_3108a_18 ._info_3108a_53{display:flex;flex-direction:row;align-items:flex-end;justify-content:space-between;gap:4px}._cards_3108a_12 ._payment_method_card_3108a_18 ._info_3108a_53 ._left_3108a_60{display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;gap:24px}._cards_3108a_12 ._payment_method_card_3108a_18 ._info_3108a_53 ._left_3108a_60 ._title_3108a_1{color:var(--text-primary);font-weight:500;font-size:20px;line-height:20px;font-family:Inter,sans-serif}._cards_3108a_12 ._payment_method_card_3108a_18 ._info_3108a_53 ._left_3108a_60 ._desc_3108a_74{color:#a0a0ab;font-weight:400;font-size:14px;line-height:14px;font-family:Inter,sans-serif}._container_border_8mv9z_1{width:130px;height:40px;padding:12px;border:1px solid transparent;border-radius:var(--Corner-Full, 1000px);background:linear-gradient(var(--bg-secondary),var(--bg-secondary)) padding-box,linear-gradient(var(--border-primary),var(--border-primary)) border-box;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:8px}._container_border_8mv9z_1._colorful_8mv9z_14{background:linear-gradient(var(--bg-secondary),var(--bg-secondary)) padding-box,linear-gradient(143deg,#a855f7 5.28%,#52a5e5 65.09%) border-box}._container_border_8mv9z_1._colorful_8mv9z_14 ._minus_8mv9z_17{color:#f63d68}._container_border_8mv9z_1._colorful_8mv9z_14 ._plus_8mv9z_20{color:#00b4a0}._container_border_8mv9z_1._disabled_8mv9z_23{background:linear-gradient(var(--bg-secondary),var(--bg-secondary)) padding-box,linear-gradient(var(--border-primary),var(--border-primary)) border-box}._container_border_8mv9z_1._disabled_8mv9z_23 ._minus_8mv9z_17,._container_border_8mv9z_1._disabled_8mv9z_23 ._plus_8mv9z_20{visibility:hidden}._container_border_8mv9z_1 ._minus_8mv9z_17,._container_border_8mv9z_1 ._plus_8mv9z_20{width:16px;height:16px;color:var(--text-primary);cursor:pointer}._container_border_8mv9z_1 ._minus_8mv9z_17 svg,._container_border_8mv9z_1 ._plus_8mv9z_20 svg{width:12px;height:12px}._container_border_8mv9z_1 ._input_8mv9z_42{max-width:60px;border:none;background:transparent;color:var(--text-primary);font-style:normal;font-weight:600;font-size:14px;line-height:16px;font-family:Inter;letter-spacing:-.26px;text-align:center}._content_17rf3_1{padding:16px;border:1px solid var(--border-primary);border-radius:12px;background:var(--bg-secondary);display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:16px}._content_17rf3_1 ._header_17rf3_12{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:4px;width:100%}._content_17rf3_1 ._header_17rf3_12 ._content_controls_17rf3_20{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:12px;min-width:0}._content_17rf3_1 ._header_17rf3_12 ._content_tabs_17rf3_28{min-width:300px;max-width:fit-content}._content_17rf3_1 ._header_17rf3_12 ._stock_market_select_17rf3_32{flex-shrink:0;width:180px}._content_17rf3_1 ._header_17rf3_12 ._stock_market_trigger_17rf3_36{padding:4px 4px 4px 8px;box-shadow:0 1px 2px #1018280d}._content_17rf3_1 ._header_17rf3_12 ._stock_market_option_17rf3_40{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:8px}._content_17rf3_1 ._header_17rf3_12 ._stock_market_option_17rf3_40 span{color:var(--text-primary);font-weight:600;font-size:14px;line-height:20px;font-family:Inter,sans-serif;letter-spacing:-.2px;white-space:nowrap}._content_17rf3_1 ._header_17rf3_12 ._stock_market_flag_17rf3_56{flex-shrink:0;width:24px;height:24px;object-fit:cover;border-radius:50%}._content_17rf3_1 ._header_17rf3_12 ._search_17rf3_63{max-width:240px}._content_17rf3_1 ._table_17rf3_66{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:16px;width:100%}._content_17rf3_1 ._table_17rf3_66 ._header_17rf3_12{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:0;border:1px solid var(--border-primary);border-radius:16px}._content_17rf3_1 ._table_17rf3_66 ._header_17rf3_12 ._title_17rf3_83{display:grid;grid-template-columns:2fr 2fr 1fr;width:100%;border-bottom:1px solid var(--border-primary);border-radius:16px 16px 0 0;background:var(--bg-secondary)}._content_17rf3_1 ._table_17rf3_66 ._header_17rf3_12 ._title_17rf3_83 ._info_17rf3_91{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:12px;padding:12px}._content_17rf3_1 ._table_17rf3_66 ._header_17rf3_12 ._title_17rf3_83 ._info_17rf3_91 ._info_icon_17rf3_99{color:var(--green)}._content_17rf3_1 ._table_17rf3_66 ._header_17rf3_12 ._title_17rf3_83 ._info_17rf3_91 ._info_icon_17rf3_99 svg{width:14px;height:14px}._content_17rf3_1 ._table_17rf3_66 ._header_17rf3_12 ._title_17rf3_83 ._info_17rf3_91 span{color:var(--green);font-weight:500;font-size:14px;line-height:16px;font-family:Inter,sans-serif;letter-spacing:-.26px}._content_17rf3_1 ._table_17rf3_66 ._header_17rf3_12 ._title_17rf3_83 ._leverage_17rf3_114{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:24px;padding:12px 12px 12px 76px}._content_17rf3_1 ._table_17rf3_66 ._header_17rf3_12 ._title_17rf3_83 ._leverage_17rf3_114 ._block_17rf3_122{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:8px}._content_17rf3_1 ._table_17rf3_66 ._header_17rf3_12 ._title_17rf3_83 ._leverage_17rf3_114 ._block_17rf3_122 span{color:var(--text-muted-secondary);font-weight:700;font-size:12px;line-height:16px;font-family:Inter,sans-serif;letter-spacing:-.26px}._content_17rf3_1 ._table_17rf3_66 ._header_17rf3_12 ._title_17rf3_83 ._toggle_column_17rf3_137{display:flex;flex-direction:row;align-items:center;justify-content:flex-end;gap:4px;padding:12px 20px 12px 12px}._content_17rf3_1 ._table_17rf3_66 ._header_17rf3_12 ._subtitle_17rf3_145{display:grid;grid-template-columns:1fr 1fr 2fr 1fr;width:100%;border-radius:0 0 16px 16px;background:var(--table-head-cell-bg)}._content_17rf3_1 ._table_17rf3_66 ._header_17rf3_12 ._subtitle_17rf3_145 ._column_17rf3_152{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:24px;padding:12px;border-left:1px solid var(--border-primary)}._content_17rf3_1 ._table_17rf3_66 ._header_17rf3_12 ._subtitle_17rf3_145 ._column_17rf3_152:first-of-type{border-left:none}._content_17rf3_1 ._table_17rf3_66 ._header_17rf3_12 ._subtitle_17rf3_145 ._column_17rf3_152:nth-child(3){padding:12px 12px 12px 76px}._content_17rf3_1 ._table_17rf3_66 ._header_17rf3_12 ._subtitle_17rf3_145 ._column_17rf3_152:nth-child(3) span{min-width:130px}._content_17rf3_1 ._table_17rf3_66 ._header_17rf3_12 ._subtitle_17rf3_145 ._column_17rf3_152:last-of-type{justify-content:flex-end;padding:12px 20px 12px 12px}._content_17rf3_1 ._table_17rf3_66 ._header_17rf3_12 ._subtitle_17rf3_145 ._column_17rf3_152 span{color:var(--text-muted-secondary);font-weight:500;font-size:12px;line-height:16px;font-family:Inter,sans-serif;letter-spacing:-.26px}._content_17rf3_1 ._table_17rf3_66 ._rows_17rf3_182{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:8px;width:100%}._content_17rf3_1 ._table_17rf3_66 ._rows_17rf3_182 ._row_17rf3_182{display:grid;grid-template-columns:1fr 1fr 2fr 1fr;width:100%;border:1px solid var(--border-primary);border-radius:16px;background:var(--bg-secondary)}._content_17rf3_1 ._table_17rf3_66 ._rows_17rf3_182 ._row_17rf3_182 ._tools_17rf3_198{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:8px;padding:12px}._content_17rf3_1 ._table_17rf3_66 ._rows_17rf3_182 ._row_17rf3_182 ._tools_17rf3_198 ._tool_icon_17rf3_206{width:40px;height:40px}._content_17rf3_1 ._table_17rf3_66 ._rows_17rf3_182 ._row_17rf3_182 ._tools_17rf3_198 ._tool_name_17rf3_210{display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;gap:4px}._content_17rf3_1 ._table_17rf3_66 ._rows_17rf3_182 ._row_17rf3_182 ._tools_17rf3_198 ._tool_name_17rf3_210 p{color:var(--text-primary);font-weight:500;font-size:16px;line-height:18px;font-family:Inter,sans-serif;letter-spacing:-.26px}._content_17rf3_1 ._table_17rf3_66 ._rows_17rf3_182 ._row_17rf3_182 ._tools_17rf3_198 ._tool_name_17rf3_210 span{font-family:SF Pro;color:var(--brand-main);font-weight:510;font-size:12px;line-height:18px;font-family:Inter,sans-serif}._content_17rf3_1 ._table_17rf3_66 ._rows_17rf3_182 ._row_17rf3_182 ._rate_17rf3_233{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:8px;padding:12px}._content_17rf3_1 ._table_17rf3_66 ._rows_17rf3_182 ._row_17rf3_182 ._rate_17rf3_233 span{color:var(--text-primary);font-weight:600;font-size:14px;line-height:16px;font-family:Inter,sans-serif;letter-spacing:-.26px}._content_17rf3_1 ._table_17rf3_66 ._rows_17rf3_182 ._row_17rf3_182 ._leverage_17rf3_114{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:24px;padding:12px}._content_17rf3_1 ._table_17rf3_66 ._rows_17rf3_182 ._row_17rf3_182 ._leverage_17rf3_114 ._lock_17rf3_257{width:40px;height:40px;border-radius:50%;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:4px;cursor:pointer}._content_17rf3_1 ._table_17rf3_66 ._rows_17rf3_182 ._row_17rf3_182 ._leverage_17rf3_114 ._lock_17rf3_257 ._lock_icon_17rf3_268{color:var(--text-muted-tertiary)}._content_17rf3_1 ._table_17rf3_66 ._rows_17rf3_182 ._row_17rf3_182 ._leverage_17rf3_114 ._lock_17rf3_257._active_17rf3_271{background-color:var(--bg-primary)}._content_17rf3_1 ._table_17rf3_66 ._rows_17rf3_182 ._row_17rf3_182 ._leverage_17rf3_114 ._lock_17rf3_257._active_17rf3_271 ._lock_icon_17rf3_268{color:var(--text-primary)}._content_17rf3_1 ._table_17rf3_66 ._rows_17rf3_182 ._row_17rf3_182 ._toggle_17rf3_137{display:flex;flex-direction:row;align-items:center;justify-content:flex-end;gap:4px;padding:12px 20px 12px 12px}._container_a50ld_1{display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:0px;padding:16px 8px 16px 0}._container_a50ld_1 ._panel_a50ld_9{display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:0;flex:1 1 auto;min-height:0;overflow:hidden;border:1px solid var(--border-primary);border-radius:26px;background:var(--bg-secondary)}._container_a50ld_1 ._content_a50ld_22{display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:12px;flex:1 1 auto;width:100%;padding:12px}._container_a50ld_1 ._topSection_a50ld_32{width:100%;height:400px;display:flex;flex-direction:row;align-items:stretch;justify-content:flex-start;gap:12px}@media screen and (max-width:1919px){._container_a50ld_1 ._topSection_a50ld_32{height:267px}}._container_a50ld_1 ._topSection_a50ld_32>*{flex:1 1 0;min-width:0;height:100%}._wrapper_18ufk_1{display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:4px;flex:1 1 auto;min-height:0}._wrapper_18ufk_1 ._card_18ufk_10{display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:0;flex:1 1 auto;min-height:0;overflow:hidden;border:1px solid var(--border-primary);border-radius:12px;background:var(--table-container-bg)}._wrapper_18ufk_1 ._card_18ufk_10 ._toolbar_18ufk_23{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:12px;padding:8px 12px;border-bottom:1px solid var(--border-primary)}._wrapper_18ufk_1 ._card_18ufk_10 ._toolbar_18ufk_23 ._title_18ufk_32{color:var(--text-primary);font-weight:600;font-size:24px;line-height:24px;font-family:Inter,sans-serif}._wrapper_18ufk_1 ._card_18ufk_10 ._toolbar_18ufk_23 ._controls_18ufk_39{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:12px;flex:0 0 auto}._wrapper_18ufk_1 ._card_18ufk_10 ._toolbar_18ufk_23 ._controls_18ufk_39 ._searchWrap_18ufk_47{width:280px}._wrapper_18ufk_1 ._card_18ufk_10 ._toolbar_18ufk_23 ._controls_18ufk_39 ._selectWrap_18ufk_50{width:212px}._wrapper_18ufk_1 ._card_18ufk_10 ._body_18ufk_53{display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:0;flex:1 1 auto;min-height:0}._wrapper_18ufk_1 ._card_18ufk_10 ._body_18ufk_53 ._tableWrap_18ufk_62{display:flex;flex-direction:row;align-items:stretch;justify-content:flex-start;gap:0;position:relative;flex:1 1 auto;min-height:0}._wrapper_18ufk_1 ._card_18ufk_10 ._body_18ufk_53 ._tableWrap_18ufk_62 ._table_18ufk_62{flex:1 1 auto;height:100%;min-height:0}._wrapper_18ufk_1 ._card_18ufk_10 ._body_18ufk_53 ._tableWrap_18ufk_62 ._table_18ufk_62 table{gap:0}._wrapper_18ufk_1 ._card_18ufk_10 ._body_18ufk_53 ._tableWrap_18ufk_62 ._table_18ufk_62 tbody td{border-bottom:1px solid var(--border-primary)}._wrapper_18ufk_1 ._card_18ufk_10 ._body_18ufk_53 ._tableWrap_18ufk_62 ._tableHead_18ufk_83 th{height:var(--agent-table-head-height);border-bottom:1px solid var(--border-primary);border-radius:0;background:var(--table-head-cell-bg)}._wrapper_18ufk_1 ._card_18ufk_10 ._body_18ufk_53 ._tableWrap_18ufk_62 ._tableBody_18ufk_89:before,._wrapper_18ufk_1 ._card_18ufk_10 ._body_18ufk_53 ._tableWrap_18ufk_62 ._tableBody_18ufk_89:after{display:none;height:0}._wrapper_18ufk_1 ._card_18ufk_10 ._body_18ufk_53 ._pagination_18ufk_93{padding:8px 12px;border-top:1px solid var(--border-primary);border-radius:0;background:transparent}._wrapper_18ufk_1 ._card_18ufk_10 ._body_18ufk_53 ._slider_18ufk_99{width:12%;margin:10px auto}._row_1dy36_1 td{background:transparent}._row_1dy36_1 td:first-child{border-top-left-radius:0;border-bottom-left-radius:0}._row_1dy36_1 td:last-child{border-top-right-radius:0;border-bottom-right-radius:0}._wrapper_f05gi_1{display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:4px;flex:1 1 auto;min-height:0}._wrapper_f05gi_1 ._card_f05gi_10{display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:0;flex:1 1 auto;min-height:0;overflow:hidden;border-radius:12px;background:var(--table-container-bg)}._wrapper_f05gi_1 ._card_f05gi_10 ._toolbar_f05gi_22{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:12px;padding:8px 12px;border:1px solid var(--border-primary);border-bottom:1px solid var(--border-primary);border-radius:12px 12px 0 0}._wrapper_f05gi_1 ._card_f05gi_10 ._toolbar_f05gi_22 ._title_f05gi_33{color:var(--text-primary);font-weight:600;font-size:24px;line-height:24px;font-family:Inter,sans-serif}._wrapper_f05gi_1 ._card_f05gi_10 ._toolbar_f05gi_22 ._controls_f05gi_40{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:12px;flex:0 0 auto}._wrapper_f05gi_1 ._card_f05gi_10 ._toolbar_f05gi_22 ._controls_f05gi_40 ._selectWrap_f05gi_48{width:212px}._wrapper_f05gi_1 ._card_f05gi_10 ._body_f05gi_51{display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:0;flex:1 1 auto;min-height:0}._wrapper_f05gi_1 ._card_f05gi_10 ._body_f05gi_51 ._tableWrap_f05gi_60{display:flex;flex-direction:row;align-items:stretch;justify-content:flex-start;gap:0;position:relative;flex:1 1 auto;min-height:0;--country-report-table-head-height: 48px}@media screen and (max-width:1919px){._wrapper_f05gi_1 ._card_f05gi_10 ._body_f05gi_51 ._tableWrap_f05gi_60{--country-report-table-head-height: 40px}}._wrapper_f05gi_1 ._card_f05gi_10 ._body_f05gi_51 ._tableWrap_f05gi_60 ._table_f05gi_60{flex:1 1 auto;min-height:0}._wrapper_f05gi_1 ._card_f05gi_10 ._body_f05gi_51 ._tableWrap_f05gi_60 ._table_f05gi_60 table{gap:0}._wrapper_f05gi_1 ._card_f05gi_10 ._body_f05gi_51 ._tableWrap_f05gi_60 ._table_f05gi_60 tbody td:first-child>div{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:0;width:100%;padding:0 0 0 16px}._wrapper_f05gi_1 ._card_f05gi_10 ._body_f05gi_51 ._tableWrap_f05gi_60 ._table_f05gi_60 tfoot{border:1px solid var(--border-primary);background:var(--report-table-total-row-bg);box-shadow:0 6px 0 var(--bg-secondary)}._wrapper_f05gi_1 ._card_f05gi_10 ._body_f05gi_51 ._tableWrap_f05gi_60 ._table_f05gi_60 tfoot th{padding:12px 16px;color:var(--text-primary);font-weight:600;text-align:start}._wrapper_f05gi_1 ._card_f05gi_10 ._body_f05gi_51 ._tableWrap_f05gi_60 ._tableHead_f05gi_103{border-right:1px solid var(--border-primary);border-left:1px solid var(--border-primary);border-radius:0;box-shadow:0 -12px 0 var(--bg-secondary)}._wrapper_f05gi_1 ._card_f05gi_10 ._body_f05gi_51 ._tableWrap_f05gi_60 ._tableHead_f05gi_103 th{height:var(--country-report-table-head-height)}._wrapper_f05gi_1 ._card_f05gi_10 ._body_f05gi_51 ._pagination_f05gi_112{padding:8px 12px;border:1px solid var(--border-primary);border-radius:0 0 12px 12px;background:transparent}._header_19itr_1{display:flex;flex-direction:row;align-items:flex-end;justify-content:space-between;gap:0;width:100%;height:56px;border-bottom:1px solid var(--border-primary)}@media screen and (max-width:1919px){._header_19itr_1{height:36px}}@media screen and (min-width:2560px){._header_19itr_1{height:75px}}@media screen and (min-width:3840px){._header_19itr_1{height:112px}}._header_19itr_1 ._tabs_19itr_26{width:max-content;height:100%;border-bottom:none}._header_19itr_1 ._tabs_19itr_26 button{height:100%;padding:0 24px}._header_19itr_1 ._periodTabs_19itr_35{align-self:center;width:303px;height:32px}@media screen and (max-width:1919px){._header_19itr_1 ._periodTabs_19itr_35{width:204px;height:21px}}._header_19itr_1 ._rightControls_19itr_46{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:8px;align-self:center;padding-right:8px}._header_19itr_1 ._periodTabs_19itr_35>button[type=button]{height:auto;min-height:0;padding:0}@media screen and (max-width:1919px){._header_19itr_1 ._periodTabs_19itr_35{padding:2px 0!important}._header_19itr_1 ._periodTabs_19itr_35 div:first-child{inset:2px}._header_19itr_1 ._periodTabs_19itr_35 button[type=button]{align-self:stretch;font-size:10px;line-height:normal}}._header_19itr_1 ._datePickerWrap_19itr_76{width:225px}@media screen and (max-width:1919px){._header_19itr_1 ._datePickerWrap_19itr_76{width:140px}}._header_19itr_1 ._datePicker_19itr_76>div:first-child label{height:32px}@media screen and (max-width:1919px){._header_19itr_1 ._datePicker_19itr_76>div:first-child label{height:21px}}._header_19itr_1 ._datePicker_19itr_76>div:first-child label button{padding:4px}@media screen and (max-width:1919px){._header_19itr_1 ._datePicker_19itr_76>div:first-child label button{padding:3px}._header_19itr_1 ._datePicker_19itr_76>div:first-child label button svg{width:10px;height:10px}}._depositOverview_i9n78_1{width:100%;max-width:800px;padding:16px;border:1px solid var(--border-primary);border-radius:12px}@media screen and (max-width:1919px){._depositOverview_i9n78_1{padding:10px}}@media screen and (min-width:2560px){._depositOverview_i9n78_1{max-width:none}}._depositOverview_i9n78_1 ._container_i9n78_18{display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:32px}._depositOverview_i9n78_1 ._container_i9n78_18 ._title_i9n78_25{color:var(--text-primary);font-weight:600;font-size:24px;line-height:24px;font-family:Inter,sans-serif}@media screen and (max-width:1919px){._depositOverview_i9n78_1 ._container_i9n78_18 ._title_i9n78_25{font-size:16px;line-height:16px}}._depositOverview_i9n78_1 ._container_i9n78_18 ._content_i9n78_38{display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:16px}@media screen and (max-width:1919px){._depositOverview_i9n78_1 ._container_i9n78_18 ._content_i9n78_38{gap:0px}}._depositOverview_i9n78_1 ._container_i9n78_18 ._content_i9n78_38 ._mainInfo_i9n78_50{display:flex;flex-direction:row;align-items:flex-end;justify-content:flex-start;gap:12px}._depositOverview_i9n78_1 ._container_i9n78_18 ._content_i9n78_38 ._mainInfo_i9n78_50 ._amount_i9n78_57{color:var(--text-primary);font-weight:700;font-size:48px;line-height:48px;font-family:Inter,sans-serif}@media screen and (max-width:1919px){._depositOverview_i9n78_1 ._container_i9n78_18 ._content_i9n78_38 ._mainInfo_i9n78_50 ._amount_i9n78_57{font-size:32px;line-height:32px}}._depositOverview_i9n78_1 ._container_i9n78_18 ._content_i9n78_38 ._mainInfo_i9n78_50 ._badges_i9n78_70{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:8px}._depositOverview_i9n78_1 ._container_i9n78_18 ._content_i9n78_38 ._additionalInfo_i9n78_77{display:flex;flex-direction:row;align-items:flex-end;justify-content:flex-start;gap:12px;color:var(--text-placeholder);font-weight:500;font-size:14px;line-height:16px;font-family:Inter,sans-serif}._depositsChart_17thk_1{width:100%;height:250px}@media screen and (max-width:1919px){._depositsChart_17thk_1{height:176px}}._tooltip_17thk_11{display:flex;flex-direction:column;overflow:hidden;border:1px solid var(--border-primary);border-radius:20px;background:var(--bg-secondary);box-shadow:0 20px 60px #1d29391f}._tooltip_17thk_11 ._top_17thk_20,._tooltip_17thk_11 ._bottom_17thk_21{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:0;color:var(--text-muted-tertiary);font-weight:500;font-size:12px;line-height:16px;font-family:Inter,sans-serif;width:100%;padding:8px;letter-spacing:-.48px}._tooltip_17thk_11 ._top_17thk_20{border-bottom:1px solid var(--border-primary)}._tooltip_17thk_11 ._top_17thk_20 span{text-align:center}._tooltip_17thk_11 ._bottom_17thk_21{display:flex;align-items:center;justify-content:space-between;gap:4px}._tooltip_17thk_11 ._metricLabel_17thk_48,._tooltip_17thk_11 ._metricValue_17thk_49{white-space:nowrap}._staticCard_1k4of_1{display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:12px;flex:1 1 100%;min-height:150px;padding:16px;border-radius:12px;background:var(--table-head-cell-bg)}@media screen and (max-width:1919px){._staticCard_1k4of_1{min-height:100px;padding:10px}}._staticCard_1k4of_1 ._icon_1k4of_19{align-self:flex-start}._staticCard_1k4of_1 ._icon_1k4of_19 svg{width:24px;height:24px;color:var(--text-primary)}._staticCard_1k4of_1 ._head_1k4of_27{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:12px}@media screen and (max-width:1919px){._staticCard_1k4of_1 ._head_1k4of_27{gap:8px}}._staticCard_1k4of_1 ._head_1k4of_27 ._subtitle_1k4of_39{color:var(--text-muted-primary);font-weight:600;font-size:14px;line-height:16px;font-family:Inter,sans-serif}@media screen and (max-width:1919px){._staticCard_1k4of_1 ._head_1k4of_27 ._subtitle_1k4of_39{font-size:11px;line-height:11px}}._staticCard_1k4of_1 ._head_1k4of_27 ._title_1k4of_52{color:var(--text-primary);font-weight:700;font-size:32px;line-height:32px;font-family:Inter,sans-serif}@media screen and (max-width:1919px){._staticCard_1k4of_1 ._head_1k4of_27 ._title_1k4of_52{font-size:21px;line-height:21px}}._staticWidgets_126dy_1{display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:32px;padding:12px;border:1px solid var(--border-primary);border-radius:12px}@media screen and (max-width:1919px){._staticWidgets_126dy_1{padding:10px;gap:21px}}._staticWidgets_126dy_1 ._title_126dy_17{color:var(--text-secondary);font-weight:600;font-size:24px;line-height:32px;font-family:Inter,sans-serif}@media screen and (max-width:1919px){._staticWidgets_126dy_1 ._title_126dy_17{font-size:16px;line-height:16px}}._staticWidgets_126dy_1 ._container_126dy_30{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}._page_1ey8y_1{display:flex;flex-direction:column;align-items:stretch;justify-content:start;gap:24px;height:100vh;max-height:100vh;padding:0 16px 16px}._content_1ey8y_13{display:flex;flex-direction:row;align-items:stretch;justify-content:start;gap:10px;flex:1;min-height:0}._content_single_1ey8y_23>:first-child{flex:0 0 calc((100% - 10px) / 3);max-width:calc((100% - 10px) / 3)}._selected_desk_ytn3f_1{display:flex;flex-direction:row;align-items:center;justify-content:start;gap:10px}._selected_desk_ytn3f_1 p{color:var(--text-primary, #111827);font-weight:500;font-size:16px;line-height:24px;font-family:Inter,sans-serif;font-style:normal;font-family:Inter;letter-spacing:-.26px}._selected_desk_ytn3f_1 span{color:var(--brand-main, #52a5e5);font-weight:500;font-size:16px;line-height:24px;font-family:Inter,sans-serif;font-style:normal;font-family:Inter;letter-spacing:-.26px}._action_buttons_ytn3f_29{display:flex;flex-direction:row;align-items:center;justify-content:start;gap:16px;padding-right:16px}._action_buttons_ytn3f_29 ._action_button_ytn3f_29{width:114px}._badge_10so6_1{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:8px;padding:11px 12px;border:1px solid var(--border-primary, #e5e7eb);border-radius:1000px}._badge_10so6_1 span{color:var(--text-primary, #111827);font-weight:500;font-size:14px;line-height:16px;font-family:Inter,sans-serif;font-style:normal;font-family:Inter;letter-spacing:-.26px;text-align:center}._link_10so6_23{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:4px;width:32px;height:32px;border-radius:1000px;background:var(--bg-icon)}._person_icon_10so6_35,._login_icon_10so6_39{color:var(--icon-input, #6b7280)}._employee_list_1rjrm_1{display:flex;flex-direction:column;align-items:stretch;justify-content:start;gap:10px;flex:2;padding:10px 16px;overflow-y:auto;border-radius:32px;background-color:var(--bg-secondary, #fcfcfd)}._employee_list_1rjrm_1 p{padding:12px;color:var(--text-primary, #111827);font-weight:600;font-size:15px;line-height:24px;font-family:Inter,sans-serif;font-style:normal;font-family:Inter;letter-spacing:-.26px}._blocks_1rjrm_25{display:flex;flex-direction:column;align-items:stretch;justify-content:start;gap:24px}._subblock_1rjrm_33{display:flex;flex-direction:column;align-items:stretch;justify-content:start;gap:8px}._label_1rjrm_41{color:var(--text-muted-tertiary);font-weight:500;font-size:12px;line-height:16px;font-family:Inter,sans-serif}._badges_1rjrm_49{display:flex;flex-direction:row;align-items:center;justify-content:start;gap:12px;flex-wrap:wrap}._general_info_1w79c_1{display:flex;flex-direction:column;align-items:stretch;justify-content:start;gap:10px;flex:1;height:max-content;padding:10px 16px;border-radius:32px;background-color:var(--bg-secondary, #fcfcfd)}._general_info_1w79c_1 p{padding:12px;color:var(--text-primary, #111827);font-weight:600;font-size:15px;line-height:24px;font-family:Inter,sans-serif;font-style:normal;font-family:Inter;letter-spacing:-.26px}._general_info_1w79c_1 form{display:flex;flex-direction:column;align-items:stretch;justify-content:start;gap:24px}._desks_17fs1_1{display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:0px;height:100%;padding:0 16px 16px 0}._desks_17fs1_1 ._table_17fs1_10{height:100%;min-height:0}._action_buttons_17fs1_15{display:flex;flex-direction:row;align-items:center;justify-content:start;gap:16px}._action_buttons_17fs1_15 ._brand_select_17fs1_22{width:160px}._action_buttons_17fs1_15 ._action_button_17fs1_15{width:114px}._titleLink_4yxir_1{color:var(--brand-main, #52a5e5);font-weight:700;text-decoration:none}._page_le5bp_1{display:flex;flex-direction:column;align-items:stretch;justify-content:start;gap:0px;height:100vh;max-height:100vh;padding:0 16px 16px 0}._content_le5bp_12{display:flex;flex-direction:column;align-items:stretch;justify-content:start;gap:16px;height:calc(100% - 72px)}._multi_select_thdie_1{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:8px;width:100%}._multi_select_thdie_1 ._label_thdie_9{color:var(--text-muted-tertiary);font-weight:500;font-size:12px;line-height:16px;font-family:Inter,sans-serif}._multi_select_thdie_1 ._label_thdie_9 ._required_thdie_16{color:var(--danger)}._multi_select_thdie_1 ._hint_thdie_19{color:var(--text-muted-tertiary);font-weight:400;font-size:12px;line-height:24px;font-family:Inter,sans-serif}._multi_select_thdie_1 ._hint_thdie_19._error_thdie_26{color:var(--danger)}._multi_select_thdie_1 ._trigger_thdie_29{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:4px;height:40px;padding:4px;border:1px solid var(--border-primary);border-radius:1000px;background:var(--bg-secondary);cursor:pointer}._multi_select_thdie_1 ._trigger_thdie_29:hover{border-color:var(--border-secondary)}._multi_select_thdie_1 ._trigger_thdie_29._open_thdie_45{border-color:var(--border-active)}._multi_select_thdie_1 ._trigger_thdie_29._disabled_thdie_48{cursor:not-allowed;opacity:.5}._multi_select_thdie_1 ._trigger_thdie_29._error_thdie_26{border-color:var(--danger)}._multi_select_thdie_1 ._trigger_thdie_29._without_border_thdie_55{border:none;background:transparent}._multi_select_thdie_1 ._trigger_thdie_29 ._left_icon_thdie_59{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:4px;padding:8px;border-radius:9999px;background:var(--icon-bg-secondary)}._multi_select_thdie_1 ._trigger_thdie_29 ._content_thdie_69{max-height:100%;overflow-y:auto;display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:4px;flex:1;flex-wrap:wrap;padding-left:6px;white-space:nowrap}._multi_select_thdie_1 ._trigger_thdie_29 ._content_thdie_69 ._selected_chip_thdie_82{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:4px;color:var(--text-primary);font-weight:500;font-size:12px;line-height:16px;font-family:Inter,sans-serif;padding:2px 5px;border-radius:1000px;background:var(--bg-icon)}._multi_select_thdie_1 ._trigger_thdie_29 ._content_thdie_69 ._selected_chip_thdie_82 svg{width:14px;height:14px}._multi_select_thdie_1 ._trigger_thdie_29 ._content_thdie_69 ._search_input_thdie_101{color:var(--text-primary);font-weight:400;font-size:12px;line-height:16px;font-family:Inter,sans-serif;flex:1 1 0;width:0;min-width:2px;background:transparent}._multi_select_thdie_1 ._trigger_thdie_29 ._actions_thdie_112{display:flex;flex-direction:row;align-items:center;justify-content:flex-end;gap:4px;height:100%}._multi_select_thdie_1 ._trigger_thdie_29 ._actions_thdie_112 ._clear_thdie_120{padding:0;color:var(--text-muted-tertiary);cursor:pointer}._multi_select_thdie_1 ._trigger_thdie_29 ._actions_thdie_112 ._clear_thdie_120:hover{color:var(--text-primary)}._multi_select_thdie_1 ._trigger_thdie_29 ._actions_thdie_112 ._chevron_thdie_128{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:4px;height:100%;padding-inline:8px;border-radius:1000px;background:var(--icon-bg-secondary);color:var(--icon-color-muted-primary)}._multi_select_thdie_1 ._trigger_thdie_29 ._actions_thdie_112 ._chevron_thdie_128 svg{transition:transform .2s}._multi_select_thdie_1 ._trigger_thdie_29 ._actions_thdie_112 ._chevron_thdie_128._rotated_thdie_143 svg{transform:rotate(180deg)}._options_list_thdie_147{display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:0;padding:4px}._options_list_thdie_147 ._option_thdie_147{width:100%;padding:12px;border-radius:1000px;background:var(--bg-secondary);cursor:pointer}._options_list_thdie_147 ._option_thdie_147:hover{background:var(--select-option-bg-hover)}._options_list_thdie_147 ._option_thdie_147._selected_thdie_82{background:var(--select-option-bg-hover);font-weight:600}._options_list_thdie_147 ._option_thdie_147 ._option_value_thdie_169{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:4px}._options_list_thdie_147 ._option_thdie_147 ._option_value_thdie_169 ._label_thdie_9{color:var(--text-primary);font-weight:400;font-size:14px;line-height:16px;font-family:Inter,sans-serif}._options_list_thdie_147 ._option_thdie_147 ._option_value_thdie_169 ._icon_thdie_183{width:16px;height:16px;color:var(--icon-color-primary)}._options_list_thdie_147 ._empty_thdie_188{width:100%;padding:10px;color:var(--text-primary);font-size:12px;text-align:center}._agent_data_8wo74_1{display:flex;flex-direction:column;align-items:stretch;justify-content:start;gap:24px;padding:16px;border:1px solid var(--border-primary);border-radius:32px;background-color:var(--bg-secondary)}._agent_data_8wo74_1 p{color:var(--text-quaternary);font-weight:500;font-size:16px;line-height:24px;font-family:Inter,sans-serif;letter-spacing:-.26px}._agent_data_8wo74_1 ._content_8wo74_20{display:flex;flex-direction:row;align-items:stretch;justify-content:start;gap:16px}._agent_data_8wo74_1 ._content_8wo74_20>div{flex:1 1 0;min-width:0;margin-top:auto}._permissions_container_wgqsv_1{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:0;width:100%;border:1px solid var(--border-primary);border-radius:16px;background:var(--bg-secondary)}._permissions_container_wgqsv_1 ._icon_wgqsv_12{color:var(--icon-color-muted-primary)}._permissions_container_wgqsv_1 ._title_wgqsv_15{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:12px;width:100%;padding:16px}._permissions_container_wgqsv_1 ._title_wgqsv_15._clickable_wgqsv_24{border-bottom:1px solid var(--border-primary)}._permissions_container_wgqsv_1 ._title_wgqsv_15 p{color:var(--text-primary);font-weight:600;font-size:14px;line-height:18px;font-family:Inter,sans-serif;letter-spacing:-.26px}._permissions_container_wgqsv_1 ._title_wgqsv_15 ._toggle_wgqsv_35{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:8px;color:var(--text-brand);font-weight:500;font-size:12px;line-height:20px;font-family:Inter,sans-serif;font-feature-settings:"liga" off,"clig" off;letter-spacing:.25px}._permissions_container_wgqsv_1 ._rows_container_wgqsv_49,._permissions_container_wgqsv_1 ._rows_container_wgqsv_49 ._rows_wgqsv_49{width:100%;display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;gap:8px}._permissions_container_wgqsv_1 ._rows_container_wgqsv_49 ._rows_wgqsv_49 ._row_wgqsv_49{width:100%;display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;gap:8px;border-bottom:1px solid var(--border-primary)}._permissions_container_wgqsv_1 ._rows_container_wgqsv_49 ._rows_wgqsv_49 ._row_wgqsv_49:last-child{border-bottom:none}._permissions_container_wgqsv_1 ._rows_container_wgqsv_49 ._rows_wgqsv_49 ._row_wgqsv_49 ._row_title_wgqsv_77{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:12px;width:100%;padding:16px}._permissions_container_wgqsv_1 ._rows_container_wgqsv_49 ._rows_wgqsv_49 ._row_wgqsv_49 ._row_title_wgqsv_77 ._info_wgqsv_86{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:16px}._permissions_container_wgqsv_1 ._rows_container_wgqsv_49 ._rows_wgqsv_49 ._row_wgqsv_49 ._row_title_wgqsv_77 ._info_wgqsv_86 p{color:var(--text-secondary);font-weight:500;font-size:14px;line-height:16px;font-family:Inter,sans-serif;letter-spacing:-.04px}._permissions_container_wgqsv_1 ._rows_container_wgqsv_49 ._rows_wgqsv_49 ._row_wgqsv_49 ._row_title_wgqsv_77 ._info_wgqsv_86 ._selected_wgqsv_101{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:8px}._permissions_container_wgqsv_1 ._rows_container_wgqsv_49 ._rows_wgqsv_49 ._row_wgqsv_49 ._row_title_wgqsv_77 ._info_wgqsv_86 ._selected_wgqsv_101 span{color:var(--text-brand);font-weight:500;font-size:12px;line-height:12px;font-family:Inter,sans-serif}._permissions_container_wgqsv_1 ._rows_container_wgqsv_49 ._rows_wgqsv_49 ._row_wgqsv_49 ._row_title_wgqsv_77 ._info_wgqsv_86 ._selected_wgqsv_101 ._selected_clear_wgqsv_115{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:8px;cursor:pointer}._permissions_container_wgqsv_1 ._rows_container_wgqsv_49 ._rows_wgqsv_49 ._row_wgqsv_49 ._row_title_wgqsv_77 ._info_wgqsv_86 ._selected_wgqsv_101 ._selected_clear_wgqsv_115 span{color:var(--text-secondary);font-weight:500;font-size:12px;line-height:20px;font-family:Inter,sans-serif;font-feature-settings:"liga" off,"clig" off;letter-spacing:.25px}._permissions_container_wgqsv_1 ._rows_container_wgqsv_49 ._rows_wgqsv_49 ._row_wgqsv_49 ._row_title_wgqsv_77 ._select_wgqsv_101 ._icon_wgqsv_12{padding:8px;border-radius:9999px;background:var(--icon-bg-secondary);display:flex;flex-direction:row;align-items:center;justify-content:center;gap:4px;cursor:pointer}._permissions_container_wgqsv_1 ._content_wgqsv_143{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:4px;width:100%;margin-bottom:16px;padding:8px;border-radius:16px;background:var(--bg-inferior)}._permissions_container_wgqsv_1 ._content_wgqsv_143 ._accordion_rows_wgqsv_155{width:100%;border-radius:12px;background:var(--bg-secondary)}._permissions_container_wgqsv_1 ._content_wgqsv_143 ._accordion_rows_wgqsv_155 ._accordion_row_wgqsv_155{border-bottom:1px solid var(--border-primary);display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;gap:0}._permissions_container_wgqsv_1 ._content_wgqsv_143 ._accordion_rows_wgqsv_155 ._accordion_row_wgqsv_155:last-child{border-bottom:none}._permissions_container_wgqsv_1 ._content_wgqsv_143 ._accordion_rows_wgqsv_155 ._accordion_row_wgqsv_155 ._row_title_wgqsv_77{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:12px;width:100%;padding:12px;border-bottom:1px solid var(--brand-main)}._permissions_container_wgqsv_1 ._content_wgqsv_143 ._accordion_rows_wgqsv_155 ._accordion_row_wgqsv_155 ._row_title_wgqsv_77._without_border_wgqsv_181{border-bottom:none}._permissions_container_wgqsv_1 ._content_wgqsv_143 ._accordion_rows_wgqsv_155 ._accordion_row_wgqsv_155 ._row_title_wgqsv_77 ._left_side_wgqsv_184{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:8px}._permissions_container_wgqsv_1 ._content_wgqsv_143 ._accordion_rows_wgqsv_155 ._accordion_row_wgqsv_155 ._row_title_wgqsv_77 ._left_side_wgqsv_184 p{color:var(--text-secondary);font-weight:500;font-size:14px;line-height:16px;font-family:Inter,sans-serif;letter-spacing:-.04px}._permissions_container_wgqsv_1 ._content_wgqsv_143 ._accordion_rows_wgqsv_155 ._accordion_row_wgqsv_155 ._row_title_wgqsv_77 ._left_side_wgqsv_184 ._arrow_wgqsv_199{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:4px;cursor:pointer}._permissions_container_wgqsv_1 ._content_wgqsv_143 ._accordion_rows_wgqsv_155 ._accordion_row_wgqsv_155 ._row_title_wgqsv_77 ._right_side_wgqsv_207{display:flex;flex-direction:row;align-items:center;justify-content:flex-end;gap:8px}._permissions_container_wgqsv_1 ._content_wgqsv_143 ._accordion_rows_wgqsv_155 ._accordion_row_wgqsv_155 ._row_title_wgqsv_77 ._right_side_wgqsv_207 span{color:var(--text-brand);font-weight:500;font-size:12px;line-height:20px;font-family:Inter,sans-serif;font-feature-settings:"liga" off,"clig" off;letter-spacing:.25px}._permissions_container_wgqsv_1 ._content_wgqsv_143 ._accordion_rows_wgqsv_155 ._accordion_row_wgqsv_155 ._subrows_wgqsv_223{width:100%}._permissions_container_wgqsv_1 ._content_wgqsv_143 ._accordion_rows_wgqsv_155 ._accordion_row_wgqsv_155 ._subrows_wgqsv_223 ._subrow_wgqsv_223 ._accordion_row_wgqsv_155 ._row_title_wgqsv_77{padding-left:48px}._content_zmrb_1{display:flex;flex-direction:column;align-items:start;justify-content:start;gap:0px;flex:1;height:100%;border:1px solid var(--border-primary);border-radius:32px;background:var(--chat-sidebar-bg)}._content_zmrb_1 ._header_zmrb_13{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:16px;color:var(--text-primary);font-weight:500;font-size:16px;line-height:24px;font-family:Inter,sans-serif;width:100%;max-height:72px;padding:24px}._content_zmrb_1 ._accordion_blocks_zmrb_28{padding:16px;display:flex;flex-direction:column;align-items:start;justify-content:start;gap:24px;width:100%;height:100%;overflow-y:auto}._employee_block_bybdw_1{display:flex;flex-direction:row;align-items:start;justify-content:start;gap:4px;height:100%;overflow:hidden}._tab_header_bybdw_11{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:start;gap:12px}._tab_header_bybdw_11 ._icon_container_bybdw_19{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:0;flex-shrink:0;width:32px;height:32px}._tab_header_bybdw_11 ._icon_container_bybdw_19 ._icon_bybdw_19{width:24px;height:24px;color:#52a5e5}._tab_header_bybdw_11 ._icon_container_bybdw_19 ._icon_bybdw_19 svg{width:24px;height:24px}._tab_header_bybdw_11 ._tab_label_bybdw_38{color:var(--text-primary);font-weight:600;font-size:16px;line-height:16px;font-family:Inter,sans-serif}._tab_header_bybdw_11 ._enable_all_container_bybdw_45{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:8px;margin-left:auto;padding:8px 16px}._tab_header_bybdw_11 ._enable_all_container_bybdw_45 span{color:var(--text-brand);font-weight:500;font-size:16px;line-height:20px;font-family:Inter,sans-serif}._action_buttons_di3ll_1{display:flex;flex-direction:row;align-items:center;justify-content:start;gap:16px}._action_button_di3ll_1{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:8px;width:114px}._link_pxabs_1{color:var(--brand-main, #52a5e5);font-weight:700;text-decoration:none}._cell_padding_pxabs_7{padding:4px 12px}._last_column_pxabs_11{padding:8px 12px}._last_column_pxabs_11 ._time_pxabs_14{color:var(--dark-400)}._container_16zxn_1{height:100%;display:flex;flex-direction:column;align-items:stretch;justify-content:stretch;gap:4px;min-height:0}._container_16zxn_1 ._table_16zxn_10{height:100%;min-height:0;padding:16px;border-radius:32px;background:var(--bg-secondary, #fcfcfd);display:flex;flex-direction:column;align-items:stretch;justify-content:stretch;gap:24px}._container_16zxn_1 ._table_16zxn_10 ._label_select_16zxn_22{width:268px}._wrapper_n9czr_1{display:flex;flex-direction:column;height:100%;min-height:0;gap:4px}._container_n9czr_9{display:flex;flex-direction:column;align-items:stretch;justify-content:stretch;gap:16px;flex:1 1 auto;height:100%;min-height:0;padding:16px;overflow:hidden;border-radius:32px;background:var(--table-container-bg)}._tabsRow_n9czr_24{display:flex;align-items:center;justify-content:space-between;gap:16px}._tabsWrap_n9czr_31{width:400px;max-width:100%}._rightActions_n9czr_36{display:flex;flex:0 0 auto;align-items:center;gap:8px}._datePickerWrap_n9czr_43{flex:0 0 264px;width:264px}._table_n9czr_48{flex:1 1 auto;height:auto;min-height:0}._dateCell_n9czr_54{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:7px 16px;gap:2px}._dateTime_n9czr_63{color:var(--text-muted-tertiary)}._actionsCell_n9czr_67{overflow:visible}._downloadButtonWrap_n9czr_71{width:104px}._import_4xe9e_1{display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:0;height:100%;padding:0 16px 16px 0}._import_4xe9e_1 ._content_4xe9e_10{display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:4px;height:100%}._import_4xe9e_1 ._content_4xe9e_10 ._table_4xe9e_18{display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:24px;height:100%;padding:16px;border-radius:32px;background:var(--bg-secondary)}._header_buttons_4xe9e_30{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:8px}._toolbar_12ixj_1{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:4px}._toolbar_12ixj_1 ._right_12ixj_8{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:24px}._toolbar_12ixj_1 ._right_12ixj_8 ._group_12ixj_15{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:8px}._toolbar_12ixj_1 ._divider_12ixj_22{width:1px;height:37px;background:var(--border-primary)}._backdrop_y9rry_1{z-index:1000;position:fixed;inset:0;background:var(--bg-overlay)}._backdropVisible_y9rry_8{opacity:1;pointer-events:auto}._drawerContainer_y9rry_13{z-index:1001;position:fixed;top:0;min-width:280px;height:calc(100% - 32px);margin:16px;pointer-events:auto}._drawerContainer_y9rry_13._left_y9rry_22{left:calc(var(--sidebar-width) - 16px)}._drawerContainer_y9rry_13._right_y9rry_25{right:16px}._drawerContainer_y9rry_13 ._close_y9rry_28{position:absolute;top:0;left:-46px;color:var(--icon-color-muted-primary)}._drawerContainer_y9rry_13 ._head_y9rry_34{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:10px;width:100%;border-bottom:1px solid var(--border-primary)}._drawerContainer_y9rry_13 ._head_y9rry_34 ._title_y9rry_43{color:var(--text-primary);font-weight:600;font-size:15px;line-height:24px;font-family:Inter,sans-serif}._drawerContainer_y9rry_13 ._head_y9rry_34 ._top_buttons_y9rry_50{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:8px}._drawerContainer_y9rry_13 ._head_y9rry_34 ._top_buttons_y9rry_50 ._btns_y9rry_57{width:140px}._drawerContainer_y9rry_13 ._p24_y9rry_60{height:72px;padding:24px}._drawerContainer_y9rry_13 ._p16_24_y9rry_64{padding:16px 24px}._drawerContainer_y9rry_13 ._p12_16_y9rry_67{padding:12px 16px}._drawerContainer_y9rry_13 ._headClose_y9rry_70{padding:8px;border:1px solid var(--border-primary)}._drawerContainer_y9rry_13 ._p24_16_y9rry_74{padding:24px 16px}._drawerContainer_y9rry_13 ._content_y9rry_77{width:100%;height:calc(100% - 72px);overflow:auto}._drawerContent_xwaab_1{width:100%;max-width:510px;border-radius:16px;background:var(--bg-secondary)}._content_xwaab_8{min-height:calc(100% - 72px)}._content_xwaab_8 ._statusHeader_xwaab_11{padding:16px 24px;border-bottom:1px solid var(--border-primary)}._content_xwaab_8 ._statusHeader_xwaab_11 ._status_xwaab_11{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:4px;width:100%;padding:16px 24px;border:1px solid var(--border-primary);border-radius:16px;outline:none;background:var(--bg-secondary);text-align:left;cursor:pointer}._content_xwaab_8 ._statusHeader_xwaab_11 ._status_xwaab_11 ._statusTitle_xwaab_30{color:var(--text-primary);font-weight:500;font-size:16px;line-height:24px;font-family:Inter,sans-serif}._content_xwaab_8 ._statusHeader_xwaab_11 ._status_xwaab_11 ._statusActions_xwaab_37{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:4px}._content_xwaab_8 ._statusHeader_xwaab_11 ._status_xwaab_11 ._statusActions_xwaab_37 ._counter_xwaab_44{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:4px;color:#fcfcfd;font-weight:500;font-size:12px;line-height:16px;font-family:Inter,sans-serif;min-width:28px;padding:6px;border-radius:9999px;background:#52a5e5}._content_xwaab_8 ._statusHeader_xwaab_11 ._status_xwaab_11 ._statusActions_xwaab_37 ._chevronButton_xwaab_60{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:4px;width:32px;height:32px;border-radius:9999px;background:var(--button-secondary-bg);color:var(--icon-color-muted-primary)}._content_xwaab_8 ._statusHeader_xwaab_11 ._status_xwaab_11 ._statusActions_xwaab_37 ._chevronIcon_xwaab_72{transition:transform .2s}._content_xwaab_8 ._statusHeader_xwaab_11 ._status_xwaab_11 ._statusActions_xwaab_37 ._chevronIconOpen_xwaab_75{transform:rotate(180deg)}._content_xwaab_8 ._search_xwaab_78{padding:16px 24px;border-bottom:1px solid var(--border-primary)}._content_xwaab_8 ._search_xwaab_78 ._searchInput_xwaab_82{width:100%}._content_xwaab_8 ._tabs_xwaab_85{padding:16px 24px;border-bottom:1px solid var(--border-primary)}._content_xwaab_8 ._statusOption_xwaab_89{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:16px;width:100%;padding:16px 24px;border-bottom:1px solid var(--border-primary);background:transparent;text-align:left;cursor:pointer}._content_xwaab_8 ._statusOptionLabel_xwaab_102{color:var(--text-primary);font-weight:600;font-size:16px;line-height:24px;font-family:Inter,sans-serif}._wrapper_17is7_1{display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:4px;flex:1 1 auto;min-height:0}._wrapper_17is7_1 ._card_17is7_10{display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:0;flex:1 1 auto;height:100%;min-height:0;overflow:hidden;border-radius:32px;background:var(--table-container-bg)}._wrapper_17is7_1 ._card_17is7_10 ._body_17is7_23{display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:24px;flex:1 1 auto;min-height:0;padding:16px}._wrapper_17is7_1 ._card_17is7_10 ._body_17is7_23 ._tableWrap_17is7_33{display:flex;flex-direction:row;align-items:stretch;justify-content:flex-start;gap:0;position:relative;flex:1 1 auto;min-height:0;--report-table-head-height: 48px}._wrapper_17is7_1 ._card_17is7_10 ._body_17is7_23 ._table_17is7_33{flex:1 1 auto;height:100%;min-height:0}._wrapper_17is7_1 ._card_17is7_10 ._body_17is7_23 ._table_17is7_33 table{gap:0}._wrapper_17is7_1 ._card_17is7_10 ._body_17is7_23 ._table_17is7_33 tfoot{border:1px solid var(--border-primary);border-radius:0 0 8px 8px;background:var(--report-table-total-row-bg);box-shadow:0 6px 0 var(--bg-secondary)}._wrapper_17is7_1 ._card_17is7_10 ._body_17is7_23 ._table_17is7_33 tfoot th{padding:12px 16px;color:var(--text-primary);font-weight:600;text-align:start}._wrapper_17is7_1 ._card_17is7_10 ._body_17is7_23 ._tableHead_17is7_64{border-radius:16px 16px 0 0;box-shadow:0 -12px 0 var(--bg-secondary)}._wrapper_17is7_1 ._card_17is7_10 ._body_17is7_23 ._tableHead_17is7_64 th{height:var(--report-table-head-height)}._headerTop_5qy6o_1{padding:16px;border-bottom:1px solid var(--border-primary)}._headerRow_5qy6o_6{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:24px}._datePickerWrap_5qy6o_14{flex:0 0 320px;width:320px;max-width:100%}._headerSelectSmallWrap_5qy6o_20{flex:0 0 210px;width:210px;max-width:100%}._headerSelectLargeWrap_5qy6o_26{flex:0 0 330px;width:330px;max-width:100%}._headerButtons_5qy6o_32{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:8px;margin-left:auto}._headerButton_5qy6o_32{flex:0 0 140px;width:140px}._row_1h36o_1{border:1px solid var(--border-primary);border-bottom:none}._level1_1h36o_6{background:var(--report-table-row-level-1-bg)}._level2_1h36o_10{border-radius:0 0 8px 8px;background:var(--report-table-row-level-2-bg)}._roundedBottom_1h36o_15{border-bottom:none;border-radius:0 0 8px 8px}._presetRow_1oqmm_1{display:flex;flex-direction:row;align-items:flex-end;justify-content:flex-start;gap:24px}._presetMain_1oqmm_9{display:flex;flex-direction:row;align-items:flex-end;justify-content:flex-start;gap:12px}._selectWrapper_1oqmm_17{display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:8px}._selectWrapper_1oqmm_17 ._head_1oqmm_24{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:4px;color:var(--text-muted-tertiary);font-weight:600;font-size:20px;line-height:24px;font-family:Inter,sans-serif}._presetSelect_1oqmm_37{width:260px;max-width:100%}._presetButtons_1oqmm_42{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:8px}._presetIconButton_1oqmm_50{flex:0 0 auto}._groupSelectWrap_1oqmm_54{flex:0 0 210px;width:210px;max-width:100%}._groupSelectCloseButton_1oqmm_60{border:none;background:transparent;cursor:pointer}._filterButton_1oqmm_66{margin-left:auto}._container_1ngue_1{display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:0px;height:100%;min-height:0;padding:0 16px 16px 0}._container_1lew4_1{display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:0px;height:100%;padding:0 16px 16px 0}._page_23nb2_1{display:flex;flex-direction:column;align-items:stretch;justify-content:start;gap:0px;height:100vh;max-height:100vh;padding:0 16px 16px 0}._page_23nb2_1 ._content_23nb2_11{display:flex;flex-direction:row;align-items:start;justify-content:start;gap:16px;height:100%;padding:16px;overflow:hidden;border:1px solid var(--border-primary);border-radius:24px;background:var(--bg-secondary)}._tab_header_23nb2_25{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:start;gap:12px}._tab_header_23nb2_25 ._icon_container_23nb2_33{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:0;flex-shrink:0;width:32px;height:32px}._tab_header_23nb2_25 ._icon_container_23nb2_33 ._icon_23nb2_33{width:24px;height:24px;color:#52a5e5}._tab_header_23nb2_25 ._icon_container_23nb2_33 ._icon_23nb2_33 svg{width:24px;height:24px}._tab_header_23nb2_25 ._tab_label_23nb2_52{color:var(--text-primary);font-weight:600;font-size:16px;line-height:16px;font-family:Inter,sans-serif}._tab_header_23nb2_25 ._enable_all_container_23nb2_59{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:8px;margin-left:auto;padding:8px 16px}._tab_header_23nb2_25 ._enable_all_container_23nb2_59 span{color:var(--text-brand);font-weight:500;font-size:16px;line-height:20px;font-family:Inter,sans-serif}._trades_1sbk7_1{display:flex;flex-direction:column;align-items:stretch;justify-content:stretch;gap:8px;height:100%;padding-bottom:8px}._content_1sbk7_11{display:grid;grid-template-columns:3.4fr 1fr;height:100%;min-height:0;padding-right:16px;gap:12px}@media screen and (max-width:1919px){._content_1sbk7_11{grid-template-columns:minmax(0,1fr) 311px}}._AccountCard_15fmd_1{display:flex;flex-direction:column;padding:12px;gap:12px;border:1px solid var(--border-tertiary);border-radius:12px;background:var(--bg-secondary);cursor:pointer}._AccountCard_15fmd_1 ._content_15fmd_11{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,44%);align-items:start;gap:12px}._AccountCard_15fmd_1 ._content_15fmd_11 ._info_15fmd_17{display:flex;flex-direction:column;min-width:0;gap:8px}._AccountCard_15fmd_1 ._content_15fmd_11 ._info_15fmd_17 ._title_15fmd_23{max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--text-primary);font-weight:600;font-size:16px;line-height:18px;font-family:Inter,sans-serif}._AccountCard_15fmd_1 ._content_15fmd_11 ._info_15fmd_17 ._email_15fmd_34{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--text-muted-secondary);font-weight:500;font-size:12px;line-height:16px;font-family:Inter,sans-serif}._AccountCard_15fmd_1 ._content_15fmd_11 ._info_15fmd_17 ._account_15fmd_44{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:4px;gap:8px}._AccountCard_15fmd_1 ._content_15fmd_11 ._info_15fmd_17 ._account_15fmd_44 ._badge_15fmd_52{max-width:50px}._AccountCard_15fmd_1 ._content_15fmd_11 ._info_15fmd_17 ._account_15fmd_44 ._id_15fmd_55{color:var(--text-muted-tertiary);font-weight:600;font-size:14px;line-height:14px;font-family:Inter,sans-serif}._AccountCard_15fmd_1 ._content_15fmd_11 ._balance_15fmd_62{display:flex;flex-direction:column;align-self:stretch;justify-content:space-between;min-width:0}._AccountCard_15fmd_1 ._content_15fmd_11 ._balance_15fmd_62 ._amount_tooltip_15fmd_69{justify-content:flex-end;width:100%}._AccountCard_15fmd_1 ._content_15fmd_11 ._balance_15fmd_62 ._amount_15fmd_69{overflow:hidden;text-align:right;text-overflow:ellipsis;white-space:nowrap;color:var(--text-brand);font-weight:600;font-size:18px;line-height:18px;font-family:Inter,sans-serif}._AccountCard_15fmd_1 ._content_15fmd_11 ._balance_15fmd_62 ._currency_15fmd_84{display:flex;flex-direction:row;align-items:center;justify-content:flex-end;gap:4px;gap:2px;color:var(--text-primary);font-weight:500;font-size:12px;line-height:16px;font-family:Inter,sans-serif}._AccountCard_15fmd_1 ._divider_15fmd_97{width:100%;height:1px;background:var(--border-tertiary)}._AccountCard_15fmd_1 ._list_15fmd_102{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:4px}._AccountCard_15fmd_1 ._list_15fmd_102 ._accounts_15fmd_109{color:var(--text-primary);font-weight:400;font-size:14px;line-height:14px;font-family:Inter,sans-serif;display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:4px;gap:8px}._AccountCard_15fmd_1 ._list_15fmd_102 ._accounts_15fmd_109 ._count_15fmd_122{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:4px;padding:2px 6px;border-radius:9999px;background:var(--bg-brand);color:var(--text-white);font-weight:500;font-size:12px;line-height:16px;font-family:Inter,sans-serif}._AccountCard_15fmd_1 ._list_15fmd_102 ._more_15fmd_137{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:4px;padding:2px;border:none;border-radius:4px;background-color:var(--account-card-more-button-bg);cursor:pointer}._AccountCard_15fmd_1 ._list_15fmd_102 ._icon_15fmd_149{display:flex;color:var(--icon-color-white);transition:transform .2s ease}._AccountCard_15fmd_1 ._list_15fmd_102 ._rotated_15fmd_154{transform:rotate(180deg)}._open_15fmd_158{border:1px solid var(--border-active)}._items_15fmd_162{display:flex;flex-direction:column;gap:8px}._inner_15fmd_168{padding:0;gap:8px;border:none}._inner_15fmd_168:hover{background:transparent}._inner_15fmd_168:hover ._content_15fmd_11{border-radius:12px;background:var(--bg-primary)}._inner_15fmd_168 ._content_15fmd_11{padding:8px}._inner_15fmd_168 ._content_15fmd_11 ._info_15fmd_17 ._title_15fmd_23{color:var(--text-primary);font-weight:700;font-size:14px;line-height:14px;font-family:Inter,sans-serif}._inner_15fmd_168:last-child ._divider_15fmd_97{display:none}._accounts_section_yrl21_1{display:flex;flex-direction:column;align-items:stretch;justify-content:stretch;gap:16px;min-height:0;padding:16px;border:1px solid var(--border-primary);border-radius:32px;background:var(--bg-tertiary)}._accounts_section_yrl21_1 ._list_yrl21_13{flex:1;min-height:0;overflow:auto;overflow-anchor:none}._accounts_section_yrl21_1 ._card_row_yrl21_19{padding-bottom:8px}._container_1qy43_1{display:flex;position:relative;align-items:center;width:100%}._slider_1qy43_8{-webkit-appearance:none;appearance:none;width:100%;height:5px;border-radius:2.5px;outline:none;background:linear-gradient(to right,var(--brand-main),var(--brand-main)) 0/var(--value) 100% no-repeat,rgb(from var(--brand-main) r g b/30%);cursor:pointer}._slider_1qy43_8::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:15px;height:15px;border:none;border-radius:50%;background:var(--brand-main);box-shadow:0 2px 8px #0003;cursor:pointer}._slider_1qy43_8:disabled{cursor:not-allowed;opacity:.5}._table_section_18exx_1{display:flex;flex-direction:column;align-items:stretch;justify-content:stretch;gap:24px;min-height:0;padding:16px;overflow-x:auto;border:1px solid var(--border-primary);border-radius:32px;background:var(--bg-secondary)}._toolbar_1ogh3_1{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:16px}._toolbar_1ogh3_1 ._tabs_1ogh3_8{width:32%}@media screen and (max-width:1919px){._toolbar_1ogh3_1 ._tabs_1ogh3_8{flex-shrink:0;width:max-content;min-width:max-content}}@media screen and (max-width:1919px){._toolbar_1ogh3_1 ._tab_1ogh3_8{flex:0 0 auto!important;padding:8px 16px!important}}._container_mjj8g_1{display:flex;flex-direction:column;align-items:stretch;justify-content:stretch;gap:16px;height:100%;min-height:0}._container_mjj8g_1 ._tbody_mjj8g_10:before{display:none}._container_mjj8g_1 ._thead_mjj8g_13{background:var(--trades-table-head-bg)}._container_mjj8g_1 ._thead_mjj8g_13 th:first-child{border-radius:unset}._container_mjj8g_1 ._thead_mjj8g_13 th:last-child{border-radius:unset}._container_mjj8g_1 ._slider_mjj8g_22{width:12%;margin:0 auto}._transactions_12e6y_1{display:flex;flex-direction:column;align-items:stretch;justify-content:start;gap:0px;height:100%;padding:0 16px 16px 0}._cell_id73v_1{display:flex;align-items:center;gap:8px}._editButton_id73v_7{align-self:flex-start;padding:8px 0 0;border:none;background:transparent;cursor:pointer}._wrapper_1m22u_1{display:flex;flex-direction:column;height:100%;min-height:0;gap:4px}._container_1m22u_9{display:flex;flex-direction:column;align-items:stretch;justify-content:stretch;gap:16px;flex:1 1 auto;height:100%;min-height:0;padding:16px;overflow:hidden;border-radius:32px;background:var(--table-container-bg)}._table_1m22u_24{flex:1 1 auto;height:auto;min-height:0}._transactions_toolbar_zz3ac_1{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:4px}._transactions_toolbar_zz3ac_1 ._typeTabs_zz3ac_9{width:400px;min-width:400px}._transactions_toolbar_zz3ac_1 ._right_zz3ac_13{flex-shrink:0;display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:8px}._transactions_toolbar_zz3ac_1 ._right_zz3ac_13 ._gap_6_zz3ac_21{flex-shrink:0;display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:6px}._transactions_toolbar_zz3ac_1 ._right_zz3ac_13 ._gap_16_zz3ac_29{flex-shrink:0;display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:16px}._divider_zz3ac_38{width:1px;height:16px;background-color:var(--border-primary)}._inside_label_zz3ac_44{color:var(--text-placeholder);font-weight:500;font-size:14px;line-height:16px;font-family:Inter,sans-serif;padding-right:8px;border-right:1px solid var(--border-primary)}._documents_button_1s276_1{gap:8px;color:var(--text-tertiary)}._documents_button_1s276_1 ._verify_icon_1s276_5{color:#34c759}._container_1pdbt_1{height:100%;display:flex;flex-direction:column;align-items:stretch;justify-content:stretch;gap:4px;min-height:0}._container_1pdbt_1 ._table_1pdbt_10{height:100%;min-height:0;padding:16px;border-radius:32px;background:var(--bg-secondary, #fcfcfd);display:flex;flex-direction:column;align-items:stretch;justify-content:stretch;gap:24px}._container_1pdbt_1 ._table_1pdbt_10 ._read_all_button_1pdbt_22{gap:16px}._container_1pdbt_1 ._table_1pdbt_10 ._read_all_button_1pdbt_22 ._read_all_icon_1pdbt_25{width:16px;height:16px;color:var(--brand-main)}._link_1toxh_1{color:var(--brand-main, #52a5e5);font-weight:700;text-decoration:none}._cell_padding_1toxh_7{padding:4px 12px}._action_button_1toxh_11{gap:8px;color:var(--text-tertiary, #111827)}._container_380yy_1{height:100%;display:flex;flex-direction:column;align-items:stretch;justify-content:stretch;gap:4px;min-height:0}._container_380yy_1 ._table_380yy_10{height:100%;min-height:0;padding:16px;border-radius:32px;background:var(--bg-secondary, #fcfcfd);display:flex;flex-direction:column;align-items:stretch;justify-content:stretch;gap:0px}._desks_2kd2y_1{display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:0px;height:100%;padding:0 16px 16px 0}._desks_2kd2y_1 ._table_2kd2y_10{height:100%;min-height:0}._action_buttons_2kd2y_15{display:flex;flex-direction:row;align-items:center;justify-content:start;gap:16px}._action_buttons_2kd2y_15 ._status_select_2kd2y_22{width:250px}._action_buttons_2kd2y_15 ._action_button_2kd2y_15{width:114px}:root{--dark-25: #fcfcfc;--dark-50: #fafafa;--dark-100: #f4f4f5;--dark-200: #e4e4e7;--dark-300: #d1d1d6;--dark-400: #a0a0ab;--dark-500: #70707b;--dark-600: #51525c;--dark-700: #3f3f46;--dark-800: #26272b;--dark-850: #2c2d30;--dark-900: #18181b;--dark-925: #1d1d20;--dark-950: #131316;--light-25: #fcfcfd;--light-50: #f9fafb;--light-75: #f5f7f9;--light-100: #f3f4f6;--light-150: #f2f2f9;--light-200: #e5e7eb;--light-300: #d1d5db;--light-400: #9ca3af;--light-500: #6b7280;--light-600: #4b5563;--light-700: #374151;--light-800: #1f2937;--light-900: #111827;--light-950: #030712;--blue: #52a5e5;--red: #f63d68;--red_2: #ce3a5c;--green: #00b4a0;--green_2: #04948c;--purple: #a855f7;--orange: #e9770e;--yellow: #e9b90e}:root{--sidebar-width: 228px}@media screen and (max-width:1919px){:root{--sidebar-width: 190px}}:root{--brand-main: var(--blue);--danger: var(--red);--bg-brand: var(--brand-main);--bg-brand-opacity: rgb(from var(--brand-main) r g b / 12%);--bg-overlay: rgba(6, 6, 7, .48);--bg-primary: var(--light-100);--bg-secondary: var(--light-25);--bg-tertiary: var(--light-200);--bg-inferior: var(--light-150);--bg-danger: var(--red_2);--bg-icon: var(--light-200);--border-primary: var(--light-200);--border-secondary: var(--light-300);--border-tertiary: var(--dark-200);--border-active: var(--brand-main);--text-brand: var(--brand-main);--text-primary: var(--light-900);--text-secondary: var(--light-800);--text-tertiary: var(--light-900);--text-quaternary: var(--dark-900);--text-muted-primary: #4c4c4c;--text-muted-secondary: var(--light-500);--text-muted-tertiary: var(--light-400);--text-white: var(--dark-25);--text-placeholder: var(--light-400);--icon-color-primary: var(--light-900);--icon-color-muted-primary: var(--light-500);--icon-color-muted-secondary: var(--light-400);--icon-color-white: var(--dark-25);--icon-input: var(--light-500);--icon-on-bg: #1c274d;--icon-outline: #9f9fa3;--icon-bg-primary: var(--light-400);--icon-bg-secondary: var(--light-200);--border-soft: var(--border-primary);--avatar-background: var(--light-300);--avatar-foreground: var(--light-400);--calendar-nav-border: var(#26272b);--calendar-nav-bg: var(#18181b);--dnd-border-dragging: rgba(0, 0, 0, .1);--dnd-bg-dragging: rgba(0, 0, 0, .02);--account-card-more-button-bg: #a8aec2;--template-btn-drag-active-bg: #e7f1f9;--segment-control-card-subtitle: var(--text-muted-primary);--chat-sidebar-bg: var(--light-50);--chat-id-color: var(--light-400);--chat-text-color: var(--light-800);--chat-hover-border: var(--light-200);--chat-hover-bg: var(--light-100);--chat-sms-bg: (--light-25);--chat-input-bg: (--light-25);--chat-data-text-color: var(--light-500);--chat-edit-bg: var(--light-25);--button-secondary-bg: var(--light-100);--tabs-bg: var(--light-100);--tabs-active-bg: var(--light-25);--transaction-tabs-deposit-active-bg: var(--green);--transaction-tabs-withdrawal-active-bg: #f7931a;--transaction-tabs-active-color: var(--text-white);--table-head-cell-bg: var(--light-75);--table-container-bg: var(--light-25);--table-pinned-header-bg: white;--table-pinned-cell-bg: white;--table-empty-bg: linear-gradient( 180deg, rgba(229, 231, 235, .2) 0%, rgba(130, 131, 133, .2) 100% );--trades-table-head-bg: var(--light-75);--report-table-row-level-1-bg: rgb(from var(--brand-main) r g b / 5%);--report-table-row-level-2-bg: rgb(from var(--brand-main) r g b / 6%);--report-table-total-row-bg: #f9fafd;--time-picker-notifications-drawer-bg: transparent;--pagination-main-bg: var(--light-25);--pagintion-total-text-color: var(--dark-400);--pagination-page-list-bg: var(--light-100);--pagination-page-list-item-bg-hover: var(--light-200);--select-option-bg-hover: var(--light-100);--copy-button-icon: var(--dark-400);--client-summary-card-title-text: var(--light-500);--client-summary-card-funds-converted-text: var(--dark-400);--client-notes-paperclip-icon: var(--light-700);--notification-hr-color: var(--dark-800);--notification-lead-name-color: var(--light-700);--notification-drawer-toolbar-bg: var(--light-75);--notification-drawer-body-bg: var(--light-50)}[data-theme=dark]{--sidebar-width: 228px}@media screen and (max-width:1919px){[data-theme=dark]{--sidebar-width: 190px}}[data-theme=dark]{--brand-main: var(--blue);--danger: var(--red);--bg-brand: var(--brand-main);--bg-brand-opacity: rgb(from var(--brand-main) r g b / 12%);--bg-overlay: rgba(6, 6, 7, .48);--bg-primary: var(--dark-950);--bg-secondary: var(--dark-900);--bg-tertiary: var(--dark-925);--bg-inferior: var(--dark-925);--bg-danger: var(--red_2);--bg-icon: var(--dark-800);--border-primary: var(--dark-800);--border-secondary: var(--dark-700);--border-tertiary: var(--dark-800);--border-active: var(--brand-main);--text-brand: var(--brand-main);--text-primary: white;--text-secondary: white;--text-tertiary: var(--dark-25);--text-quaternary: white;--text-muted-primary: #4c4c4c;--text-muted-secondary: var(--dark-500);--text-muted-tertiary: var(--dark-500);--text-white: var(--dark-25);--text-placeholder: var(--dark-600);--icon-color-primary: var(--dark-25);--icon-color-muted-primary: var(--dark-500);--icon-color-muted-secondary: var(--dark-700);--icon-color-white: var(--dark-25);--icon-input: var(--dark-400);--icon-on-bg: #a0a0ab;--icon-outline: #3f3f46;--icon-bg-primary: var(--dark-850);--icon-bg-secondary: var(--dark-800);--border-soft: transparent;--avatar-background: var(--dark-900);--avatar-foreground: var(--dark-800);--calendar-nav-border: var(#26272b);--calendar-nav-bg: var(#18181b);--dnd-border-dragging: rgba(0, 0, 0, .1);--dnd-bg-dragging: rgba(0, 0, 0, .02);--account-card-more-button-bg: #3b3d43;--template-btn-drag-active-bg: #1f2933;--segment-control-card-subtitle: white;--chat-sidebar-bg: var(--dark-925);--chat-id-color: var(--dark-400);--chat-text-color: var(--light-25);--chat-hover-border: var(--dark-700);--chat-hover-bg: var(--dark-800);--chat-sms-bg: var(--dark-925);--chat-input-bg: var(--dark-950);--chat-data-text-color: var(--dark-600);--chat-edit-bg: var(--dark-850);--table-head-cell-bg: var(--dark-925);--table-container-bg: var(--dark-900);--table-pinned-header-bg: var(--dark-900);--table-pinned-cell-bg: var(--dark-925);--table-empty-bg: linear-gradient( 180deg, rgba(38, 39, 43, .2) 0%, rgba(128, 132, 145, .2) 100% );--table-empty-histogram-bg: var(--dark-500);--trades-table-head-bg: #1a1a1b;--report-table-row-level-1-bg: var(--bg-icon);--report-table-row-level-2-bg: var(--bg-tertiary);--report-table-total-row-bg: #1a1a1c;--time-picker-notifications-drawer-bg: var(--dark-950);--button-secondary-bg: var(--dark-800);--tabs-bg: transparent;--tabs-active-bg: var(--dark-800);--transaction-tabs-deposit-active-bg: var(--tabs-active-bg);--transaction-tabs-withdrawal-active-bg: var(--tabs-active-bg);--transaction-tabs-active-color: var(--text-primary);--pagination-main-bg: var(--dark-925);--pagintion-total-text-color: var(--light-500);--pagination-page-list-bg: var(--dark-800);--pagination-page-list-item-bg-hover: var(--dark-850);--select-option-bg-hover: var(--dark-850);--client-summary-card-title-text: white;--client-notes-paperclip-icon: var(--dark-400);--notification-hr-color: var(--light-300);--notification-lead-name-color: var(--dark-300);--notification-drawer-toolbar-bg: var(--dark-925);--notification-drawer-body-bg: var(--dark-925);--category-tab-bar-bg: #212124;--category-tab-bar-tab-bg: #3d3f45}[data-theme=light][data-holiday-theme=halloween]{--brand-main: var(--purple);--pumpkin-bg-color: var(--orange);--pumpkin-inner-color: var(--dark-900)}[data-theme=dark][data-holiday-theme=halloween]{--brand-main: var(--purple);--pumpkin-bg-color: #19191e;--pumpkin-inner-color: var(--brand-main)}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,summary,time,mark,audio,video{margin:0;padding:0;border:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}*{box-sizing:border-box}input,img,button{border:none;outline:none;-webkit-user-select:none;user-select:none}::-webkit-scrollbar{width:6px;height:0px}::-webkit-scrollbar-thumb{z-index:0;border-radius:10px;background:var(--border-secondary)}._app_ulu8g_394{display:flex;height:100%;font-family:Inter,sans-serif}._navbar_1bjej_1{position:sticky;top:0;grid-row:1/-1;width:100%;height:100vh;padding:16px;display:flex;flex-direction:column;align-items:start;justify-content:space-between;gap:4px}._navbar_1bjej_1 ._top_block_1bjej_14{width:100%}._navbar_1bjej_1 ._top_block_1bjej_14 ._logo_collapse_1bjej_17{width:100%;padding:4px;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:4px}._navbar_1bjej_1 ._top_block_1bjej_14 ._logo_collapse_1bjej_17._collapsed_1bjej_26{display:flex;flex-direction:column;align-items:start;justify-content:start;gap:8px}._navbar_1bjej_1 ._top_block_1bjej_14 ._logo_collapse_1bjej_17 ._collapse_button_1bjej_33{height:32px;padding:8px}._navbar_1bjej_1 ._top_block_1bjej_14 ._logo_collapse_1bjej_17 ._collapse_button_1bjej_33._collapsed_1bjej_26{transform:rotate(180deg)}._navbar_1bjej_1 ._top_block_1bjej_14 ._logo_collapse_1bjej_17 ._logo_1bjej_17{color:var(--text-primary)}._navbar_1bjej_1 ._top_block_1bjej_14 ._logo_collapse_1bjej_17._collapse_icon_1bjej_43{transform:rotate(90deg)}._navbar_1bjej_1 ._top_block_1bjej_14 ._brands_links_1bjej_46{width:100%;margin-top:24px}._navbar_1bjej_1 ._top_block_1bjej_14 ._brands_links_1bjej_46 ._links_1bjej_50{width:100%;margin-top:8px;display:flex;flex-direction:column;align-items:start;justify-content:start;gap:8px;box-sizing:initial;max-height:62vh;padding-right:34px;overflow-x:hidden;overflow-y:auto}@media screen and (max-width:1919px){._navbar_1bjej_1 ._top_block_1bjej_14 ._brands_links_1bjej_46 ._links_1bjej_50{padding-right:0}}._navbar_1bjej_1 ._top_block_1bjej_14 ._brands_links_1bjej_46 ._links_1bjej_50::-webkit-scrollbar{display:none}._navbar_1bjej_1 ._bottom_block_1bjej_72{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:end;gap:24px}._navbar_1bjej_1 ._bottom_block_1bjej_72 ._lang_theme_1bjej_80{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:8px}._navbar_1bjej_1 ._bottom_block_1bjej_72 ._lang_theme_1bjej_80._collapsed_1bjej_26{display:flex;flex-direction:column;align-items:center;justify-content:start;gap:8px}._navbar_1bjej_1 ._bottom_block_1bjej_72 ._lang_theme_1bjej_80 ._lang_1bjej_80{flex:1}._navbar_1bjej_1 ._bottom_block_1bjej_72 ._lang_theme_1bjej_80 ._lang_1bjej_80 ._small_lang_1bjej_98{padding:12px}._navbar_1bjej_1 ._bottom_block_1bjej_72 ._logout_1bjej_101{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:4px;padding:4px;border-radius:9999px;background:var(--bg-tertiary)}._navbar_1bjej_1 ._bottom_block_1bjej_72 ._logout_1bjej_101 ._left_side_1bjej_112{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:8px}._navbar_1bjej_1 ._bottom_block_1bjej_72 ._logout_1bjej_101 ._left_side_1bjej_112 ._avatar_1bjej_119{width:32px;height:32px}._navbar_1bjej_1 ._bottom_block_1bjej_72 ._logout_1bjej_101 ._left_side_1bjej_112 ._avatar_1bjej_119 rect{color:var(--avatar-background)}._navbar_1bjej_1 ._bottom_block_1bjej_72 ._logout_1bjej_101 ._left_side_1bjej_112 ._avatar_1bjej_119 path{color:var(--avatar-foreground)}._navbar_1bjej_1 ._bottom_block_1bjej_72 ._logout_1bjej_101 ._left_side_1bjej_112 ._user_email_1bjej_129{margin:0;color:var(--text-primary);font-weight:500;font-size:12px;line-height:16px;font-family:Inter,sans-serif;max-width:100px;overflow:hidden;text-overflow:ellipsis}._navbar_1bjej_1 ._bottom_block_1bjej_72 ._logout_1bjej_101._collapsed_1bjej_26 ._left_side_1bjej_112{display:none}._navbar_1bjej_1 ._bottom_block_1bjej_72 ._logout_1bjej_101 ._button_1bjej_143{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:4px;background:none}._navbar_1bjej_1 ._bottom_block_1bjej_72 ._logout_1bjej_101 ._button_1bjej_143 ._icon_1bjej_151{color:var(--icon-color-primary)}._switcher_76sxb_1{position:relative;width:44px;height:44px!important;padding:6px!important;border:none!important;border-radius:40px;background:var(--bg-tertiary);box-shadow:0 0 2.95px .311px #00000008 inset}._switcher_76sxb_1:hover{background:var(--bg-tertiary)!important}._switcher_76sxb_1 ._background_76sxb_14{color:var(--bg-secondary);transition:transform .5s ease}._switcher_76sxb_1 ._background_76sxb_14._dark_76sxb_18{transform:rotate(-265deg)}._switcher_76sxb_1 ._moon_sun_76sxb_21{position:absolute;top:50%;left:50%;width:16px;margin:0 auto;transform:translate(-50%,-50%);display:flex;flex-direction:row;align-items:center;justify-content:center;gap:4px;color:var(--clients-search-input-text-color)}._notification_1cbhh_1{width:100%;padding:16px;display:flex;flex-direction:row;align-items:start;justify-content:start;gap:8px;border-bottom:1px solid var(--border-tertiary)}._notification_1cbhh_1 ._content_1cbhh_11{width:100%;display:flex;flex-direction:column;align-items:start;justify-content:start;gap:12px}._notification_1cbhh_1 ._content_1cbhh_11 ._header_1cbhh_19{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:4px}._notification_1cbhh_1 ._content_1cbhh_11 ._header_1cbhh_19 ._topic_1cbhh_27{color:var(--text-primary);font-weight:400;font-size:14px;line-height:16px;font-family:Inter,sans-serif}._notification_1cbhh_1 ._content_1cbhh_11 ._header_1cbhh_19 ._date_archive_1cbhh_34{display:flex;flex-direction:row;align-items:center;justify-content:end;gap:12px}._notification_1cbhh_1 ._content_1cbhh_11 ._header_1cbhh_19 ._date_archive_1cbhh_34 p{color:var(--text-muted-secondary);font-weight:500;font-size:12px;line-height:16px;font-family:Inter,sans-serif}._notification_1cbhh_1 ._content_1cbhh_11 ._header_1cbhh_19 ._date_archive_1cbhh_34 button{border:none;font-family:Inter,sans-serif;cursor:pointer;background:none;color:var(--text-secondary)}._notification_1cbhh_1 ._content_1cbhh_11 ._body_1cbhh_55{padding:8px 12px;border:1px solid var(--border-primary);border-radius:8px;background:var(--notification-drawer-body-bg);display:flex;flex-direction:column;align-items:start;justify-content:start;gap:8px}._notification_1cbhh_1 ._content_1cbhh_11 ._body_1cbhh_55 ._lead_info_1cbhh_66{display:flex;flex-direction:row;align-items:center;justify-content:start;gap:8px}._notification_1cbhh_1 ._content_1cbhh_11 ._body_1cbhh_55 ._lead_info_1cbhh_66 ._lead_name_1cbhh_73{color:var(--text-secondary);font-weight:500;font-size:12px;line-height:16px;font-family:Inter,sans-serif;text-decoration:none}._notification_1cbhh_1 ._content_1cbhh_11 ._body_1cbhh_55 ._lead_info_1cbhh_66 hr{height:16px;margin:0;border:none;border-right:1px solid var(--notification-hr-color)}._notification_1cbhh_1 ._content_1cbhh_11 ._body_1cbhh_55 ._lead_info_1cbhh_66 ._lead_id_1cbhh_87{color:var(--brand-main);font-weight:500;font-size:12px;line-height:16px;font-family:Inter,sans-serif;cursor:pointer}._notification_1cbhh_1 ._content_1cbhh_11 ._body_1cbhh_55 ._message_1cbhh_95{color:var(--text-muted-secondary);font-weight:400;font-size:14px;line-height:16px;font-family:Inter,sans-serif}._content_1mh2u_1{display:flex;flex-direction:column;align-items:stretch;justify-content:stretch;gap:0px;width:100%;height:100%}._content_1mh2u_1 ._toolbar_1mh2u_10{padding:16px;display:flex;flex-direction:column;align-items:start;justify-content:center;gap:16px;width:100%;border-bottom:1px solid var(--border-primary)}._content_1mh2u_1 ._toolbar_1mh2u_10 ._date_type_1mh2u_20{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:8px}._content_1mh2u_1 ._toolbar_1mh2u_10 ._date_type_1mh2u_20 ._date_1mh2u_20{flex:5}._content_1mh2u_1 ._toolbar_1mh2u_10 ._date_type_1mh2u_20 ._type_1mh2u_31{flex:3}._content_1mh2u_1 ._toolbar_1mh2u_10 ._count_remove_1mh2u_34{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:4px}._content_1mh2u_1 ._toolbar_1mh2u_10 ._count_remove_1mh2u_34 p{color:var(--text-primary);font-weight:400;font-size:14px;line-height:16px;font-family:Inter,sans-serif}._content_1mh2u_1 ._toolbar_1mh2u_10 ._count_remove_1mh2u_34 ._remove_block_1mh2u_49{width:max-content}._content_1mh2u_1 ._toolbar_1mh2u_10 ._count_remove_1mh2u_34 ._remove_1mh2u_49{border:none;cursor:pointer;background:none;color:var(--brand-main);font-weight:400;font-size:14px;line-height:16px;font-family:Inter,sans-serif}._content_1mh2u_1 ._list_1mh2u_63{width:100%;max-height:640px;overflow-y:auto}._popover_1mh2u_69{border:1px solid var(--border-secondary);border-radius:12px;outline:none;background:var(--chat-edit-bg);box-shadow:0 8px 16px #00000029}._popover_1mh2u_69 ._remove_content_1mh2u_76{width:448px;padding:16px;display:flex;flex-direction:column;align-items:start;justify-content:center;gap:24px}._popover_1mh2u_69 ._remove_content_1mh2u_76 ._title_1mh2u_85{display:flex;flex-direction:row;align-items:center;justify-content:start;gap:12px}._popover_1mh2u_69 ._remove_content_1mh2u_76 ._title_1mh2u_85 h1{color:var(--text-secondary);font-weight:400;font-size:16px;line-height:16px;font-family:Inter,sans-serif}._popover_1mh2u_69 ._remove_content_1mh2u_76 p{color:var(--text-muted-secondary);font-weight:400;font-size:14px;line-height:16px;font-family:Inter,sans-serif}._popover_1mh2u_69 ._remove_content_1mh2u_76 ._buttons_1mh2u_106{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:8px}._popover_1mh2u_69 ._remove_content_1mh2u_76 ._buttons_1mh2u_106 button{flex:1}._list_1nawe_1{width:100%;max-height:740px;overflow-y:auto}._reminder_p6g1o_1{width:100%;padding:16px;display:flex;flex-direction:row;align-items:start;justify-content:start;gap:8px;border-bottom:1px solid var(--border-tertiary)}._reminder_p6g1o_1._finished_p6g1o_11{opacity:.5}._reminder_p6g1o_1 ._content_p6g1o_14{width:100%;display:flex;flex-direction:column;align-items:start;justify-content:start;gap:12px}._reminder_p6g1o_1 ._content_p6g1o_14 ._header_p6g1o_22{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:4px}._reminder_p6g1o_1 ._content_p6g1o_14 ._header_p6g1o_22 ._title_p6g1o_30{color:var(--text-primary);font-weight:400;font-size:14px;line-height:16px;font-family:Inter,sans-serif}._reminder_p6g1o_1 ._content_p6g1o_14 ._header_p6g1o_22 ._date_archive_p6g1o_37{display:flex;flex-direction:row;align-items:center;justify-content:end;gap:12px}._reminder_p6g1o_1 ._content_p6g1o_14 ._header_p6g1o_22 ._date_archive_p6g1o_37 p{color:var(--text-muted-secondary);font-weight:500;font-size:12px;line-height:16px;font-family:Inter,sans-serif}._reminder_p6g1o_1 ._content_p6g1o_14 ._body_p6g1o_51{width:100%;padding:8px 12px;border:1px solid var(--border-primary);border-radius:8px;background:var(--notification-drawer-body-bg);display:flex;flex-direction:column;align-items:start;justify-content:start;gap:8px}._reminder_p6g1o_1 ._content_p6g1o_14 ._body_p6g1o_51 ._lead_info_p6g1o_63{display:flex;flex-direction:row;align-items:center;justify-content:start;gap:8px}._reminder_p6g1o_1 ._content_p6g1o_14 ._body_p6g1o_51 ._lead_info_p6g1o_63 ._lead_name_p6g1o_70{color:var(--text-secondary);font-weight:500;font-size:12px;line-height:16px;font-family:Inter,sans-serif}._reminder_p6g1o_1 ._content_p6g1o_14 ._body_p6g1o_51 ._lead_info_p6g1o_63 hr{height:16px;margin:0;border:none;border-right:1px solid var(--notification-hr-color)}._reminder_p6g1o_1 ._content_p6g1o_14 ._body_p6g1o_51 ._lead_info_p6g1o_63 ._lead_id_p6g1o_83{color:var(--brand-main);font-weight:500;font-size:12px;line-height:16px;font-family:Inter,sans-serif}._reminder_p6g1o_1 ._content_p6g1o_14 ._body_p6g1o_51 ._message_p6g1o_90{color:var(--text-muted-secondary);font-weight:400;font-size:14px;line-height:16px;font-family:Inter,sans-serif}._reminder_p6g1o_1 ._content_p6g1o_14 ._buttons_p6g1o_97{display:flex;flex-direction:row;align-items:center;justify-content:start;gap:8px}._content_1fcbw_1{width:100%;height:100%;display:flex;flex-direction:column;align-items:end;justify-content:end;gap:0px}._content_1fcbw_1 ._list_1fcbw_10{width:100%;min-height:100%;max-height:700px;overflow-y:auto}._content_1fcbw_1 ._list_1fcbw_10._smaller_1fcbw_16{max-height:520px}._content_1fcbw_1 ._add_content_1fcbw_19{width:100%;padding:16px;display:flex;flex-direction:column;align-items:start;justify-content:start;gap:12px;background:var(--bg-inferior)}._content_1fcbw_1 ._add_content_1fcbw_19 ._date_time_1fcbw_29{width:100%;display:flex;flex-direction:row;align-items:start;justify-content:start;gap:12px}._content_1fcbw_1 ._add_content_1fcbw_19 ._textarea_1fcbw_37{padding:8px 12px;border-radius:8px;background:var(--bg-primary)}._content_1fcbw_1 ._add_content_1fcbw_19 ._buttons_1fcbw_42{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:start;gap:8px}._content_1fcbw_1 ._plus_1fcbw_50{margin-top:16px;margin-right:16px}._toolbar_vfk7t_1{width:100%;border-bottom:1px solid var(--border-primary);background:var(--notification-drawer-toolbar-bg);display:flex;flex-direction:row;align-items:space-between;justify-content:center;gap:4px;padding:0 16px}._toolbar_vfk7t_1 ._tabs_vfk7t_12{padding:0;border:none!important}._toolbar_vfk7t_1 ._tab_vfk7t_12{height:44px!important;padding:12px 16px!important}._toolbar_vfk7t_1 ._buttons_vfk7t_20{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:4px}._toolbar_vfk7t_1 ._buttons_vfk7t_20 button{border:none;font-family:Inter,sans-serif;cursor:pointer;padding:8px;background:none;color:var(--text-primary)}._toolbar_vfk7t_1 ._buttons_vfk7t_20 ._active_vfk7t_35{border-radius:9999px;background:var(--brand-main)}._toolbar_vfk7t_1 ._buttons_vfk7t_20 ._active_vfk7t_35 svg path{stroke:var(--text-white)}._popover_vfk7t_43{border:1px solid var(--border-secondary);border-radius:12px;outline:none;box-shadow:0 8px 16px #00000029}._popover_vfk7t_43 ._settings_content_vfk7t_49{width:276px;padding:16px;display:flex;flex-direction:column;align-items:start;justify-content:center;gap:24px}._popover_vfk7t_43 ._settings_content_vfk7t_49 h2{color:var(--text-primary);font-weight:600;font-size:16px;line-height:16px;font-family:Inter,sans-serif}._popover_vfk7t_43 ._settings_content_vfk7t_49 ._settings_list_vfk7t_65{width:100%;display:flex;flex-direction:column;align-items:start;justify-content:center;gap:16px}._popover_vfk7t_43 ._settings_content_vfk7t_49 ._settings_list_vfk7t_65 ._setting_vfk7t_49{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:4px}._popover_vfk7t_43 ._settings_content_vfk7t_49 ._settings_list_vfk7t_65 ._setting_vfk7t_49 p{color:var(--text-muted-secondary);font-weight:400;font-size:14px;line-height:16px;font-family:Inter,sans-serif}._drawer_uomet_1{width:100%;max-width:420px;display:flex;flex-direction:column;align-items:start;justify-content:start;gap:4px;gap:0;border-radius:16px;background-color:var(--bg-secondary)}._drawer_uomet_1 ._content_uomet_13{width:100%;display:flex;flex-direction:column;align-items:start;justify-content:start;gap:4px}._accordion_1lmmb_1{padding:15px;border:1px solid var(--border-primary);border-radius:40px;cursor:pointer}._accordion_1lmmb_1:hover{border:1px solid var(--border-tertiary)}._accordion_1lmmb_1._open_1lmmb_10{border:1px solid var(--border-active);border-radius:32px}._accordion_1lmmb_1 ._head_1lmmb_14{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:12px}._accordion_1lmmb_1 ._head_1lmmb_14 p{color:var(--text-primary);font-weight:400;font-size:16px;line-height:16px;font-family:Inter,sans-serif;margin:0}._accordion_1lmmb_1 ._icon_1lmmb_29{padding:8px;border-radius:9999px;background:var(--icon-bg-secondary);color:var(--icon-color-primary);display:flex;flex-direction:row;align-items:center;justify-content:center;gap:4px}._drawer_content_u3z6b_1{display:flex;flex-direction:column;width:100%;max-width:340px;border-radius:32px;background-color:var(--bg-secondary);box-shadow:0 4px 32px #00000052}._inner_u3z6b_11{display:flex;flex:1;flex-direction:column;width:100%;min-height:100%}._content_u3z6b_19{display:flex;flex:1;flex-direction:column;width:100%;min-height:0;padding:16px}._body_u3z6b_28{display:flex;flex:1 1 auto;flex-direction:column;gap:12px}._footer_u3z6b_35{display:flex;margin-top:auto;padding:16px;gap:12px;border-top:1px solid var(--border-tertiary)}._footer_u3z6b_35 button{flex:1}._drawer_1sc8f_1{display:flex;top:0!important;right:0!important;flex-direction:column;width:100%;max-width:492px;margin:16px;border-radius:16px;background-color:var(--bg-secondary)}@media screen and (max-width:1919px){._drawer_1sc8f_1{max-width:392px}}._content_1sc8f_18{display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:24px;width:100%;height:100%;min-height:0;padding:24px}._form_1sc8f_30{display:flex;flex-direction:column;gap:16px}._form_1sc8f_30 textarea{min-height:116px}._toggleRow_1sc8f_40{display:flex;flex-direction:row;align-items:center;justify-content:start;gap:8px}._toggleText_1sc8f_48{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:4px;min-width:0}._toggleLabel_1sc8f_57{color:var(--text-muted-tertiary);font-weight:500;font-size:12px;line-height:16px;font-family:Inter,sans-serif}._toggleTitle_1sc8f_65{color:var(--text-primary);font-weight:500;font-size:14px;line-height:24px;font-family:Inter,sans-serif}._footer_1sc8f_73{margin-top:auto;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:8px}._footer_1sc8f_73 button{flex:1}._drawer_7ieic_1{right:0!important;min-width:592px;border-radius:32px;background:var(--bg-secondary)}._drawer_7ieic_1 ._content_7ieic_7{display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:16px;padding:24px}._drawer_7ieic_1 ._content_7ieic_7 ._title_7ieic_15{color:var(--text-primary);font-weight:500;font-size:14px;line-height:24px;font-family:Inter,sans-serif}._drawer_7ieic_1 ._content_7ieic_7 ._field_7ieic_22{width:100%}._drawer_7ieic_1 ._content_7ieic_7 ._toggle_field_7ieic_25{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:12px;color:var(--text-muted-tertiary);font-weight:500;font-size:12px;line-height:16px;font-family:Inter,sans-serif}._header_buttons_7ieic_38{display:grid;grid-template-columns:repeat(2,140px);gap:8px}._header_buttons_7ieic_38 button{width:auto!important}._drawer_14948_1{right:0!important;min-width:592px;border-radius:32px;background:var(--bg-secondary)}._drawer_14948_1 ._content_14948_7{display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:16px;padding:24px}._drawer_14948_1 ._content_14948_7 ._field_14948_15{width:100%}._drawer_1c09h_1{right:0!important;min-width:592px;border-radius:32px;background:var(--bg-secondary)}._drawer_1c09h_1 ._content_1c09h_7{display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:16px;padding:24px}._drawer_1c09h_1 ._content_1c09h_7 ._field_1c09h_15{width:100%}._drawer_1c09h_1 ._content_1c09h_7 ._textarea_1c09h_18{min-height:126px;padding:12px}._footer_buttons_1c09h_23{display:grid;grid-template-columns:1fr 1fr;padding:0 24px 24px;gap:8px}._footer_buttons_1c09h_23 button{width:auto!important}._drawer_39vhj_1{right:0!important;min-width:800px;border-radius:32px;background:var(--bg-secondary);display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:0}._drawer_39vhj_1 ._header_select_39vhj_12{width:270px}._drawer_39vhj_1 ._content_39vhj_15{height:calc(100% - 89px);padding:24px;display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:8px}._drawer_39vhj_1 ._content_39vhj_15 ._header_39vhj_12{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:8px}._drawer_39vhj_1 ._content_39vhj_15 ._header_39vhj_12 ._title_39vhj_31{color:var(--text-primary);font-weight:500;font-size:14px;line-height:24px;font-family:Inter,sans-serif;letter-spacing:-.26px}._drawer_39vhj_1 ._content_39vhj_15 ._header_39vhj_12 ._search_39vhj_39{width:280px}._drawer_39vhj_1 ._content_39vhj_15 ._user_table_39vhj_42{flex:1 1 0%;min-height:0;overflow:hidden}._drawer_39vhj_1 ._content_39vhj_15 ._user_table_39vhj_42 ._action_39vhj_47{justify-content:flex-end;width:100%}._footer_buttons_39vhj_52{display:grid;grid-template-columns:1fr 1fr;padding:24px;gap:8px;border-top:1px solid var(--border-primary)}._footer_buttons_39vhj_52 button{width:auto!important}._drawer_1h55v_1{right:0!important;min-width:592px;border-radius:32px;background:var(--bg-secondary)}._drawer_1h55v_1 ._content_1h55v_7{display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:16px;padding:24px}._colorPicker_1h55v_16{display:inline-flex;position:relative;align-items:center;justify-content:center;width:32px;height:32px;border:1px solid var(--border-primary);border-radius:999px;background:var(--bg-tertiary);cursor:pointer}._colorPreview_1h55v_29{width:20px;height:20px;border:1px solid var(--border-primary);border-radius:50%}._colorInput_1h55v_36{position:absolute;inset:0;cursor:pointer;opacity:0}._header_buttons_1h55v_43{display:grid;grid-template-columns:repeat(2,140px);gap:8px}._header_buttons_1h55v_43 button{width:auto!important}._drawer_1heh3_1{right:0!important;min-width:592px;border-radius:32px;background:var(--bg-secondary)}._drawer_1heh3_1 ._content_1heh3_7{display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:16px;padding:24px}._colorPicker_1heh3_16{display:inline-flex;position:relative;align-items:center;justify-content:center;width:36px;height:36px;border:1px solid var(--border-primary);border-radius:999px;background:var(--bg-tertiary);cursor:pointer}._colorPreview_1heh3_29{width:20px;height:20px;border:1px solid var(--border-primary);border-radius:50%}._colorInput_1heh3_36{position:absolute;inset:0;cursor:pointer;opacity:0}._header_buttons_1heh3_43{display:grid;grid-template-columns:repeat(2,140px);gap:8px}._header_buttons_1heh3_43 button{width:auto!important}._cards_pb6xb_1{display:grid;grid-template-columns:repeat(auto-fit,minmax(0,1fr));width:100%;gap:8px}._cards_pb6xb_1 ._card_pb6xb_1{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:16px;border:1px solid var(--border-primary);border-radius:16px;background:var(--bg-secondary);cursor:pointer;transition:all .15s ease-in-out}._cards_pb6xb_1 ._card_pb6xb_1._active_pb6xb_20{border-color:var(--border-active);background:var(--bg-brand-opacity)}._cards_pb6xb_1 ._card_pb6xb_1 ._icon_pb6xb_24{width:40px;height:40px;padding:4px;color:var(--icon-color-primary)}._cards_pb6xb_1 ._card_pb6xb_1 ._title_pb6xb_30{color:var(--text-primary);font-weight:700;font-size:16px;line-height:normal;font-family:Inter,sans-serif;text-align:center}._cards_pb6xb_1 ._card_pb6xb_1 ._subtitle_pb6xb_38{color:var(--segment-control-card-subtitle);font-weight:500;font-size:14px;line-height:normal;font-family:Inter,sans-serif;text-align:center}._drawer_11q61_1{width:100%;max-width:492px;display:flex;flex-direction:column;align-items:start;justify-content:start;gap:4px;border-radius:16px;background-color:var(--bg-secondary)}._drawer_11q61_1 ._head_11q61_12{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:4px;padding:24px;border-bottom:1px solid var(--border-tertiary)}._drawer_11q61_1 ._head_11q61_12 ._title_11q61_22{width:100%;color:var(--text-secondary);font-weight:600;font-size:16px;line-height:24px;font-family:Inter,sans-serif}._drawer_11q61_1 ._content_11q61_30{width:100%;height:calc(100% - 89px);padding:24px;display:flex;flex-direction:column;align-items:start;justify-content:start;gap:24px}._drawer_11q61_1 ._footer_11q61_40{width:100%;padding:24px;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:8px;border-top:1px solid var(--border-tertiary)}._drawer_11q61_1 ._footer_11q61_40 button{width:100%}._dnd_sc3rg_1{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:32px 24px;border:1px dashed var(--border-primary);border-radius:16px;text-align:center;cursor:pointer;transition:.2s ease}._dnd_sc3rg_1._dragging_sc3rg_14{border-color:var(--dnd-border-dragging);background:var(--dnd-bg-dragging)}._dnd_sc3rg_1._disabled_sc3rg_18{cursor:not-allowed;opacity:.5}._dnd_sc3rg_1 ._title_sc3rg_22{color:var(--text-primary);font-weight:400;font-size:14px;line-height:20px;font-family:Inter,sans-serif}._dnd_sc3rg_1 ._title_sc3rg_22 span{color:var(--text-brand)}._dnd_sc3rg_1 ._subtitle_sc3rg_32{margin-top:4px;color:var(--text-muted-primary);font-weight:400;font-size:14px;line-height:20px;font-family:Inter,sans-serif}._dnd_sc3rg_1 ._icon_sc3rg_40{color:var(--icon-color-primary)}._drawer_m9ezz_1{display:flex;flex-direction:column;align-items:stretch;justify-content:stretch;gap:4px;max-width:492px;border-radius:16px;background-color:var(--bg-secondary)}._drawer_m9ezz_1 ._head_m9ezz_11{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:4px;width:100%;padding:24px;border-bottom:1px solid var(--border-tertiary)}._drawer_m9ezz_1 ._head_m9ezz_11 ._title_m9ezz_21{width:100%;color:var(--text-secondary);font-weight:600;font-size:16px;line-height:24px;font-family:Inter,sans-serif}._drawer_m9ezz_1 ._content_m9ezz_29{display:flex;flex-direction:column;align-items:start;justify-content:start;gap:24px;width:100%;height:calc(100% - 89px);padding:24px}._drawer_m9ezz_1 ._footer_m9ezz_39{width:100%;padding:24px;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:8px;border-top:1px solid var(--border-tertiary)}._drawer_m9ezz_1 ._footer_m9ezz_39 button{width:100%}._preview_y0gk9_1{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:12px;width:100%;padding:12px 16px;border:1px solid var(--border-primary);border-radius:20px;background:var(--bg-tertiary)}._preview_icon_y0gk9_13{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:4px;flex:0 0 auto;width:40px;height:40px;border-radius:50%;background:var(--icon-bg-secondary);color:var(--icon-color-primary)}._preview_content_y0gk9_26{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:2px;flex:1;min-width:0}._preview_title_y0gk9_35{color:var(--text-primary);font-weight:600;font-size:14px;line-height:20px;font-family:Inter,sans-serif;width:100%}._preview_file_name_y0gk9_43{color:var(--text-muted-secondary);font-weight:400;font-size:13px;line-height:18px;font-family:Inter,sans-serif;width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._preview_remove_button_y0gk9_54{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:4px;flex:0 0 auto;width:36px;min-width:36px;height:36px;padding:0;border:0;border-radius:50%;background:var(--bg-secondary)}._preview_remove_button_y0gk9_54:hover{background:var(--icon-bg-secondary)}._drawer_su8cc_1{display:flex;flex-direction:column;width:100%;max-width:492px;border-radius:16px;background-color:var(--bg-secondary)}._drawer_su8cc_1 ._content_su8cc_9{display:flex;flex:1;flex-direction:column;min-height:100%;padding:24px;gap:24px}._drawer_su8cc_1 ._row_su8cc_17{display:flex;align-items:flex-start;gap:24px}._drawer_su8cc_1 ._row_su8cc_17>*{flex:1}._drawer_su8cc_1 ._typeSection_su8cc_25{display:flex;flex-direction:column;gap:12px}._drawer_su8cc_1 ._sectionLabel_su8cc_30{color:var(--text-muted-tertiary);font-weight:500;font-size:12px;line-height:16px;font-family:Inter,sans-serif}._drawer_su8cc_1 ._infoBlock_su8cc_37{display:flex;flex-direction:row;align-items:flex-start;justify-content:flex-start;gap:24px}._drawer_su8cc_1 ._infoText_su8cc_44{color:#e9770e;font-weight:600;font-size:12px;line-height:16px;font-family:Inter,sans-serif}._drawer_su8cc_1 ._calculationBlock_su8cc_51,._drawer_su8cc_1 ._timeSection_su8cc_56{display:flex;flex-direction:column;gap:8px}._drawer_su8cc_1 ._footer_su8cc_61{display:flex;margin-top:auto;gap:8px}._drawer_su8cc_1 ._footer_su8cc_61 button{flex:1}._drawer_content_1wl9z_1{width:100%;max-width:850px;display:flex;flex-direction:column;align-items:start;justify-content:start;gap:4px;border-radius:16px;background-color:var(--bg-secondary)}._drawer_content_1wl9z_1 ._head_1wl9z_12{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:4px;height:72px;padding:24px;border-bottom:1px solid var(--border-tertiary)}._drawer_content_1wl9z_1 ._head_1wl9z_12 ._title_1wl9z_23{width:100%;color:var(--text-secondary);font-weight:600;font-size:16px;line-height:24px;font-family:Inter,sans-serif}._drawer_content_1wl9z_1 ._head_1wl9z_12 ._buttons_1wl9z_31{display:flex;flex-direction:row;align-items:center;justify-content:flex-end;gap:4px;width:100%;gap:8px}._drawer_content_1wl9z_1 ._head_1wl9z_12 ._buttons_1wl9z_31 ._button_1wl9z_31{width:100%;max-width:140px}._drawer_content_1wl9z_1 ._wrapper_1wl9z_44{width:100%;padding:24px;display:flex;flex-direction:column;align-items:start;justify-content:start;gap:4px;flex:1;gap:24px}._drawer_content_1wl9z_1 ._wrapper_1wl9z_44 ._main_1wl9z_55{display:flex;justify-content:start;width:100%;gap:24px}._drawer_content_1wl9z_1 ._wrapper_1wl9z_44 ._main_1wl9z_55 ._information_grid_1wl9z_61{width:100%;display:flex;flex-direction:column;align-items:start;justify-content:start;gap:4px;gap:16px}._drawer_content_1wl9z_1 ._wrapper_1wl9z_44 ._description_grid_1wl9z_70{flex:1;width:100%;height:100%}._description_1wl9z_70{flex:1;height:100%}._FormSection_1swi5_1{width:100%;display:flex;flex-direction:column;align-items:start;justify-content:start;gap:4px;gap:12px}._title_1swi5_11{color:var(--text-secondary);font-weight:600;font-size:14px;line-height:24px;font-family:Inter,sans-serif}._checkbox_1o990_1{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:4px;flex-shrink:0;width:16px;height:16px;border:1.5px solid var(--dark-500);border-radius:4px;background:transparent;cursor:pointer;transition:background .2s ease,border-color .2s ease;-webkit-user-select:none;user-select:none}._checkbox_1o990_1 svg{width:12px;height:12px}._checkbox_1o990_1._checked_1o990_21{border-color:var(--border-active);background:var(--bg-brand);color:var(--icon-color-white)}._checkbox_1o990_1._disabled_1o990_26{cursor:not-allowed;opacity:.6}._dash_1o990_31{width:8px;height:2px;border-radius:1px;background:var(--icon-color-white)}._drawer_content_1q8kh_1{width:100%;max-width:360px;border-radius:32px;background-color:var(--bg-secondary);box-shadow:0 4px 32px #00000052;display:flex;flex-direction:column;align-items:stretch;justify-content:stretch;gap:0px}._content_1q8kh_14{display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:0px;height:100%}._columns_list_1q8kh_23{display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:0px;overflow-y:auto}._column_item_1q8kh_32{display:flex;flex-direction:row;align-items:center;justify-content:start;gap:16px;min-height:44px;padding:16px 24px;border-bottom:1px solid var(--border-primary);cursor:pointer;color:var(--text-primary);font-weight:400;font-size:14px;line-height:24px;font-family:Inter,sans-serif;letter-spacing:-.26px}._footer_1q8kh_50{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:8px;margin-top:auto;padding:16px 16px 24px;border-top:1px solid var(--border-primary)}._footer_1q8kh_50 ._footer_button_1q8kh_60{flex:1 1 auto}._noTopRightMargin_tc01q_1{margin-right:-10px}._drawer_content_tc01q_5{display:flex;flex-direction:column;width:100%;max-width:340px;border-radius:32px;background-color:var(--bg-secondary);box-shadow:0 4px 32px #00000052}._drawer_content_tc01q_5 ._head_tc01q_14{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:4px;padding:16px;color:var(--text-secondary);font-weight:500;font-size:16px;line-height:24px;font-family:Inter,sans-serif;border-bottom:1px solid var(--border-tertiary)}._drawer_content_tc01q_5 ._content_tc01q_28{width:100%;height:100%;overflow:auto;display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:4px}._drawer_content_tc01q_5 ._main_tc01q_38{display:flex;flex-direction:column;width:100%;max-height:100%;padding:16px;overflow-x:hidden;overflow-y:auto;gap:12px}._drawer_content_tc01q_5 ._main_tc01q_38::-webkit-scrollbar{width:2px}._drawer_content_tc01q_5 ._main_tc01q_38::-webkit-scrollbar-thumb{border-radius:9999px;background:var(--bg-tertiary)}._drawer_content_tc01q_5 ._footer_tc01q_55{display:flex;flex-direction:column;width:100%;gap:16px}._drawer_content_tc01q_5 ._footer_tc01q_55 ._delete_tc01q_61{width:100%;padding:16px 16px 0}._drawer_content_tc01q_5 ._footer_tc01q_55 ._delete_tc01q_61 button{width:100%;gap:8px}._drawer_content_tc01q_5 ._footer_tc01q_55 ._delete_tc01q_61 ._delete_count_tc01q_69{color:var(--red);font-weight:500;font-size:14px;line-height:16px;font-family:Inter,sans-serif;font-family:Inter;letter-spacing:-.26px;text-align:center}._drawer_content_tc01q_5 ._footer_tc01q_55 ._openInTabs_tc01q_79{width:100%;padding:0 16px}._drawer_content_tc01q_5 ._footer_tc01q_55 ._openInTabs_tc01q_79 ._open_in_tabs_tooltip_tc01q_83{display:flex;width:100%}._drawer_content_tc01q_5 ._footer_tc01q_55 ._openInTabs_tc01q_79 button{width:100%}._drawer_content_tc01q_5 ._footer_tc01q_55 ._openInTabs_tc01q_79 ._open_in_tabs_button_tc01q_90[data-warning=true]{outline-color:var(--orange)}._drawer_content_tc01q_5 ._footer_tc01q_55 ._openInTabs_tc01q_79 ._open_in_tabs_count_tc01q_93{color:inherit;font-weight:500;font-size:14px;line-height:16px;font-family:Inter,sans-serif;font-family:Inter;letter-spacing:-.26px;text-align:center}._drawer_content_tc01q_5 ._footer_tc01q_55 ._group_tc01q_103{display:flex;flex-direction:column;padding:0 16px;gap:8px}._drawer_content_tc01q_5 ._footer_tc01q_55 ._group_item_tc01q_109{display:flex;flex-direction:row;align-items:center;justify-content:start;gap:4px;width:100%;gap:12px}._drawer_content_tc01q_5 ._footer_tc01q_55 ._group_item_tc01q_109 button{display:flex;flex:1;align-items:center;justify-content:space-between}._drawer_content_tc01q_5 ._footer_tc01q_55 ._buttons_tc01q_124{border-top:1px solid var(--border-tertiary);display:flex;flex-direction:row;align-items:center;justify-content:flex-end;gap:4px;width:100%;padding:16px;gap:8px}._drawer_content_tc01q_5 ._footer_tc01q_55 ._buttons_tc01q_124 ._button_tc01q_124{width:100%}._drawer_content_1v21u_1{width:100%;max-width:480px;display:flex;flex-direction:column;align-items:start;justify-content:start;gap:4px;border-radius:16px;background-color:var(--bg-secondary)}._drawer_content_1v21u_1 ._head_1v21u_12{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:4px;height:72px;padding:24px;border-bottom:1px solid var(--border-tertiary)}._drawer_content_1v21u_1 ._head_1v21u_12 ._title_1v21u_23{width:100%;color:var(--text-secondary);font-weight:600;font-size:16px;line-height:24px;font-family:Inter,sans-serif}._drawer_content_1v21u_1 ._head_1v21u_12 ._buttons_1v21u_31{display:flex;flex-direction:row;align-items:center;justify-content:flex-end;gap:4px;width:100%;gap:8px}._drawer_content_1v21u_1 ._head_1v21u_12 ._buttons_1v21u_31 ._button_1v21u_31{width:100%;max-width:140px}._drawer_content_1v21u_1 ._wrapper_1v21u_44{width:100%;padding:24px;display:flex;flex-direction:column;align-items:start;justify-content:start;gap:4px;flex:1;gap:24px}._drawer_content_1v21u_1 ._wrapper_1v21u_44 ._main_1v21u_55{display:flex;justify-content:start;width:100%;gap:24px}._drawer_content_1v21u_1 ._wrapper_1v21u_44 ._main_1v21u_55 ._information_grid_1v21u_61{width:100%;display:flex;flex-direction:column;align-items:start;justify-content:start;gap:4px;gap:16px}._drawer_content_1v21u_1 ._wrapper_1v21u_44 ._description_grid_1v21u_70{flex:1;width:100%;height:100%}._description_1v21u_70{flex:1;height:100%}._drawer_content_ep962_1{display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:4px;width:100%;max-width:440px;height:97%;border-radius:32px;background-color:var(--bg-secondary);box-shadow:0 4px 32px #00000052}._drawer_content_ep962_1 ._content_ep962_14{height:90%;display:flex;flex-direction:column;align-items:stretch;justify-content:stretch;gap:24px;padding:24px}._drawer_content_ep962_1 ._footer_ep962_23{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:8px;padding:16px 16px 24px;border-top:1px solid var(--border-primary)}._drawer_content_ep962_1 ._footer_ep962_23 ._footer_button_ep962_32{flex:1 1 auto}._drawer_10ewv_1{right:0!important;width:592px;border-radius:32px;background-color:var(--bg-secondary)}._drawer_10ewv_1 ._content_10ewv_7{display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:24px;padding:24px}._drawer_10ewv_1 ._content_10ewv_7 ._summary_10ewv_15{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:16px;position:relative;padding:16px;overflow:hidden;border:1px solid var(--border-primary);border-radius:16px}._drawer_10ewv_1 ._content_10ewv_7 ._summary_10ewv_15 ._block_10ewv_27{display:flex;flex-direction:column;align-items:stretch;justify-content:space-between;gap:2px;width:100%}._drawer_10ewv_1 ._content_10ewv_7 ._summary_10ewv_15 ._block_10ewv_27 ._value_10ewv_35{color:var(--text-tertiary);font-weight:600;font-size:20px;line-height:24px;font-family:Inter,sans-serif}._drawer_10ewv_1 ._content_10ewv_7 ._summary_10ewv_15 ._block_10ewv_27 ._converted_10ewv_42{color:var(--text-muted-tertiary);font-weight:500;font-size:12px;line-height:16px;font-family:Inter,sans-serif}._drawer_10ewv_1 ._content_10ewv_7 ._summary_10ewv_15 ._block_10ewv_27 ._label_10ewv_49{color:var(--text-muted-secondary);font-weight:500;font-size:12px;line-height:16px;font-family:Inter,sans-serif}._drawer_10ewv_1 ._content_10ewv_7 ._summary_10ewv_15 ._left_10ewv_56,._drawer_10ewv_1 ._content_10ewv_7 ._summary_10ewv_15 ._right_10ewv_57{flex:1;display:flex;flex-direction:row;align-items:stretch;justify-content:space-between;gap:0}._drawer_10ewv_1 ._content_10ewv_7 ._summary_10ewv_15 ._left_10ewv_56 ._block_10ewv_27,._drawer_10ewv_1 ._content_10ewv_7 ._summary_10ewv_15 ._right_10ewv_57 ._block_10ewv_27{align-items:flex-end}._drawer_10ewv_1 ._content_10ewv_7 ._summary_10ewv_15 ._left_10ewv_56 ._block_10ewv_27:first-child{align-items:flex-start}._drawer_10ewv_1 ._content_10ewv_7 ._summary_10ewv_15 ._right_10ewv_57 ._label_10ewv_49{color:var(--text-tertiary)}._drawer_10ewv_1 ._content_10ewv_7 ._summary_10ewv_15 ._divider_10ewv_75{width:1px;height:56px;background:var(--border-primary)}._drawer_10ewv_1 ._content_10ewv_7 ._summary_10ewv_15 ._blur_10ewv_80{position:absolute;top:0;right:0;width:74px;height:74px;border-radius:50%;background:var(--green);filter:blur(50px);opacity:.24}._drawer_10ewv_1 ._content_10ewv_7 ._section_10ewv_91{display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:16px}._drawer_10ewv_1 ._content_10ewv_7 ._section_10ewv_91 ._title_10ewv_98{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:4px;color:var(--text-primary);font-weight:500;font-size:14px;line-height:24px;font-family:Inter,sans-serif}._drawer_10ewv_1 ._content_10ewv_7 ._section_10ewv_91 ._row_10ewv_110,._drawer_10ewv_1 ._content_10ewv_7 ._section_10ewv_91 ._btns_10ewv_111{display:grid;grid-template-columns:repeat(auto-fit,minmax(0,1fr));gap:16px}._drawer_10ewv_1 ._content_10ewv_7 ._section_10ewv_91 ._row_10ewv_110 ._inputGroup_10ewv_116,._drawer_10ewv_1 ._content_10ewv_7 ._section_10ewv_91 ._btns_10ewv_111 ._inputGroup_10ewv_116{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:8px}._drawer_10ewv_1 ._content_10ewv_7 ._section_10ewv_91 ._row_10ewv_110 ._inputGroup_10ewv_116 ._hint_10ewv_124,._drawer_10ewv_1 ._content_10ewv_7 ._section_10ewv_91 ._btns_10ewv_111 ._inputGroup_10ewv_116 ._hint_10ewv_124{color:var(--text-muted-secondary);font-weight:500;font-size:12px;line-height:16px;font-family:Inter,sans-serif}._drawer_10ewv_1 ._content_10ewv_7 ._section_10ewv_91 ._btns_10ewv_111 button{width:100%;gap:8px}._profit_input_10ewv_137 input{color:var(--red)!important}._header_buttons_10ewv_141{display:grid;grid-template-columns:repeat(2,140px);gap:8px}._header_buttons_10ewv_141 button{width:auto!important}._root_ztrln_1{position:relative;width:100%;height:70vh;margin:0 auto}._loader_ztrln_8{display:flex;position:absolute;align-items:center;justify-content:center;width:100%;height:100%;inset:0}._drawer_content_g4xva_1{width:100%;max-width:592px;display:flex;flex-direction:column;align-items:start;justify-content:start;gap:4px;border-radius:16px;background-color:var(--bg-secondary)}._wrapper_g4xva_13{padding:24px}._wrapper_g4xva_13 img{width:100%;height:auto}._preview_loader_g4xva_21{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:4px}._preview_loader_g4xva_21 svg{width:120px;height:120px}._document_card_1v66y_1{width:100%;padding:16px;border:1px solid var(--border-tertiary);border-radius:16px;background-color:var(--bg-primary);display:flex;flex-direction:column;align-items:start;justify-content:start;gap:16px}._document_card_1v66y_1 ._document_header_1v66y_13{width:100%;display:flex;flex-direction:row;align-items:flex-start;justify-content:flex-start;gap:12px}._document_card_1v66y_1 ._document_header_1v66y_13 ._icon_container_1v66y_21{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:4px;width:44px;height:44px;border-radius:9999px;background:var(--bg-icon)}._document_card_1v66y_1 ._document_header_1v66y_13 ._icon_container_1v66y_21 svg{width:24px;height:24px;color:var(--icon-on-bg)}._document_card_1v66y_1 ._document_header_1v66y_13 ._document_info_1v66y_37{display:flex;flex-direction:column;align-items:start;justify-content:start;gap:4px;flex:1;min-width:0}._document_card_1v66y_1 ._document_header_1v66y_13 ._document_info_1v66y_37 ._document_title_1v66y_46{color:var(--text-tertiary);font-weight:600;font-size:14px;line-height:24px;font-family:Inter,sans-serif;letter-spacing:-.26px}._document_card_1v66y_1 ._document_header_1v66y_13 ._document_info_1v66y_37 ._document_filename_1v66y_54{color:var(--light-500);font-weight:500;font-size:12px;line-height:16px;font-family:Inter,sans-serif;width:100%;overflow:hidden;letter-spacing:-.26px;text-overflow:ellipsis;white-space:nowrap}._document_card_1v66y_1 ._document_actions_1v66y_66{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:8px}._document_card_1v66y_1 ._document_actions_1v66y_66 ._action_btn_1v66y_74{width:100%;min-width:auto;padding:12px;gap:8px}._document_card_1v66y_1 ._document_actions_1v66y_66 ._action_btn_1v66y_74 svg{width:16px;height:16px}._drawer_content_1xoya_1{width:100%;max-width:592px;display:flex;flex-direction:column;align-items:start;justify-content:start;gap:4px;border-radius:16px;background-color:var(--bg-secondary)}._wrapper_1xoya_13{width:100%;padding:24px;display:flex;flex-direction:column;align-items:start;justify-content:start;gap:16px;flex:1}._wrapper_1xoya_13 ._documents_list_1xoya_23{width:100%;display:flex;flex-direction:column;align-items:start;justify-content:start;gap:16px}._drawer_content_aijhi_1{width:100%;max-width:595px;height:fit-content;display:flex;flex-direction:column;align-items:start;justify-content:start;gap:4px;border-radius:16px;background-color:var(--bg-secondary)}._header_buttons_aijhi_14{display:flex;flex-direction:row;align-items:center;justify-content:flex-end;gap:4px;gap:8px}._header_buttons_aijhi_14 button{min-width:100px}._wrapper_aijhi_26{width:100%;padding:10px 16px;display:flex;flex-direction:column;align-items:start;justify-content:start;gap:4px;flex:1;gap:24px}._wrapper_aijhi_26 ._no_data_aijhi_37{width:100%;height:48px;display:flex;flex-direction:row;align-items:center;justify-content:start;gap:8px;padding:16px;gap:12px;border:1px solid var(--border-primary, #e5e7eb);border-radius:1000px}._wrapper_aijhi_26 ._no_data_aijhi_37 img{width:24px;height:24px;border-radius:50%}._wrapper_aijhi_26 ._no_data_aijhi_37 span{color:var(--text-tertiary);font-weight:500;font-size:14px;line-height:16px;font-family:Inter,sans-serif;letter-spacing:-.26px}._wrapper_aijhi_26 ._content_aijhi_63{width:100%;display:flex;flex-direction:column;align-items:start;justify-content:start;gap:4px;gap:24px}._wrapper_aijhi_26 ._content_aijhi_63 ._section_aijhi_72{width:100%;display:flex;flex-direction:column;align-items:start;justify-content:start;gap:4px;gap:16px}._wrapper_aijhi_26 ._content_aijhi_63 ._section_aijhi_72 ._section_title_aijhi_81{color:var(--text-primary);font-weight:500;font-size:15px;line-height:24px;font-family:Inter,sans-serif;margin:0;letter-spacing:-.26px}._wrapper_aijhi_26 ._content_aijhi_63 ._section_aijhi_72 ._passphrases_grid_aijhi_90{display:grid;grid-template-columns:repeat(3,1fr);width:100%;gap:16px 24px}._wrapper_aijhi_26 ._content_aijhi_63 ._section_aijhi_72 ._passphrases_grid_aijhi_90 ._passphrase_item_aijhi_96{position:relative}._wrapper_aijhi_26 ._content_aijhi_63 ._section_aijhi_72 ._passphrases_grid_aijhi_90 ._passphrase_item_aijhi_96 ._passphrase_label_aijhi_99{color:var(--text-tertiary);font-weight:500;font-size:14px;line-height:16px;font-family:Inter,sans-serif;position:absolute;top:16px;left:16px;letter-spacing:-.26px}._wrapper_aijhi_26 ._content_aijhi_63 ._section_aijhi_72 ._passphrases_grid_aijhi_90 ._passphrase_item_aijhi_96 ._passphrase_input_aijhi_110{width:100%}._wrapper_aijhi_26 ._content_aijhi_63 ._section_aijhi_72 ._passphrases_grid_aijhi_90 ._passphrase_item_aijhi_96 ._passphrase_input_aijhi_110 label{height:48px;padding:16px 16px 16px 28px}._wrapper_aijhi_26 ._content_aijhi_63 ._section_aijhi_72 ._passphrases_grid_aijhi_90 ._passphrase_item_aijhi_96:last-of-type ._passphrase_input_aijhi_110 label,._wrapper_aijhi_26 ._content_aijhi_63 ._section_aijhi_72 ._passphrases_grid_aijhi_90 ._passphrase_item_aijhi_96:nth-last-child(2) ._passphrase_input_aijhi_110 label,._wrapper_aijhi_26 ._content_aijhi_63 ._section_aijhi_72 ._passphrases_grid_aijhi_90 ._passphrase_item_aijhi_96:nth-last-child(3) ._passphrase_input_aijhi_110 label{padding-left:34px}._backdrop_1ym64_1{z-index:2000;position:fixed;top:0;left:0;width:100%;height:100%;background-color:var(--bg-overlay);pointer-events:auto}._backdrop_1ym64_1._confirmation_1ym64_11{z-index:2002}._modalContainer_1ym64_15{display:flex;z-index:2001;position:fixed;top:50%;left:50%;flex-direction:column;max-height:90vh;border-radius:32px;background-color:var(--bg-secondary);opacity:1;pointer-events:auto}._modalContainer_1ym64_15._confirmation_1ym64_11{z-index:2003}._modalContainer_1ym64_15 ._outsideClose_1ym64_31{position:absolute;top:0;right:-42px;color:var(--icon-color-muted-primary)}._account_type_modal_d6w5l_1{min-width:350px;padding:16px;display:flex;flex-direction:column;align-items:stretch;justify-content:stretch;gap:30px}._account_type_modal_d6w5l_1 ._header_d6w5l_10{color:var(--text-primary);font-weight:500;font-size:16px;line-height:24px;font-family:Inter,sans-serif}._account_type_modal_d6w5l_1 ._content_d6w5l_17{display:flex;flex-direction:column;align-items:stretch;justify-content:stretch;gap:16px}._account_type_modal_d6w5l_1 ._footer_d6w5l_24{width:100%;display:flex;flex-direction:row;align-items:stretch;justify-content:center;gap:8px}._account_type_modal_d6w5l_1 ._footer_d6w5l_24 button{width:100%}._add_agent_label_modal_tk863_1{min-width:456px;padding:16px;display:flex;flex-direction:column;align-items:stretch;justify-content:stretch;gap:30px}._add_agent_label_modal_tk863_1 ._header_tk863_10{color:var(--text-primary);font-weight:500;font-size:16px;line-height:24px;font-family:Inter,sans-serif}._add_agent_label_modal_tk863_1 ._content_tk863_17{display:flex;flex-direction:column;align-items:stretch;justify-content:stretch;gap:16px}._add_agent_label_modal_tk863_1 ._footer_tk863_24{width:100%;display:flex;flex-direction:row;align-items:stretch;justify-content:center;gap:8px}._add_agent_label_modal_tk863_1 ._footer_tk863_24 button{width:100%}._account_transfer_modal_cylh0_1{min-width:350px;padding:16px;display:flex;flex-direction:column;align-items:stretch;justify-content:stretch;gap:30px}._account_transfer_modal_cylh0_1 ._header_cylh0_10{color:var(--text-primary);font-weight:500;font-size:16px;line-height:24px;font-family:Inter,sans-serif}._account_transfer_modal_cylh0_1 ._content_cylh0_17{display:flex;flex-direction:column;align-items:stretch;justify-content:stretch;gap:16px}._account_transfer_modal_cylh0_1 ._footer_cylh0_24{width:100%;display:flex;flex-direction:row;align-items:stretch;justify-content:center;gap:8px}._account_transfer_modal_cylh0_1 ._footer_cylh0_24 button{width:100%}._client_password_modal_lwbps_1{min-width:350px;padding:16px;display:flex;flex-direction:column;align-items:stretch;justify-content:stretch;gap:30px}._client_password_modal_lwbps_1 ._header_lwbps_10{color:var(--text-primary);font-weight:500;font-size:16px;line-height:24px;font-family:Inter,sans-serif}._client_password_modal_lwbps_1 ._content_lwbps_17{display:flex;flex-direction:column;align-items:stretch;justify-content:stretch;gap:16px}._client_password_modal_lwbps_1 ._footer_lwbps_24{width:100%;display:flex;flex-direction:row;align-items:stretch;justify-content:center;gap:8px}._client_password_modal_lwbps_1 ._footer_lwbps_24 button{width:100%}._client_register_modal_1tl69_1{min-width:350px;padding:16px;display:flex;flex-direction:column;align-items:stretch;justify-content:stretch;gap:30px}._client_register_modal_1tl69_1 ._header_1tl69_10{color:var(--text-primary);font-weight:500;font-size:16px;line-height:24px;font-family:Inter,sans-serif}._client_register_modal_1tl69_1 ._content_1tl69_17{display:flex;flex-direction:column;align-items:stretch;justify-content:stretch;gap:16px}._client_register_modal_1tl69_1 ._footer_1tl69_24{width:100%;display:flex;flex-direction:row;align-items:stretch;justify-content:center;gap:8px}._client_register_modal_1tl69_1 ._footer_1tl69_24 button{width:100%}._edit_account_modal_njq8w_1{min-width:420px;padding:16px;display:flex;flex-direction:column;align-items:stretch;justify-content:stretch;gap:30px}._edit_account_modal_njq8w_1 ._header_njq8w_10{color:var(--text-primary);font-weight:500;font-size:16px;line-height:24px;font-family:Inter,sans-serif;text-align:center}._edit_account_modal_njq8w_1 ._content_njq8w_18{display:flex;flex-direction:column;align-items:stretch;justify-content:stretch;gap:16px}._edit_account_modal_njq8w_1 ._footer_njq8w_25{width:100%;display:flex;flex-direction:row;align-items:stretch;justify-content:center;gap:8px}._edit_account_modal_njq8w_1 ._footer_njq8w_25 button{width:100%}._trade_accrue_profit_modal_1b3aw_1{width:420px;padding:24px;display:flex;flex-direction:column;align-items:stretch;justify-content:stretch;gap:24px}._trade_accrue_profit_modal_1b3aw_1 ._header_1b3aw_10{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:4px;color:var(--text-primary);font-weight:600;font-size:16px;line-height:24px;font-family:Inter,sans-serif;text-align:center}._trade_accrue_profit_modal_1b3aw_1 ._content_1b3aw_23{display:flex;flex-direction:column;align-items:stretch;justify-content:stretch;gap:16px}._trade_accrue_profit_modal_1b3aw_1 ._subtitle_1b3aw_30{color:var(--text-muted-tertiary);font-weight:500;font-size:12px;line-height:16px;font-family:Inter,sans-serif}._trade_accrue_profit_modal_1b3aw_1 ._footer_1b3aw_37{width:100%;display:flex;flex-direction:row;align-items:stretch;justify-content:center;gap:8px}._trade_accrue_profit_modal_1b3aw_1 ._footer_1b3aw_37 button{width:100%}._trade_edit_deal_modal_o8056_1{width:420px;padding:24px;display:flex;flex-direction:column;align-items:stretch;justify-content:stretch;gap:24px}._trade_edit_deal_modal_o8056_1 ._header_o8056_10{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:4px;color:var(--text-primary);font-weight:600;font-size:16px;line-height:24px;font-family:Inter,sans-serif;text-align:center}._trade_edit_deal_modal_o8056_1 ._content_o8056_23{display:flex;flex-direction:column;align-items:stretch;justify-content:stretch;gap:16px}._trade_edit_deal_modal_o8056_1 ._subtitle_o8056_30{color:var(--text-muted-tertiary);font-weight:500;font-size:12px;line-height:16px;font-family:Inter,sans-serif}._trade_edit_deal_modal_o8056_1 ._footer_o8056_37{width:100%;display:flex;flex-direction:row;align-items:stretch;justify-content:center;gap:8px}._trade_edit_deal_modal_o8056_1 ._footer_o8056_37 button{width:100%}._modal_1gjq8_1{width:1000px;height:600px;padding:22px}._body_7wpfv_1{width:600px;padding:20px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px}._body_7wpfv_1 ._buttons_7wpfv_10{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:8px}._body_7wpfv_1 ._buttons_7wpfv_10 ._button_7wpfv_10{flex:1}._client_template_modal_ujf36_1{width:372px;padding:32px;display:flex;flex-direction:column;align-items:stretch;justify-content:stretch;gap:24px}._client_template_modal_ujf36_1 ._header_ujf36_10{color:var(--text-primary);font-weight:600;font-size:16px;line-height:24px;font-family:Inter,sans-serif;letter-spacing:-.26px;text-align:center}._client_template_modal_ujf36_1 ._content_ujf36_19{display:flex;flex-direction:column;align-items:stretch;justify-content:stretch;gap:16px}._client_template_modal_ujf36_1 ._content_ujf36_19 ._subtitle_ujf36_26{color:var(--text-muted-tertiary);font-weight:600;font-size:12px;line-height:16px;font-family:Inter,sans-serif;letter-spacing:-.26px;text-align:center}._client_template_modal_ujf36_1 ._footer_ujf36_35{display:flex;flex-direction:row;align-items:stretch;justify-content:center;gap:12px}._client_template_modal_ujf36_1 ._footer_ujf36_35 button{width:100%}._report_add_preset_modal_pz79r_1{width:372px;padding:32px;display:flex;flex-direction:column;align-items:stretch;justify-content:stretch;gap:24px}._report_add_preset_modal_pz79r_1 ._header_pz79r_10{color:var(--text-primary);font-weight:600;font-size:16px;line-height:24px;font-family:Inter,sans-serif;letter-spacing:-.26px;text-align:center}._report_add_preset_modal_pz79r_1 ._content_pz79r_19{display:flex;flex-direction:column;align-items:stretch;justify-content:stretch;gap:16px}._report_add_preset_modal_pz79r_1 ._content_pz79r_19 ._subtitle_pz79r_26{color:var(--text-muted-tertiary);font-weight:600;font-size:12px;line-height:16px;font-family:Inter,sans-serif;letter-spacing:-.26px;text-align:center}._report_add_preset_modal_pz79r_1 ._footer_pz79r_35{display:flex;flex-direction:row;align-items:stretch;justify-content:center;gap:12px}._report_add_preset_modal_pz79r_1 ._footer_pz79r_35 button{width:100%}._footer_58gk6_1{display:grid;grid-template-columns:1fr 1fr;width:100%;min-width:320px;margin-top:24px;gap:8px}._footer_58gk6_1 button{min-width:100%}._template_modal_58gk6_13{min-width:350px;max-width:492px;padding:0;border-radius:32px;background:var(--bg-secondary);display:flex;flex-direction:column;align-items:stretch;justify-content:stretch;gap:4px}._head_58gk6_26{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:4px;padding:24px 24px 0}._title_58gk6_36{width:100%;color:var(--text-secondary);font-weight:600;font-size:16px;line-height:24px;font-family:Inter,sans-serif}._content_58gk6_45{width:100%;padding:24px;display:flex;flex-direction:column;align-items:start;justify-content:start;gap:24px}._modal_content_cn4q1_1{width:100%;padding:24px;display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:32px}._modal_content_cn4q1_1._narrow_cn4q1_10{width:min(420px,100vw - 32px)}._modal_content_cn4q1_1 ._icon_cn4q1_13{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:4px;padding:24px;border-radius:9999px}._modal_content_cn4q1_1 ._text_cn4q1_22{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;text-align:center}._modal_content_cn4q1_1 ._text_cn4q1_22 ._title_cn4q1_30{margin:0;color:var(--text-primary);font-weight:500;font-size:16px;line-height:24px;font-family:Inter,sans-serif}._modal_content_cn4q1_1 ._text_cn4q1_22 ._description_cn4q1_38{margin:0;color:var(--text-muted-secondary);font-weight:500;font-size:12px;line-height:16px;font-family:Inter,sans-serif}._modal_content_cn4q1_1 ._buttons_cn4q1_46{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:8px}._modal_content_cn4q1_1 ._buttons_cn4q1_46 button{flex:1}._modal_content_cn4q1_1._delete_cn4q1_57 ._confirm_cn4q1_57{background:var(--danger);color:var(--text-white)}._editDateTimeModal_ihxby_1{width:360px;padding:24px;display:flex;flex-direction:column;align-items:stretch;justify-content:stretch;gap:24px}._header_ihxby_11{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:0;color:var(--text-primary);font-weight:600;font-size:16px;line-height:24px;font-family:Inter,sans-serif;text-align:center}._content_ihxby_25{display:flex;flex-direction:column;align-items:stretch;justify-content:stretch;gap:16px}._datePicker_ihxby_33{width:100%}._footer_ihxby_37{width:100%;display:flex;flex-direction:row;align-items:stretch;justify-content:center;gap:8px}._footerButton_ihxby_46._footerButton_ihxby_46{flex:1 1 0;width:0;min-width:0}._layout_zl2vc_2{display:grid;grid-template-columns:var(--sidebar-width) 1fr;width:100%}._content_zl2vc_8{width:100%;max-height:100vh;overflow:auto}._page_1odqe_1{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:36px;width:100%;height:100vh;background:var(--light-100)}._page_1odqe_1 ._loader_1odqe_11{position:absolute;top:50%;left:50%;width:150px;transform:translate(-50%,-50%)}._page_msxo1_1{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:36px;width:100%;height:100vh;background:radial-gradient(ellipse at 20% 30%,#9268f2 0%,transparent 60%),radial-gradient(ellipse at 80% 70%,#52a5e5 0%,transparent 60%),var(--bg-brand-opacity)}._page_msxo1_1 ._logo_container_msxo1_11{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:0px}._page_msxo1_1 ._logo_container_msxo1_11 ._logo_msxo1_11{margin-bottom:12px;color:var(--light-25)}._page_msxo1_1 ._logo_container_msxo1_11 ._logo_msxo1_11 svg{width:100px;height:100px}._page_msxo1_1 ._logo_container_msxo1_11 h1{color:var(--text-primary);font-weight:700;font-size:32px;line-height:32px;font-family:Inter,sans-serif;text-align:center}._page_msxo1_1 ._logo_container_msxo1_11 h2{color:var(--text-primary);font-weight:700;font-size:14px;line-height:14px;font-family:Inter,sans-serif;padding-left:14px;letter-spacing:14px;text-align:center;opacity:.4}._page_msxo1_1 form{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;padding:24px;border-radius:32px;background-color:var(--bg-secondary)}._page_msxo1_1 form ._submit_button_msxo1_55{width:100%}._page_11s9r_1{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:32px;width:100%;height:100vh;padding:60px;background:radial-gradient(ellipse at 20% 30%,#9268f2 0%,transparent 60%),radial-gradient(ellipse at 80% 70%,#52a5e5 0%,transparent 60%),var(--bg-brand-opacity)}._page_11s9r_1 ._logo_container_11s9r_12{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:0px;margin-bottom:auto}._page_11s9r_1 ._logo_container_11s9r_12 ._logo_11s9r_12{margin-bottom:12px;color:var(--light-25)}._page_11s9r_1 ._logo_container_11s9r_12 ._logo_11s9r_12 svg{width:100px;height:100px}._page_11s9r_1 ._logo_container_11s9r_12 h1{color:var(--text-primary);font-weight:700;font-size:32px;line-height:32px;font-family:Inter,sans-serif;text-align:center}._page_11s9r_1 ._logo_container_11s9r_12 h2{color:var(--text-primary);font-weight:700;font-size:14px;line-height:14px;font-family:Inter,sans-serif;padding-left:14px;letter-spacing:14px;text-align:center;opacity:.4}._page_11s9r_1 ._cards_title_11s9r_47{color:var(--text-primary);font-weight:500;font-size:16px;line-height:16px;font-family:Inter,sans-serif;letter-spacing:-.26px}._page_11s9r_1 ._cards_container_11s9r_55{display:grid;grid-template-columns:repeat(auto-fit,minmax(130px,130px));align-content:start;justify-content:center;width:min(100%,1108px);max-height:406px;overflow-y:auto;gap:8px;scrollbar-color:rgba(255,255,255,.05) transparent;scrollbar-width:thin}._page_11s9r_1 ._cards_container_11s9r_55:has(._card_11s9r_47:only-child){place-content:center}._page_11s9r_1 ._cards_container_11s9r_55 ._card_11s9r_47{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;min-height:130px;padding:32px;border-radius:16px;background:#ffffff0d;cursor:pointer;transition:background .5s ease}._page_11s9r_1 ._cards_container_11s9r_55 ._card_11s9r_47:hover{background:#ffffff1a}._page_11s9r_1 ._cards_container_11s9r_55 ._card_11s9r_47 img{width:32px;height:32px;border-radius:50%}._page_11s9r_1 ._cards_container_11s9r_55 ._card_11s9r_47 span{color:var(--text-primary);font-weight:500;font-size:14px;line-height:16px;font-family:Inter,sans-serif;letter-spacing:-.26px}._page_11s9r_1 ._logout_button_11s9r_99{margin-top:auto;outline-color:#ffffff0d}._page_11s9r_1 ._logout_button_11s9r_99:hover{background:#ffffff0d}
