:root{--dodger-blue: dodgerblue;--blue-30: #4990f74d;--blue-60: #4990f799;--blue-100: #4990f7;--bluish-gray: #717377;--gray-000: #ffffff;--gray-005: #ffffff0d;--gray-010: #ffffff1a;--gray-020: #ffffff33;--gray-060: #ffffff99;--gray-100: #aaabae;--gray-200: #6b6d72;--gray-300: #4b4f59;--gray-400: #3c3f47;--gray-500: #2b2e35;--gray-600: #23262c;--gray-700: #212429;--gray-800: #191b1f;--gray-900: #121314;--yellow-100: #ffb400;--yellow-005: #ffb4000d;--yellow-10: #ffb4001a;--yellow-30: #ffb4004d;--yellow-60: #ffb40099;--yellow-80: #ffb400cc;--dirty-yellow: #af7900;--error: #cc1f1f;--border: #ffffff08;--scroll-bar: #a5aebd66;--primary-font: "Nunito", serif;--secondary-font: "Inter", sans-serif;--p1: normal 400 1rem/1.5 var(--primary-font);--p2: normal 400 .875rem/1.7 var(--primary-font);--p3: normal 400 .88rem/1.43 var(--primary-font);--bold-p3: normal 700 .88rem/1.43 var(--primary-font);--p4: normal 400 .8125rem/1.43 var(--primary-font);--p5: normal 400 .75rem/1.5 var(--primary-font);--p6: normal 400 .625rem/1.4 var(--primary-font);--bold-bottom-sheet-title: normal 500 1.25rem/1.4 var(--primary-font);--bold-modal-title: normal 600 1.25rem/1.2 var(--primary-font);--bold-tooltip-title: normal 600 1rem/1.375 var(--primary-font);--secondary-bold-p1: normal 700 2.5rem/1.3 var(--primary-font);--secondary-p2: normal 500 1.5rem/1.5 var(--primary-font);--secondary-p3: normal 500 1.5rem/1.3 var(--primary-font);--secondary-p4: normal 500 1.25rem/1.2 var(--primary-font);--secondary-p5: normal 500 1rem/1 var(--primary-font);--bold-p4: normal 500 1.125rem/1.33 var(--primary-font);--bold-p5: normal 500 .75rem/1.5 var(--primary-font);--small-screen-width: 800px;--max-small-device-width: 480px;--z-index-thumbnail: 9;--z-index-comment-button: 9;--z-index-comment-form: 11;--z-index-speed-selector: 12}:root{font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html{font-size:16px;-ms-overflow-style:none;scrollbar-width:none}html::-webkit-scrollbar{display:none}*{margin:0;padding:0;outline:none;box-sizing:border-box}*:not(p,span,h1,h2,h3,h4,h5,h6,input,textarea,select){-webkit-tap-highlight-color:transparent}div{display:block;unicode-bidi:isolate}a{text-decoration:none}form,h1,h2,h3,h4,h5,h6{margin:0;padding:0}input,textarea{border:none;-webkit-box-shadow:none;box-shadow:none;outline:none}input,textarea,select,button{font-family:inherit}i{-webkit-user-select:none;-ms-user-select:none;user-select:none}::-webkit-scrollbar{width:0;background:transparent}html,body,#root{width:100%;height:100%;margin:0;padding:0}body{font-family:var(--primary-font);margin:0;min-width:320px;overflow:hidden;background-color:var(--gray-600)}@supports (-webkit-overflow-scrolling: touch){select,textarea,input{font-size:16px}}@media screen and (min-width: 2560px){html{font-size:18px}}@media screen and (min-width: 3840px){html{font-size:20px}}.customScroll{--scroll-width: 12px;--scroll-thumb-color: var(--scroll-bar);--scroll-thumb-radius: 8px;--scroll-thumb-border: 4px}.customScrollThin{--scroll-width: 2px;--scroll-thumb-color: var(--gray-200);--scroll-thumb-radius: 1px}.customScroll,.customScrollThin{--scroll-track-color: transparent}.customScroll::-webkit-scrollbar,.customScrollThin::-webkit-scrollbar{width:var(--scroll-width)}.customScroll::-webkit-scrollbar-track,.customScrollThin::-webkit-scrollbar-track{background:var(--scroll-track-color)}.customScroll::-webkit-scrollbar-thumb,.customScrollThin::-webkit-scrollbar-thumb{background-color:var(--scroll-thumb-color);border-radius:var(--scroll-thumb-radius)}@-moz-document url-prefix(){.customScroll,.customScrollThin{scrollbar-width:thin;scrollbar-color:var(--scroll-thumb-color) var(--scroll-track-color)}}.customScroll::-webkit-scrollbar-track{border:var(--scroll-thumb-border) solid transparent;background-clip:content-box}.customScroll::-webkit-scrollbar-thumb{border:var(--scroll-thumb-border) solid transparent;background-clip:content-box;box-shadow:-4px 0 0 transparent inset}._loader_w85od_1{transform-origin:center;animation:_spin_w85od_1 1s linear infinite;display:block}._container_w85od_13{display:flex}._track_w85od_21{fill:none;stroke:var(--yellow-30);stroke-width:10}._arc_w85od_33{fill:none;stroke:var(--yellow-100);stroke-width:10;stroke-linecap:round;stroke-dasharray:251.2;stroke-dashoffset:208}@keyframes _spin_w85od_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._button_1n7da_1{min-width:124px;padding:14px 32px;border-radius:4px;font:var(--secondary-p5);letter-spacing:.2px;color:var(--gray-700);cursor:pointer;-webkit-transition:all .1s;transition:all .1s;position:relative;outline:none}._content_1n7da_29{display:flex;align-items:center;justify-content:center;gap:8px}._contained_1n7da_45{background-color:var(--yellow-100);-webkit-transition:background-color .1s;transition:background-color .1s;border:none}._contained_1n7da_45:disabled{opacity:.3;cursor:default}._contained_1n7da_45:hover:not([disabled]){background-color:#e6a100;color:var(--gray-700)}._contained_1n7da_45:active:not([disabled]){-webkit-transition:unset;transition:unset;background-color:#e6a100;color:var(--gray-700)}._secondary_1n7da_93{color:var(--gray-000);background:var(--gray-020);-webkit-transition:background-color .1s;transition:background-color .1s;border:none}._secondary_1n7da_93:disabled{opacity:.3;cursor:default}._secondary_1n7da_93:hover:not([disabled]){color:var(--gray-000);background:var(--gray-200)}._secondary_1n7da_93:active:not([disabled]){-webkit-transition:unset;transition:unset;color:var(--gray-000);background:var(--gray-020)}._secondary_1n7da_93[disabled]:active{background-color:var(--gray-200)}._outlined_1n7da_151{color:var(--gray-000);background:none;border:2px solid var(--gray-000)}._outlined_1n7da_151:disabled{border-color:var(--bluish-gray);color:var(--bluish-gray);cursor:default;pointer-events:none}._outlined_1n7da_151:hover{background-color:var(--yellow-100);border-color:var(--yellow-100);color:var(--gray-700)}._outlined_1n7da_151:focus{-webkit-transition:unset;transition:unset;background-color:var(--yellow-100);border-color:var(--yellow-100);color:var(--gray-700)}._outlined_1n7da_151:active{-webkit-transition:unset;transition:unset;background-color:var(--dirty-yellow);border-color:var(--dirty-yellow);color:var(--gray-700)}._text_1n7da_221{border:none;color:var(--gray-200);background-color:transparent;padding:0 16px}._text_1n7da_221:hover{color:var(--gray-100)}._text_1n7da_221:disabled{color:var(--gray-200);cursor:default;pointer-events:none}._loaderContainer_1n7da_257{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center}._loaderTrack_1n7da_281{stroke:var(--gray-200)!important}._loaderArc_1n7da_289{stroke:var(--gray-600)!important}._iconButton_1n7da_299{display:inline-flex;align-items:center;justify-content:center;padding:0;border-radius:50%;border:none;cursor:pointer;background-color:transparent;transition:all 50ms cubic-bezier(.4,0,.2,1) 0ms}._iconButton_1n7da_299:disabled{cursor:default;pointer-events:none;opacity:.6}._tooltip_goofu_1{position:fixed;padding:4px 8px;max-width:220px;background-color:var(--gray-500);color:var(--gray-100);border:1px solid var(--border);box-shadow:0 2px 8px #0003;border-radius:8px;font:var(--p5);text-align:center;white-space:pre-wrap;z-index:998;pointer-events:none;opacity:0;transform:scale(.95);transition:opacity .15s ease-in-out,transform .15s ease-in-out}._modal_goofu_47{z-index:1000}._visible_goofu_55{opacity:1;transform:scale(1)}._shortcut_goofu_65{display:inline-block;padding:0 4px;margin:0 4px;vertical-align:baseline;font:var(--p5);font-weight:700;color:var(--yellow-100);background-color:var(--gray-900);border-radius:4px}@media screen and (min-width: 3840px){._tooltip_goofu_1{max-width:250px}}._closeIcon_19u4c_1{width:24px;height:24px;color:var(--gray-200)!important;display:flex;align-items:center;justify-content:center;-webkit-tap-highlight-color:transparent}._closeIcon_19u4c_1:hover{color:var(--gray-100)!important}._typography_jcbr1_1{margin:0;font-family:var(--primary-font)}._h1_jcbr1_13{font:var(--p1)}._h2_jcbr1_21{font:var(--bold-p3)}._subtitle_jcbr1_29{font:var(--p3)}._body1_jcbr1_37,._body2_jcbr1_45{font:var(--p5)}._body3_jcbr1_53{font:var(--p6)}._primary_jcbr1_63{color:var(--gray-000)}._secondary_jcbr1_71{color:var(--gray-100)}._error_jcbr1_79{color:var(--error)}._left_jcbr1_89{text-align:left}._center_jcbr1_97{text-align:center}._right_jcbr1_105{text-align:right}._justify_jcbr1_113{text-align:justify}._block_jcbr1_123{display:block}._inline_jcbr1_131{display:inline}._backdrop_v85qq_1{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#0009;z-index:999;display:flex;flex-direction:column;justify-content:flex-end}._sheet_v85qq_27{background-color:var(--gray-600);border:1.2px solid var(--border);box-shadow:0 4.8px 19.2px #191b1f40;border-radius:16px 16px 0 0;max-height:80vh;display:flex;flex-direction:column}._header_v85qq_47{display:flex;align-items:center;justify-content:space-between;padding:16px 16px 20px;color:var(--gray-000)}._title_v85qq_63{font:var(--bold-bottom-sheet-title)!important;color:var(--gray-100)}._content_v85qq_73{flex:1;padding:0 16px 24px;overflow-y:auto}._content_v85qq_73::-webkit-scrollbar{width:12px}._content_v85qq_73::-webkit-scrollbar-track{background:transparent;border:4px solid transparent;background-clip:content-box}._content_v85qq_73::-webkit-scrollbar-thumb{background-color:var(--scroll-bar);border-radius:8px;border:4px solid transparent;background-clip:content-box}@-moz-document url-prefix(){._content_v85qq_73{scrollbar-width:thin;scrollbar-color:var(--scroll-bar) transparent}}._container_hi8gx_1{display:flex;align-items:center;gap:8px;padding:4px;cursor:pointer;transition:background-color .15s ease-out;background-color:transparent;border-radius:4px;width:100%}._container_hi8gx_1:hover{background-color:var(--gray-005)}._container_hi8gx_1._selected_hi8gx_33:hover{background-color:var(--yellow-005)}._icon_hi8gx_41{display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--gray-200);width:20px;height:20px}._container_hi8gx_1._selected_hi8gx_33 ._icon_hi8gx_41{color:var(--yellow-100)}._text_hi8gx_69{flex:1;font:var(--p3);color:var(--gray-100);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._container_hi8gx_1._selected_hi8gx_33 ._text_hi8gx_69,._container_hi8gx_1._selected_hi8gx_33:hover ._text_hi8gx_69{color:var(--yellow-100)}._container_hi8gx_1:hover ._text_hi8gx_69{color:var(--gray-000)}._rightText_hi8gx_105{font:var(--p3);color:var(--gray-200);flex-shrink:0}._check_hi8gx_117{flex-shrink:0;width:16px;height:16px;color:var(--yellow-100)}._popoverRoot_199kj_1{position:fixed;z-index:1000;top:0;right:0;bottom:0;left:0}._backdrop_199kj_13{position:fixed;display:flex;align-items:center;justify-content:center;top:0;right:0;bottom:0;left:0;background-color:transparent;-webkit-tap-highlight-color:transparent;z-index:-1}._paper_199kj_35{position:absolute;overflow-y:auto;overflow-x:hidden;min-width:16px;min-height:16px;max-width:calc(100% - 32px);max-height:calc(100% - 32px);outline:0;background-color:var(--gray-500);border-radius:4px;box-shadow:0 5px 5px -3px #0003,0 8px 10px 1px #00000024,0 3px 14px 2px #0000001f}._alertContainer_1adx8_1{position:fixed;bottom:24px;right:24px;min-width:240px;max-width:350px;width:fit-content;min-height:40px;background:var(--gray-400);color:var(--gray-000);border-radius:8px;padding:8px 8px 8px 12px;box-shadow:0 4px 6px #0000001a;z-index:1000;display:flex;align-items:center;gap:8px;grid-gap:8px;animation:_slideInDesktop_1adx8_1 .3s ease-out;word-wrap:break-word;overflow-wrap:break-word;word-break:break-word}@media (max-width: 800px){._alertContainer_1adx8_1{top:16px;bottom:auto;right:16px;left:16px;width:auto;max-width:800px;animation:_slideInMobile_1adx8_1 .3s ease-out}}._icon_1adx8_75{width:24px;height:24px;flex-shrink:0}._message_1adx8_87{flex:1}._closeWrapper_1adx8_95{align-self:stretch;display:flex;flex-direction:column;align-items:flex-start}@keyframes _slideInDesktop_1adx8_1{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes _slideInMobile_1adx8_1{0%{transform:translateY(-100%);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes _scale-drawing_9syio_1{50%{transform:scale(.98)}to{transform:scale(1)}}._drawing_9syio_21{animation:_scale-drawing_9syio_1 .75s both}._container_1sq80_1{display:inline-flex;align-items:center;position:relative;padding-left:36px;cursor:pointer;-webkit-user-select:none;user-select:none;min-height:24px}._input_1sq80_21{position:absolute;opacity:0;cursor:pointer;height:0;width:0}._checkmark_1sq80_37{position:absolute;left:0;height:24px;width:24px;border-radius:4px;background-color:var(--gray-400);display:flex;align-items:center;justify-content:center;transition:all .2s ease}._checkIcon_1sq80_63{width:20px;height:20px;color:var(--yellow-100);opacity:0;transition:opacity .2s ease}._input_1sq80_21:checked~._checkmark_1sq80_37 ._checkIcon_1sq80_63{opacity:1}._label_1sq80_87{color:var(--gray-100);font:var(--p3);line-height:1}._disabled_1sq80_99{opacity:.5;cursor:not-allowed}._modalRoot_ii51s_1{position:fixed;z-index:999;top:0;left:0;right:0;bottom:0;align-items:center;display:flex;padding:16px}._backdrop_ii51s_27{position:fixed;display:flex;align-items:center;justify-content:center;top:0;right:0;bottom:0;left:0;background:#0009;-webkit-tap-highlight-color:transparent}._paper_ii51s_47{background:var(--gray-700);border-radius:8px;margin:auto;position:relative;max-height:90vh;overflow-y:auto;-webkit-overflow-scrolling:touch}._closeButton_ii51s_67{position:absolute;right:16px;top:16px}._title_ii51s_79{margin:0;padding:24px 42px 0 32px;font:var(--bold-modal-title)!important;color:var(--gray-000);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._subtitle_ii51s_99{color:var(--gray-100);font:var(--p1)!important;letter-spacing:0;padding:16px 32px 0;max-width:30rem;white-space:pre-line}._content_ii51s_117{padding:24px 32px 32px}._tooltip_ii51s_127{z-index:999!important;max-width:none!important}@media only screen and (max-device-width: 480px),(max-width: 800px){._modalRoot_ii51s_1{flex-direction:column;justify-content:flex-end;padding:0}._paper_ii51s_47{background-color:var(--gray-600);border-radius:12px 12px 0 0;box-shadow:0 4.8px 19.2px #191b1f40;overflow-y:scroll;display:flex;flex-direction:column;width:100%;max-width:none;margin:0}._closeButton_ii51s_67{position:absolute;right:16px;top:18px}._title_ii51s_79{margin:0;padding:16px 40px 0 16px;font:var(--bold-bottom-sheet-title)!important;color:var(--gray-100);border-bottom:none}._subtitle_ii51s_99{color:var(--gray-200);padding:8px 16px 0;max-width:none}._content_ii51s_117{padding:8px 16px 24px}}._buttonWrapper_3zm31_1{width:100%;display:flex;justify-content:center;height:calc(1rem + 28px);min-width:416px}._buttonWrapper_3zm31_1._twoButtons_3zm31_17{justify-content:end;gap:16px}@media only screen and (max-device-width: 480px),(max-width: 800px){._buttonWrapper_3zm31_1{padding-top:16px;height:calc(1rem + 44px);min-width:unset}._button_3zm31_1{width:100%}}._container_g6xkl_1{display:flex;flex-direction:column;gap:4px;width:100%}._label_g6xkl_15{font:var(--p4);font-size:1rem;font-weight:700;color:var(--gray-100)}._inputWrapper_g6xkl_29{position:relative;display:flex;align-items:center;border:1.5px solid transparent;border-radius:8px;background-color:var(--gray-500);transition:all .2s ease;width:100%;cursor:pointer}._inputWrapper_g6xkl_29:not(._error_g6xkl_53):hover{border-color:var(--gray-400)}._inputWrapper_g6xkl_29:focus-within{border-color:var(--gray-300);box-shadow:0 8px 16px #0000001a}._error_g6xkl_53{border-color:var(--error)}._disabled_g6xkl_79{opacity:.5;cursor:not-allowed}._wrapper_g6xkl_89{width:100%}._input_g6xkl_29{width:100%;height:calc(1.5rem + 32px);padding:8px 40px 8px 16px;background:transparent;border:none;font:var(--p1);color:var(--gray-000);caret-color:var(--yellow-100);outline:none;cursor:pointer}._input_g6xkl_29::placeholder{color:var(--gray-100)}._input_g6xkl_29:disabled{cursor:not-allowed}._chevron_g6xkl_139{position:absolute;right:16px;top:50%;transform:translateY(-50%) rotate(180deg);display:flex;align-items:center;color:var(--gray-100);flex-shrink:0;pointer-events:none}._chevronOpen_g6xkl_163{transform:translateY(-50%) rotate(0)}._clearButton_g6xkl_171{position:absolute;right:44px;top:50%;transform:translateY(-50%);background:var(--gray-600);border:none;color:var(--gray-060);cursor:pointer;font-size:1rem;line-height:1;padding:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s ease}._clearButton_g6xkl_171:hover{color:var(--gray-000)}._helperText_g6xkl_221{font-size:var(--p5);font-weight:500;color:var(--gray-100);margin-top:2px}._errorText_g6xkl_235{color:var(--error)}.react-datepicker{background-color:var(--gray-500);border:1px solid var(--gray-400);border-radius:8px;font-family:inherit}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle,.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle{color:var(--gray-400);fill:var(--gray-400);stroke:var(--gray-400)}.react-datepicker__header{background-color:var(--gray-400);border-bottom:1px solid var(--gray-400);border-radius:8px 8px 0 0}.react-datepicker__current-month,.react-datepicker__day-name{color:var(--gray-000)}.react-datepicker__day{color:var(--gray-100)}.react-datepicker__day:not([aria-disabled=true]):hover{background-color:var(--gray-400);color:var(--gray-000)}.react-datepicker__day--selected,.react-datepicker__day--keyboard-selected{background-color:var(--yellow-100);color:var(--gray-700)}.react-datepicker__day--keyboard-selected:not([aria-disabled=true]):hover{background-color:var(--yellow-80);color:var(--gray-700)}.react-datepicker__day--disabled{color:var(--gray-300);cursor:not-allowed}.react-datepicker__navigation-icon:before{border-color:var(--gray-100)}.react-datepicker__navigation:hover .react-datepicker__navigation-icon:before{border-color:var(--gray-000)}._dropdownWindow_8flkz_1{position:absolute;background-color:var(--gray-500);border:1px solid var(--border);border-radius:8px;box-shadow:0 4px 16px #191b1f40;display:flex;flex-direction:column;gap:4px;z-index:1000}._paddingSmall_8flkz_25{padding:8px}._paddingMedium_8flkz_33{padding:12px}._paddingLarge_8flkz_41{padding:16px}._scrollable_8flkz_51{overflow-y:auto}._scrollable_8flkz_51::-webkit-scrollbar{width:12px}._scrollable_8flkz_51::-webkit-scrollbar-track{background:transparent;border:4px solid transparent;background-clip:content-box}._scrollable_8flkz_51::-webkit-scrollbar-thumb{background-color:var(--scroll-bar);border-radius:8px;border:4px solid transparent;background-clip:content-box;box-shadow:-4px 0 0 transparent inset}@-moz-document url-prefix(){._scrollable_8flkz_51{scrollbar-width:thin;scrollbar-color:var(--scroll-bar) transparent}}._thinScrollbar_8flkz_115::-webkit-scrollbar{width:2px}._thinScrollbar_8flkz_115::-webkit-scrollbar-track{background:transparent}._thinScrollbar_8flkz_115::-webkit-scrollbar-thumb{width:2px;background-color:var(--gray-300);border-radius:1px}@-moz-document url-prefix(){._thinScrollbar_8flkz_115{scrollbar-width:thin;scrollbar-color:var(--gray-300) transparent}}._emailContainer_1tg84_1{border:1px solid var(--gray-500);border-radius:4px;background-color:var(--gray-500);padding:12px 8px;display:flex;gap:8px;justify-content:space-between;align-items:center}._clickable_1tg84_23{cursor:pointer}._disabled_1tg84_31{opacity:.6}._leftBlock_1tg84_39{display:flex;flex-direction:column;flex:1}._rightBlock_1tg84_51{display:flex;align-items:center;justify-content:center}._error_1tg84_63{border:1px solid var(--error)}._label_1tg84_71{font:var(--p5);color:var(--gray-100);display:block;margin-bottom:8px;cursor:inherit}._emailContent_1tg84_87{display:flex;flex-wrap:wrap;gap:8px;align-items:center}._emailTag_1tg84_101{position:relative;display:flex;align-items:center;background-color:var(--gray-300);border-radius:4px;padding:4px 8px;font-size:var(--p3);color:var(--gray-000);transition:all .2s ease;height:1.5rem}._emailContainer_1tg84_1:not(._disabled_1tg84_31) ._emailTag_1tg84_101:hover{background-color:var(--gray-200)}._removeEmailButton_1tg84_135{visibility:hidden;position:absolute;top:-.25rem;right:-.375rem;border:none;background-color:var(--gray-700);color:var(--gray-000);cursor:pointer;font-size:.8rem;line-height:1;font-weight:700;padding:0;width:.75rem;height:.75rem;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s ease}._emailTag_1tg84_101:hover ._removeEmailButton_1tg84_135{visibility:visible}._emailInput_1tg84_187{background:transparent;border:none;color:var(--gray-000);font-size:var(--p3);line-height:1;padding:4px 4px 4.5px;min-width:200px;caret-color:var(--yellow-100);flex:1;height:1.5rem}._emailInput_1tg84_187:focus{outline:none}._emailInput_1tg84_187::placeholder{color:var(--gray-100)}._emailInput_1tg84_187::-webkit-contacts-auto-fill-button{visibility:hidden;display:none!important;pointer-events:none;position:absolute;right:0}._addEmailButton_1tg84_245{background:none;border:none;color:var(--gray-100);cursor:pointer;font-size:var(--p3);line-height:1;padding:4px;transition:color .2s ease;height:1.5rem}._addEmailButton_1tg84_245:disabled{cursor:default}._addEmailButton_1tg84_245:hover:not([disabled]),._clickable_1tg84_23:hover ._addEmailButton_1tg84_245{color:var(--yellow-100)}._errorText_1tg84_287{font-size:var(--p5);font-weight:500;color:var(--error);margin-top:6px}._clearButton_1tg84_301{background:var(--gray-600);border:none;color:var(--gray-060);cursor:pointer;font-size:1rem;line-height:1;padding:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s ease}._clearButton_1tg84_301:hover{color:var(--gray-000)}._expandableWrapper_j4e8y_1{position:relative;margin-bottom:-6px}._textContainer_j4e8y_11{overflow:hidden;margin-bottom:6px;transition:max-height .35s ease-in-out}._fadeOverlay_j4e8y_23{position:absolute;bottom:0;left:0;right:0;height:calc(1.25rem + 6px);display:flex;align-items:flex-end;justify-content:center;background:linear-gradient(0deg,var(--gray-800) 40%,rgba(25,27,31,0) 100%);pointer-events:none}._showMoreButton_j4e8y_49{background:none;border:none;color:var(--gray-100);font-weight:600!important;font:var(--p4);padding:6px 0 0;cursor:pointer;pointer-events:auto;text-align:end}._showMoreButton_j4e8y_49:hover{color:var(--gray-000)}._leftOffset_j4e8y_81{padding-left:calc(.625rem + 4px)}._selected_j4e8y_89{background:linear-gradient(0deg,var(--gray-900) 40%,rgba(25,27,31,0) 100%)}@media only screen and (max-device-width: 480px),(max-width: 800px){._showMoreButton_j4e8y_49{font:var(--p1);line-height:1rem}}._container_1mokv_1{position:relative;width:100%}._inputWrapper_1mokv_11{position:relative;width:100%;display:block}._input_1mokv_11{width:100%;height:calc(1.5rem + 32px);padding:8px 16px;border-radius:8px;background-color:var(--gray-500);border:solid 1.5px transparent;font:var(--p1);color:var(--gray-000);caret-color:var(--yellow-100);text-overflow:ellipsis}._input_1mokv_11::-webkit-input-placeholder{color:var(--gray-100)}._input_1mokv_11::-moz-placeholder{color:var(--gray-100)}._input_1mokv_11::placeholder{color:var(--gray-100)}._input_1mokv_11._withDistinctPlaceholder_1mokv_73::-webkit-input-placeholder{color:var(--gray-200)}._input_1mokv_11._withDistinctPlaceholder_1mokv_73::-moz-placeholder{color:var(--gray-200)}._input_1mokv_11._withDistinctPlaceholder_1mokv_73::placeholder{color:var(--gray-200)}._floatingInput_1mokv_97{padding:20px 16px 8px}._input_1mokv_11:focus{border-color:var(--gray-300);box-shadow:0 8px 16px #0000001a}._input_1mokv_11:disabled{opacity:.5;cursor:default}._error_1mokv_125{border-color:var(--error);caret-color:var(--gray-100)}._error_1mokv_125:focus{border-color:var(--error)}._floatingLabel_1mokv_143{position:absolute;left:16px;top:50%;transform:translateY(-50%);font:var(--p1);color:var(--gray-100);pointer-events:none;transition:translateY .2s ease}._floating_1mokv_97{top:8px;transform:translateY(0);font:var(--p5);font-size:12px}._helperText_1mokv_179{position:absolute;top:100%;left:0;margin-top:2px;font:var(--p5);color:var(--gray-400)}._errorText_1mokv_197{color:var(--error)}._startAdornment_1mokv_205{position:absolute;left:0;top:50%;transform:translateY(-50%);padding-left:14px;display:flex;align-items:center;pointer-events:none;z-index:1}._endAdornment_1mokv_229{position:absolute;right:0;top:50%;transform:translateY(-50%);padding-right:14px;display:flex;align-items:center;z-index:1}._hasStartAdornment_1mokv_251{padding-left:34px}._hasEndAdornment_1mokv_259{padding-right:44px}._container_17cr9_1{position:relative;width:100%}._inputWrapper_17cr9_11{position:relative;width:100%;display:block}._input_17cr9_11{width:100%;height:calc(1.5rem + 32px);padding:8px 16px;border-radius:8px;background-color:var(--gray-500);border:solid 1.5px transparent;font:var(--p1);color:var(--gray-000);cursor:pointer;display:flex;align-items:center;justify-content:space-between;-webkit-user-select:none;user-select:none}._input_17cr9_11:not(._error_17cr9_55):hover{border-color:var(--gray-400)}._input_17cr9_11._focused_17cr9_63{border-color:var(--gray-300);box-shadow:0 8px 16px #0000001a}._input_17cr9_11._disabled_17cr9_73{opacity:.5;cursor:not-allowed}._input_17cr9_11._disabled_17cr9_73:hover{border-color:transparent}._floatingLabel_17cr9_91{position:absolute;left:16px;color:var(--gray-100);pointer-events:none;transition:translateY .2s ease;top:8px;font:var(--p5);font-size:12px}._error_17cr9_55,._error_17cr9_55._focused_17cr9_63{border-color:var(--error)}._displayValue_17cr9_129{flex:1;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;font:var(--p1);color:var(--gray-000)}._displayValue_17cr9_129._floating_17cr9_91{padding-top:18px}._chevron_17cr9_155{display:flex;align-items:center;color:var(--gray-100);transition:transform .2s ease;margin-left:8px;flex-shrink:0;transform:rotate(180deg)}._chevronOpen_17cr9_175{transform:rotate(-180deg)}._dropdown_17cr9_183{background-color:var(--gray-500);border:1px solid var(--border);border-radius:8px;box-shadow:0 4px 16px #191b1f40;max-height:500px;overflow-y:auto;padding:8px}._dropdownUpward_17cr9_203{box-shadow:0 -4px 16px #0003}._group_17cr9_211:not(:first-child){padding-top:8px}._groupHeader_17cr9_219{font:var(--p5);color:var(--gray-200)}._groupHeader_17cr9_219:not(:first-child){padding-top:8px}._option_17cr9_237{padding:4px;font:var(--p4);color:var(--gray-100);border-radius:4px;cursor:pointer;transition:all .15s ease}._option_17cr9_237:hover{background-color:var(--gray-005);color:var(--gray-000)}._option_17cr9_237._selected_17cr9_265{color:var(--yellow-100)}._option_17cr9_237._selected_17cr9_265:hover{background-color:var(--gray-005)}._helperText_17cr9_281{position:absolute;top:100%;left:0;margin-top:2px;font:var(--p5);color:var(--gray-400)}._errorText_17cr9_299{color:var(--error)}._dropdown_17cr9_183::-webkit-scrollbar{width:2px}._dropdown_17cr9_183::-webkit-scrollbar-track{background:transparent}._dropdown_17cr9_183::-webkit-scrollbar-thumb{width:2px;background-color:var(--gray-300);border-radius:1px}._logo_1dwtu_1{display:block;height:auto;color:var(--gray-000)}._small_1dwtu_13{width:112px;height:24px}._large_1dwtu_23{width:178px;height:38px}._page_1qjy0_1{display:flex;flex-direction:column;flex:1;padding:32px}._header_1qjy0_15{display:flex;align-items:center;justify-content:flex-start;gap:24px}._pageTitle_1qjy0_29{font:var(--secondary-p3)!important;color:var(--gray-000)}._container_1qjy0_39{display:flex;flex-direction:column;align-items:center;justify-content:center;flex-grow:1;text-align:center;gap:32px}._textWrapper_1qjy0_59{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;max-width:25rem}._title_1qjy0_77{color:var(--gray-000);font:var(--bold-modal-title)!important;text-align:center}._description_1qjy0_89{font:var(--p1)!important;color:var(--gray-100);text-align:center}._refreshIcon_b4pj5_1{width:24px;height:24px;color:var(--gray-200);margin:0 0 0 6px;align-items:center;justify-content:center}._refreshIcon_b4pj5_1:hover{color:var(--gray-100)}._loader_b4pj5_27{width:24px;height:24px;align-items:center;justify-content:center}._container_c4g1t_1{display:flex;align-items:center;gap:4px}._lastUpdatedText_c4g1t_13{font:var(--p1)!important;color:var(--gray-200)}._ruler_1w9eb_1{overflow:hidden;background-repeat:repeat-x;background-position:0 0;background-size:auto 100%}._storageWrapper_1ljyn_1{display:flex;flex-direction:column;min-width:156px}._row_1ljyn_13{display:flex;align-items:center;justify-content:space-between;gap:4px}._text_1ljyn_27{font:var(--p1);color:var(--gray-100);text-align:center;flex-grow:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}._storageIcon_1ljyn_49{width:24px;height:24px;color:var(--gray-300);vertical-align:top;margin-left:4px}._progressWrapper_1ljyn_65{width:100%;height:5px;background-color:var(--yellow-30);border-radius:5px;overflow:hidden;margin-top:4px}._progressBar_1ljyn_83{height:100%;background-color:var(--yellow-100);transition:width .3s ease-in-out}._tableWrapper_ymet4_1{position:relative;width:100%;height:100%;display:flex;flex-direction:column;flex:1;min-height:0;border-radius:8px;overflow-x:auto;overflow-y:hidden;scrollbar-width:thin;scrollbar-color:var(--gray-200) transparent}._tableWrapper_ymet4_1::-webkit-scrollbar{width:2px;height:2px}._tableWrapper_ymet4_1::-webkit-scrollbar-thumb{background-color:var(--gray-200);border-radius:2px}._table_ymet4_1{width:100%;border-collapse:collapse;border-radius:8px;background-color:var(--gray-600);display:flex;flex-direction:column;flex:1;min-height:0}._thead_ymet4_77{display:block;width:100%;flex-shrink:0;box-sizing:border-box;overflow-y:hidden}._th_ymet4_77{text-align:left;padding:16px 8px;color:var(--gray-200);font:var(--p3);border-bottom:1px solid var(--gray-500);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;cursor:default;-webkit-user-select:none;user-select:none}._th_ymet4_77._clickable_ymet4_119{cursor:pointer}._tbody_ymet4_127{display:block;flex:1;overflow-y:auto;overflow-x:hidden;width:100%;scrollbar-gutter:stable;scrollbar-width:thin;scrollbar-color:var(--gray-200) transparent}._tbody_ymet4_127::-webkit-scrollbar{width:2px}._tbody_ymet4_127::-webkit-scrollbar-thumb{background-color:var(--gray-200);border-radius:2px}._tr_ymet4_171{display:table;width:100%;table-layout:fixed;background-color:var(--gray-600)}._td_ymet4_185{padding:16px 8px;color:var(--gray-100);font:var(--p1);vertical-align:middle;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition:all .2s ease}._th_ymet4_77:first-child{padding-left:16px;border-top-left-radius:8px}._td_ymet4_185:first-child{padding-left:16px}._th_ymet4_77:last-child{padding-right:16px;border-top-right-radius:8px}._td_ymet4_185:last-child{padding-right:16px}._tbody_ymet4_127 ._tr_ymet4_171:last-child ._td_ymet4_185:first-child{border-bottom-left-radius:8px}._tbody_ymet4_127 ._tr_ymet4_171:last-child ._td_ymet4_185:last-child{border-bottom-right-radius:8px}._tbody_ymet4_127 ._tr_ymet4_171:nth-child(2n){background-color:var(--gray-700)}._tbody_ymet4_127 ._tr_ymet4_171:hover ._td_ymet4_185,._th_ymet4_77:hover,._th_ymet4_77._clickable_ymet4_119:hover{color:var(--gray-000)}._container_1r717_1{position:relative;width:100%}._textareaWrapper_1r717_11{position:relative;width:100%;display:block}._textarea_1r717_11{width:100%;min-height:100px;padding:8px 16px;border-radius:8px;background-color:var(--gray-500);border:solid 1.5px transparent;font:var(--p1);color:var(--gray-000);caret-color:var(--yellow-100);resize:vertical;font-family:inherit}._textarea_1r717_11::-webkit-input-placeholder{color:var(--gray-100)}._textarea_1r717_11::-moz-placeholder{color:var(--gray-100)}._textarea_1r717_11::placeholder{color:var(--gray-100)}._floatingTextarea_1r717_75{padding:20px 16px 8px}._textarea_1r717_11:focus{border-color:var(--gray-300);box-shadow:0 8px 16px #0000001a;outline:none}._textarea_1r717_11:disabled{opacity:.5;cursor:default}._error_1r717_105{border-color:var(--error);caret-color:var(--gray-100)}._error_1r717_105:focus{border-color:var(--error)}._floatingLabel_1r717_123{position:absolute;left:16px;top:12px;font:var(--p1);color:var(--gray-100);pointer-events:none;transition:all .2s ease}._floating_1r717_75{top:8px;font:var(--p5);font-size:12px}._helperText_1r717_155{position:absolute;top:100%;left:0;margin-top:2px;font:var(--p5);color:var(--gray-400)}._errorText_1r717_173{color:var(--error)}._container_11o6u_1{display:flex;align-items:center;gap:8px;cursor:pointer;width:fit-content;-webkit-user-select:none;user-select:none}._container_11o6u_1._disabled_11o6u_19{cursor:not-allowed;opacity:.5}._switch_11o6u_29{position:relative;width:26px;height:16px;background-color:var(--gray-300);border-radius:32px;transition:background-color .2s ease}._switch_11o6u_29._checked_11o6u_47{background-color:var(--yellow-80)}._thumb_11o6u_55{position:absolute;top:2px;left:2px;width:12px;height:12px;background-color:var(--gray-000);border-radius:50%;transition:transform .2s ease;box-shadow:0 2px 4px #0003}._switch_11o6u_29._checked_11o6u_47 ._thumb_11o6u_55{transform:translate(10px)}._label_11o6u_87{color:var(--gray-100);font:var(--p4)!important;line-height:1.5rem!important}[data-vjs-player]{-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none;cursor:auto}._controls_1n374_17{position:absolute;bottom:0;left:0;right:0;top:0;display:flex;width:100%;height:100%}._tip_70pot_1{display:inline;color:var(--gray-300);font-style:italic}._icon_70pot_13{display:inline;color:var(--gray-300);width:16px;height:16px;vertical-align:sub}._rangeRightIcon_70pot_29{transform:scaleX(-1)}._wrapper_qctig_1{display:block;width:100%}._textareaContainer_qctig_11{display:block;width:100%;line-height:24px;min-height:24px;position:relative;cursor:text}._placeholder_qctig_29{position:absolute;top:0;left:0;right:0;font:var(--p1);font-size:16px;line-height:24px;color:var(--dodger-blue);pointer-events:none;-webkit-user-select:none;user-select:none;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;vertical-align:top}._placeholderTipsColor_qctig_65{color:var(--gray-300)}._textarea_qctig_11{display:inline;background:var(--gray-800);font:var(--p1);font-size:16px;line-height:24px;color:var(--gray-000);outline:none;min-height:24px;max-height:72px;transition:height .1s ease-out;overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior-y:contain;caret-color:transparent;border:none;resize:none;word-wrap:break-word;white-space:pre-wrap}._textarea_qctig_11:focus{caret-color:var(--dodger-blue)}._textarea_qctig_11::-webkit-scrollbar{width:2px!important}._textarea_qctig_11::-webkit-scrollbar-track{background:transparent}._textarea_qctig_11::-webkit-scrollbar-thumb{width:2px;background-color:var(--gray-500);border-radius:1px}._timestamp_qctig_151{display:inline;color:var(--dodger-blue);font-weight:600;padding-right:12px;white-space:nowrap;font:var(--p1);font-size:16px;line-height:24px}._ghostTimestamp_qctig_173{visibility:hidden}@-moz-document url-prefix(){._textarea_qctig_11{scrollbar-width:thin;scrollbar-color:var(--gray-500) transparent}._textarea_qctig_11:empty:before{content:"\a";white-space:pre}}@media only screen and (max-device-width: 480px),(max-width: 800px){._textarea_qctig_11{background:var(--gray-800);padding:0 4px 0 0;-webkit-touch-callout:none;-webkit-user-select:text;user-select:text;cursor:text;margin-right:-4px}._textarea_qctig_11::-webkit-scrollbar-thumb{background-color:var(--gray-200)}._timestamp_qctig_151{padding-right:10px}}._tipLabel_qctig_247{font-style:italic}._content_nwbxu_1{display:flex;flex-direction:column;gap:32px;padding:0}._firstBlock_nwbxu_15{display:flex;flex-direction:column;gap:16px}._input_nwbxu_27{width:100%}._notesWrapper_nwbxu_35{display:grid}._textarea_nwbxu_43{padding:8px 16px;border-radius:8px;background-color:var(--gray-500);border:solid 1.5px transparent;font:var(--p1);color:var(--gray-000);caret-color:var(--yellow-100);resize:none;min-height:100px}._textarea_nwbxu_43:focus{border-color:var(--gray-300);box-shadow:0 8px 16px #0000001a}._textarea_nwbxu_43::placeholder{color:var(--gray-100)}._textareaError_nwbxu_85{border-color:var(--error)}._errorText_nwbxu_93{font-size:var(--p5);font-weight:500;color:var(--error);margin-top:6px}._buttonWrapper_nwbxu_107{display:flex;justify-content:flex-end;gap:16px}._button_nwbxu_107{display:flex;justify-content:center;align-items:center;min-height:50px}._loader_nwbxu_133{width:18px;height:18px}._content_e9cex_1{display:flex;flex-direction:column;height:100%;min-height:0;padding:0}._formWrapper_e9cex_17{display:flex;flex-direction:column;gap:32px;overflow-y:scroll;overflow-x:hidden;flex:1;min-height:0;padding-right:10px;margin-right:-22px}._formWrapper_e9cex_17::-webkit-scrollbar{width:12px}._formWrapper_e9cex_17::-webkit-scrollbar-track{background:transparent;border:4px solid transparent;background-clip:content-box}._formWrapper_e9cex_17::-webkit-scrollbar-thumb{background-color:var(--scroll-bar);border-radius:8px;border:4px solid transparent;background-clip:content-box}._formBlock_e9cex_77{display:flex;flex-direction:column;gap:16px}._field_e9cex_89{display:flex;flex-direction:column;gap:4px}._firstBlock_e9cex_101{display:flex;flex-direction:column;gap:16px}._label_e9cex_113{font:var(--secondary-p5);line-height:1.25;font-weight:700;color:var(--gray-100);width:80px;letter-spacing:-1%}._input_e9cex_131{width:100%}._secondBlock_e9cex_139{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:16px 64px}._capacityContainer_e9cex_155{display:flex;align-items:center;gap:8px}._capacityContainer_e9cex_155._error_e9cex_167{padding-bottom:.6rem}._capacityInputWrapper_e9cex_175{display:flex;align-items:center;gap:16px}._capacityInput_e9cex_175{width:100%;min-width:120px}._gbLabel_e9cex_197{font:var(--p1);color:var(--gray-200);padding-right:8px}._calculatedGB_e9cex_209{font:var(--p1);color:var(--gray-100);padding-right:8px;white-space:nowrap;flex-shrink:0;min-width:fit-content}._dollarSign_e9cex_227{font:var(--p1);color:var(--gray-200);padding-left:8px}._textarea_e9cex_239{padding:8px 16px;border-radius:8px;background-color:var(--gray-500);border:solid 1.5px transparent;font:var(--p1);color:var(--gray-000);caret-color:var(--yellow-100);resize:none;min-height:100px}._textarea_e9cex_239:focus{border-color:var(--gray-300);box-shadow:0 8px 16px #0000001a}._textarea_e9cex_239::placeholder{color:var(--gray-100)}._textareaError_e9cex_281{border-color:var(--error)}._errorText_e9cex_289{font-size:var(--p5);font-weight:700;color:var(--error);margin-top:6px}._twoColumnRow_e9cex_303{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:start}._inputWithLabel_e9cex_317{display:flex;align-items:center;gap:8px;min-width:0}._inputWithLabel_e9cex_317>*:not(._label_e9cex_113){flex:1;min-width:0}._sectionHeader_e9cex_341{font:var(--secondary-p5);line-height:1.25;font-weight:700;color:var(--gray-000)}._divider_e9cex_355{width:100%;border-top:1px solid var(--gray-300)}._buttonWrapper_e9cex_365{display:flex;justify-content:flex-end;padding-top:32px}._button_e9cex_365{display:flex;justify-content:center;align-items:center;min-height:50px}._loader_e9cex_391{width:18px;height:18px}@-moz-document url-prefix(){._formWrapper_e9cex_17{scrollbar-width:thin;scrollbar-color:var(--scroll-bar) transparent}}@media screen and (max-width: 768px){._twoColumnRow_e9cex_303{grid-template-columns:1fr}}@media screen and (min-width: 2560px){._label_e9cex_113{min-width:100px}}@media screen and (min-width: 3840px){._label_e9cex_113{min-width:116px}}._header_13vto_1{height:48px;display:flex;align-items:center;padding:12px 24px;background-color:var(--gray-500);flex-shrink:0}._rightSection_13vto_19{margin-left:auto;display:flex;align-items:center;gap:16px}._sidebar_1gplo_1{display:flex;flex-direction:column;justify-content:space-between;align-items:center;height:100%;background-color:var(--gray-600);padding:24px 8px;border-right:1px solid var(--gray-500)}._topSection_1gplo_23,._bottomSection_1gplo_25{display:flex;flex-direction:column;align-items:center;gap:16px}._tab_1gplo_39{display:flex;justify-content:center;align-items:center;width:56px;height:56px;border-radius:8px;cursor:pointer;background:transparent;color:var(--gray-300);transition:background-color .2s,color .2s}._tab_1gplo_39:hover{color:var(--gray-100);background-color:var(--gray-500)}._tab_1gplo_39._active_1gplo_79{background-color:var(--yellow-10);color:var(--yellow-100)}._container_c2j24_1{display:flex;flex-direction:column;height:100vh;width:100vw;background-color:var(--gray-600);overflow:hidden}._contentWrapper_c2j24_19{display:flex;flex-direction:row;flex:1;overflow:hidden}._main_c2j24_33{flex:1;position:relative;display:flex;flex-direction:column}._sideBarPlaceholder_c2j24_47{height:100%;width:72px;border-right:1px solid var(--gray-500)}._container_zhe81_1{background-color:var(--gray-600);color:var(--gray-000);grid-template-columns:1fr 1fr 1fr 321px;display:grid;min-width:0;height:100%}._mediaSection_zhe81_19{grid-column:1/4;display:flex;flex-direction:column;height:100%;min-height:0}._header_zhe81_35{padding:12px;display:flex;justify-content:space-between;align-items:center;position:relative;z-index:2;gap:16px;grid-gap:16px;height:48px}._leftSection_zhe81_59{display:flex;justify-content:flex-start;align-items:center;gap:8px;padding-left:12px}._rightSection_zhe81_75{display:flex;justify-content:flex-end;padding:0 8px;gap:12px;grid-gap:12px}._circleButton_zhe81_91{width:24px;height:24px;border-radius:50%;background:var(--gray-005)}._mediaContentWrapperDesktop_zhe81_105{display:flex;flex:1;height:100%;overflow:hidden;position:relative;flex-direction:column}._mediaContentWrapper_zhe81_105{max-height:300px;display:flex;flex-direction:column;transition:opacity .3s ease,transform .3s ease,max-height .35s ease}._mediaSkeleton_zhe81_143{width:100%;flex:1;display:flex;align-items:center;justify-content:center;min-height:220px}._mediaSkeletonContainer_zhe81_161{display:flex;flex:1;height:100%;background-size:200% 100%;animation:_shimmer_zhe81_1 4s infinite;background-color:var(--gray-800);background-image:linear-gradient(107.39deg,#fff0 29.19%,#ffffff0d 49.55%,#fff0 69.45%)}@keyframes _shimmer_zhe81_1{0%{background-position:200% 0}to{background-position:-200% 0}}._mediaControls_zhe81_211{padding:12px 16px;display:flex;flex-direction:column;gap:17px}._topRow_zhe81_225{padding-top:18px;width:100%}._progressBar_zhe81_235{position:relative;width:100%;height:8px;border-radius:2px;background:var(--gray-800)}._progress_zhe81_235{position:absolute;height:100%;background:var(--gray-010);width:18%;border-radius:2px;z-index:1}._bottomRow_zhe81_269{display:flex;justify-content:space-between;align-items:center}._bottomLeft_zhe81_281{display:flex}._bottomRight_zhe81_289{display:flex;gap:16px}._commentForm_zhe81_299{padding:4px 16px 16px;border-top:1px solid var(--gray-600);display:flex;align-items:center;gap:16px;background-color:var(--gray-600)}._commentFormLeft_zhe81_317{display:flex;gap:8px}._commentFormCenter_zhe81_327{flex:1;display:flex}._commentFormInputDark_zhe81_337{width:100%;height:72px;border-radius:8px;display:flex;background-color:var(--gray-800);overflow:hidden}._commentFormRight_zhe81_355{display:flex}._commentFormSendButton_zhe81_363{width:48px;height:48px;border-radius:8px;background:var(--gray-005)}._commentsSection_zhe81_377{display:flex;flex-direction:column;overflow:hidden;min-height:0}._commentsHeader_zhe81_391{min-height:48px;padding:8px 12px 8px 16px;display:flex;justify-content:space-between;align-items:center}._commentsHeaderLeft_zhe81_407{display:flex;align-items:center}._commentsHeaderRight_zhe81_417{display:flex;gap:12px}._commentsList_zhe81_427{padding:0 12px 12px;display:flex;flex-direction:column;gap:8px}._commentItem_zhe81_441{display:flex;flex-direction:column;gap:12px;padding:8px;border-radius:4px;background-color:var(--gray-800)}._commentActions_zhe81_459{display:flex;gap:8px}._comment_zhe81_299{margin-top:24px;width:74%;height:20px;border-radius:2px;background:var(--gray-005)}._reply_zhe81_485{display:flex;flex-direction:column;gap:8px;padding-left:8px}._commentTextMedium_zhe81_499{width:52%;height:20px;border-radius:2px;background:var(--gray-005)}._commentTextShort_zhe81_513{width:40%;height:20px;border-radius:2px;background:var(--gray-005)}._commentActionButton_zhe81_527{width:20px;height:20px;border-radius:50%;background:var(--gray-005)}@media only screen and (max-device-width: 480px),(max-width: 800px){._container_zhe81_1{display:flex;flex-direction:column}._header_zhe81_35{visibility:hidden}._mediaSection_zhe81_19{height:unset}._mediaControls_zhe81_211{padding:10px 16px 12px;gap:8px}._commentsSection_zhe81_377{flex:1;min-height:0;display:flex;flex-direction:column;padding-top:16px}._commentsList_zhe81_427{padding:16px}}._buttonContainer_oh61q_1{position:relative;max-height:1.5rem}._iconButton_oh61q_11{width:100%;height:1.75rem;padding:2px 4px;border-radius:4px;color:var(--gray-200);transition:all 50ms ease-out;display:flex;align-items:center;justify-content:center;gap:.5rem;grid-gap:.5rem;white-space:nowrap}._iconButton_oh61q_11:hover{background-color:var(--gray-005)}._iconButton_oh61q_11 p{color:var(--gray-100)}._iconButton_oh61q_11:hover p{color:var(--gray-000)}._exportIcon_oh61q_65{width:1.25rem;height:1.25rem}._exportButtonTitle_oh61q_75{font:var(--p3)}._form_cdwpj_1{width:26rem;max-width:26rem;display:grid;grid-gap:1rem}._textarea_cdwpj_15{resize:none;border:1.5px solid transparent;border-radius:8px;background-color:var(--gray-500);color:var(--gray-000);caret-color:var(--yellow-100);font:var(--p1);width:100%;padding:8px 16px}._textarea_cdwpj_15::-webkit-input-placeholder{color:var(--gray-100)}._textarea_cdwpj_15::-moz-placeholder{color:var(--gray-100)}._textarea_cdwpj_15::placeholder{color:var(--gray-100)}._textarea_cdwpj_15:focus{border:1.5px solid var(--gray-300);box-shadow:0 8px 16px #0000001a}._description_cdwpj_77{color:var(--gray-100);font:var(--p1)!important;letter-spacing:0;padding-bottom:8px}._buttons_cdwpj_91{padding-top:16px;display:flex;justify-content:space-between}._saveButton_cdwpj_103{min-width:104px;padding:12px 30px}._emailLabel_cdwpj_113{padding-bottom:8px}@media only screen and (max-device-width: 480px),(max-width: 800px){._form_cdwpj_1{width:100%;max-width:none;padding-top:12px}._description_cdwpj_77{color:var(--gray-200)}._buttons_cdwpj_91{padding-top:6px;flex-direction:column;gap:20px}._saveButton_cdwpj_103{width:100%}}._tab_iarh2_1{display:flex;justify-content:center;align-items:center;width:56px;height:56px;border-radius:8px;cursor:pointer;background:transparent;color:var(--gray-300);transition:background-color .2s,color .2s}._tab_iarh2_1:hover{color:var(--gray-100);background-color:var(--gray-500)}._buttonContainer_iarh2_41{position:relative;max-height:24px}._iconButton_iarh2_51{width:100%;height:28px;padding:2px 4px;color:var(--gray-200);transition:all 50ms ease-out;display:flex;align-items:center;justify-content:center;gap:.5rem;grid-gap:.5rem}._iconButton_iarh2_51:hover{color:var(--gray-100)}._iconButton_iarh2_51._active_iarh2_85{background:var(--gray-500);border-radius:4px;color:var(--gray-100)}._iconButton_iarh2_51._active_iarh2_85:hover{color:var(--gray-000)}._iconButton_iarh2_51{background-color:transparent;justify-content:flex-start}._iconButton_iarh2_51 p{color:var(--gray-100)}._iconButton_iarh2_51:hover p{color:var(--gray-000)}._icon_iarh2_51{width:24px;height:24px}._buttonTitle_iarh2_141{display:none}@media only screen and (max-device-width: 480px),(max-width: 800px){._iconButton_iarh2_51{background-color:transparent;justify-content:flex-start;padding:0}._iconButton_iarh2_51 p{color:var(--gray-100)}._iconButton_iarh2_51:hover p{color:var(--gray-000)}._buttonTitle_iarh2_141{display:block;font:var(--p1)}}._list_132dj_1{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:12px 0}._keysContainer_132dj_15{display:flex;justify-content:flex-start;gap:4px;min-width:100px;padding-right:16px}._key_132dj_15{display:flex;justify-content:center;align-items:center;padding:0 4px;min-width:20px;font:var(--bold-p3);white-space:nowrap;color:var(--yellow-100);background-color:var(--gray-900);border-radius:4px}._separator_132dj_59{font:var(--p1);color:var(--gray-100);padding:0;min-width:0;background:none}._title_132dj_75{font:var(--p1);color:var(--gray-100)}._iconButton_3rjzt_1{width:100%;height:28px;padding:2px 4px;color:var(--gray-200);transition:all 50ms ease-out;display:flex;align-items:center;gap:.5rem;grid-gap:.5rem}._iconButton_3rjzt_1:hover{color:var(--gray-100)}._iconButton_3rjzt_1._active_3rjzt_33{background:var(--gray-500);border-radius:4px;color:var(--gray-100)}._iconButton_3rjzt_1._active_3rjzt_33:hover{color:var(--gray-000)}._buttonTitle_3rjzt_53{display:none}@media only screen and (max-device-width: 480px),(max-width: 800px){._iconButton_3rjzt_1{background-color:transparent;justify-content:flex-start;padding:0}._iconButton_3rjzt_1 p{color:var(--gray-100)}._iconButton_3rjzt_1:hover p{color:var(--gray-000)}._buttonTitle_3rjzt_53{display:block;font:var(--p1)}}._commenterSection_1h87w_1{text-transform:capitalize}._sectionHeader_1h87w_9{display:flex;justify-content:space-between;align-items:center}._sectionTitle_1h87w_21{color:var(--gray-200);font:var(--p1);white-space:nowrap}._filterContent_1h87w_33{min-width:11.625rem;display:flex;flex-direction:column;gap:4px;grid-gap:4px}._tooltip_1h87w_49{max-width:none}._filterOption_1h87w_57{display:flex;align-items:center;justify-content:space-between;cursor:pointer;transition:color .2s;height:1.5rem;min-height:1.5rem;border-radius:4px;margin:0 -4px;padding:0 4px}._filterOption_1h87w_57:hover{background-color:var(--gray-005)}._filterOption_1h87w_57 p{font:var(--p3);color:var(--gray-100);white-space:nowrap;max-width:8.375rem;overflow:hidden;text-overflow:ellipsis}._filterOption_1h87w_57:hover p{color:var(--gray-000)}._filterOption_1h87w_57._selected_1h87w_117:hover{background-color:var(--yellow-005)}._filterOption_1h87w_57._selected_1h87w_117 p{color:var(--yellow-100)}._filterOption_1h87w_57._selected_1h87w_117 svg{color:var(--yellow-100);width:1.5rem;min-width:1.5rem;height:1.5rem}._iconButton_1h87w_147{width:100%;height:28px;padding:2px 4px;color:var(--gray-200);transition:all 50ms ease-out;display:flex;align-items:center;gap:.5rem;grid-gap:.5rem}._iconButton_1h87w_147:hover{color:var(--gray-100)}._iconButton_1h87w_147._active_1h87w_179{background:var(--gray-500);border-radius:4px;color:var(--gray-100)}._iconButton_1h87w_147._active_1h87w_179:hover{color:var(--gray-000)}._iconButton_1h87w_147._filtered_1h87w_199{color:var(--yellow-80)}._iconButton_1h87w_147._filtered_1h87w_199:hover{color:var(--yellow-100)}._buttonContainer_1h87w_215{position:relative;max-height:24px}._clearButton_1h87w_225{background:none;border:none;color:var(--gray-100);font:var(--p5);cursor:pointer;padding:0 0 0 4px;transition:color .2s}._clearButton_1h87w_225:hover{color:var(--gray-000)}._statusSection_1h87w_253{display:flex;flex-direction:column;gap:4px;grid-gap:4px;padding-bottom:8px;border-bottom:1px solid var(--gray-300);margin-bottom:8px}._usersSection_1h87w_273{display:flex;flex-direction:column;gap:4px;grid-gap:4px}._usersSection_1h87w_273 ._sectionTitle_1h87w_21{color:var(--gray-200);font:var(--p5);white-space:nowrap;margin-bottom:4px}._commentersList_1h87w_301{display:flex;flex-direction:column;max-height:200px;gap:4px;grid-gap:4px;margin-right:-4px;padding-right:4px;margin-left:-4px;padding-left:4px}._commentersList_1h87w_301::-webkit-scrollbar{width:2px}._commentersList_1h87w_301::-webkit-scrollbar-track{background:transparent}._commentersList_1h87w_301::-webkit-scrollbar-thumb{width:2px;background-color:var(--gray-300);border-radius:1px}._commentersList_1h87w_301 ._sortOption_1h87w_353{font:var(--p3)}._infoLabel_1h87w_361{font:var(--p1)}@-moz-document url-prefix(){._commentersList_1h87w_301{scrollbar-width:thin;scrollbar-color:var(--gray-300) transparent}}._iconButton_9dwx2_1{width:100%;height:28px;padding:2px 4px;color:var(--gray-200);transition:all 50ms ease-out;display:flex;align-items:center;gap:.5rem;grid-gap:.5rem}._iconButton_9dwx2_1:hover{color:var(--gray-100)}._iconButton_9dwx2_1._active_9dwx2_33{background:var(--gray-500);border-radius:4px;color:var(--gray-100)}._iconButton_9dwx2_1._active_9dwx2_33:hover{color:var(--gray-000)}._buttonTitle_9dwx2_53{display:none}._buttonContainer_9dwx2_61{position:relative;max-height:24px}._dropdownWindow_9dwx2_71{width:20rem;max-height:min(70vh,635px)}._infoContent_9dwx2_81{display:flex;flex-direction:column;gap:12px}._infoSection_9dwx2_93{display:grid;grid-template-columns:auto 1fr;gap:8px;align-items:start}._divider_9dwx2_107{height:1px;width:100%;background-color:var(--gray-300)}._label_9dwx2_119{color:var(--gray-100);font:var(--p3);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._infoValue_9dwx2_135{color:var(--gray-200);font:var(--p3);word-wrap:break-word;white-space:pre-wrap;min-width:0;flex-shrink:0}._interactionSection_9dwx2_153{display:flex;flex-direction:column;gap:12px;width:100%}._sectionTitle_9dwx2_167{color:var(--gray-200);font:var(--p3)}._loader_9dwx2_177{display:flex;flex-direction:column;gap:12px;align-items:center}._row_9dwx2_191{display:flex;flex:1;justify-content:space-between;align-items:baseline;width:100%;gap:8px;height:auto}._interactionDetails_9dwx2_211{min-width:0}._tooltip_9dwx2_219{max-width:none}._userName_9dwx2_227{font:var(--p3);color:var(--gray-100);display:inline;word-wrap:break-word;white-space:pre-wrap;margin-right:8px;cursor:pointer}._invited_9dwx2_247{color:var(--yellow-100)}._interactionAction_9dwx2_255{color:var(--gray-200);font:var(--p5);display:inline;white-space:pre-wrap;min-width:0;flex-shrink:0}._interactionTime_9dwx2_273{color:var(--gray-200);font:var(--p5);white-space:nowrap}@media only screen and (max-device-width: 480px),(max-width: 800px){._iconButton_9dwx2_1{background-color:transparent;justify-content:flex-start;padding:0}._iconButton_9dwx2_1._active_9dwx2_33{background-color:transparent}._iconButton_9dwx2_1 p{color:var(--gray-100)}._iconButton_9dwx2_1:hover p{color:var(--gray-000)}._buttonTitle_9dwx2_53{display:block;font:var(--p1)}._mobileInfoContent_9dwx2_333{width:100%;display:flex;flex-direction:column;gap:24px}._label_9dwx2_119{font:var(--p1)}._infoValue_9dwx2_135{font:var(--p1);word-wrap:break-word;white-space:pre-wrap}._interactionSection_9dwx2_153{gap:8px}._sectionTitle_9dwx2_167{padding:16px 0 4px;font:var(--p1)}._userName_9dwx2_227{font:var(--p1)}._interactionAction_9dwx2_255,._interactionTime_9dwx2_273{font:var(--p2)}}._container_17ibz_1{display:grid;grid-gap:16px;width:100%}._sendButton_17ibz_13{height:50px;justify-self:end;min-width:184px}._textarea_17ibz_25 textarea{resize:none}._loader_17ibz_33{width:24px;height:24px}._placeholder_8oqxb_1{text-align:center;padding:22px}._inviteeRow_12spj_1{display:flex;justify-content:space-between;padding-left:8px;width:100%;min-width:0}._inviteeRow_12spj_1:hover{background-color:var(--gray-500);border-radius:4px}._inviteeRow_12spj_1:hover ._email_12spj_27,._inviteeRow_12spj_1:hover ._userName_12spj_29{color:var(--gray-000)}._inviteeRow_12spj_1:hover button{color:var(--yellow-100)}._inviteeInfo_12spj_45{display:flex;align-items:center;column-gap:10px;flex:1;min-width:0;overflow:hidden}._email_12spj_27{font:var(--p3);color:var(--gray-100);background-color:var(--gray-500);border-radius:4px;padding:4px 8px;flex-shrink:0;max-width:320px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition:all .1s ease;display:inline-block}._userName_12spj_29{font:var(--p3);color:var(--gray-100);flex:1;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition:all .1s ease;display:inline-block}._inviteeRow_12spj_1 button{flex-shrink:0;padding:4px 28px 4px 4px;min-width:unset}._tooltip_12spj_129{max-width:none}._requestRow_12bpp_1{display:flex;justify-content:space-between;padding-left:8px;width:100%;min-width:0}._requestRow_12bpp_1:hover{background-color:var(--gray-500);border-radius:4px}._requestRow_12bpp_1:hover ._email_12bpp_27,._requestRow_12bpp_1:hover ._userName_12bpp_29{color:var(--gray-000)}._requestInfo_12bpp_37{display:flex;align-items:center;column-gap:10px;flex:1;min-width:0;max-width:388px;overflow:hidden}._email_12bpp_27{font:var(--p3);color:var(--gray-100);background-color:var(--gray-500);border-radius:4px;padding:4px 8px;flex-shrink:0;max-width:160px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition:all .1s ease;display:inline-block}._emailNoUserName_12bpp_87{max-width:260px}._userName_12bpp_29{font:var(--p3);color:var(--gray-100);flex-shrink:0;max-width:100px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition:all .1s ease;display:inline-block}._text_12bpp_119{font:var(--p3);color:var(--gray-100);flex:1;min-width:0;white-space:nowrap;transition:all .1s ease;display:inline-block}._buttons_12bpp_139{display:flex;column-gap:8px}._requestRow_12bpp_1 button{min-width:unset;flex-shrink:0}._approveButton_12bpp_159{padding:4px;color:var(--yellow-100)}._approveButton_12bpp_159:hover{color:var(--yellow-100)}._ignoreButton_12bpp_177{padding:4px 28px 4px 4px;color:var(--dodger-blue)}._ignoreButton_12bpp_177:hover{color:var(--dodger-blue)}._tooltip_12bpp_195{max-width:none}@media screen and (min-width: 2560px){._email_12bpp_27{max-width:140px}._userName_12bpp_29{max-width:90px}._emailNoUserName_12bpp_87{max-width:230px}}@media screen and (min-width: 3840px){._email_12bpp_27{max-width:120px}._userName_12bpp_29{max-width:82px}._emailNoUserName_12bpp_87{max-width:202px}}._invitees_p6f7y_1{display:grid;grid-gap:4px;max-height:18vh;width:100%;overflow-x:hidden;overflow-y:auto;scrollbar-gutter:stable}._invitees_p6f7y_1::-webkit-scrollbar{background-color:transparent;width:8px}._invitees_p6f7y_1::-webkit-scrollbar-thumb{background:var(--gray-400);border-radius:4px}._invitees_p6f7y_1::-webkit-scrollbar-thumb:hover{background:var(--gray-300)}._invitees_p6f7y_1{scrollbar-color:var(--gray-400) transparent}._invitees_p6f7y_1:hover{scrollbar-color:var(--gray-300) transparent}._container_10cs6_1{display:grid;grid-gap:8px}._selectedEmail_10cs6_11{color:var(--yellow-100)}._overflowLoader_10cs6_19{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;justify-content:center;align-items:center;background-color:#23262c99}._inviteesList_10cs6_43{position:relative}._loader_10cs6_51{display:flex;justify-content:center}._container_17uz1_1{display:flex;flex-direction:column;row-gap:8px;flex-grow:1;border:1px solid var(--gray-300);border-radius:4px;padding:16px;cursor:pointer;transition:all .2s ease}._container_17uz1_1:hover{background-color:var(--gray-500)}._container_17uz1_1._active_17uz1_35{border-color:var(--yellow-100)}._container_17uz1_1._active_17uz1_35:hover{background-color:var(--yellow-005)}._title_17uz1_51{display:flex;align-items:center;column-gap:8px}._title_17uz1_51 svg path{transition:fill .3s ease}._container_17uz1_1._active_17uz1_35 ._title_17uz1_51 svg path{fill:var(--yellow-100)!important}._container_ow1ca_1{display:grid;grid-gap:16px;width:100%}._visibilityOptions_ow1ca_13{display:flex;align-items:center;justify-content:center;column-gap:16px}._modal_qkl0c_1{width:640px}._content_qkl0c_9{display:grid;grid-gap:32px}._divider_qkl0c_19{width:100%;height:1px;background-color:var(--gray-300)}@media (max-width: 800px){._modal_qkl0c_1{width:100%}}._container_1tuuy_1{position:relative;max-height:24px}._icon_1tuuy_11{width:24px;height:24px;color:var(--yellow-100)}._buttonContainer_1kt37_1{position:relative;max-height:1.5rem}._iconButton_1kt37_11{width:100%;height:1.75rem;padding:2px 4px;border-radius:4px;color:var(--gray-200);transition:all 50ms ease-out;display:flex;align-items:center;justify-content:center;gap:.5rem;grid-gap:.5rem;white-space:nowrap}._iconButton_1kt37_11:hover{background-color:var(--gray-005)}._iconButton_1kt37_11{background-color:transparent;justify-content:flex-start}._iconButton_1kt37_11 p{color:var(--gray-100)}._iconButton_1kt37_11:hover p{color:var(--gray-000)}._icon_1kt37_11{width:1.25rem;height:1.25rem}._iconButtonTitle_1kt37_85{font:var(--p3)}._sectionTitle_sh7dt_1{color:var(--gray-200);font:var(--p1);white-space:nowrap}._sortContent_sh7dt_13{min-width:10rem;display:flex;flex-direction:column;gap:4px;grid-gap:4px}._sortOption_sh7dt_29{display:flex;align-items:center;justify-content:space-between;cursor:pointer;transition:color .2s;height:24px;min-height:24px;border-radius:4px;margin:0 -4px;padding:0 4px}._sortOption_sh7dt_29:hover{background-color:var(--gray-005)}._sortOption_sh7dt_29 p{font:var(--p3);color:var(--gray-100);white-space:nowrap;max-width:140px}._sortOption_sh7dt_29:hover p{color:var(--gray-000)}._sortOption_sh7dt_29._selected_sh7dt_85:hover{background-color:var(--yellow-005)}._sortOption_sh7dt_29._selected_sh7dt_85 p{color:var(--yellow-100)}._sortOption_sh7dt_29._selected_sh7dt_85 svg{color:var(--yellow-100);width:1.5rem;min-width:1.5rem;height:1.5rem}._applyButton_sh7dt_115{width:100%;margin-top:20px}._applyButton_sh7dt_115:hover{opacity:.9}._iconButton_sh7dt_133{width:100%;height:28px;padding:2px 4px;color:var(--gray-200);transition:all 50ms ease-out;display:flex;align-items:center;gap:.5rem;grid-gap:.5rem}._iconButton_sh7dt_133:hover{color:var(--gray-100)}._iconButton_sh7dt_133._active_sh7dt_165{background:var(--gray-500);border-radius:4px;color:var(--gray-100)}._iconButton_sh7dt_133._active_sh7dt_165:hover{color:var(--gray-000)}._buttonTitle_sh7dt_185{display:none}._buttonContainer_sh7dt_193{position:relative;max-height:24px}@media only screen and (max-device-width: 480px),(max-width: 800px){._sortOption_sh7dt_29{margin-bottom:16px}._sortOption_sh7dt_29:hover,._sortOption_sh7dt_29._selected_sh7dt_85:hover{background-color:transparent}._sortOption_sh7dt_29 p{font:var(--p1);white-space:nowrap;max-width:80%}._iconButton_sh7dt_133{background-color:transparent;justify-content:flex-start}._iconButton_sh7dt_133 p{color:var(--gray-100)}._iconButton_sh7dt_133:hover p{color:var(--gray-000)}._buttonTitle_sh7dt_185{display:block;font:var(--p1)}}._header_1gif3_1{height:48px;display:flex;align-items:center;background-color:var(--gray-600);flex-shrink:0;gap:12px;grid-gap:12px}._leftSection_1gif3_21{display:flex;justify-content:flex-start;align-items:center;padding-left:24px;gap:12px}._centerSection_1gif3_37{display:flex;flex:1;justify-content:space-between;align-items:center;gap:12px;grid-gap:12px;min-width:0}._titleSection_1gif3_57{display:flex;flex-grow:1;justify-content:center;align-items:center;gap:12px;grid-gap:12px;white-space:nowrap;overflow:hidden}._fileActions_1gif3_79{display:flex;flex-shrink:1;justify-content:flex-end;align-items:center;gap:12px;grid-gap:12px}._title_1gif3_57{font:var(--p1);color:var(--gray-200);white-space:nowrap;text-overflow:ellipsis;overflow:hidden;max-width:calc(100% - 100px)}._rightSection_1gif3_115{display:flex;align-items:center;justify-content:flex-end;flex-shrink:0;gap:8px;width:321px;padding-right:12px;border-left:1px solid var(--gray-005);height:48px}._rightSectionWithSkeleton_1gif3_141{border-left:none}._animatedRightSection_1gif3_149{width:100%;display:flex;justify-content:flex-end;gap:8px;grid-gap:8px;align-items:center}._skeletonRightSection_1gif3_167{width:100%;display:flex;justify-content:flex-end;align-items:center;column-gap:12px}._skeletonCircleButton_1gif3_183{width:24px;height:24px;border-radius:50%;background:var(--gray-005)}._backButton_1gif3_197{width:24px;height:24px;color:var(--gray-200)}._backButton_1gif3_197:hover{color:var(--gray-100)}._iconButton_1gif3_217{width:100%;height:28px;padding:2px 4px;color:var(--gray-200);transition:all 50ms ease-out;display:flex;align-items:center;gap:.5rem;grid-gap:.5rem}._iconButton_1gif3_217:hover{color:var(--gray-100)}._iconButton_1gif3_217._active_1gif3_249{background:var(--gray-500);border-radius:4px;color:var(--gray-100)}._iconButton_1gif3_217._active_1gif3_249:hover{color:var(--gray-000)}._buttonContainer_1gif3_269{position:relative;max-height:24px}._kebabContent_1gif3_279{min-width:165px;padding:10px 8px;display:flex;flex-direction:column;gap:8px;grid-gap:8px}._version_1gif3_297{display:flex;align-items:center;justify-content:center;color:var(--gray-100);font:var(--p5);padding:8px 4px 4px;border-top:1px solid var(--gray-400)}._wrapper_1qmdr_1{width:100%;position:relative}._label_1qmdr_11{font:var(--p3);color:var(--gray-200);font-weight:400}._inputWrapper_1qmdr_23{position:relative;display:flex;align-items:center;border:1.5px solid transparent;border-radius:4px;background-color:var(--gray-500);transition:all .2s ease;width:100%;cursor:pointer;min-height:74px;padding:12px}._inputWrapper_1qmdr_23:not(._disabled_1qmdr_51):hover{border-color:var(--gray-400)}._inputWrapper_1qmdr_23:focus-within{border-color:var(--gray-300);box-shadow:0 8px 16px #0000001a}._textWrapper_1qmdr_69{display:flex;flex-direction:column;min-width:0;max-width:90%}._disabled_1qmdr_51{opacity:.5;cursor:not-allowed}._active_1qmdr_93{cursor:unset}._placeholder_1qmdr_101{flex:1;font:var(--p1);color:var(--gray-100);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._partner_1qmdr_119{position:relative;display:inline-flex;align-items:center;background-color:var(--gray-020);border-radius:4px;padding:4px 8px;font-size:var(--p3);color:var(--gray-000);transition:all .2s ease;height:1.5rem;max-width:100%;min-width:0}._partnerName_1qmdr_149{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._partner_1qmdr_119:hover{background-color:var(--gray-200)}._clearSmallButton_1qmdr_169{visibility:hidden;position:absolute;top:-.25rem;right:-.375rem;border:none;background-color:var(--gray-700);color:var(--gray-000);cursor:pointer;font-size:.8rem;line-height:1;padding:0;width:.75rem;height:.75rem;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s ease}._partner_1qmdr_119:hover ._clearSmallButton_1qmdr_169{visibility:visible}._chevron_1qmdr_219{position:absolute;right:16px;top:50%;transform:translateY(-50%) rotate(180deg);display:flex;align-items:center;color:var(--gray-100);flex-shrink:0;pointer-events:none}._chevronOpen_1qmdr_243{transform:translateY(-50%) rotate(0);color:var(--gray-000)}._clearButton_1qmdr_253{position:absolute;right:16px;top:50%;transform:translateY(-50%);background:var(--gray-600);border:none;color:var(--gray-060);cursor:pointer;font-size:1rem;line-height:1;padding:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s ease}._clearButton_1qmdr_253:hover{color:var(--gray-000)}._dropdownContainer_1qmdr_303{position:relative;z-index:100}._partnerList_1qmdr_313{display:flex;flex-direction:column;gap:4px;padding:8px}._partnerItem_1qmdr_327{padding:4px 8px;font-size:var(--p1);color:var(--gray-100);cursor:pointer;border-radius:4px;transition:background-color .15s ease;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex-shrink:0}._partnerItem_1qmdr_327:hover{background-color:var(--gray-005)}._emptyState_1qmdr_361{padding:8px;font-size:var(--p1);color:var(--gray-100);text-align:center;min-height:80px;display:flex;flex-direction:column;align-items:center;justify-content:center}._loaderContainer_1qzkb_1{width:100%;height:100%;display:flex;justify-content:center;align-items:center;background-color:var(--gray-600)}._dropdown_zzdca_1{border:1px solid var(--border);padding:8px;min-width:120px}._content_zzdca_13{display:flex;flex-direction:column;gap:8px}._userInfo_zzdca_25{display:flex;flex-direction:column;padding:2px 4px;gap:4px;color:var(--gray-100);font:var(--p5)}._divider_zzdca_43{width:100%;border-top:1px solid var(--gray-400)}._signOutButton_zzdca_53{display:flex;align-items:center;gap:8px;background:none;border:none;padding:4px;border-radius:4px;cursor:pointer;color:var(--gray-100);transition:opacity .2s ease}._signOutButton_zzdca_53:hover{background-color:var(--gray-005);color:var(--gray-000)}._signOutIcon_zzdca_89{width:20px;height:20px;color:var(--gray-200)}._signOutText_zzdca_101{font:var(--p3)}._button_140h4_1{width:40px;height:40px;border-radius:50%;border:none;background:var(--gray-400);color:var(--gray-100);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;padding:9px;margin:8px;overflow:hidden;position:relative}._button_140h4_1._hasImage_140h4_37{padding:0;border:2px solid var(--gray-300);background:transparent}._button_140h4_1._active_140h4_49,._button_140h4_1:hover{background:var(--yellow-30);color:var(--yellow-100)}._button_140h4_1._hasImage_140h4_37._active_140h4_49,._button_140h4_1._hasImage_140h4_37:hover{border-color:var(--yellow-100)}._button_140h4_1._hasImage_140h4_37:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-radius:50%;box-shadow:inset 0 0 0 2px transparent;transition:box-shadow .2s ease;pointer-events:none}._button_140h4_1._hasImage_140h4_37._active_140h4_49:after,._button_140h4_1._hasImage_140h4_37:hover:after{box-shadow:inset 0 0 0 2px var(--gray-500)}._avatarImg_140h4_107{width:100%;height:100%;object-fit:cover}._initials_140h4_119{font-size:16px;font-weight:700;text-transform:uppercase;line-height:22px}._icon_140h4_133{width:22px;height:24px;color:var(--gray-200)}._button_140h4_1._active_140h4_49 ._icon_140h4_133,._button_140h4_1:hover ._icon_140h4_133{color:var(--yellow-100)}._container_ortdn_1{display:flex;flex-direction:column;width:100%;height:100vh;overflow-y:hidden;overflow-x:auto;-ms-overflow-style:none;scrollbar-width:none}._container_ortdn_1::-webkit-scrollbar{display:none}._layoutWrapper_ortdn_35{display:flex;flex:1}._mainContent_ortdn_45{display:flex;flex:1;overflow:auto}._loaderContainer_ortdn_57{width:100%;height:100%;display:flex;align-items:center;justify-content:center}@media only screen and (max-device-width: 480px),(max-width: 800px){._container_ortdn_1{overflow:auto}}._header_xgpu7_1{display:flex;align-items:center;justify-content:space-between;padding:12px 24px;background-color:var(--gray-500);min-width:100%}._rightSection_xgpu7_19{padding:0 16px}._sidebar_10cwt_1{display:flex;flex-direction:column;justify-content:space-between;align-items:center;height:100%;background-color:var(--gray-600);padding:24px 8px;border-right:1px solid var(--gray-500);width:72px}._topSection_10cwt_25,._bottomSection_10cwt_27{display:flex;flex-direction:column;align-items:center;gap:16px}._tab_10cwt_41{display:flex;justify-content:center;align-items:center;width:56px;height:56px;border-radius:8px;cursor:pointer;background:transparent;color:var(--gray-300);transition:background-color .2s,color .2s}._tab_10cwt_41:hover{color:var(--gray-100);background-color:var(--gray-500)}._tab_10cwt_41._active_10cwt_81{background-color:var(--yellow-10)}._tab_10cwt_41._active_10cwt_81 svg path{fill:var(--yellow-100)}._avatar_10cwt_99{display:flex;justify-content:center;align-items:center;width:40px;height:40px;border-radius:50%;background-color:var(--gray-400);color:var(--gray-100);font:var(--bold-tooltip-title);font-weight:700}._modal_1hiiy_1{width:640px}._container_1h9nv_1{display:flex;flex-direction:column;width:100%;height:100%;align-items:center;overflow:hidden;min-width:900px;background-color:var(--gray-600)}._content_1h9nv_23{display:flex;flex-direction:column;flex:1;width:100%;padding:32px;gap:16px;min-height:0}._controlPanel_1h9nv_43{display:flex;align-items:center;justify-content:space-between}._title_1h9nv_55{font:var(--secondary-p3);color:var(--gray-000)}._createButton_1h9nv_65{display:flex;align-items:center;justify-content:center;gap:8px;padding:8px 24px}._loaderWrapper_1h9nv_81{flex:1;display:flex;align-items:center;justify-content:center}._loadingTable_1h9nv_95{opacity:.5;pointer-events:none}._tableWrapper_1h9nv_105{width:100%;flex:1;min-height:0}._nameCell_1h9nv_117{width:320px}._externalIdCell_1h9nv_125{width:120px}._emailCell_1h9nv_133{white-space:normal;word-break:break-word}._actionsCell_1h9nv_143{width:calc(3.25rem + 36px);padding-right:16px}._actionsContainer_1h9nv_153{display:flex;flex-direction:row;align-items:center;justify-content:flex-end;gap:12px}._actionButton_1h9nv_169{width:1rem;height:1rem;padding:0;display:flex;align-items:center;justify-content:center;transition:all .2s ease;color:var(--gray-300)}._tableRow_1h9nv_191:hover ._actionButton_1h9nv_169{color:var(--gray-000)}._tableRow_1h9nv_191:hover ._actionButton_1h9nv_169:hover{color:var(--yellow-100)}._actionButton_1h9nv_169 svg{width:1.25rem;height:1.25rem;min-width:1.25rem}._sortSelected_1h9nv_219{color:var(--yellow-100)}._sortIcon_1h9nv_227{width:1rem;height:1rem;margin-left:2px;margin-bottom:2px;vertical-align:middle}._rotated_1h9nv_243{transform:rotate(180deg)}._placeholderWrapper_1h9nv_251{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px}._placeholder_1h9nv_251{font:var(--secondary-p4);font-weight:600;color:var(--gray-000)}._placeholderDescription_1h9nv_281{font:var(--p1);color:var(--gray-100)}._modal_1xf0s_1{width:640px}._formContainer_1xf0s_9{display:flex;flex-direction:column;max-height:calc(100vh - 215px);min-height:400px}@media only screen and (max-device-width: 480px),(max-width: 800px){._modal_1xf0s_1{width:100%;max-width:none}}@media screen and (min-width: 2560px){._modal_1xf0s_1{width:840px}}@media screen and (min-width: 3840px){._modal_1xf0s_1{width:1040px}}._disabledIndicator_hd49v_1{display:flex;align-items:center;justify-content:flex-start;gap:8px;color:var(--blue-100);font:var(--bold-tooltip-title);font-weight:400}._deletedIndicator_hd49v_23{display:flex;align-items:center;justify-content:flex-start;gap:8px;color:var(--error);font:var(--bold-tooltip-title);font-weight:400}._container_1e1pz_1{display:flex;flex-direction:column;width:100%;height:100%;align-items:center;overflow:hidden;min-width:1200px;background-color:var(--gray-600)}._content_1e1pz_23{flex:1;display:flex;flex-direction:column;padding:32px;gap:16px;overflow-y:auto;width:100%;scrollbar-width:thin;scrollbar-color:var(--scroll-bar) transparent}._content_1e1pz_23::-webkit-scrollbar{width:12px}._content_1e1pz_23::-webkit-scrollbar-thumb{background-color:var(--scroll-bar);border-radius:2px}._tenantInfo_1e1pz_67{display:flex;flex-direction:column;gap:8px;align-items:flex-start;justify-content:center}._titleRow_1e1pz_83{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:16px;width:100%}._titleRow_1e1pz_83>div:first-child{min-width:0;overflow:hidden;flex:1}._title_1e1pz_83{font:var(--secondary-p3)!important;font-weight:600;color:var(--gray-000);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}._idRow_1e1pz_133{display:flex;gap:8px;align-items:center}._idText_1e1pz_145{font:var(--bold-tooltip-title);font-weight:400;color:var(--gray-200)}._editButton_1e1pz_157{display:flex;align-items:center;justify-content:center;gap:8px;padding:8px 24px}._partnerSelector_1e1pz_173{width:720px;margin-bottom:16px}._detailsGrid_1e1pz_183{display:flex;flex-direction:column;gap:24px;padding:12px 16px}._deleted_1e1pz_197{opacity:.6}._fieldRow_1e1pz_205{display:grid;grid-template-columns:400px 400px;gap:24px;align-items:start}._fieldRow_1e1pz_205>*{display:grid;grid-template-columns:160px 1fr;gap:16px;align-items:start}._fullWidthRow_1e1pz_233{grid-template-columns:160px 648px;gap:16px}._fullWidthRow_1e1pz_233>._label_1e1pz_243,._fullWidthRow_1e1pz_233>._notesValue_1e1pz_245{display:block}._label_1e1pz_243{font:var(--p1);color:var(--gray-200);white-space:nowrap}._value_1e1pz_265{font:var(--p1);color:var(--gray-100);word-break:break-word}._fullWidthValue_1e1pz_277{display:flex;font:var(--p1);color:var(--gray-100);word-break:break-word;gap:8px;flex-wrap:wrap}._email_1e1pz_295{padding:4px 8px;background-color:var(--gray-500);border-radius:4px;font:var(--p3);display:flex;align-items:center}._storageWrapper_1e1pz_313{min-width:140px;width:fit-content;max-width:200px}._storageText_1e1pz_325{font:var(--p3)}._storageIcon_1e1pz_333{width:1rem;height:1rem}._notesValue_1e1pz_245{font:var(--p1);color:var(--gray-100);white-space:pre-wrap;word-break:break-word;max-height:200px;overflow-y:auto}._loaderWrapper_1e1pz_361{flex:1;display:flex;align-items:center;justify-content:center}._modalBoldText_1e1pz_375{font-weight:700;color:var(--gray-000)}@media screen and (min-width: 2560px){._fieldRow_1e1pz_205{grid-template-columns:600px 600px}._fieldRow_1e1pz_205>*{grid-template-columns:200px 1fr}._fullWidthRow_1e1pz_233{grid-template-columns:200px 1008px}._storageWrapper_1e1pz_313{max-width:384px}._partnerSelector_1e1pz_173{width:920px}}@media screen and (min-width: 3840px){._fieldRow_1e1pz_205{grid-template-columns:700px 700px}._fieldRow_1e1pz_205>*{grid-template-columns:240px 1fr}._fullWidthRow_1e1pz_233{grid-template-columns:240px 1168px}._storageWrapper_1e1pz_313{max-width:444px}._partnerSelector_1e1pz_173{width:1120px}}._modal_l6v12_1{width:640px}._formContainer_l6v12_9{display:flex;flex-direction:column;max-height:calc(100vh - 175px);min-height:400px}@media only screen and (max-device-width: 480px),(max-width: 800px){._modal_l6v12_1{width:100%;max-width:none}._formContainer_l6v12_9{max-height:calc(100vh - 200px)}}@media screen and (min-width: 2560px){._modal_l6v12_1{width:840px}}@media screen and (min-width: 3840px){._modal_l6v12_1{width:1040px}}._modal_1modx_1{max-width:30rem}._content_1modx_9{display:flex;flex-direction:column;gap:16px}._titleHeader_1modx_21{white-space:normal;overflow-wrap:break-word}._titleName_1modx_31{color:var(--yellow-100)}._tenantIdDisplay_1modx_39{display:flex;align-items:center;justify-content:space-between;gap:16px}._tenantId_1modx_39{height:56px;padding:8px 16px;border-radius:8px;background-color:var(--gray-500);color:var(--gray-000);font-family:Courier,serif;font-size:18px;line-height:40px;flex:1;min-width:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}._copyButton_1modx_85{padding:8px;color:var(--gray-100)}._copyButton_1modx_85:hover{color:var(--gray-000)}._buttonWrapper_1modx_103{display:flex;justify-content:flex-end;align-items:center;gap:16px;margin-top:16px}._partnerFilterWrapper_1rb9m_1{display:flex;align-items:center;min-width:0;overflow:hidden;padding-top:6px}._partnerFilterTrigger_1rb9m_17{display:flex;align-items:center;gap:8px;background:none;border:none;color:var(--gray-200);font:var(--p1);cursor:pointer;padding:0;transition:color .2s ease;min-width:0;max-width:100%}._partnerFilterTrigger_1rb9m_17._active_1rb9m_47{color:var(--yellow-100)}._partnerFilterTrigger_1rb9m_17 span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}._partnerFilterTrigger_1rb9m_17:hover ._partnerFilterChevron_1rb9m_69{color:var(--gray-100)}._partnerFilterChevron_1rb9m_69{width:.875rem;height:.875rem;flex-shrink:0;color:var(--gray-000);cursor:pointer}._clearPartnerButton_1rb9m_93{width:16px;height:16px;border-radius:50%;flex-shrink:0;cursor:pointer;transition:opacity .2s ease;color:var(--gray-200);background-color:var(--gray-500)}._clearPartnerButton_1rb9m_93:hover{color:var(--gray-100)}._clearPartnerIcon_1rb9m_123{width:12px;height:12px}._partnerFilterChevron_1rb9m_69._closed_1rb9m_133{transform:rotate(180deg);color:var(--gray-200)}._filterContent_1rb9m_143{border:1px solid var(--border);min-width:350px;padding:8px;display:flex;flex-direction:column;gap:4px}._loaderWrapper_1rb9m_161{display:flex;align-items:center;justify-content:center;height:100%;width:100%;min-height:96px}._emptyPartners_1rb9m_179{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:96px}._emptyPartnersText_1rb9m_195{color:var(--gray-100);font:var(--p1)}._optionsList_1rb9m_205{display:flex;flex-direction:column;max-height:min(300px,calc(100vh - 260px));gap:4px;margin-right:-4px;padding-right:4px;max-width:400px}._option_1rb9m_205{padding:4px 8px}._container_16fyz_1{--col-2-4-width: 100px;--col-5-width: 120px;--col-9-width: 160px;--col-10-width: 180px;--col-11-width: calc(3.25rem + 36px) ;display:flex;flex-direction:column;width:100%;height:100%;align-items:center;overflow:hidden;min-width:1200px;background-color:var(--gray-600)}._content_16fyz_37{flex:1;display:flex;flex-direction:column;padding:32px;gap:16px;overflow:hidden;width:100%}._row_16fyz_57{display:flex;flex:1;align-items:center;justify-content:space-between;gap:24px;width:100%}._titleRow_16fyz_75{display:flex;flex:1;align-items:center;gap:12px;min-width:0;overflow:hidden}._resetFilterButton_16fyz_93{margin-top:16px}._placeholderWrapper_16fyz_101{flex:1;display:flex;flex-direction:column;padding:32px;align-items:center;justify-content:center;gap:16px}._filterPlaceholderWrapper_16fyz_121{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;min-height:calc(100vh - 300px);padding:16px 0}._filterPlaceholderCell_16fyz_141{text-align:center;padding:0!important;height:100%;vertical-align:middle}._placeholder_16fyz_101{font:var(--secondary-p4);color:var(--gray-000)}._placeholderSubtitle_16fyz_165{font:var(--p1);color:var(--gray-100);text-align:center;width:400px;padding-bottom:16px}._title_16fyz_75{font:var(--secondary-p3)!important;color:var(--gray-000);white-space:nowrap}._deletedToggle_16fyz_193{min-width:120px}._createButton_16fyz_201{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:8px;padding:8px 24px}._tableWrapper_16fyz_219{position:relative;width:100%;overflow-x:scroll;height:100%;border-radius:8px}._tableWrapper_16fyz_219::-webkit-scrollbar{height:0}._table_16fyz_219{width:100%;table-layout:auto;border-collapse:collapse;border-radius:8px;background-color:var(--gray-600);overflow:hidden}._table_16fyz_219 thead{display:table;width:100%;table-layout:auto}._table_16fyz_219 tbody{display:table;width:100%;height:100%}._table_16fyz_219 th{text-align:left;padding:16px 8px;color:var(--gray-200);font:var(--p3);border-bottom:1px solid var(--gray-500);white-space:nowrap;overflow:visible}._table_16fyz_219 th:nth-child(2),._table_16fyz_219 td:not(._deletedNoticeCell_16fyz_307):nth-child(2),._table_16fyz_219 th:nth-child(3),._table_16fyz_219 td:nth-child(3),._table_16fyz_219 th:nth-child(4),._table_16fyz_219 td:nth-child(4){width:var(--col-2-4-width)}._table_16fyz_219 th:nth-child(5),._table_16fyz_219 td:nth-child(5){width:var(--col-5-width)}._table_16fyz_219 th:nth-child(9),._table_16fyz_219 td:nth-child(9){width:var(--col-9-width)}._table_16fyz_219 th:nth-child(10),._table_16fyz_219 td:nth-child(10){width:var(--col-10-width)}._table_16fyz_219 th:last-child,._table_16fyz_219 td:not(._deletedNoticeCell_16fyz_307):last-child{width:var(--col-11-width);padding-right:16px}._table_16fyz_219 tbody{display:block;overflow:auto;max-height:calc(100vh - 249px);scrollbar-width:thin;scrollbar-color:var(--gray-200) transparent}._table_16fyz_219 tbody::-webkit-scrollbar{width:2px}._table_16fyz_219 tbody::-webkit-scrollbar-thumb{background-color:var(--gray-200);border-radius:2px}._table_16fyz_219 tr{display:table;width:100%;table-layout:fixed}._table_16fyz_219 td{padding:16px 8px;color:var(--gray-100);font:var(--p1);vertical-align:middle;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition:all .2s ease}._table_16fyz_219 th:first-child,._table_16fyz_219 td:first-child{width:200px}._table_16fyz_219 th:first-child{border-top-left-radius:8px}._table_16fyz_219 th:last-child{border-top-right-radius:8px}._table_16fyz_219 td:first-child{border-bottom-left-radius:8px}._table_16fyz_219 td:last-child{border-bottom-right-radius:8px}._table_16fyz_219 tr,._table_16fyz_219 tbody tr{background-color:var(--gray-600)}._table_16fyz_219 tbody tr:nth-child(2n){background-color:var(--gray-700)}._table_16fyz_219 tbody tr:hover td,._table_16fyz_219 th:hover,._table_16fyz_219 th._active_16fyz_507,._table_16fyz_219 th[onClick]:hover,._table_16fyz_219 tbody tr:hover td ._actionButton_16fyz_517,._table_16fyz_219 tbody tr:hover td ._storageText_16fyz_519{color:var(--gray-000)}._clickableRow_16fyz_527{cursor:pointer}._actionsContainer_16fyz_535{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:12px}._actionButton_16fyz_517{width:1rem;height:1rem;padding:0;display:flex;align-items:center;justify-content:center;transition:all .2s ease;color:var(--gray-300)}._actionButton_16fyz_517 svg{width:1.25rem;height:1.25rem;min-width:1.25rem}._actionButton_16fyz_517:hover,._sortSelected_16fyz_587{color:var(--yellow-100)!important}._table_16fyz_219 th{cursor:pointer;-webkit-user-select:none;user-select:none}._pendingRow_16fyz_605 td,._pendingRow_16fyz_605 td ._actionButton_16fyz_517,._pendingRow_16fyz_605 td ._storageText_16fyz_519{color:var(--gray-200)!important}._defaultCursor_16fyz_617{cursor:default!important;color:var(--gray-200)!important}._sortIcon_16fyz_627{width:1rem;height:1rem;margin-left:2px;margin-bottom:2px;vertical-align:middle}._headerContent_16fyz_643{display:inline-flex;align-items:center;gap:2px;max-width:100%}._headerText_16fyz_657{line-height:1.2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}._rotated_16fyz_673{transform:rotate(180deg)}._headerContent_16fyz_643 ._sortIcon_16fyz_627{margin-bottom:0;flex-shrink:0}._storageWrapper_16fyz_691{min-width:160px;width:100%}._storageText_16fyz_519{font:var(--p3)!important;font-size:14px!important}._storageIcon_16fyz_711{width:20px;height:20px;min-width:20px}._filterHeader_16fyz_723{display:flex;justify-content:space-between;align-items:center}._filterTitle_16fyz_735{color:var(--gray-200);font:var(--p1);white-space:nowrap}._filterContent_16fyz_747{background-color:var(--gray-500);border:1px solid var(--border);border-radius:8px;box-shadow:0 4px 16px #191b1f40;min-width:11.625rem;padding:12px;display:flex;flex-direction:column;gap:4px;grid-gap:4px}._filterOption_16fyz_773{display:flex;align-items:center;justify-content:space-between;cursor:pointer;transition:color .2s;height:1.5rem;min-height:1.5rem}._filterOption_16fyz_773 p{font:var(--p3);color:var(--gray-100)}._filterOption_16fyz_773._selected_16fyz_803 p,._filterIcon_16fyz_805._filtered_16fyz_805,._filterIcon_16fyz_805._filtered_16fyz_805:hover{color:var(--yellow-100)!important}._filterOption_16fyz_773._selected_16fyz_803 svg{color:var(--yellow-100);width:1.5rem;min-width:1.5rem;height:1.5rem}._filterIconWrapper_16fyz_829{display:inline}._filterIcon_16fyz_805{width:1rem;height:1rem;transition:all 50ms ease-out;vertical-align:text-top;margin-left:2px}._clearButton_16fyz_853{background:none;border:none;color:var(--gray-100);font:var(--p5);cursor:pointer;padding:0 0 0 4px;transition:color .2s}._clearButton_16fyz_853:hover,._table_16fyz_219 th._active_16fyz_507{color:var(--gray-000)}._optionsList_16fyz_883{display:flex;flex-direction:column;max-height:min(300px,calc(100vh - 260px));overflow-y:auto;gap:4px;margin-right:-4px;padding-right:4px}._optionsList_16fyz_883::-webkit-scrollbar{width:2px}._optionsList_16fyz_883::-webkit-scrollbar-track{background:transparent}._optionsList_16fyz_883::-webkit-scrollbar-thumb{width:2px;background-color:var(--gray-300);border-radius:1px}@-moz-document url-prefix(){._optionsList_16fyz_883{scrollbar-width:thin;scrollbar-color:var(--gray-300) transparent}}._nameRow_16fyz_947{display:flex;align-items:center;justify-content:flex-start;column-gap:16px;overflow:hidden}._nameRow_16fyz_947 svg{flex-shrink:0}._nameText_16fyz_971{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._deletedRow_16fyz_983 ._deletedNoticeCell_16fyz_307{padding:16px 16px 16px 8px}._deletedRow_16fyz_983 ._deletedNotice_16fyz_307{white-space:pre-wrap;font:var(--p3);line-height:1.2;color:var(--gray-200);max-width:100%}@media screen and (min-width: 2560px){._container_16fyz_1{--col-2-4-width: 160px;--col-5-width: 160px;--col-6-8-width: 200px;--col-9-width: 250px;--col-10-width: 250px}._table_16fyz_219 th:first-child,._table_16fyz_219 td:first-child{width:unset}._table_16fyz_219 :is(th,td:not(._deletedNoticeCell_16fyz_307)):nth-child(2),._table_16fyz_219 :is(th,td:not(._deletedNoticeCell_16fyz_307)):nth-child(3),._table_16fyz_219 :is(th,td:not(._deletedNoticeCell_16fyz_307)):nth-child(4),._table_16fyz_219 :is(th,td:not(._deletedNoticeCell_16fyz_307)):nth-child(5){width:var(--col-2-4-width)}._table_16fyz_219 :is(th,td:not(._deletedNoticeCell_16fyz_307)):nth-child(6),._table_16fyz_219 :is(th,td:not(._deletedNoticeCell_16fyz_307)):nth-child(7),._table_16fyz_219 :is(th,td:not(._deletedNoticeCell_16fyz_307)):nth-child(8){width:var(--col-6-8-width)}._table_16fyz_219 :is(th,td:not(._deletedNoticeCell_16fyz_307)):nth-child(9),._table_16fyz_219 :is(th,td:not(._deletedNoticeCell_16fyz_307)):nth-child(10){width:var(--col-9-width)}._deletedRow_16fyz_983 ._deletedNoticeCell_16fyz_307{width:calc(var(--col-2-4-width) * 4 + var(--col-6-8-width) * 3 + var(--col-9-width) * 2 + var(--col-11-width))}}@media screen and (min-width: 3840px){._container_16fyz_1{--col-2-4-width: 250px;--col-5-width: 250px;--col-6-8-width: 300px;--col-9-width: 300px;--col-10-width: 300px}._table_16fyz_219 th:first-child,._table_16fyz_219 td:first-child{width:unset}._table_16fyz_219 :is(th,td:not(._deletedNoticeCell_16fyz_307)):nth-child(2),._table_16fyz_219 :is(th,td:not(._deletedNoticeCell_16fyz_307)):nth-child(3),._table_16fyz_219 :is(th,td:not(._deletedNoticeCell_16fyz_307)):nth-child(4),._table_16fyz_219 :is(th,td:not(._deletedNoticeCell_16fyz_307)):nth-child(5){width:var(--col-2-4-width)}._table_16fyz_219 :is(th,td:not(._deletedNoticeCell_16fyz_307)):nth-child(6),._table_16fyz_219 :is(th,td:not(._deletedNoticeCell_16fyz_307)):nth-child(7),._table_16fyz_219 :is(th,td:not(._deletedNoticeCell_16fyz_307)):nth-child(8),._table_16fyz_219 :is(th,td:not(._deletedNoticeCell_16fyz_307)):nth-child(9),._table_16fyz_219 :is(th,td:not(._deletedNoticeCell_16fyz_307)):nth-child(10){width:var(--col-6-8-width)}._deletedRow_16fyz_983 ._deletedNoticeCell_16fyz_307{width:calc(var(--col-2-4-width) * 4 + var(--col-6-8-width) * 5 + var(--col-11-width))}}._accessDeniedContent_af4sg_1{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;flex:1;row-gap:32px}._mainInfo_af4sg_21{display:grid;justify-items:center;grid-gap:16px}._title_af4sg_33{font:var(--bold-modal-title);color:var(--gray-000)}._emailContainer_af4sg_43{background-color:var(--gray-300);padding:4px 8px;border-radius:4px}._email_af4sg_43{color:var(--gray-000)}._description_af4sg_63{font:var(--p1);color:var(--gray-100)}._container_xmerb_1{display:flex;flex-direction:column;row-gap:16px;align-items:center;justify-content:center;width:100%;height:100%}._title_xmerb_21{font:var(--bold-modal-title);color:var(--gray-000)}._subTitle_xmerb_31{font:var(--bold-p4);color:var(--gray-100);font-weight:400}._table_3qghp_1{width:100%;min-width:1200px}._tenantNameCol_3qghp_11{width:16%}._nameRow_3qghp_19{display:flex;align-items:center;gap:8px}._blocksCol_3qghp_31,._priceCol_3qghp_33,._totalCol_3qghp_35{width:100px}._billingCol_3qghp_43{width:120px}._bucketRegionCol_3qghp_51{width:160px}._storageCol_3qghp_59{width:180px}._table_3qghp_1 tbody tr:hover td ._storageText_3qghp_67{color:var(--gray-000)}._clickableRow_3qghp_75{cursor:pointer}._sortIcon_3qghp_83{width:1rem;height:1rem;margin-left:2px;margin-bottom:2px;vertical-align:middle}._headerContent_3qghp_99{display:inline-flex;align-items:center;gap:2px;max-width:100%}._headerText_3qghp_113{line-height:1.2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}._rotated_3qghp_129{transform:rotate(180deg)}._headerContent_3qghp_99 ._sortIcon_3qghp_83{margin-bottom:0;flex-shrink:0}._storageWrapper_3qghp_147{min-width:160px;width:100%}._storageText_3qghp_67{font:var(--p3);font-size:14px;transition:all .2s ease}._storageIcon_3qghp_169{width:20px;height:20px;min-width:20px}@media screen and (min-width: 2560px){._tenantNameCol_3qghp_11{width:320px}._blocksCol_3qghp_31,._priceCol_3qghp_33,._totalCol_3qghp_35,._billingCol_3qghp_43{width:160px}._startDateCol_3qghp_205,._validThruCol_3qghp_207{width:200px}._bucketRegionCol_3qghp_51,._storageCol_3qghp_59{width:250px}}@media screen and (min-width: 3840px){._blocksCol_3qghp_31,._priceCol_3qghp_33,._totalCol_3qghp_35,._billingCol_3qghp_43{width:250px}._startDateCol_3qghp_205,._validThruCol_3qghp_207,._bucketRegionCol_3qghp_51,._storageCol_3qghp_59{width:300px}}._sortSelected_3qghp_259{color:var(--yellow-100)}._filterHeader_3qghp_267{display:flex;justify-content:space-between;align-items:center}._filterTitle_3qghp_279{color:var(--gray-200);font:var(--p1);white-space:nowrap}._filterContent_3qghp_291{background-color:var(--gray-500);border:1px solid var(--border);border-radius:8px;box-shadow:0 4px 16px #191b1f40;min-width:11.625rem;padding:12px;display:flex;flex-direction:column;gap:4px;grid-gap:4px}._filterOption_3qghp_317{display:flex;align-items:center;justify-content:space-between;cursor:pointer;transition:color .2s;height:1.5rem;min-height:1.5rem}._filterOption_3qghp_317 p{font:var(--p3);color:var(--gray-100)}._filterOption_3qghp_317._selected_3qghp_347 p,._filterIcon_3qghp_349._filtered_3qghp_349{color:var(--yellow-100)}._filterOption_3qghp_317._selected_3qghp_347 svg{color:var(--yellow-100);width:1.5rem;min-width:1.5rem;height:1.5rem}._filterIconWrapper_3qghp_371{display:inline}._filterIcon_3qghp_349{width:1rem;height:1rem;transition:all 50ms ease-out;vertical-align:text-top;margin-left:2px}._clearButton_3qghp_395{background:none;border:none;color:var(--gray-100);font:var(--p5);cursor:pointer;padding:0 0 0 4px;transition:color .2s}._clearButton_3qghp_395:hover,._table_3qghp_1 th._active_3qghp_417{color:var(--gray-000)}._optionsList_3qghp_425{display:flex;flex-direction:column;max-height:min(300px,calc(100vh - 260px));overflow-y:auto;gap:4px;margin-right:-4px;padding-right:4px}._optionsList_3qghp_425::-webkit-scrollbar{width:2px}._optionsList_3qghp_425::-webkit-scrollbar-track{background:transparent}._optionsList_3qghp_425::-webkit-scrollbar-thumb{width:2px;background-color:var(--gray-300);border-radius:1px}@-moz-document url-prefix(){._optionsList_3qghp_425{scrollbar-width:thin;scrollbar-color:var(--gray-300) transparent}}._filterPlaceholderWrapper_3qghp_489{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;min-height:calc(100vh - 300px);padding:16px 0}._filterPlaceholderCell_3qghp_509{text-align:center;padding:0!important;height:100%;vertical-align:middle}._placeholder_3qghp_523{font:var(--secondary-p4);color:var(--gray-000)}._placeholderSubtitle_3qghp_533{font:var(--p1);color:var(--gray-100);text-align:center;width:400px;padding-bottom:16px}._loaderContainer_veva2_1{top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center}._content_veva2_23{display:flex;flex-direction:column;flex:1;width:100%;padding:32px;gap:16px;overflow:hidden}._controlPanel_veva2_43{display:flex;align-items:center;justify-content:space-between}._title_veva2_55{font:var(--secondary-p3)!important;color:var(--gray-000)}._title_veva2_55 span{color:var(--yellow-100)}._tableWrapper_veva2_73{width:100%;flex:1;position:relative;overflow-x:scroll;border-radius:8px}._tableWrapper_veva2_73::-webkit-scrollbar{height:0}._header_lbbiz_1{display:flex;align-items:center;justify-content:space-between;padding:12px 24px;background-color:var(--gray-500);min-width:100%}._signOutWrapper_lbbiz_19{display:flex;column-gap:28px;align-items:center}._signOutEmail_lbbiz_31{color:var(--gray-200);font:var(--p1);line-height:1.4rem}._signOut_lbbiz_19{display:flex;align-items:center;column-gap:8px;color:var(--gray-100);cursor:pointer}._container_1x3ax_1{display:flex;flex-direction:column;width:100%;height:100vh;align-items:center;overflow:hidden;background-color:var(--gray-600)}
