.button_icon-button__StgX2{background-color:var(--white);border-radius:10px;display:flex;align-items:center;justify-content:center;padding:10px;cursor:pointer;transition:all .3s ease;overflow:hidden;-webkit-user-select:none;-moz-user-select:none;user-select:none;outline:none;border:none;color:var(--black)}.button_icon-button__StgX2[disabled]{cursor:not-allowed;opacity:.5}.button_icon-button__StgX2.button_primary__DAh73{background-color:var(--primary);color:#fff}.button_icon-button__StgX2.button_primary__DAh73 path{fill:#fff!important}.button_dot__B2MPg{position:relative;overflow:visible}.button_dot__B2MPg:after{content:"";position:absolute;top:-3px;right:-3px;width:10px;height:10px;background-color:red;border-radius:50%}.button_shadow__jr11_{box-shadow:var(--card-shadow)}.button_border__H7bJH{border:var(--border-in-light)}.button_icon-button__StgX2:hover{border-color:var(--primary)}.button_icon-button-icon__XNL8t{width:16px;height:16px;display:flex;justify-content:center;align-items:center}@media only screen and (max-width:600px){.button_icon-button__StgX2{padding:16px}}.button_icon-button-text__Ok_F7{margin-left:5px;font-size:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@keyframes ui-lib_slide-in__lmWrD{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes ui-lib_slide-in-from-top__FtcGk{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.ui-lib_card__veKVS{background-color:var(--white);border-radius:10px;box-shadow:var(--card-shadow);padding:10px}.ui-lib_popover__Ly8ot{position:relative;z-index:2}.ui-lib_popover-content__xNyjf{animation:ui-lib_slide-in__lmWrD .3s ease;right:0;top:calc(100% + 10px)}.ui-lib_popover-mask__BWhS3{position:fixed;z-index:9999;top:0;left:0;width:100vw;height:100vh}.ui-lib_popover-content__xNyjf{position:absolute;z-index:10000}.ui-lib_list-item__bw_K7{justify-content:space-between;min-height:40px;border-bottom:var(--border-in-light);padding:10px 20px;animation:ui-lib_slide-in__lmWrD .6s ease}.ui-lib_list-item__bw_K7,.ui-lib_list-item__bw_K7 .ui-lib_list-header__lOwgs{display:flex;align-items:center}.ui-lib_list-item__bw_K7 .ui-lib_list-header__lOwgs .ui-lib_list-icon__o1ZtH{margin-right:10px}.ui-lib_list-item__bw_K7 .ui-lib_list-header__lOwgs .ui-lib_list-item-title__BfKfL{font-size:14px;font-weight:bolder}.ui-lib_list-item__bw_K7 .ui-lib_list-header__lOwgs .ui-lib_list-item-sub-title__joWFr{font-size:12px;font-weight:400}.ui-lib_list__H3lE3{border:var(--border-in-light);border-radius:10px;box-shadow:var(--card-shadow);margin-bottom:20px;animation:ui-lib_slide-in__lmWrD .3s ease}.ui-lib_list__H3lE3 .ui-lib_list-item__bw_K7:last-child{border:0}.ui-lib_modal-container__ajWs5{box-shadow:var(--card-shadow);background-color:var(--white);border-radius:12px;width:60vw;animation:ui-lib_slide-in__lmWrD .3s ease;--modal-padding:20px}.ui-lib_modal-container__ajWs5 .ui-lib_modal-header__QSfGo{padding:var(--modal-padding);display:flex;align-items:center;justify-content:space-between;border-bottom:var(--border-in-light)}.ui-lib_modal-container__ajWs5 .ui-lib_modal-header__QSfGo .ui-lib_modal-title__fWDSD{font-weight:bolder;font-size:16px}.ui-lib_modal-container__ajWs5 .ui-lib_modal-header__QSfGo .ui-lib_modal-close-btn__ggeho{cursor:pointer}.ui-lib_modal-container__ajWs5 .ui-lib_modal-header__QSfGo .ui-lib_modal-close-btn__ggeho:hover{filter:brightness(1.2)}.ui-lib_modal-container__ajWs5 .ui-lib_modal-content__IGYQu{max-height:40vh;padding:var(--modal-padding);overflow:auto}.ui-lib_modal-container__ajWs5 .ui-lib_modal-footer__tPF8O{padding:var(--modal-padding);display:flex;justify-content:flex-end;border-top:var(--border-in-light);box-shadow:var(--shadow)}.ui-lib_modal-container__ajWs5 .ui-lib_modal-footer__tPF8O .ui-lib_modal-actions__16vq7{display:flex;align-items:center}.ui-lib_modal-container__ajWs5 .ui-lib_modal-footer__tPF8O .ui-lib_modal-actions__16vq7 .ui-lib_modal-action__j1mOV:not(:last-child){margin-right:20px}@media screen and (max-width:600px){.ui-lib_modal-container__ajWs5{width:100vw;border-bottom-left-radius:0;border-bottom-right-radius:0}.ui-lib_modal-container__ajWs5 .ui-lib_modal-content__IGYQu{max-height:50vh}}.ui-lib_show__MzIA_{opacity:1;transition:all .3s ease;transform:translateY(0);position:fixed;left:0;bottom:0;animation:ui-lib_slide-in__lmWrD .6s ease;z-index:99999}.ui-lib_hide__4QV5h{opacity:0;transition:all .3s ease;transform:translateY(20px)}.ui-lib_toast-container__IACmN{position:fixed;bottom:5vh;left:0;width:100vw;display:flex;justify-content:center;pointer-events:none}.ui-lib_toast-container__IACmN .ui-lib_toast-content__SWPbY{max-width:80vw;word-break:break-all;font-size:14px;background-color:var(--white);box-shadow:var(--card-shadow);border:var(--border-in-light);color:var(--black);padding:10px 20px;border-radius:50px;margin-bottom:20px;display:flex;align-items:center;pointer-events:all}.ui-lib_toast-container__IACmN .ui-lib_toast-content__SWPbY .ui-lib_toast-action__zd_O8{padding-left:20px;color:var(--primary);opacity:.8;border:0;background:none;cursor:pointer;font-family:inherit}.ui-lib_toast-container__IACmN .ui-lib_toast-content__SWPbY .ui-lib_toast-action__zd_O8:hover{opacity:1}.ui-lib_input__Hl1cV{border:var(--border-in-light);border-radius:10px;padding:10px;font-family:inherit;background-color:var(--white);color:var(--black);resize:none;min-width:50px}.ui-lib_select-with-icon__UPuxg{position:relative;max-width:-moz-fit-content;max-width:fit-content}.ui-lib_select-with-icon__UPuxg .ui-lib_select-with-icon-select__VSTID{height:100%;border:var(--border-in-light);padding:10px 25px 10px 10px;border-radius:10px;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;background-color:var(--white);color:var(--black);text-align:center}.ui-lib_select-with-icon__UPuxg .ui-lib_select-with-icon-icon__yTY4i{position:absolute;top:50%;right:10px;transform:translateY(-50%);pointer-events:none}.ui-lib_tooltip__5Ir_X{position:relative;z-index:2}.ui-lib_tooltip-content__E_Jz0{background-color:rgba(0,0,0,.05);font-size:14px;position:absolute;width:max-content;left:50%;transform:translateX(-50%);bottom:calc(100% + 16px);padding:10px;border-radius:10px}.ui-lib_tooltip-content__E_Jz0:before{content:"";width:0;height:0;border-top:10px solid rgba(0,0,0,.05);border-left:10px solid transparent;border-right:10px solid transparent;position:absolute;top:100%;transform:translateX(-50%);left:50%}.avatar_avatar-picker-container__WVav0{display:grid;grid-template-columns:repeat(4,1fr);background-color:var(--white);border:var(--border-in-light);border-radius:10px;padding:5px;grid-gap:5px;gap:5px;box-shadow:var(--card-shadow);justify-content:right;align-content:center}.avatar_avatar-picker-container__WVav0 div{border:var(--border-in-light);border-radius:10px;box-shadow:var(--card-shadow);width:40px;height:40px;display:flex;justify-content:center;align-items:center;cursor:pointer}.avatar_avatar-picker-container__WVav0 svg{width:32px;height:32px;filter:none!important}.avatar_svg-avatar-container__P416k{border:var(--border-in-light);border-radius:10px;box-shadow:var(--card-shadow);width:32px;height:32px;display:flex;justify-content:center;align-items:center}.avatar_svg-avatar-container__P416k svg{width:30px;height:30px;filter:none!important}.ManagerMessage_container__WBTOt{padding:20px;overflow:auto;height:100%}.ManagerMessage_container__WBTOt img{width:100%;height:auto}.ManagerMessage_message-list-item__fTKcB{cursor:pointer}.home_container__G4ziX{border:var(--border-in-light);border-radius:20px;box-shadow:var(--shadow);color:var(--black);background-color:var(--white);min-width:600px;min-height:480px;max-width:1200px;display:flex;overflow:hidden;box-sizing:border-box;width:var(--window-width);height:var(--window-height)}@media only screen and (min-width:600px){.home_tight-container__WMqJL{--window-width:100vw;--window-height:var(--full-height);--window-content-width:calc(100% - var(--sidebar-width));border-radius:20px;box-shadow:var(--shadow);color:var(--black);background-color:var(--white);min-width:600px;min-height:480px;max-width:1200px;display:flex;overflow:hidden;box-sizing:border-box;width:var(--window-width);height:var(--window-height);max-width:100vw;max-height:var(--full-height);border-radius:0;border:0}}.home_sidebar__t9Exr{top:0;width:var(--sidebar-width);box-sizing:border-box;padding:20px;background-color:var(--second);display:flex;flex-direction:column;box-shadow:inset -2px 0 2px 0 rgba(0,0,0,.05);position:relative;transition:width .05s ease}.home_sidebar__t9Exr .home_sidebar-header-bar__5l6X0{display:flex;margin-bottom:20px}.home_sidebar__t9Exr .home_sidebar-header-bar__5l6X0 .home_sidebar-bar-button__UETMb{flex:1 1}.home_sidebar__t9Exr .home_sidebar-header-bar__5l6X0 .home_sidebar-bar-button__UETMb:not(:last-child){margin-right:10px}.home_sidebar-drag__DdoH5{position:absolute;top:0;right:0;height:100%;width:10px;background-color:var(--black);cursor:ew-resize;opacity:0;transition:all .3s ease}.home_sidebar-drag__DdoH5:active,.home_sidebar-drag__DdoH5:hover{opacity:.2}.home_window-content__V6j6a{width:var(--window-content-width);height:100%;display:flex;flex-direction:column}.home_mobile__6hRhO{display:none}@media only screen and (max-width:600px){.home_container__G4ziX{min-height:unset;max-height:unset;min-width:unset;border:0;border-radius:0}.home_sidebar__t9Exr{position:absolute;left:-100%;z-index:1000;height:var(--full-height);transition:all .3s ease;box-shadow:none}.home_sidebar-show__3lCpb{left:0}.home_mobile__6hRhO{display:block}}.home_sidebar-header__6civH{position:relative;padding-top:20px;padding-bottom:20px;display:flex;flex-direction:row;justify-content:flex-start;align-items:center}.home_sidebar-logo__5921c{height:46px}.home_sidebar-title__kezV8{font-size:20px;font-weight:700;animation:home_slide-in__ikeSN .3s ease}.home_sidebar-sub-title__TWk1c{font-size:12px;font-weight:400;animation:home_slide-in__ikeSN .3s ease}.home_sidebar-body__BjPKn{flex:1 1;overflow:auto;overflow-x:hidden}.home_chat-item__1_zm0{padding:10px 14px;background-color:var(--white);border-radius:10px;margin-bottom:10px;box-shadow:var(--card-shadow);transition:background-color .3s ease;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;border:2px solid transparent;position:relative}.home_chat-item__1_zm0:hover{background-color:var(--hover-color)}.home_chat-item-selected__IeM8e{border-color:var(--primary)}.home_chat-item-title__N65Uw{font-size:14px;font-weight:bolder;display:block;width:calc(100% - 15px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;animation:home_slide-in__ikeSN .3s ease}.home_chat-item-delete__KXJKO{position:absolute;top:10px;right:0;transition:all .3s ease;opacity:0;cursor:pointer}.home_chat-item__1_zm0:hover>.home_chat-item-delete__KXJKO{opacity:.5;transform:translateX(-10px)}.home_chat-item__1_zm0:hover>.home_chat-item-delete__KXJKO:hover{opacity:1}.home_chat-item-info__WB4Js{display:flex;justify-content:space-between;color:#a6a6a6;font-size:12px;margin-top:8px;animation:home_slide-in__ikeSN .3s ease}.home_chat-item-count__IlZMG,.home_chat-item-date__4enJA{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.home_narrow-sidebar__Aw4L1 .home_sidebar-sub-title__TWk1c,.home_narrow-sidebar__Aw4L1 .home_sidebar-title__kezV8{display:none}.home_narrow-sidebar__Aw4L1 .home_sidebar-logo__5921c{position:relative;display:flex;justify-content:center}.home_narrow-sidebar__Aw4L1 .home_sidebar-header-bar__5l6X0{flex-direction:column}.home_narrow-sidebar__Aw4L1 .home_sidebar-header-bar__5l6X0 .home_sidebar-bar-button__UETMb:not(:last-child){margin-right:0;margin-bottom:10px}.home_narrow-sidebar__Aw4L1 .home_chat-item__1_zm0{padding:0;min-height:50px;display:flex;justify-content:center;align-items:center;transition:all .3s ease;overflow:hidden}.home_narrow-sidebar__Aw4L1 .home_chat-item__1_zm0:hover .home_chat-item-narrow__RmEsN{transform:scale(.7) translateX(-50%)}.home_narrow-sidebar__Aw4L1 .home_chat-item-narrow__RmEsN{line-height:0;font-weight:lighter;color:var(--black);transform:translateX(0);transition:all .3s ease;padding:4px;display:flex;flex-direction:column;justify-content:center}.home_narrow-sidebar__Aw4L1 .home_chat-item-narrow__RmEsN .home_chat-item-avatar__0qYAo{display:flex;justify-content:center;opacity:.2;position:absolute;transform:scale(4)}.home_narrow-sidebar__Aw4L1 .home_chat-item-narrow__RmEsN .home_chat-item-narrow-count__V5zXM{font-size:24px;font-weight:bolder;text-align:center;color:var(--primary);opacity:.6}.home_narrow-sidebar__Aw4L1 .home_chat-item-delete__KXJKO{top:15px}.home_narrow-sidebar__Aw4L1 .home_chat-item__1_zm0:hover>.home_chat-item-delete__KXJKO{opacity:.5;right:5px}.home_narrow-sidebar__Aw4L1 .home_sidebar-tail__FiYBx,.home_narrow-sidebar__Aw4L1 .home_sidebar-tail__FiYBx .home_sidebar-actions__EO446{flex-direction:column-reverse;align-items:center}.home_narrow-sidebar__Aw4L1 .home_sidebar-tail__FiYBx .home_sidebar-actions__EO446 .home_sidebar-action__aoVWE{margin-right:0;margin-top:15px}.home_sidebar-tail__FiYBx{display:flex;justify-content:space-between;padding-top:20px}.home_sidebar-actions__EO446{display:inline-flex}.home_sidebar-action__aoVWE:not(:last-child){margin-right:15px}.home_chat__K_Mme{display:flex;flex-direction:column;position:relative;height:100%}.home_chat-body__6PQoE{flex:1 1;overflow:auto;padding:20px 20px 40px;position:relative;overscroll-behavior:none}.home_chat-body-title__y5xlg{cursor:pointer}.home_chat-body-title__y5xlg:hover{text-decoration:underline}.home_chat-message__HfZ3G{display:flex;flex-direction:row}.home_chat-message__HfZ3G:last-child{animation:home_slide-in__ikeSN .3s ease}.home_chat-message-user__SB5_C{display:flex;flex-direction:row-reverse}.home_chat-message-container__jmQFc{max-width:var(--message-max-width);display:flex;flex-direction:column;align-items:flex-start}.home_chat-message-container__jmQFc:hover .home_chat-message-top-actions__8yJt9{opacity:1;transform:translateX(10px);pointer-events:all}.home_chat-message-user__SB5_C>.home_chat-message-container__jmQFc{align-items:flex-end}.home_chat-message-avatar__RT35J{margin-top:20px}.home_chat-message-avatar__RT35J svg{width:32px;height:32px;filter:none!important}.home_chat-message-status__IAMv9{font-size:12px;color:#aaa;line-height:1.5;margin-top:5px}.home_chat-message-item__jeRZT{box-sizing:border-box;max-width:100%;margin-top:10px;border-radius:10px;background-color:rgba(0,0,0,.05);padding:10px;font-size:14px;-webkit-user-select:text;-moz-user-select:text;user-select:text;word-break:break-word;border:var(--border-in-light);position:relative}.home_chat-message-top-actions__8yJt9{min-width:120px;font-size:12px;position:absolute;right:20px;top:-26px;left:30px;transition:all .3s ease;opacity:0;pointer-events:none;display:flex;flex-direction:row-reverse}.home_chat-message-top-actions__8yJt9 .home_chat-message-top-action__jB2oX{opacity:.5;color:var(--black);white-space:nowrap;cursor:pointer}.home_chat-message-top-actions__8yJt9 .home_chat-message-top-action__jB2oX:hover{opacity:1}.home_chat-message-top-actions__8yJt9 .home_chat-message-top-action__jB2oX:not(:first-child){margin-right:10px}.home_chat-message-user__SB5_C>.home_chat-message-container__jmQFc>.home_chat-message-item__jeRZT{background-color:var(--second)}.home_chat-message-actions__YEZEu{display:flex;flex-direction:row-reverse;width:100%;padding-top:5px;box-sizing:border-box;font-size:12px}.home_chat-message-action-date__nkp5j{color:#aaa}.home_chat-input-panel__6EMuR{position:relative;width:100%;padding:10px 20px 20px;box-sizing:border-box;flex-direction:column;border-top-left-radius:10px;border-top-right-radius:10px;border-top:var(--border-in-light);box-shadow:var(--card-shadow)}.home_prompt-hints__7anrv{min-height:20px;width:100%;max-height:50vh;overflow:auto;display:flex;flex-direction:column-reverse;background-color:var(--white);border:var(--border-in-light);border-radius:10px;margin-bottom:10px;box-shadow:var(--shadow)}.home_prompt-hints__7anrv .home_prompt-hint__LT_D1{color:var(--black);padding:6px 10px;animation:home_slide-in__ikeSN .3s ease;cursor:pointer;transition:all .3s ease;border:1px solid transparent;margin:4px;border-radius:8px}.home_prompt-hints__7anrv .home_prompt-hint__LT_D1:not(:last-child){margin-top:0}.home_prompt-hints__7anrv .home_prompt-hint__LT_D1 .home_hint-title__J7Wg_{font-size:12px;font-weight:bolder;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.home_prompt-hints__7anrv .home_prompt-hint__LT_D1 .home_hint-content__C0YBD{font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.home_prompt-hints__7anrv .home_prompt-hint-selected__8xRbf,.home_prompt-hints__7anrv .home_prompt-hint__LT_D1:hover{border-color:var(--primary)}.home_chat-input-panel-inner__IqztO{display:flex;flex:1 1}.home_chat-input__8go94{height:100%;width:100%;border-radius:10px;border:var(--border-in-light);box-shadow:0 -2px 5px rgba(0,0,0,.03);background-color:var(--white);color:var(--black);font-family:inherit;padding:10px 90px 10px 14px;resize:none;outline:none}.home_chat-input__8go94:focus{border:1px solid var(--primary)}.home_chat-input-send__T3hkR{background-color:var(--primary);color:#fff}@media only screen and (max-width:600px){.home_chat-input__8go94{font-size:16px}.home_chat-input-send__T3hkR{bottom:30px}}.home_loading-content__rJbNC{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100%;width:100%}.home_chat-input-container__JRtDt{position:absolute;right:30px;bottom:32px;display:flex;align-items:end;column-gap:5px}.home_chat-input-container__JRtDt svg{cursor:pointer;width:25px;height:25px;border-radius:5px}.home_chat-extra-input-display__vLVfj{display:flex;column-gap:5px;margin-bottom:10px;flex-wrap:wrap;height:50px}.home_chat-extra-input-display__vLVfj .home_chat-extra-image-input__qrLVv{position:relative;height:50px}.home_chat-extra-input-display__vLVfj .home_chat-extra-image-input__qrLVv img{border-radius:5px;height:50px;width:auto}.home_chat-extra-input-display__vLVfj .home_chat-extra-image-input__qrLVv .home_chat-extra-input-delete__FzY99{position:absolute;right:0;top:0;cursor:pointer}.home_chat-extra-input-display__vLVfj .home_chat-extra-image-input__qrLVv .home_chat-extra-input-delete__FzY99 svg{width:15px;height:15px}.sign-in_container__q4wmM{background-color:var(--third);border-radius:15px;padding:23px;display:flex;flex-direction:column;align-items:center}.sign-in_container__q4wmM .sign-in_header-container___zJ22{display:flex;flex-direction:row;align-items:center;position:relative;width:200px;height:100px}.sign-in_container__q4wmM .sign-in_header-container___zJ22 svg{width:200px;height:100px;filter:none!important}.sign-in_container__q4wmM .sign-in_form-item-container__15iye{display:flex;flex-direction:column;width:80%}.sign-in_container__q4wmM .sign-in_user-agreement-container__V_c7i{display:flex;align-items:center;margin-top:10px;font-size:14px}.sign-in_container__q4wmM .sign-in_user-agreement-container__V_c7i span{color:#515a59}.sign-in_container__q4wmM .sign-in_user-agreement-container__V_c7i .sign-in_user-agreement-link__9hjoH{cursor:pointer}.sign-in_container__q4wmM .sign-in_user-agreement-container__V_c7i .sign-in_user-agreement-link__9hjoH:hover{color:var(--primary)}.sign-in_container__q4wmM button div{font-size:14px}.sign-in_send-token-button__ci_Sw{position:absolute;right:0;height:35px}.sign-in_send-token-button__ci_Sw div{font-size:13.3333px!important}.sign-in_form-item__GD9sz{display:flex;flex-direction:row;align-items:center;width:100%;margin-bottom:10px;position:relative;flex-direction:column}.sign-in_form-item__GD9sz label{width:80px}.sign-in_form-item__GD9sz input{max-width:100%;width:100%;flex-grow:1;text-align:left}.sign-in_form-item__GD9sz div{color:#a6a6a6;font-size:12px}.sign-in_switch-type-button__DlqRh{cursor:pointer;color:var(--color-accent-fg);text-decoration:underline;text-underline-offset:5px;margin-top:20px}.sign-in_register-button__0EEGJ{margin-top:10px;width:100%}.sign-in_sign-in-tabs-header__o4260{font-size:20px;margin-bottom:10px}.sign-in_sign-in-tabs-header__o4260 span{margin:0 10px;cursor:pointer;color:#a6a6a6}.sign-in_sign-in-tabs-header__o4260 .sign-in_current-tab-header-span__eb58X{color:var(--black);text-decoration:underline;text-underline-offset:3px}.sign-in_login-modal-mask__1yW_w{z-index:9999;position:fixed;top:0;left:0;height:var(--full-height);width:100vw;background-color:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center}.sign-in_container-background__VwvD_{padding:10px;background-color:#098874;border-radius:15px}.sign-in_about-us__AbZvx{position:absolute;top:13px;right:-5px;cursor:pointer}.sign-in_about-us__AbZvx>svg{width:20px!important;height:20px!important}.protocol_logo-container__eEwOh{width:100%;display:flex;justify-content:center}.protocol_logo-container__eEwOh svg{filter:none!important}