.custom-time-container .day-pick,.custom-time-container .time-pick{position:relative}.custom-time-container .custom-time-calendar-selector{position:absolute;top:calc(100% + 4px);left:0}.custom-time-container .custom-time-time-selector{position:absolute;top:calc(100% + 4px);left:-1px}.custom-time-container .fake-input .value{color:var(--text_1st);text-align:left;flex:1;font-size:14px;line-height:22px}input.custom-time-input{cursor:pointer;background-color:inherit;appearance:none;border:none}input.custom-time-input::-webkit-calendar-picker-indicator{display:none}input.custom-time-input::-webkit-inner-spin-button{display:none}input.custom-time-input::-webkit-outer-spin-button{display:none}input.custom-time-input:focus{border:none;outline:none}.sop-touchpoint-container{justify-content:center;align-items:center;display:flex}.sop-touchpoint-container .sop-touchpoint-box{cursor:pointer;align-items:center;display:flex}.sop-touchpoint-container .sop-touchpoint-box .sop-touchpoint-text{color:var(--text_2nd);font-size:12px;font-style:italic;font-weight:400}.sop-touchpoint-container .sop-touchpoint-box .sop-touchpoint-link{color:var(--functional_brand_primary);cursor:pointer;align-items:center;margin-left:6px;display:flex}.sop-touchpoint-container .sop-touchpoint-box .sop-touchpoint-link .sop-touchpoint-link-text{margin-left:4px;font-size:12px;font-weight:400}.common-badge .ant-badge-count,.common-badge .ant-badge-dot{box-shadow:0 0 0 2px var(--commonbg_dark)}.common-badge .ant-badge-dot{background-color:#f11b43;width:6px;height:6px;position:relative;top:8px;right:8px}.common-icon{position:relative}.common-icon.disabled{cursor:not-allowed;opacity:.4}.common-icon.rounded-hover{background-color:var(--commonbg_1st_hover);border-radius:50%}.common-icon .common-badge{position:absolute;top:-2px;right:-5px}.Toastify__toast-container{z-index:9999;box-sizing:border-box;color:#fff;width:320px;padding:4px;position:fixed;-webkit-transform:translateZ(9999px)}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;margin:0;padding:0;left:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:0;transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:0;transform:translate(0)}.Toastify__toast-container--rtl{right:0;left:initial}}.Toastify__toast{box-sizing:border-box;cursor:pointer;direction:ltr;border-radius:1px;justify-content:space-between;min-height:64px;max-height:800px;margin-bottom:1rem;padding:8px;font-family:sans-serif;display:flex;position:relative;overflow:hidden;box-shadow:0 1px 10px #0000001a,0 2px 15px #0000000d}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--dark{color:#fff;background:#121212}.Toastify__toast--default{color:#aaa;background:#fff}.Toastify__toast--info{background:#3498db}.Toastify__toast--success{background:#07bc0c}.Toastify__toast--warning{background:#f1c40f}.Toastify__toast--error{background:#e74c3c}.Toastify__toast-body{flex:auto;margin:auto 0}@media only screen and (max-width:480px){.Toastify__toast{margin-bottom:0}}.Toastify__close-button{color:#fff;cursor:pointer;opacity:.7;background:0 0;border:none;outline:none;align-self:flex-start;padding:0;transition:all .3s}.Toastify__close-button--default{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;width:14px;height:16px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{z-index:9999;opacity:.7;transform-origin:0;background-color:#ffffffb3;width:100%;height:5px;position:absolute;bottom:0;left:0}.Toastify__progress-bar--animated{animation:linear forwards Toastify__trackProgress}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:100%}.Toastify__progress-bar--default{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55)}.Toastify__progress-bar--dark{background:#bb86fc}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate(3000px)}60%{opacity:1;transform:translate(-25px)}75%{transform:translate(10px)}90%{transform:translate(-5px)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate(-20px)}to{opacity:0;transform:translate(2000px)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate(-3000px)}60%{opacity:1;transform:translate(25px)}75%{transform:translate(-10px)}90%{transform:translate(5px)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate(20px)}to{opacity:0;transform:translate(-2000px)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translateY(3000px)}60%{opacity:1;transform:translateY(-20px)}75%{transform:translateY(10px)}90%{transform:translateY(-5px)}to{transform:translate(0,0)}}@keyframes Toastify__bounceOutUp{20%{transform:translateY(-10px)}40%,45%{opacity:1;transform:translateY(20px)}to{opacity:0;transform:translateY(-2000px)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translateY(-3000px)}60%{opacity:1;transform:translateY(25px)}75%{transform:translateY(-10px)}90%{transform:translateY(5px)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translateY(10px)}40%,45%{opacity:1;transform:translateY(-20px)}to{opacity:0;transform:translateY(2000px)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{opacity:0;animation-timing-function:ease-in;transform:perspective(400px)rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px)rotateX(-20deg)}60%{opacity:1;transform:perspective(400px)rotateX(10deg)}80%{transform:perspective(400px)rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px)rotateX(-20deg)}to{opacity:0;transform:perspective(400px)rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{visibility:visible;transform:translate(110%)}to{transform:translate(0,0)}}@keyframes Toastify__slideInLeft{0%{visibility:visible;transform:translate(-110%)}to{transform:translate(0,0)}}@keyframes Toastify__slideInUp{0%{visibility:visible;transform:translateY(110%)}to{transform:translate(0,0)}}@keyframes Toastify__slideInDown{0%{visibility:visible;transform:translateY(-110%)}to{transform:translate(0,0)}}@keyframes Toastify__slideOutRight{0%{transform:translate(0,0)}to{visibility:hidden;transform:translate(110%)}}@keyframes Toastify__slideOutLeft{0%{transform:translate(0,0)}to{visibility:hidden;transform:translate(-110%)}}@keyframes Toastify__slideOutDown{0%{transform:translate(0,0)}to{visibility:hidden;transform:translateY(500px)}}@keyframes Toastify__slideOutUp{0%{transform:translate(0,0)}to{visibility:hidden;transform:translateY(-500px)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}.Toastify .Toastify__toast-container{z-index:10000000;width:auto;margin:0;padding:0;top:50%;transform:translate(calc(.5px - 50%),calc(.5px - 50%))}.Toastify .Toastify__toast{max-width:320px;min-height:0;color:var(--textwhite_1st);background-color:var(--toastbg_1st);cursor:pointer;box-shadow:none;border-radius:4px;align-items:center;padding:12px 14px;font-family:inherit;display:flex}.Toastify .Toastify__toast:before{text-align:center;border:1px solid #0000;border-radius:50%;width:14px;height:14px;margin-right:8px;display:block;transform:translateY(-1px)}.Toastify .Toastify__toast .Toastify__toast-body{white-space:normal;word-break:break-word}.Toastify .Toastify__toast--warning:before{content:"!";color:#ffbb1c;border-color:#ffbb1c;font-size:10px;line-height:10px}.Toastify .Toastify__toast--success:before{content:"✓";color:#29c449;border-color:#29c449;font-size:8px;line-height:12px}@keyframes ToastifyFadeIn{0%{opacity:0}to{opacity:1}}@keyframes ToastifyFadeOut{0%{opacity:1}to{opacity:0}}.toastify-fadein{animation-name:ToastifyFadeIn}.toastify-fadeout{animation-name:ToastifyFadeOut}.toastify-no-animation-enter{transition:none!important}.toastify-no-animation-exit{width:0!important;height:0!important;margin:0!important;padding:0!important;transition:none!important}.archive-chats-entry{background:var(--commonbg_list);cursor:pointer;text-align:left;border:0;border-top:1px solid var(--line_primary);border-bottom:1px solid var(--line_primary);align-items:center;width:100%;height:40px;padding:0 10px;display:flex}.archive-chats-entry:hover{background:var(--commonbg_1st_hover)}.archive-chats-entry.archive-chats-entry-selected{background:var(--commonbg_2nd_selected)}.archive-chats-entry .archive-chats-entry-label{color:var(--foreground_secondary);flex:1;margin-left:10px;font-size:14px}.archive-chats-entry .archive-chats-entry-mention{color:var(--functional_red_1st);font-size:12px}.archive-chats-entry .archive-chats-entry-arrow{color:var(--icon_2nd);flex-shrink:0}.home-title-bar-container{-webkit-app-region:drag;height:29px;padding:0 0 0 16px;display:flex}.home-title-bar-container .logo-box{align-items:center;height:100%;display:flex}.home-title-bar-container .logo-box .logo{background-image:url(https://static.cdn.haiserve.com/seatalk/fe/static/media/seatalk-logo-Dvj5FsSf.svg);background-position:50%;background-repeat:no-repeat;background-size:contain;width:16px;height:16px}.home-title-bar-container .logo-box .text{margin-left:16px;font-size:12px}.personal-status-tag-wrap{max-width:calc(100% - 26px);height:16px;margin-left:4px;margin-right:4px;font-size:10px;line-height:10px}.personal-status-tag-wrap .personal-status-tag{text-align:center;background:var(--tag_status_1);color:var(--text_2nd);white-space:nowrap;text-overflow:ellipsis;border-radius:8px;padding:2px 8px;overflow:hidden}.personal-status-tag-wrap.normal{height:18px;font-size:12px;line-height:12px}.personal-status-tag-title-wrap{flex-direction:column;align-items:center;display:flex}.personal-status-tag-title-wrap .personal-status-tag-text-wrap{align-items:center;display:flex}.personal-status-tag-title-wrap .tooltipText{color:#fff;text-align:center;display:block}.personal-status-tag-title-wrap .tooltipTime{color:#ffffff80;text-align:center;display:block}.contact-contact-list-item.selected.highlightOnSelect .personal-status-tag-wrap .personal-status-tag{background:var(--tag_status_2)}.contact-contact-list-item{text-align:left;user-select:none;background:0 0;align-items:center;width:100%;height:100%;padding:13px 10px;position:relative}.contact-contact-list-item .leave-status-tag{margin-left:8px}.contact-contact-list-item .contact-contact-list-item-badge{align-items:center;gap:2px;margin-left:5px;display:flex}.contact-contact-list-item .contact-contact-list-item-badge .common-icon{color:var(--icon_4th);width:16px;height:16px;display:flex}.contact-contact-list-item .contact-list-checkbox .ant-checkbox-checked .ant-checkbox-inner:after{left:30%}.contact-contact-list-item .contact-list-checkbox-left{margin-right:16px}.contact-contact-list-item:not(.selected).selectable:hover{background:var(--commonbg_1st_hover)}.contact-contact-list-item:not(.selected).selectable.highlightOnSelect:active,.contact-contact-list-item.selected.highlightOnSelect{background:var(--commonbg_2nd_selected)}.contact-contact-list-item.disabled,.contact-contact-list-item.grayout{opacity:.5}.contact-contact-list-item.disabled .ant-checkbox-inner,.contact-contact-list-item.grayout .ant-checkbox-inner{background-color:#2023252e}.contact-contact-list-item.disabled *{cursor:default}.contact-contact-list-item .profile-panel-container{cursor:pointer;display:flex}.contact-contact-list-item .fill-height{height:100%}.contact-contact-list-item .info{justify-content:center;min-width:0;padding-left:10px}.contact-contact-list-item .info .main{align-items:center;width:100%;display:flex}.contact-contact-list-item .info .title-wrap{flex-direction:row;flex:1;align-items:center;display:flex;overflow:hidden}.contact-contact-list-item .info .title{white-space:nowrap;text-overflow:ellipsis;max-width:100%;color:var(--text_1st);min-width:18px;font-size:14px;overflow:hidden}.contact-contact-list-item .info .title mark{color:var(--functional_brand_primary)}.contact-contact-list-item .info .text{white-space:nowrap;text-overflow:ellipsis;max-width:100%;color:var(--text_2nd);align-items:center;min-height:18px;font-size:12px;display:inline-block;overflow:hidden}.contact-contact-list-item .info .text .common-icon{margin-right:4px}.contact-contact-list-item .info .text .text-prefix{color:#f42844;margin-right:3px}.contact-contact-list-item .info .text .text-prefix.no-highlight{color:inherit}.contact-contact-list-item .info .text mark{color:var(--functional_brand_primary)}.contact-contact-list-item .info .label{word-wrap:normal;word-spacing:nowrap;color:var(--text_3rd);white-space:nowrap;margin-left:4px;font-size:12px;overflow:visible}.contact-contact-list-item .info .common-badge .ant-badge-count{box-shadow:none}.contact-contact-list-item .ant-checkbox-wrapper .ant-checkbox .ant-checkbox-input:focus+.ant-checkbox-inner{border-color:var(--icon_4th)!important}.contact-contact-list-item .ant-checkbox-wrapper .ant-checkbox .ant-checkbox-inner{border-radius:4px;width:20px;height:20px}.contact-contact-list-item .ant-checkbox-wrapper .ant-checkbox-checked .ant-checkbox-inner{border-color:var(--functional_brand_primary)!important}.contact-contact-list-item .pin{position:absolute;top:4px;right:3px}.contact-contact-list-item:not(:hover) .on-hover{display:none}.contact-contact-list-item .onclick-wrapper{-webkit-app-region:no-drag;display:flex}.virtual-contact-list{-webkit-app-region:no-drag}.virtual-contact-list .contact-contact-list-item{padding:10px 13px}.messages-message-detail-view-header .contact-contact-list-item{padding:11px 10px}.messages-message-detail-view-header .contact-contact-list-item.isInactive .onclick-wrapper *{cursor:not-allowed!important}.messages-message-detail-view-header .contact-contact-list-item .onclick-wrapper{z-index:1}.contact-contact-list-item .contact-contact-list-item-info>.main{transform:none}.contact-contact-list-item .contact-contact-list-item-info>.sub{opacity:1}.contact-contact-list-item .contact-info-animation-enter .contact-contact-list-item-info>.main{transform:translateY(9px)}.contact-contact-list-item .contact-info-animation-enter .contact-contact-list-item-info>.sub{opacity:.1}.contact-contact-list-item .contact-info-animation-enter-active .contact-contact-list-item-info>.main{transition:transform .2s linear;transform:none}.contact-contact-list-item .contact-info-animation-enter-active .contact-contact-list-item-info>.sub{opacity:1;transition:opacity .2s linear}.contact-contact-list-item .contact-info-animation-exit .contact-contact-list-item-info>.main{transform:translateY(-9px)}.contact-contact-list-item .contact-info-animation-exit .contact-contact-list-item-info>.sub{opacity:1}.contact-contact-list-item .contact-info-animation-exit-active .contact-contact-list-item-info>.main{transition:transform .2s linear;transform:none}.contact-contact-list-item .contact-info-animation-exit-active .contact-contact-list-item-info>.sub{opacity:0;transition:opacity .2s linear}.bot-profile-name-container{max-width:200px;color:var(--text_1st);font-size:16px;line-height:24px}.bot-profile-name-container .bot-name-wrap{display:flex;position:relative}.bot-profile-name-container .bot-name-wrap .bot-name-content{text-overflow:ellipsis;overflow-wrap:break-word;-webkit-box-orient:vertical;width:172px;max-height:50px;font-size:16px;line-height:24px;display:-webkit-box;overflow:hidden}.bot-profile-name-container .bot-name-wrap .bot-name-content .text-content{color:var(--text_1st);text-align:left;width:172px;margin-right:4px;font-size:16px;line-height:24px}.bot-profile-name-container .bot-name-wrap .bot-name-content .bot-icon{width:fit-content;display:inline-flex;position:relative}.bot-profile-name-container .bot-name-wrap .hidden-measure{visibility:hidden;position:absolute;overflow:visible}.content-container{flex-direction:column;width:100%;display:flex;overflow:hidden}.content-container .desc-container{flex:1;width:100%}.content-container .desc-container .description-text{color:var(--text_2nd);word-break:break-word;white-space:break-spaces;user-select:text;z-index:1;max-height:136px;font-size:14px;line-height:20px;position:relative;overflow:auto}.content-container .desc-container .description-text a{word-break:break-all;hyphens:none;text-decoration:underline}.content-container .desc-container .scroll-fade-top,.content-container .desc-container .scroll-fade-bottom{z-index:2;width:100%;height:20px;position:sticky}.content-container .desc-container .scroll-fade-top{background:linear-gradient(to bottom, var(--dialogsbg_1st), transparent);margin-top:-20px;top:0}.content-container .desc-container .scroll-fade-bottom{background:linear-gradient(to top, var(--dialogsbg_1st), transparent);margin-top:-20px;bottom:0}.content-container .owner-box{flex-direction:row;min-height:32px;margin-top:16px;display:flex}.content-container .owner-box .info-row-label{justify-content:flex-start;align-items:center;height:32px;max-width:93px!important;display:flex!important}.content-container .owner-box .info-row-label-text{white-space:nowrap;text-overflow:ellipsis;color:var(--text_1st);overflow:hidden}.content-container .owner-box .info-row-value{text-align:right;color:var(--text_1st);flex-grow:1;justify-content:flex-end;align-items:center;height:fit-content;min-height:32px;display:flex}.content-container .profile-description-footer{width:100%;display:flex}.content-container .profile-description-footer>button{flex:1}.bot-profile-panel.inactive-status .content-container .desc-container .description-text{max-height:120px}.bot-owner-info-drawer .ant-drawer-content-wrapper .ant-drawer-content .ant-drawer-wrapper-body .ant-drawer-body{background-color:var(--dialogsbg_1st)}.owner-value-container{cursor:pointer;display:inline-flex}.owner-value-container .owner-nickname .owner-name-text{text-overflow:ellipsis;white-space:nowrap;max-width:200px;overflow:hidden}.owner-value-container .common-icon{cursor:pointer;transform:rotate(-90deg)}.owner-value-container .common-icon.sprite_ele_ic_dropdownarrow_gray{right:-6px}.ant-modal-root .editable-popover-text{z-index:9999999}.ContactSelectPanel-NewChatSelectPanel .ant-select-arrow{margin-top:-5px}.ContactSelectPanel-NewChatSelectPanel .ant-select-arrow .ant-select-arrow-icon{color:var(--icon_1st)}.highlight-animation{animation:2s ease-in-out both highlightAnimation}@keyframes highlightAnimation{0%{background-color:var(--functional_yellow_2nd)}50%{background-color:var(--functional_yellow_2nd)}to{background-color:#0000}}.highlight-animation .tableWrapper{background:0 0!important}.thread-scroll-to-bottom-component{width:42px;height:42px;color:var(--functional_brand_primary);background:var(--dialogsbg_1st);cursor:pointer;z-index:100;pointer-events:auto;border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;bottom:16px;right:24px;box-shadow:0 2px 8px #20232526}.thread-scroll-to-bottom-component.aboveScheduleBanner{bottom:52px}.thread-scroll-to-bottom-component .common-icon{vertical-align:-.25em;margin:0 1.25px}.new-message-tip-component{color:var(--textwhite_1st);background-color:var(--overlaygrey_02);box-sizing:border-box;cursor:pointer;white-space:nowrap;border-radius:4px;align-items:center;max-width:100%;padding:0 16px;font-size:14px;line-height:32px;display:flex;position:absolute;bottom:8px;left:12px;width:calc(100% - 24px)!important;height:32px!important}.new-message-tip-component.aboveScheduleBanner{bottom:36px!important}.new-message-tip-component>span{color:var(--text_white_1st);word-break:break-all;text-overflow:ellipsis;margin-left:8px;overflow:hidden}.tippy-box[data-reference-hidden]{visibility:hidden;pointer-events:none}.tippy-box-theme-override .tippy-box[data-theme=emoji-picker-thread] .emoji-picker-container,body.dark-theme .tippy-box[data-theme=emoji-picker-thread] .emoji-picker-container{box-shadow:0 1px 14px #00000080}@media (prefers-color-scheme:dark){body:not(.light-theme) .tippy-box[data-theme=emoji-picker-thread] .emoji-picker-container{box-shadow:0 1px 14px #00000080}}.ant-dropdown .chat-summary-entry-menu .chat-summary-entry-menu-title{color:var(--foreground_secondary);border-bottom:1px solid var(--line_primary);margin:0 10px;padding:3px 0;font-size:12px;line-height:18px}.ant-dropdown .chat-summary-entry-menu .chat-summary-entry-menu-item{color:var(--foreground_primary);justify-content:space-between;align-items:center;padding:10px;font-size:14px;line-height:20px;display:flex}.unread-messages-summary-entry{user-select:none;cursor:pointer;justify-content:center;align-items:center;display:flex}.unread-messages-summary-entry:hover{background-color:var(--interaction_hover);border-radius:0 0 0 16px}.unread-messages-summary-entry span{background:linear-gradient(90deg,#aca0ef,#a6c8ed);-webkit-text-fill-color:transparent;color:var(--foreground_primary);-webkit-background-clip:text;background-clip:text;margin-left:4px;font-size:12px}.default-avatar-icon{color:#fff;background:#dedee8;border-radius:4px}.avatar-box{justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}.avatar-box img.avatar-badge{-webkit-user-drag:none;width:125%;height:125%;position:absolute;top:-12.5%;left:-12.5%}.common-avatar{user-select:none;border-radius:6px}.common-avatar.border{background-color:#e9e9e9;border:5px solid #e9e9f4}.common-avatar.ant-avatar-image{flex-direction:column;align-items:center;display:inline-flex}.common-avatar.ant-avatar-image img{border-radius:4px;width:auto;height:100%}.dot.sealabs-avatar{box-sizing:content-box;position:relative;overflow:visible}.dot.sealabs-avatar>.wrapper{border-radius:6px;overflow:hidden}.dot.sealabs-avatar:after{content:" ";box-sizing:border-box;background-color:#f11b43;border:2px solid #f8f8fa;border-radius:100px;width:12px;height:12px;position:absolute;top:-6px;right:-6px}.selected>.dot.sealabs-avatar:after{border-color:#e9e9f4}.share-group-info-modal{text-align:center}.share-group-info-modal .group-icon{margin-top:50px}.share-group-info-modal>.name{color:var(--text_1st);margin-top:20px;font-size:24px;font-weight:500}.share-group-info-modal .member-container{justify-content:center;align-items:flex-start;display:flex}.share-group-info-modal .member-container .member .avatar-container{width:40px;height:40px;position:relative}.share-group-info-modal .member-container .member .avatar-container .owner-tag{color:#fff;background-color:#ffbb1ce6;border-bottom-right-radius:6px;border-bottom-left-radius:6px;width:40px;margin:auto;font-size:10px;position:absolute;bottom:0;left:0;right:0}.share-group-info-modal .member-container .member .name{white-space:nowrap;text-overflow:ellipsis;width:55px;margin-top:12px;font-size:12px;overflow:hidden}.share-group-info-modal .member-container .member .avatar-placeholder{background-color:#cfdae833;border-radius:4px;width:40px;height:40px;margin:auto;font-size:12px;line-height:40px}.share-group-info-modal .member-container .member .name-placeholder{width:55px}.share-group-info-modal .member-container .member+.member{margin-left:13px}.share-group-info-modal .error-message{color:var(--text_2nd);padding:50px 0}.share-group-info-modal .ant-btn.ant-btn-primary{margin-top:40px}.share-group-info-modal .ant-btn.ant-btn-primary[disabled],.share-group-info-modal .ant-btn.ant-btn-primary[disabled]:hover{color:#ffffff80;background-color:#1b92f54d;border-color:#ffffff80}.more-formats-menu{background-color:var(--commonbg_1st)}.more-formats-menu .format-icon{color:var(--text_1st)!important}.more-formats-menu .format-icon:hover,.more-formats-menu .format-icon.isActive{background-color:var(--commonbg_2nd_hover)!important}.more-formats-menu .format-icon[aria-disabled=true]{color:var(--text_4th)!important}.more-formats-menu .format-icon[aria-disabled=true]:hover{background-color:inherit!important}.more-formats-menu .more-formats-menu-item{align-items:center;height:40px;display:flex;padding:0 16px 0 12px!important}.more-formats-menu .more-formats-menu-item>span{margin-left:4px}.more-formats-menu.smallIcon .more-formats-menu-item svg{width:28px;height:28px}.format-toolbar.expanded{color:var(--icon_1st);background-color:var(--commonbg_2nd_selected)}.format-toolbar.expanded .expand-icon,.format-toolbar.expanded .format-icon:hover,.format-toolbar.expanded .format-icon.isActive{color:var(--functional_brand_primary);background-color:var(--commonbg_1st_hover)}.format-toolbar.expanded .format-icon.disabled{color:var(--icon_3rd)}.format-toolbar{border-radius:999px;display:inline-flex}.format-toolbar>*+*{margin-left:16px}.format-toolbar .icon-container{user-select:none}.format-toolbar .icon-container.isActive{min-width:32px}.format-toolbar .icon-container.isHidden{display:none}.format-toolbar .common-icon{display:flex}.format-toolbar .format-icon.disabled{cursor:not-allowed}.format-toolbar .format-icon.disabled .common-icon{pointer-events:none;cursor:not-allowed!important}.format-toolbar.smallIcon>*+*{margin-left:12px}.format-toolbar.smallIcon .icon-container,.format-toolbar.smallIcon .icon-container svg{width:28px;height:28px}.format-toolbar.smallIcon .icon-container.isActive{min-width:28px}.format-toolbar.expandMode{background-color:#0000}.format-toolbar.expandMode>*+*{margin-left:10px}.format-toolbar-container{border-radius:999px;align-content:center;display:inline-flex;position:relative}.format-toolbar-container .arrow-left,.format-toolbar-container .arrow-right{color:var(--functional_brand_primary);display:none;position:absolute}.format-toolbar-container.collapse:hover .arrow-right{display:block;top:calc(50% - 4px);left:31.3px}.format-toolbar-container.expanded .arrow-left{display:block;top:calc(50% - 3px);left:29px}.format-toolbar-container .format-toolbar{transition:color .2s ease-in-out,background-color .2s ease-in-out,width .2s ease-in-out!important}.format-toolbar-container .format-toolbar .icon-container{transition:color .2s ease-in-out,background-color .2s ease-in-out!important}.format-toolbar-container .format-toolbar-animation-enter-active{overflow:hidden}.format-toolbar-container .format-toolbar-animation-enter-active .icon-container.format-icon{transition:color .2s ease-in-out,background-color .2s ease-in-out,transform .2s ease-in-out,margin-left .2s ease-in-out!important}.format-toolbar-container .format-toolbar-animation-exit-active{overflow:hidden}.format-toolbar-container .format-toolbar-animation-exit-active .icon-container.format-icon{transition:color .2s ease-in-out,background-color .2s ease-in-out,transform .2s ease-in-out,margin-left .2s ease-in-out!important}.format-toolbar-container .__toolbar-width-mixin.items-cnt-5{width:224px}.format-toolbar-container .__toolbar-width-mixin.items-cnt-6{width:272px}.format-toolbar-container .__toolbar-width-mixin.items-cnt-8{width:368px}.format-toolbar-container .format-toolbar-animation-enter{width:32px}.format-toolbar-container .format-toolbar-animation-enter .format-icon{margin-left:0;transform:scale(0)}.format-toolbar-container .format-toolbar-animation-enter-active.items-cnt-5{width:224px}.format-toolbar-container .format-toolbar-animation-enter-active.items-cnt-6{width:272px}.format-toolbar-container .format-toolbar-animation-enter-active.items-cnt-8{width:368px}.format-toolbar-container .format-toolbar-animation-enter-active .format-icon{margin-left:16px;transform:scale(1)}.format-toolbar-container .format-toolbar-animation-exit.items-cnt-5{width:224px}.format-toolbar-container .format-toolbar-animation-exit.items-cnt-6{width:272px}.format-toolbar-container .format-toolbar-animation-exit.items-cnt-8{width:368px}.format-toolbar-container .format-toolbar-animation-exit .format-icon{margin-left:16px;transform:scale(1);display:flex!important}.format-toolbar-container .format-toolbar-animation-exit-active{background-color:var(--commonbg_2nd_selected);width:32px!important}.format-toolbar-container .format-toolbar-animation-exit-active .format-icon{margin-left:0;transform:scale(0)}.format-toolbar-container.smallIcon .__toolbar-width-mixin.items-cnt-5{width:188px}.format-toolbar-container.smallIcon .__toolbar-width-mixin.items-cnt-6{width:228px}.format-toolbar-container.smallIcon .__toolbar-width-mixin.items-cnt-8{width:308px}.format-toolbar-container.smallIcon .format-toolbar-animation-enter{width:28px}.format-toolbar-container.smallIcon .format-toolbar-animation-enter .format-icon{margin-left:0;transform:scale(0)}.format-toolbar-container.smallIcon .format-toolbar-animation-enter-active.items-cnt-5{width:188px}.format-toolbar-container.smallIcon .format-toolbar-animation-enter-active.items-cnt-6{width:228px}.format-toolbar-container.smallIcon .format-toolbar-animation-enter-active.items-cnt-8{width:308px}.format-toolbar-container.smallIcon .format-toolbar-animation-enter-active .format-icon{margin-left:12px;transform:scale(1)}.format-toolbar-container.smallIcon .format-toolbar-animation-exit.items-cnt-5{width:188px}.format-toolbar-container.smallIcon .format-toolbar-animation-exit.items-cnt-6{width:228px}.format-toolbar-container.smallIcon .format-toolbar-animation-exit.items-cnt-8{width:308px}.format-toolbar-container.smallIcon .format-toolbar-animation-exit .format-icon{margin-left:12px;transform:scale(1);display:flex!important}.format-toolbar-container.smallIcon .format-toolbar-animation-exit-active{background-color:var(--commonbg_2nd_selected);width:28px!important}.format-toolbar-container.smallIcon .format-toolbar-animation-exit-active .format-icon{margin-left:0;transform:scale(0)}.format-toolbar-item-tooltip{text-align:center}.mention-list-container{background-color:var(--elevator_1st);border:1px solid var(--border_2nd);border-radius:6px;font-size:14px;overflow:auto}.mention-list-item{cursor:pointer;user-select:none;height:40px;padding:0 12px;line-height:40px}.mention-list-item.highlight{background-color:var(--commonbg_2nd_hover)}.mention-list-item.disabledItem{background-color:var(--elevator_1st);cursor:default}.mention-list-item.disabledItem div.info{color:var(--text_2nd);font-size:12px}.mention-list-item .suggestion{flex-direction:row;align-items:center;display:flex}.mention-list-item .suggestion .sprite{margin-right:5px}.mention-list-item .suggestion .avatar{background-color:#ccc;background-repeat:no-repeat;background-size:cover;border-radius:4px;flex-shrink:0;width:26px;height:26px;margin-right:5px}.mention-list-item .suggestion .avatar .avatar-badge-icon{-webkit-user-drag:none;width:125%;height:125%;position:absolute;top:-12.5%;left:-12.5%}.mention-list-item .suggestion .info{color:var(--text_1st);border:0;flex-direction:column;flex:1;justify-content:center;height:40px;line-height:1.3;display:flex;overflow:hidden}.mention-list-item .suggestion .info .name{flex-direction:row;align-items:center;max-width:100%;display:flex}.mention-list-item .suggestion .info .name .name-content{text-overflow:ellipsis;white-space:nowrap;max-width:100%;overflow:hidden}.mention-list-item .suggestion .info .name .leave-status-tag{background:#f2f3f5;margin-left:8px}.mention-list-item .suggestion .info .sub{color:#bcbdbd;text-overflow:ellipsis;white-space:nowrap;max-width:100%;font-size:10px;overflow:hidden}@media (prefers-color-scheme:dark){.formatted-message-base .tableWrapper{--table-scroll-shadow-color:#00000047}}@media (prefers-color-scheme:dark){.formatted-message-quote .tableWrapper{--table-scroll-shadow-color:#00000047}}@media (prefers-color-scheme:dark){.formatted-message-later-message .tableWrapper{--table-scroll-shadow-color:#00000047}}@media (prefers-color-scheme:dark){.formatted-message-forward-preview .tableWrapper{--table-scroll-shadow-color:#00000047}}.formatted-message-sent-by-me p>code,.formatted-message-sent-by-me pre>code{color:var(--textwhite_1st)}.seatalk-editor{word-wrap:break-word;white-space:pre-wrap;width:100%;height:100%;color:var(--text_1st);font-size:14px;line-height:20px;display:flex}.seatalk-editor .seatalk-editor-content{scrollbar-gutter:stable;outline:none;flex-grow:1;padding:0 0 0 10px;overflow-y:auto}.seatalk-editor .seatalk-editor-content .seatalk_mention-item_container{color:var(--Bubble_blue)}.seatalk-editor .seatalk-editor-content ul,.seatalk-editor .seatalk-editor-content ol{margin-bottom:0;padding-inline-start:23px}.seatalk-editor .seatalk-editor-content ol{list-style-type:decimal}.seatalk-editor .seatalk-editor-content :is(ol,ul) ol{list-style-type:lower-alpha}.seatalk-editor .seatalk-editor-content :is(ol,ul) :is(ol,ul) ol{list-style-type:lower-roman}.seatalk-editor .seatalk-editor-content ul,.seatalk-editor .seatalk-editor-content :is(ol,ul) ul,.seatalk-editor .seatalk-editor-content :is(ol,ul) :is(ol,ul) ul{list-style-type:disc}.seatalk-editor .seatalk-editor-content li:has(>:is(ol,ul):first-child){list-style:none}.seatalk-editor .seatalk-editor-content strong,.seatalk-editor .seatalk-editor-content em{line-height:1em}.seatalk-editor .seatalk-editor-content pre,.seatalk-editor .seatalk-editor-content code{background-color:var(--commonbg_1st_hover);-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:Menlo,Monaco,SF Mono,Consolas,Courier New,monospace;font-size:12px}.seatalk-editor .seatalk-editor-content p>code{color:var(--icon_1st);margin:0 2px;border-radius:4px;margin-inline:0;padding:2px 4px;line-height:16px}.seatalk-editor .seatalk-editor-content p>code+code{margin-left:0}.seatalk-editor .seatalk-editor-content pre>code{color:var(--text_1st);border-radius:0;margin:0;padding:0;line-height:18px}.seatalk-editor .seatalk-editor-content pre{border-bottom-right-radius:4px;border-bottom-left-radius:4px;padding:0 8px 8px;line-height:18px}.seatalk-editor .seatalk-editor-content pre:first-child,.seatalk-editor .seatalk-editor-content :not(pre)+pre{border-top-left-radius:4px;border-top-right-radius:4px;padding-top:8px}.seatalk-editor .seatalk-editor-content pre+pre{margin-top:-8px}.seatalk-editor .seatalk-editor-content .tableWrapper{border:1px solid var(--line_primary);--table-scroll-background-color:var(--formatted-message-background-color,var(--commonbg_white));--table-scroll-shadow-color:#0000001a;background:linear-gradient(to right, var(--table-scroll-background-color) 30%, transparent), linear-gradient(to right, transparent, var(--table-scroll-background-color) 70%) 100% 0, radial-gradient(farthest-side at 0 50%, var(--table-scroll-shadow-color), transparent), radial-gradient(farthest-side at 100% 50%, var(--table-scroll-shadow-color), transparent) 100% 0;background-repeat:no-repeat;background-size:40px 100%,40px 100%,10px 100%,10px 100%;background-attachment:local,local,scroll,scroll;border-radius:4px;width:fit-content;max-width:100%;overflow-x:auto}.seatalk-editor .seatalk-editor-content .tableWrapper::-webkit-scrollbar{border-top:1px solid var(--line_primary);height:13px}.seatalk-editor .seatalk-editor-content .tableWrapper table tbody th,.seatalk-editor .seatalk-editor-content .tableWrapper table tbody td{border-right:1px solid var(--line_primary);border-bottom:1px solid var(--line_primary);vertical-align:top;text-align:left!important}.seatalk-editor .seatalk-editor-content .tableWrapper table tbody th p,.seatalk-editor .seatalk-editor-content .tableWrapper table tbody td p{word-break:break-word;white-space:normal;width:max-content;min-width:56px;max-width:320px;padding:8px 12px}.seatalk-editor .seatalk-editor-content .tableWrapper table tbody tr>:last-child{border-right:none}.seatalk-editor .seatalk-editor-content .tableWrapper table tbody tr:first-child th{background-color:var(--background_secondary);color:var(--foreground_secondary);font-weight:500}.seatalk-editor .seatalk-editor-content .tableWrapper table tbody tr:last-child td{border-bottom:none}@media (prefers-color-scheme:dark){.seatalk-editor .seatalk-editor-content .tableWrapper{--table-scroll-shadow-color:#00000047}}.dark-theme .seatalk-editor .seatalk-editor-content .tableWrapper{--table-scroll-shadow-color:#00000047}.light-theme .seatalk-editor .seatalk-editor-content .tableWrapper{--table-scroll-shadow-color:#0000001a}.seatalk-editor .seatalk-editor-content :is(p,ul,ol,.tableWrapper)+pre,.seatalk-editor .seatalk-editor-content :is(p,ul,ol,pre,.tableWrapper)+.tableWrapper,.seatalk-editor .seatalk-editor-content :is(pre,.tableWrapper)+:is(p,ul,ol){margin-top:8px}.seatalk-editor .seatalk-editor-content[contenteditable=false],.seatalk-editor .seatalk-editor-content[contenteditable=false] .seatalk_mention-item_container{color:var(--text_3rd)}.seatalk-editor .ProseMirror p.is-editor-empty:first-child:before{color:var(--text_3rd);content:attr(data-placeholder);float:left;pointer-events:none;height:0}.group-announcement-editor-container{flex-direction:column;gap:16px;margin:16px 24px;display:flex;overflow:hidden}.group-announcement-editor-container .body{background-color:var(--commonbg_1st);border:1px solid var(--border_2nd);border-radius:4px;flex-direction:column;display:flex;overflow:hidden}.group-announcement-editor-container .body .format-toolbar-container{border-bottom:1px solid var(--separator_2nd);border-radius:0;padding:6px 10px}.group-announcement-editor-container .body .seatalk-editor{min-height:196px;padding:6px 0 6px 12px;position:relative;overflow:hidden}.group-announcement-editor-container .body .seatalk-editor .seatalk-editor-content{padding:0;overflow-y:auto}.group-announcement-editor-container .body .seatalk-editor pre,.group-announcement-editor-container .body .seatalk-editor code{background-color:var(--commonbg_2nd)!important}.group-announcement-editor-container .footer{flex-direction:row;justify-content:space-between;align-items:center;display:flex}.group-announcement-editor-container .footer .buttons{gap:16px;display:flex}.group-announcement-editor-container .footer .buttons .anticon-loading{display:inline-block!important}.group-announcement-editor-container .footer .buttons button.ant-btn{height:auto;padding:9px 23px;font-size:14px;line-height:20px}.group-announcement-viewer-container{flex-direction:column;gap:16px;min-height:272px;padding:16px 0;display:flex;overflow:hidden}.group-announcement-viewer-container .content{flex-direction:column;flex:1;gap:12px;padding:0 24px;display:flex;overflow-y:auto}.group-announcement-viewer-container .content .header{color:var(--text_2nd);font-size:12px;line-height:18px}.group-announcement-viewer-container .content .body{flex:1;font-size:14px;line-height:20px}.group-announcement-viewer-container .footer{justify-content:end;gap:16px;padding:0 24px;display:flex}.group-announcement-viewer-container .footer button.ant-btn{height:auto;padding:9px 23px;font-size:14px;line-height:20px}.group-announcement-viewer-container.hideFooter{padding-bottom:24px}.group-announcement-viewer-container.hideFooter .footer{display:none}.group-announcement-modal-container .ant-modal-confirm-content{text-align:unset!important;background-color:var(--dialogsbg_2nd)!important;padding:0!important}.group-announcement-modal-container .ant-modal-confirm-content pre{text-align:unset!important}.group-announcement-modal-container .ant-modal-confirm-btns{display:none!important}.group-announcement-modal-container .ant-btn-danger.ant-btn-background-ghost,.group-announcement-modal-container .ant-btn-danger.ant-btn-background-ghost:hover,.group-announcement-modal-container .ant-btn-danger.ant-btn-background-ghost:focus{color:var(--functional_red_1st)}.group-announcement-modal-container .ant-modal-confirm-body{flex-direction:column;max-height:calc(100vh - 80px);display:flex}.group-announcement-modal-container .ant-modal-confirm-body .ant-modal-confirm-title{min-height:50px}.group-announcement-modal-container .ant-modal-confirm-body .ant-modal-confirm-content{flex-direction:column;display:flex;overflow:hidden}.messages-message-detail-view .smart-writing-entry-icon.arrow-down,.thread-detail-page-split-view .smart-writing-entry-icon.arrow-down{cursor:pointer;margin-left:0!important}.messages-message-detail-view .smart-writing-entry-icon.arrow-down.open,.thread-detail-page-split-view .smart-writing-entry-icon.arrow-down.open{transform:rotate(180deg)}.messages-message-detail-view .smart-writing-entry-icon.arrow-down.disabled,.thread-detail-page-split-view .smart-writing-entry-icon.arrow-down.disabled{cursor:inherit;opacity:.4}.ant-dropdown .language-select-menu .language-select-title{color:var(--foreground_secondary);border-bottom:1px solid var(--line_primary);margin:0 10px;padding:3px 0;font-size:12px;line-height:18px}.ant-dropdown .language-select-menu .language-select-item{color:var(--foreground_primary);justify-content:space-between;align-items:center;padding:10px;font-size:14px;line-height:20px;display:flex}.ant-dropdown .language-select-menu .language-select-item .item-label{margin-right:8px}.applink-profile-view-modal .ant-modal-header{height:50px;max-height:50px;padding:15px 16px}.applink-profile-view-modal .ant-modal-header .ant-modal-title{text-align:center;line-height:20px}.applink-profile-view-modal .ant-modal-header .ant-modal-title .icon-back{left:0}.applink-profile-view-modal .ant-modal-body{padding:0!important}.applink-profile-view-container{height:440px;position:relative}.applink-profile-view-container .applink-profile-view-anchor{width:0;height:0}.applink-profile-view-container .applink-profile-view-not-exist-box{flex-direction:column;align-items:center;height:100%;padding:24px 24px 12px;display:flex}.applink-profile-view-container .applink-profile-view-not-exist-box .applink-profile-view-not-exist-text{color:var(--text_2nd,#8b8d8f);text-align:center;flex:1;width:240px;font-size:14px;line-height:20px}.applink-profile-view-container .applink-profile-view-not-exist-box .applink-profile-view-not-exist-btn{width:100%;height:40px;margin-top:12px}.applink-profile-view-container .seatalk-profile-panel-container{background-color:var(--commonbg_white);border-top-left-radius:0;border-top-right-radius:0;height:440px}.applink-profile-view-container .ant-popover-placement-right,.applink-profile-view-container .ant-popover-placement-rightTop,.applink-profile-view-container .ant-popover-placement-rightBottom{padding:0}.applink-profile-view-container .ant-popover-inner{box-shadow:none}.sidebar-popover .ant-popover-inner{border-radius:7px;overflow:hidden}.sidebar-popover .ant-popover-inner .ant-popover-inner-content{padding:0}.sidebar-popover .ant-popover-inner .ant-popover-inner-content .ant-popover-arrow{border-color:var(--commonbg_white)!important}.sidebar-popover .ant-popover-inner .ant-popover-inner-content .ant-menu{background-color:var(--commonbg_white);border:none;min-width:160px;padding:8px 0 4px}.sidebar-popover .ant-popover-inner .ant-popover-inner-content .ant-menu .ant-menu-item{height:32px;color:var(--text_1st);margin:0 0 4px;padding:0 16px 0 10px;transition:none}.sidebar-popover .ant-popover-inner .ant-popover-inner-content .ant-menu .ant-menu-item:hover{background-color:var(--commonbg_2nd_hover);color:var(--text_1st)}.sidebar-popover .ant-popover-inner .ant-popover-inner-content .ant-menu .ant-menu-item>div{flex-direction:row;align-items:center;height:32px;display:flex}.sidebar-popover .ant-popover-inner .ant-popover-inner-content .ant-menu .ant-menu-item>div .common-icon{margin-right:8px}.sidebar-popover .ant-popover-inner .ant-popover-inner-content .ant-menu .ant-menu-item>div .common-icon:before{opacity:1}.sidebar-popover .ant-popover-inner .ant-popover-inner-content .ant-menu .ant-menu-item:last-child>div{border-bottom:none}.sidebar-popover.ant-popover-placement-bottomRight{top:47px!important}.oneline__1oejg44{white-space:nowrap;text-overflow:ellipsis;max-width:100%;overflow:hidden}.overflowable__1oejg44{text-overflow:ellipsis;background-color:#0000;border:0}.overflowable__1oejg44:focus{outline:none}.sidebarPopoverAddStuffs__1oejg44 .ant-menu-item svg{color:var(--functional_brand_primary)}.sidebarPopoverAddStuffs__1oejg44 .ant-menu-item :first-child svg{margin:0 10px 0 2px}.sidebar-popover-contact-global-search{-webkit-app-region:no-drag;width:560px;padding-top:4px}.sidebar-popover-contact-global-search.narrow{width:480px}.sidebar-popover-contact-global-search .ant-popover-arrow{display:none}.sidebar-popover-contact-global-search .ant-popover-inner-content{position:relative}.sidebar-popover-contact-global-search .detail-panel{z-index:1;visibility:hidden;background:#fff;background-color:var(--commonbg_white);transition:transform .3s,visibility .3s linear;position:absolute;inset:0;transform:translate(100%)}.sidebar-popover-contact-global-search .detail-panel.visible{visibility:visible;transform:translate(0)}.sidebar-popover-contact-global-search .detail-panel .detail-panel-top{white-space:nowrap;text-overflow:ellipsis;text-align:center;border-bottom:1px solid var(--separator_2nd);background-color:var(--commonbg_white);max-width:100%;color:var(--text_1st);padding:0 42px;font-weight:500;line-height:47px;position:relative;overflow:hidden;box-shadow:0 0 14px #5e5e751a}.sidebar-popover-contact-global-search .detail-panel .detail-panel-top .icon-back{position:absolute;top:6px;left:10px}.sidebar-popover-contact-global-search .detail-panel .detail-panel-content{height:calc(100% - 45px);overflow-y:auto}.sidebar-popover-contact-global-search .detail-panel .detail-panel-content .ReactVirtualized__List,.sidebar-popover-contact-global-search .detail-panel .detail-panel-content .ReactVirtualized__Grid{outline:none}.sidebar-popover-contact-global-search .ant-tabs-bar{margin-bottom:0;box-shadow:0 0 14px #5e5e751a}.sidebar-popover-contact-global-search .ant-tabs-nav{background-color:var(--commonbg_white);border-bottom:2px solid var(--separator_2nd);width:100%;padding:0 20px}.sidebar-popover-contact-global-search .ant-tabs-nav>div{justify-content:space-between;display:flex}.sidebar-popover-contact-global-search .ant-tabs-nav .ant-tabs-tab{text-align:center;min-width:28px;color:var(--text_1st);border-bottom:4px solid #0000;margin:0;padding:12px 2px}.sidebar-popover-contact-global-search .ant-tabs-nav .ant-tabs-tab:before{border-width:3px}.sidebar-popover-contact-global-search .ant-tabs-nav .ant-tabs-tab:hover{color:var(--functional_brand_primary)}.sidebar-popover-contact-global-search .ant-tabs-nav .ant-tabs-tab-active{border-color:var(--functional_brand_primary);color:var(--functional_brand_primary);font-weight:400}.sidebar-popover-contact-global-search .ant-tabs-nav .ant-tabs-ink-bar{display:none!important}.sidebar-popover-contact-global-search .tab-content-wrap{height:452px;max-height:calc(100vh - 200px)}.sidebar-popover-contact-global-search .section{border-top:12px solid var(--commonbg_separator)}.sidebar-popover-contact-global-search .section:first-child{border-top:0}.sidebar-popover-contact-global-search .section.section-full-list{height:100%}.sidebar-popover-contact-global-search .section.section-full-list .ReactVirtualized__List,.sidebar-popover-contact-global-search .section.section-full-list .ReactVirtualized__Grid{outline:none}.sidebar-popover-contact-global-search .section-title{color:var(--text_3rd);background-color:var(--commonbg_white);align-items:center;padding:14px 20px 4px;font-size:12px;display:flex}.sidebar-popover-contact-global-search .section-title .common-icon{vertical-align:-.28em;margin-right:2px}.sidebar-popover-contact-global-search .section-no-result{background-color:var(--commonbg_white);height:100%;color:var(--text_3rd);flex-direction:column;justify-content:center;align-items:center;font-size:16px;display:flex}.sidebar-popover-contact-global-search .section-no-result .common-icon{margin-top:-60px}.sidebar-popover-contact-global-search .section-expand{color:var(--functional_brand_primary);cursor:pointer;padding:14px 20px}.sidebar-popover-contact-global-search .section-expand:hover{background:var(--commonbg_2nd_hover)}.sidebar-popover-contact-global-search .contact-contact-list-item{padding:13px 20px}.contact-contact-search-box{z-index:500;justify-content:space-between;height:63px;padding:13px;display:flex;position:relative}.contact-contact-search-box .common-mask:not(.disabled)+.global-search-input{z-index:20001}.contact-contact-search-box .ant-input{background-color:var(--commonbg_1st);height:36px;color:var(--text_1st);-webkit-app-region:no-drag}.contact-contact-search-box .ant-input::placeholder{color:var(--text_3rd)}.contact-contact-search-box .ant-input-prefix{left:8px}.contact-contact-search-box .ant-input-suffix{cursor:pointer}.contact-contact-search-box .ant-btn{background-color:var(--commonbg_1st);border:1px solid var(--border_3rd);border-radius:4px;justify-content:center;align-items:center;min-width:36px;height:36px;margin-left:10px;padding:0;display:flex}.contact-contact-search-box .ant-btn:hover{background-color:var(--commonbg_1st_hover);color:var(--functional_brand_primary)}.messages-message-master-view .contact-contact-search-box,.contact-contact-master-view .contact-contact-search-box{-webkit-app-region:drag}.messages-message-master-view .contact-contact-search-box .ant-btn,.contact-contact-master-view .contact-contact-search-box .ant-btn{-webkit-app-region:no-drag}.common-form-item{color:#333}.common-form-item .label{white-space:nowrap;text-overflow:ellipsis;max-width:100%;color:var(--text_1st);overflow:hidden}.common-form-item .control{color:#33333380;margin-left:10px}.common-form-item .custom-control{color:#33333380;width:100%;max-width:100%;margin-left:0}.chat-setting-panel-archived .label{color:var(--text_4th)}.chat-setting-name-wrapper{align-items:center;height:42px;margin-bottom:14px;font-size:0;display:flex!important}.chat-setting-name-wrapper .edit-name-button,.chat-setting-name-wrapper .save-name-button{height:28px;margin-left:14px}.chat-setting-name-wrapper .edit-name-button{word-break:keep-all;cursor:pointer;padding:2px;font-size:14px;line-height:24px}.chat-setting-name-wrapper .edit-name-button:hover{color:#38a0f7}.chat-setting-name-wrapper .info-alias-input{text-overflow:ellipsis;resize:none;box-sizing:border-box;width:100%;padding:4px 8px;line-height:20px;position:absolute;left:0}.chat-setting-name-wrapper textarea.info-alias-input::-webkit-scrollbar{width:13px}.chat-setting-name-wrapper .chat-setting-name{text-overflow:ellipsis;white-space:nowrap;border-radius:4px;flex-direction:column;flex:1;justify-content:center;max-width:204px;height:42px;margin-left:12px;font-size:14px;display:flex;position:relative;overflow:visible}.chat-setting-name-wrapper .chat-setting-name span{line-height:50px}.chat-setting-name-wrapper .chat-setting-name .username{width:100%;height:21px;color:var(--text_1st)}.chat-setting-name-wrapper .chat-setting-name .two-line{color:var(--text_1st);word-break:break-word;-webkit-line-clamp:2;text-align:left;text-overflow:ellipsis;white-space:pre-wrap;-webkit-box-orient:vertical;width:204px;height:auto;max-height:42px;padding:0;display:-webkit-box;overflow:hidden}.chat-setting-name-wrapper .chat-setting-name .email{color:var(--text_2nd);width:100%;height:18px;font-size:12px}.chat-setting-name-wrapper .chat-setting-name .botname-wrap{display:flex}.chat-setting-name-wrapper .chat-setting-name .botname-wrap .botname{text-overflow:ellipsis;overflow:hidden}.chat-setting-name-wrapper .common-avatar:hover+.avatar-upload{display:block}.chat-setting-name-wrapper .avatar-upload{display:none}.chat-setting-name-wrapper .avatar-upload:hover{display:block}.chat-setting-name-wrapper .avatar-overlay{cursor:pointer;color:#fff;background:#00000080;border-bottom-right-radius:4px;border-bottom-left-radius:4px;width:40px;height:20px;margin-top:20px;font-size:12px}.chat-setting-name-wrapper .edit-name-icon{margin-left:8px;right:-2px;cursor:pointer!important}.chat-setting-name-wrapper .name-edit-clear{top:10px;right:-4px;position:absolute!important}.contact-contact-search-no-result{flex-grow:1;justify-content:center;align-items:center;width:100%;min-width:0;height:100%;min-height:0;padding-bottom:75px}.contact-contact-search-no-result div{color:var(--text_1st);text-align:center}.contact-contact-search-no-result div pre{color:var(--text_2nd);margin-bottom:10px}.contact-contact-search-no-result div .ant-btn{min-width:150px;margin-top:20px}.seatalk-comp-higltlight-wrapper mark{color:#1b92f5}.common-named-avatar{text-align:center;cursor:default;align-items:center;width:64px;display:flex}.common-named-avatar .name{color:#33333380;white-space:nowrap;text-overflow:ellipsis;max-width:100%;margin-left:12px;font-size:11px;overflow:hidden}.contact-settings-avatar{background-color:#0000;width:250px;margin:0 auto;padding:8px 20px;transition:background-color .15s linear}.contact-settings-avatar .owner-icon{color:orange;top:-.8em;transform:rotate(30deg)}.contact-settings-avatar .name{color:#333;text-align:left;flex:1;min-width:0;font-size:14px}.contact-settings-avatar .member-item-name-badge{border:solid 1px var(--icon_4th);height:16px;color:var(--text_2nd);background-color:var(--tag_primary);word-break:keep-all;white-space:nowrap;border-radius:7.5px;margin-left:4px;padding:0 6px;font-size:10px;line-height:13px}.contact-settings-avatar .contact-settings-member-extra{text-align:right;color:var(--text_3rd);padding-left:10px;line-height:32px}.contact-settings-avatar .contact-settings-member-extra-more{flex:0;margin:6px 0 6px 10px;display:flex}.contact-settings-avatar .contact-settings-member-avatar{cursor:pointer}.contact-settings-avatar .chat-setting-group-search-member-info{text-align:left;flex:1;min-width:0;margin-left:10px;line-height:16px}.contact-settings-avatar .chat-setting-group-search-member-info>div{display:flex}.contact-settings-avatar .chat-setting-group-search-member-info>div .chat-setting-group-search-member-info-name{white-space:nowrap;text-overflow:ellipsis;color:var(--text_1st);overflow:hidden}.contact-settings-avatar .chat-setting-group-search-member-info .chat-setting-group-search-member-name{padding:7px 0}.contact-settings-avatar .chat-setting-group-search-member-info .chat-setting-group-search-member-email{color:var(--text_2nd);padding-top:2px;font-size:12px;line-height:14px}.ant-dropdown-menu.contact-settings-menu{padding:8px 0}.ant-dropdown-menu.contact-settings-menu .ant-dropdown-menu-item{padding:8px 20px;line-height:16px}.ant-dropdown-menu.contact-settings-menu .contact-settings-menu-remove{color:#f5533d}.contact-setting-panel-member-list{flex:1;width:100%;margin:0!important}.contact-setting-panel-member-list.chat-setting-group-search{z-index:10;background:var(--commonbg_list);height:100%;position:fixed;top:0;overflow-y:auto}.contact-setting-panel-member-list .control{margin-right:20px}.contact-setting-panel-member-list .member-list{outline:none!important}.contact-setting-panel-member-list .member-list .contact-settings-avatar:hover{background-color:var(--commonbg_2nd_hover)}.contact-setting-panel-member-list .member-list::-webkit-scrollbar{display:none}.contact-setting-panel-member-list .ant-popover-arrow{border-top-color:#f8f8fa!important;border-right-color:#f8f8fa!important}.contact-setting-panel-member-list .ant-popover-inner{border-radius:7px}.contact-setting-panel-member-list .ant-popover-inner .ant-popover-inner-content{background-color:#f8f8fa;border-radius:7px;padding:0}.contact-contact-search-no-typing{flex-grow:1;justify-content:center;align-items:center;width:100%;min-width:0;height:100%;min-height:0;padding-bottom:75px}.contact-contact-search-no-typing div{color:var(--text_1st);text-align:center}.contact-contact-search-no-typing div pre{color:var(--text_2nd);max-width:240px;margin-bottom:10px}.contact-contact-search-no-typing div .ant-btn{min-width:150px;margin-top:20px}.op-icon{vertical-align:top;cursor:pointer;margin:0 6px}.member-header-wrapper.member-header-sticky{z-index:1;background:var(--commonbg_list);width:100%;height:56px;margin:0;padding-left:20px;position:fixed;top:0;left:0}.member-header-wrapper.member-header-static{z-index:1;background:var(--commonbg_list);width:100%;height:56px;margin:0;padding:0 20px}.member-header-wrapper.member-header-normal{padding-left:20px}.member-header-wrapper.member-header-search{padding:12px 20px;line-height:32px;display:flex}.member-header-wrapper.member-header-search .ant-input{background-color:var(--commonbg_1st);height:32px;color:var(--text_1st)}.member-header-wrapper.member-header-search .ant-input::placeholder{color:var(--text_3rd)}.member-header-wrapper.member-header-search .member-header-search-input{flex:1;height:32px;margin-right:10px}.member-header-wrapper.member-header-search .member-header-search-cancel{color:var(--text_1st);cursor:pointer}.member-header-wrapper.member-header-search .member-header-search-cancel:hover{color:var(--functional_brand_primary)}.member-header-wrapper .control .op-icon:last-child{margin-right:0}.seatalk-comp-search-input .ant-input{-webkit-app-region:no-drag;height:36px}.seatalk-comp-search-input .ant-input::placeholder{color:var(--text_3rd)}.seatalk-comp-search-input .ant-input-prefix{left:8px}.seatalk-comp-search-input .ant-input-suffix{cursor:pointer}.seatalk-comp-search-input .ant-input-clear-icon{color:var(--icon_3rd);font-size:15px}.seatalk-comp-search-input .ant-input-clear-icon:hover{color:var(--icon_3rd)}.chat-setting-group-sub-panel-drawer.ant-drawer{width:320px;transform:none!important}.chat-setting-group-sub-panel-drawer.ant-drawer ::-webkit-scrollbar{width:0}.chat-setting-group-sub-panel-drawer.ant-drawer .common-form-item{height:36px;color:var(--text_1st);margin-bottom:0}.chat-setting-group-sub-panel-drawer.ant-drawer .ant-drawer-content-wrapper .ant-drawer-wrapper-body .ant-drawer-body{margin-bottom:0!important}.chat-setting-group-sub-panel-drawer.ant-drawer .chat-setting-group-sub-panel-drawer-title{color:var(--text_1st);cursor:pointer;margin:0 16px 10px}.chat-setting-group-sub-panel-drawer.ant-drawer .chat-setting-group-sub-panel-drawer-back{vertical-align:-4px;margin-left:-5px;margin-right:4px}.chat-setting-group-sub-panel-drawer.ant-drawer .chat-setting-group-sub-panel-drawer-developer{vertical-align:-4px;float:right}.chat-setting-group-sub-panel-drawer.ant-drawer .chat-setting-group-sub-panel-header{opacity:.5;color:var(--text_1rd);margin:0 16px 10px;font-size:12px}.chat-setting-group-sub-panel-drawer.ant-drawer .chat-setting-group-bot-list{overflow-y:auto}.chat-setting-group-sub-panel-drawer.ant-drawer .chat-setting-group-sub-panel-body{flex-direction:column;flex-grow:1;align-items:stretch;display:flex;overflow:auto}.chat-setting-group-sub-panel-drawer.ant-drawer .chat-setting-group-sub-panel-tip{color:var(--text_2nd);margin:8px 0 20px;font-size:12px;line-height:1.5}.chat-setting-group-sub-panel-drawer.ant-drawer .chat-setting-group-sub-panel-tip.with-background{background:var(--commonbg_2nd_hover);border-radius:4px;padding:8px}.chat-setting-group-sub-panel-drawer.ant-drawer .chat-setting-group-sub-label{color:var(--text_3rd);margin:-4px 64px 0 0;font-size:12px;line-height:1.5}.chat-setting-group-sub-panel-drawer.ant-drawer .chat-setting-group-sub-panel-section{margin:20px 16px 0}.chat-setting-group-sub-panel-drawer.ant-drawer .chat-setting-group-sub-panel-section .chat-setting-group-notify-item,.chat-setting-group-sub-panel-drawer.ant-drawer .chat-setting-group-sub-panel-section .chat-setting-group-history-retro-time-item{cursor:pointer;border-bottom:.5px solid var(--separator_3rd);height:36px;color:var(--text_1rd);justify-content:space-between;align-items:center;display:flex}.chat-setting-group-sub-panel-drawer.ant-drawer .chat-setting-group-sub-panel-section .chat-setting-group-notify-item .option-icon,.chat-setting-group-sub-panel-drawer.ant-drawer .chat-setting-group-sub-panel-section .chat-setting-group-history-retro-time-item .option-icon{color:var(--functional_green_1st);cursor:pointer;font-size:40px}.chat-setting-group-sub-panel-drawer.ant-drawer .chat-setting-group-sub-panel-section .chat-setting-group-notify-item .hide-option,.chat-setting-group-sub-panel-drawer.ant-drawer .chat-setting-group-sub-panel-section .chat-setting-group-history-retro-time-item .hide-option{display:none!important}.chat-setting-group-sub-panel-drawer.ant-drawer .chat-setting-group-sub-panel-section-header{color:var(--text_2nd);margin-bottom:8px;font-size:12px}.chat-setting-group-sub-panel-drawer.ant-drawer .chat-setting-group-sub-panel-entrance{cursor:pointer}.chat-setting-group-sub-panel-drawer.ant-drawer .chat-setting-group-sub-panel-entrance .icon{float:right;transform:rotate(-90deg)}.chat-setting-group-sub-panel-drawer.ant-drawer .chat-setting-group-sub-panel-entrance .sub-text{float:right;opacity:.5}.chat-setting-group-sub-panel-drawer.ant-drawer .chat-history-setting{color:var(--text_2nd);justify-content:space-between;width:100%;display:flex}.chat-setting-group-sub-panel-drawer.ant-drawer .chat-history-setting .label{white-space:nowrap;text-overflow:ellipsis;max-width:100%;color:var(--text_1st);overflow:hidden}.chat-setting-group-sub-panel-drawer.ant-drawer .chat-history-setting .fat{flex-grow:1;min-width:0;min-height:0}.chat-setting-group-sub-panel-drawer.ant-drawer .chat-history-setting .retro-time-text,.chat-setting-group-sub-panel-drawer.ant-drawer .chat-history-setting .notify-text{max-width:106px;margin-left:4px;display:flex}.chat-setting-group-sub-panel-drawer.ant-drawer .chat-history-setting .retro-time-text .notify-content-text,.chat-setting-group-sub-panel-drawer.ant-drawer .chat-history-setting .notify-text .notify-content-text{white-space:nowrap;text-overflow:ellipsis;display:inline-block;overflow:hidden}#contact-chat-setting-member::-webkit-scrollbar{display:none}#contact-chat-setting-left::-webkit-scrollbar{display:none}.chat-setting-group-wrapper{margin-top:-20px}.chat-setting-group-wrapper .footer-disabled{opacity:.3}.chat-setting-group-wrapper .footer-disabled button:hover{background-color:#0000!important}.notice-bot-item{width:100%;padding:5px 16px 4px}.notice-bot-item:hover{background-color:var(--commonbg_2nd_hover)}.notice-bot-item .notice-bot-item-info{margin-left:12px}.notice-bot-item .notice-bot-item-info p{text-align:left;color:var(--text_1st);white-space:nowrap;text-overflow:ellipsis;max-width:100%;overflow:hidden}.notice-bot-item .notice-bot-item-info .sub{color:var(--text_1rd);opacity:.5;font-size:12px}.notice-bot-no-list{flex-grow:1;justify-content:center;align-items:center;padding-bottom:100px}.notice-bot-no-list .title{font-weight:500}.notice-bot-no-list .hint{opacity:.5;margin-bottom:24px}.notice-bot-empty-list .chat-setting-notice-bot-add-button{width:auto;min-height:36px;margin-bottom:32px}.notice-bot-example{margin-top:18px}.notice-bot-example .notice-bot-example-username{max-width:fit-content;color:var(--text_2nd);text-overflow:ellipsis;align-items:center;margin-bottom:3px;margin-left:12px;font-size:12px;line-height:14px;display:flex;overflow:hidden}.notice-bot-example .notice-bot-example-username .name{text-overflow:ellipsis;-webkit-line-clamp:1;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.notice-bot-example .notice-bot-example-content{flex-grow:unset;min-width:0;min-height:0;margin-left:12px;position:relative}.notice-bot-example .notice-bot-example-content .text{text-align:start}.chat-setting-group-sub-sub-panel-drawer.ant-drawer .ant-drawer-content-wrapper .ant-drawer-wrapper-body .ant-drawer-body{margin-bottom:60px!important}.chat-setting-group-sub-sub-panel-drawer.ant-drawer .chat-setting-group-sub-panel-section.developer-list{flex:1;margin:0}.chat-setting-group-sub-sub-panel-drawer.ant-drawer .chat-setting-group-sub-panel-section.developer-list .chat-setting-group-sub-panel-tip{color:var(--text_2nd);margin:0;padding:10px 16px}.transfer-ownership-modal{color:#3a3a3a}.transfer-ownership-modal .ant-modal-header{border-bottom:1px solid var(--separator_1st);background-color:var(--dialogsbg_1st);border-radius:7px 7px 0 0;padding:0}.transfer-ownership-modal .ant-modal-title{text-align:center;color:var(--text_1st);font-size:14px;line-height:55px}.transfer-ownership-modal .select-user-input{margin-top:20px}.transfer-ownership-modal .ant-modal-body,.transfer-ownership-modal .ant-modal-footer{background-color:var(--dialogsbg_2nd);color:var(--text_1st);padding:20px}.transfer-ownership-modal .ant-modal-footer{border-top:none;border-radius:0 0 7px 7px;padding-top:10px!important}.transfer-ownership-modal .ant-modal-footer>div{flex-direction:row;display:flex}.transfer-ownership-modal .ant-modal-footer button{flex:1}.transfer-ownership-modal p{text-align:center;margin:0;display:block}.member-list:focus,.member-list>div:focus{outline:none}.chat-setting-group-developer-empty{text-align:center;padding:0 16px;font-size:14px;line-height:20px}.chat-setting-group-developer-empty .chat-setting-group-developer-empty-image{margin:24px auto}.chat-setting-group-developer-empty .chat-setting-group-developer-empty-title{font-weight:500}.chat-setting-group-developer-empty .chat-setting-group-developer-empty-tip{opacity:.5;margin-top:8px}.develop-guide-popper-arrow .ant-popover-arrow{border-color:#202325e6 #202325e6 #0000 #0000!important}.new-qr-code-popover{top:20px!important}.new-qr-code-popover .ant-popover-inner{border-radius:8px}.new-qr-code-popover .ant-popover-content>.ant-popover-arrow{top:104px!important}.new-qr-code-popover .ant-popover-inner-content{padding:0}.share-group-form-item{cursor:pointer}.share-group-form-item .control{margin-left:0}.share-group-form-item .icon{transform:rotate(-90deg)}.chat-setting-disappearing-messages-form-item{cursor:pointer}.chat-setting-disappearing-messages-form-item .control{margin-left:0}.chat-setting-disappearing-messages-form-item .value-box{align-items:center;padding-left:10px;display:flex}.chat-setting-disappearing-messages-form-item .value-box .text{color:var(--text_2nd)}.chat-setting-disappearing-messages-form-item .value-box .icon{transform:rotate(-90deg)}.chat-setting-disappearing-messages-drawer .container{padding:12px 16px}.chat-setting-disappearing-messages-drawer .container .title{cursor:pointer;align-items:center;height:36px;display:flex}.chat-setting-disappearing-messages-drawer .container .title .text{color:var(--text_1st);margin-left:8px}.chat-setting-disappearing-messages-drawer .container .item-box{margin-top:8px}.chat-setting-disappearing-messages-drawer .container .item-box .item{border-bottom:1px solid var(--separator_1st);cursor:pointer;justify-content:space-between;align-items:center;width:100%;height:36px;display:flex}.chat-setting-disappearing-messages-drawer .container .item-box .item .text{color:var(--text_1rd)}.chat-setting-disappearing-messages-drawer .container .item-box .item .icon{color:var(--functional_green_1st);cursor:pointer;flex:0 0 40px;font-size:40px}.chat-setting-disappearing-messages-drawer .container .tips{color:var(--text_2nd);background:var(--commonbg_2nd_hover);border-radius:4px;margin-top:8px;padding:8px;font-size:12px;line-height:1.5}.chat-setting-disappearing-messages-drawer.ant-drawer .ant-drawer-mask{background:0 0;position:fixed}.chat-setting-disappearing-messages-drawer.ant-drawer .ant-drawer-content-wrapper{border-radius:0;width:320px!important}.chat-setting-disappearing-messages-drawer.ant-drawer .ant-drawer-content-wrapper .ant-drawer-content .ant-drawer-wrapper-body{overflow-x:hidden}.chat-setting-disappearing-messages-drawer.ant-drawer .ant-drawer-content-wrapper .ant-drawer-content .ant-drawer-wrapper-body::-webkit-scrollbar{width:0}.share-group-popover-content-group-info{width:100%;padding:16px 16px 0}.share-group-popover-content-group-info .ant-divider{background:var(--separator_2nd);margin:12px 0 0}.share-group-popover-content-group-info .group-info{align-items:center;display:flex}.share-group-popover-content-group-info .group-info .text-info{flex:1;margin-left:12px}.share-group-popover-content-group-info .group-info .text-info .group-name{color:var(--text_1st);word-break:break-word;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:14px;font-weight:500;display:-webkit-box;overflow:hidden}.share-group-popover-content-group-info .group-info .text-info .group-id{color:var(--text_2nd);margin-top:4px;font-size:12px;font-weight:400}.share-group-popover-content-share-group-link{padding:16px 16px 0}.share-group-popover-content-share-group-link .link{border:1px solid #e1e1e7;border-radius:4px;justify-content:center;align-items:center;padding:12px;display:flex}.share-group-popover-content-share-group-link .link .text{color:var(--text_2nd);word-break:break-all;text-overflow:ellipsis;-webkit-line-clamp:2;user-select:none;-webkit-box-orient:vertical;font-size:14px;font-weight:400;display:-webkit-box;overflow:hidden}.share-group-popover-content-share-group-link .buttons{justify-content:space-between;align-items:center;padding:12px 8px;display:flex}.share-group-popover-content-share-group-link .buttons .button{justify-content:center;align-items:center;width:118px;height:40px;padding:0 8px;display:flex}.share-group-popover-content-share-group-link .buttons .button>span{white-space:nowrap;text-overflow:ellipsis;width:100%;overflow:hidden}.share-group-popover-content-share-group-link-loading{justify-content:center;align-items:center;width:100%;height:132px;padding:16px 0;display:flex}.share-group-popover-content-share-group-link-error{width:100%;height:132px;color:var(--text_1st);justify-content:center;align-items:center;padding:16px 0;font-size:14px;display:flex}.share-group-popover-content-share-group-expire-time{text-align:center;margin-top:16px;padding-bottom:16px}.share-group-popover-content-share-group-expire-time .text{color:#a6a7a8;font-size:12px;font-weight:400;overflow:hidden}.share-group-popover-content-share-group-expire-time .settings{cursor:pointer;justify-content:center;align-items:center;margin-top:4px;display:inline-flex}.share-group-popover-content-share-group-expire-time .settings .text{color:var(--functional_brand_primary);font-size:12px;font-weight:400}.share-group-popover-content-share-group-expire-time .settings .icon{color:var(--icon_3rd)}.share-group-popover-content-share-group-expire-time .settings .menu-item{color:var(--text_1st);padding:12px 16px;font-size:14px;font-weight:400}.share-group-popover-content-share-group-qr-code{padding:16px 16px 0;position:relative}.share-group-popover-content-share-group-qr-code .qr-code{justify-content:center;align-items:center;display:flex}.share-group-popover-content-share-group-qr-code .qr-code .qr-code-content{border:5px solid #fff;width:132px;height:132px}.share-group-popover-content-share-group-qr-code .buttons{justify-content:space-between;align-items:center;padding:12px 8px;display:flex}.share-group-popover-content-share-group-qr-code .buttons .button{justify-content:center;align-items:center;width:118px;height:40px;padding:0 8px;display:flex}.share-group-popover-content-share-group-qr-code .buttons .button>span{white-space:nowrap;text-overflow:ellipsis;width:100%;overflow:hidden}.share-group-popover-content-share-group-qr-code-loading{justify-content:center;align-items:center;width:100%;height:132px;padding:16px 0;display:flex}.share-group-popover-content-share-group-qr-code-error{justify-content:center;padding:16px 0;display:flex;position:relative}.share-group-popover-content-share-group-qr-code-error>img{width:132px;height:132px}.share-group-popover-content-share-group-qr-code-error>p{text-align:center;width:100%;color:var(--text_1st);font-size:14px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.share-group-popover-content-share-group-qr-code-snap{background-color:var(--commonbg_white);width:300px;position:absolute}.share-group-popover-content-share-group-qr-code-snap .share-group-popover-content-group-info .group-id{display:none}.share-group-popover-content-share-group-qr-code-snap .share-group-popover-content-share-group-qr-code{padding:20px 0}.share-group-popover-content-share-group-qr-code-snap .share-group-popover-content-share-group-expire-time{padding:0}.share-group-popover-content-share-group-tabs{padding:0 16px;display:flex}.share-group-popover-content-share-group-tabs .share-group-tab{height:48px;color:var(--text_1st);cursor:pointer;text-overflow:ellipsis;white-space:nowrap;flex:1;justify-content:center;align-items:center;font-size:14px;font-weight:400;display:flex;overflow:hidden}.share-group-popover-content-share-group-tabs .share-group-tab.active{color:var(--functional_brand_primary);font-size:14px;font-weight:500;position:relative}.share-group-popover-content-share-group-tabs .share-group-tab.active:after{content:"";background-color:var(--functional_brand_primary);width:26px;height:3px;position:absolute;bottom:0}.share-group-popover-content-tab-item{display:none}.share-group-popover-content-tab-item.visible{display:block}.share-group-popover-content{border-radius:8px;overflow:hidden}.share-group-popover-content .share-group-popover-content-area{background-color:var(--commonbg_white);width:300px}.group-announcement-entrance-container{cursor:pointer;line-height:20px}.group-announcement-entrance-container .header{justify-content:space-between;align-items:center;display:flex}.group-announcement-entrance-container .header .title-right{color:var(--text_2nd);align-items:center;display:inline-flex}.group-announcement-entrance-container .header .title-right .icon{transform:rotate(-90deg)}.group-announcement-entrance-container .body{color:var(--text_2nd);text-overflow:ellipsis;word-break:break-word;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-top:10px;font-size:14px;line-height:20px;display:-webkit-box;overflow:hidden}.label-form-item.common-form-item{cursor:pointer}.label-form-item.common-form-item.archived .label{color:var(--text_4th)}.label-form-item.common-form-item .label{min-width:fit-content}.label-form-item.common-form-item .control{margin-left:0;overflow:hidden;max-width:100%!important}.label-form-item.common-form-item .chat-label-form-item-box{cursor:pointer;flex:1;width:100%;padding-left:10px;display:flex}.label-form-item.common-form-item .chat-label-form-item-box .labels-selected-text-box{color:var(--text_2nd);justify-content:space-between;width:100%;display:flex}.label-form-item.common-form-item .chat-label-form-item-box .labels-selected-text-box .labels-selected-text{max-width:100%;color:var(--text_2nd);white-space:nowrap;text-overflow:ellipsis;flex:1;padding-left:4px;display:inline-block;overflow:hidden}.label-form-item.common-form-item .chat-label-form-item-box .labels-selected-text-box .icon{float:right;transform:rotate(-90deg)}.contact-chat-label-drawer{margin-top:-1px}.contact-chat-label-drawer.ant-drawer .ant-drawer-mask{background:0 0;position:fixed}.contact-chat-label-drawer.ant-drawer .ant-drawer-content-wrapper{border-radius:0}.contact-chat-label-drawer.ant-drawer .ant-drawer-content-wrapper .ant-drawer-content .ant-drawer-wrapper-body{overflow-x:hidden}.contact-chat-label-drawer.ant-drawer .ant-drawer-content-wrapper .ant-drawer-content .ant-drawer-wrapper-body::-webkit-scrollbar{width:0}.contact-chat-label-drawer .chat-label-sub-panel-drawer-title{z-index:500;background-color:var(--elevator_1st);align-items:center;width:100%;padding:22px 16px 10px 12px;display:flex;position:sticky;top:0}.contact-chat-label-drawer .chat-label-sub-panel-drawer-title .left-box{cursor:pointer;display:flex}.contact-chat-label-drawer .chat-label-sub-panel-drawer-title .left-box .chat-label-sub-panel-drawer-back{margin-right:4px}.contact-chat-label-drawer .chat-label-sub-panel-drawer-title .left-box .chat-label-sub-panel-drawer-back:before{cursor:pointer}.contact-chat-label-drawer .chat-label-sub-panel-drawer-title .right-box{user-select:none;color:var(--text_4th);cursor:default;position:absolute;right:16px}.contact-chat-label-drawer .chat-label-sub-panel-drawer-title .right-box.active{color:var(--functional_brand_primary);cursor:pointer}.contact-chat-label-drawer .chat-label-sub-panel-body .chat-label-sub-panel-section{margin:0}.contact-chat-label-drawer .chat-label-sub-panel-body .chat-label-sub-panel-section .custom-label-checkbox{flex-direction:column;display:flex}.contact-chat-label-drawer .chat-label-sub-panel-body .chat-label-sub-panel-section .custom-label-checkbox .ant-checkbox-group-item{border-bottom:.5px solid var(--separator_3rd);align-items:center;height:48px;padding:0 16px;display:flex}.contact-chat-label-drawer .chat-label-sub-panel-body .chat-label-sub-panel-section .custom-label-checkbox .ant-checkbox-group-item:hover{background-color:var(--commonbg_1st_hover)}.contact-chat-label-drawer .chat-label-sub-panel-body .chat-label-sub-panel-section .custom-label-checkbox .ant-checkbox-group-item .ant-checkbox{width:16px;height:16px;margin-top:2px}.contact-chat-label-drawer .chat-label-sub-panel-body .chat-label-sub-panel-section .custom-label-checkbox .ant-checkbox-group-item .ant-checkbox .ant-checkbox-inner{width:16px;height:16px}.contact-chat-label-drawer .chat-label-sub-panel-body .chat-label-sub-panel-section .custom-label-checkbox .ant-checkbox-group-item .ant-checkbox .ant-checkbox-inner:after{width:6px;height:9px;font-size:12px}.contact-chat-label-drawer .chat-label-sub-panel-body .chat-label-sub-panel-section .custom-label-checkbox .ant-checkbox-group-item .custom-label-item{color:var(--text_1st);align-items:center;display:flex}.contact-chat-label-drawer .chat-label-sub-panel-body .chat-label-sub-panel-section .custom-label-checkbox .ant-checkbox-group-item .custom-label-item .custom-label-icon{color:var(--icon_2nd);margin-right:4px}.contact-chat-label-drawer .chat-label-sub-panel-body .chat-label-sub-panel-section .custom-label-checkbox .ant-checkbox-group-item .custom-label-item .label-name{text-overflow:ellipsis;white-space:nowrap;max-width:250px;display:inline;overflow:hidden}.contact-chat-label-drawer .chat-label-sub-panel-body .chat-label-sub-panel-section .create-label-box{color:var(--functional_brand_primary);cursor:pointer;user-select:none;border-bottom:none;align-items:center;height:48px;padding:0 16px;display:flex}.contact-chat-label-drawer .chat-label-sub-panel-body .chat-label-sub-panel-section .create-label-box .create-label-icon{margin-right:8px}.contact-chat-label-drawer .chat-label-sub-panel-body .chat-label-sub-panel-section .create-label-box:hover{background-color:var(--commonbg_1st_hover)}.contact-chat-label-drawer .chat-label-sub-panel-body .chat-setting-set-label-confirm{position:fixed;top:50%;left:50%;translate:-50% -50%}.oneline__ccr0nm{white-space:nowrap;text-overflow:ellipsis;max-width:100%;overflow:hidden}.overflowable__ccr0nm{text-overflow:ellipsis;background-color:#0000;border:0}.overflowable__ccr0nm:focus{outline:none}.modal__ccr0nm .ant-modal-header{padding:16px}.modal__ccr0nm .ant-modal-title{text-align:center}.modal__ccr0nm .ant-modal-body{max-height:480px;overflow:auto;padding:16px 24px!important}.modal__ccr0nm .ant-modal-footer{padding:16px 24px;border-top:none!important}.modal__ccr0nm .ant-modal-footer .button-container__ccr0nm{text-align:right;width:100%}.modal__ccr0nm .ant-modal-footer .button-container__ccr0nm .ant-modal-wrap{position:fixed}.modal__ccr0nm .ant-modal-footer .action-button__ccr0nm{height:auto;padding:9px 23px}.modal__ccr0nm .ant-modal-footer .action-button__ccr0nm border span{font-size:14px;line-height:20px}.modal__ccr0nm .ant-modal-footer .cancel-button__ccr0nm{height:auto;margin-right:16px;padding:9px 23px}.modal__ccr0nm .ant-modal-footer .cancel-button__ccr0nm border span{font-size:14px;line-height:20px}.modal__ccr0nm .ant-modal-footer .create-button__ccr0nm{height:auto;color:var(--textwhite_1st);border:none;margin:0;padding:9px 23px}.modal__ccr0nm .ant-modal-footer .create-button__ccr0nm border span{font-size:14px;line-height:20px}.modal__ccr0nm .ant-modal-footer .create-button__ccr0nm[disabled]{background-color:var(--functional_brand_1st_disable)}.create-for-session__ccr0nm .ant-modal-footer{padding:0 24px 16px}.create-for-session__ccr0nm .ant-modal-footer .button-container__ccr0nm{width:100%;display:flex}.create-for-session__ccr0nm .ant-modal-footer .button-container__ccr0nm button{flex:1}.confirm-modal__ccr0nm .ant-modal-body{padding:0!important}.oneline__ez2xy8{white-space:nowrap;text-overflow:ellipsis;max-width:100%;overflow:hidden}.overflowable__ez2xy8{text-overflow:ellipsis;background-color:#0000;border:0}.overflowable__ez2xy8:focus{outline:none}.form__ez2xy8 .ant-form-item:last-child{margin-bottom:0;padding-bottom:0}.form__ez2xy8 .ant-form-item label{color:var(--text_1st);pointer-events:none}.name-input__ez2xy8 input,.name-input__ez2xy8.ant-input-affix-wrapper:hover .ant-input{border-radius:4px;border:1px solid var(--border_2nd)!important;padding-left:38px!important}.label-visibility-wrapper__ez2xy8{background-color:var(--commonbg_1st);color:var(--text_1st);border-radius:6px;justify-content:space-between;align-items:center;padding:10px 12px;display:flex}.included-chats-wrapper__ez2xy8{background-color:var(--commonbg_1st);border:1px solid var(--border_2nd);border-radius:4px}.included-chats-wrapper__ez2xy8 .add-chats-button__ez2xy8{color:var(--functional_brand_primary);cursor:pointer;align-items:center;padding:12px;display:flex}.included-chats-wrapper__ez2xy8 .add-chats-button__ez2xy8:hover{background-color:var(--commonbg_1st_hover)}.included-chats-wrapper__ez2xy8 .chat-row__ez2xy8{align-items:center;height:60px;display:flex}.included-chats-wrapper__ez2xy8 .chat-row__ez2xy8 .chat-row-avatar__ez2xy8{justify-content:center;align-items:center;height:100%;padding:0 12px;display:flex}.included-chats-wrapper__ez2xy8 .chat-row__ez2xy8 .chat-row-body__ez2xy8{border-bottom:1px solid var(--separator_2nd);flex:1;justify-content:space-between;align-items:center;height:100%;display:flex;overflow:hidden}.included-chats-wrapper__ez2xy8 .chat-row__ez2xy8 .chat-row-body__ez2xy8 .chat-row-body-name__ez2xy8{flex:1;align-items:center;display:flex;overflow:hidden}.included-chats-wrapper__ez2xy8 .chat-row__ez2xy8 .chat-row-body__ez2xy8 .chat-row-body-name__ez2xy8 span:first-child{color:var(--text_1st);text-overflow:ellipsis;word-break:break-all;white-space:nowrap;overflow:hidden}.included-chats-wrapper__ez2xy8 .chat-row__ez2xy8 .chat-row-body__ez2xy8 .chat-row-body-name__ez2xy8 span:nth-child(2){flex-shrink:0}.included-chats-wrapper__ez2xy8 .chat-row__ez2xy8 .chat-row-body__ez2xy8 .chat-row-body-close__ez2xy8{cursor:pointer;color:var(--icon_2nd);border-radius:50%;flex-shrink:0;margin-right:12px}.included-chats-wrapper__ez2xy8 .chat-row__ez2xy8 .chat-row-body__ez2xy8 .chat-row-body-close__ez2xy8:hover{background-color:var(--commonbg_1st_hover)}.oneline__8c93wz{white-space:nowrap;text-overflow:ellipsis;max-width:100%;overflow:hidden}.overflowable__8c93wz{text-overflow:ellipsis;background-color:#0000;border:0}.overflowable__8c93wz:focus{outline:none}.form__8c93wz{cursor:pointer}.form__8c93wz .icon__8c93wz{transform:rotate(-90deg)}.form__8c93wz .control{margin-left:0}.form__8c93wz .selectedText__8c93wz{color:var(--text_2nd)}.drawer__8c93wz .container__8c93wz{padding:12px 16px}.drawer__8c93wz .container__8c93wz .title__8c93wz{cursor:pointer;align-items:center;height:36px;display:flex}.drawer__8c93wz .container__8c93wz .title__8c93wz .text__8c93wz{color:var(--text_1st);margin-left:8px}.drawer__8c93wz .container__8c93wz .item-box__8c93wz{margin-top:8px}.drawer__8c93wz .container__8c93wz .item-box__8c93wz .item__8c93wz{border-bottom:1px solid var(--separator_1st);cursor:pointer;justify-content:space-between;align-items:center;width:100%;height:36px;display:flex}.drawer__8c93wz .container__8c93wz .item-box__8c93wz .item__8c93wz .text__8c93wz{color:var(--text_1rd)}.drawer__8c93wz .container__8c93wz .item-box__8c93wz .item__8c93wz .icon__8c93wz{color:var(--functional_green_1st);cursor:pointer;flex:0 0 40px;font-size:40px}.drawer__8c93wz .container__8c93wz .tips__8c93wz{color:var(--text_2nd);background:var(--commonbg_2nd_hover);border-radius:4px;margin-top:8px;padding:8px;font-size:12px;line-height:1.5}.drawer__8c93wz .ant-drawer-mask{background:0 0;position:fixed}.drawer__8c93wz .ant-drawer-content-wrapper{border-radius:0!important;width:320px!important}.drawer__8c93wz .ant-drawer-content-wrapper .ant-drawer-content__8c93wz .ant-drawer-wrapper-body__8c93wz{overflow-x:hidden}.drawer__8c93wz .ant-drawer-content-wrapper .ant-drawer-content__8c93wz .ant-drawer-wrapper-body__8c93wz::-webkit-scrollbar{width:0}.contact-contact-master-view-section-header{user-select:none;cursor:pointer;flex-direction:row;align-items:center;height:50px;padding:0 5px 0 15px;display:flex}.contact-contact-master-view-section-header .title{flex-grow:1;min-width:0;min-height:0}.contact-contact-master-view-section-header .badge{color:var(--text_2nd)}.contact-contact-master-view-section-header .marker{height:20px;transition:transform .25s;transform:rotate(-90deg)}.contact-contact-master-view-section-header:last-of-type.expanded{border-bottom:none}.contact-contact-master-view-section-header.expanded .marker{transform:rotate(0)}.contact-contact-master-view-section-header.hidden{opacity:.5}.contact-contact-master-view-section-header.disabled{cursor:default}.contact-contact-master-view-section-header.disabled .marker{opacity:.5}.contact-virtual-contact-list{position:relative}.contact-virtual-contact-list .virtual-contact-list{outline:none}.contact-virtual-contact-list .virtual-contact-list .wrapper.section{border-top:1px solid var(--border_2nd)}.contact-virtual-contact-list .virtual-contact-list .wrapper.section:hover{background-color:#e9e9f4}.contact-virtual-contact-list .virtual-contact-list .wrapper.header{border-top:1px var(--border_2nd) solid;border-bottom:1px var(--border_2nd) solid;z-index:100;padding:0 13px}.contact-virtual-contact-list .virtual-contact-list .wrapper.virtual-header{opacity:.5;color:#202325;padding:12px 0 6px 15px;line-height:14px}.contact-virtual-contact-list .virtual-contact-list .wrapper .ant-checkbox-wrapper{margin-left:10px}.contact-virtual-contact-list .virtual-contact-list .ReactVirtualized__Grid__innerScrollContainer .section:first-of-type{border-bottom:none}.contact-virtual-contact-list .virtual-contact-list .ReactVirtualized__Grid__innerScrollContainer .section:last-of-type{border-bottom:1px var(--border_2nd) solid}.contact-virtual-contact-list .virtual-contact-list .ReactVirtualized__Grid__innerScrollContainer .section:hover{background-color:#e9e9f4}.contact-virtual-contact-list .sticky-header{z-index:101;background-color:#f8f8fa;position:absolute;top:0}.contact-virtual-contact-list .sticky-header .section{background-color:var(--commonbg_separator,#f2f2f6);height:50px}.contact-virtual-contact-list .sticky-header .section .expanded:not(:first-of-type){border-bottom:1px var(--border_2nd) solid}.contact-virtual-contact-list .sticky-header .section:hover{background-color:#e9e9f4}.contact-virtual-contact-list .sticky-header .wrapper.header{border-top:1px var(--border_2nd) solid;border-bottom:1px var(--border_2nd) solid}.contact-virtual-contact-list .sticky-header .wrapper .header{padding:0 13px}.contact-virtual-contact-list .header{white-space:nowrap;text-overflow:ellipsis;max-width:100%;color:var(--text_2nd);background-color:var(--commonbg_separator);z-index:100;font-size:12px;overflow:hidden}.contact-contact-search-list{z-index:300;max-height:calc(100% - 62px);overflow-y:auto}.contact-profile-panel .ant-popover-content{border-radius:6px;overflow:hidden;box-shadow:0 0 10px 4px #00000014}.contact-profile-panel .ant-popover-content .ant-popover-inner{background-color:#f8f8fa}.contact-profile-panel .ant-popover-content .ant-popover-inner .ant-popover-inner-content{padding:0;position:relative}.contact-profile-panel .ant-popover-content .ant-popover-inner .ant-popover-inner-content .profile-panel-content{padding:26px 30px}.contact-profile-panel .ant-popover-content .ant-popover-inner .ant-popover-inner-content .profile-panel-content .bot-removed-note{color:#33333380;text-align:center;margin:-6px}.contact-profile-panel .ant-popover-content .ant-popover-inner .ant-popover-inner-content .profile-panel-content .bot-removed-note .common-icon{margin-right:8px;transform:translateY(4px)}.profile-panel-background-mask{z-index:9999996;position:absolute;inset:0}.profile-panel-popover .ant-popover-content .ant-popover-inner{border-radius:7px}.ant-tooltip-overlay{z-index:9999998;max-width:300px!important}.ant-tooltip-overlay .ant-tooltip-content .ant-tooltip-inner{text-align:center}.profile-panel-content{padding:14px}.profile-panel-content .profile-panel-avatar{position:relative}.profile-panel-content .profile-panel-avatar .common-avatar{margin-top:26px}.profile-panel-content .profile-panel-avatar .avatar-overlay{color:#fff;cursor:pointer;background-color:#0009;border-radius:0 0 4px 4px;height:30px;padding-top:5px;position:absolute;bottom:0;left:50%}.profile-panel-content .profile-panel-tag{text-align:center;margin-top:5px}.profile-panel-content .profile-panel-tag>div{color:#fff;background-color:#c0cbda;border-radius:100px;padding:2px 8px;font-size:12px;display:inline-block}.profile-panel-content .profile-panel-name{margin-top:20px}.profile-panel-content .profile-panel-name .profile-panel-name-editing{flex-direction:row;width:100%;display:flex;position:relative}.profile-panel-content .profile-panel-name .profile-panel-name-editing .profile-panel-name-input{text-align:center;padding-left:30px;padding-right:30px}.profile-panel-content .profile-panel-name .profile-panel-name-editing .profile-panel-name-confirm{position:absolute;top:8px;right:6px}.profile-panel-content .profile-panel-name .profile-panel-name-field{flex-direction:row;max-width:100%;display:flex}.profile-panel-content .profile-panel-name .profile-panel-name-field h1{text-overflow:ellipsis;white-space:nowrap;max-width:100%;margin-bottom:0;font-size:24px;overflow:hidden}.profile-panel-content .profile-panel-name .profile-panel-name-field .info-edit-name-button{margin-top:8px;margin-left:6px}.profile-panel-content .profile-panel-divider{margin:20px 0}.profile-panel-content .info-section{width:100%}.profile-panel-content .info-section .info-row{flex-direction:row;width:100%;margin-top:16px;display:flex;position:relative}.profile-panel-content .info-section .info-row .info-title{white-space:nowrap;opacity:.5}.profile-panel-content .info-section .info-row .extra-info-content{text-align:right;word-break:break-word;flex-grow:1;margin-left:10px}.profile-panel-content .info-section .info-row .info-value{text-align:right;text-overflow:ellipsis;white-space:nowrap;flex:1;margin-left:30px;overflow:hidden}.profile-panel-content .info-section .info-row .info-value-placeholder{opacity:.3}.profile-panel-content .info-section .info-row .info-edit-alias-button{width:20px;height:20px;margin-left:8px;cursor:pointer!important}.profile-panel-content .info-section .info-row .info-alias-input{text-align:right;flex:1;height:32px;margin:-6px 0 -6px 35px;padding-right:36px}.profile-panel-content .info-section .info-row .info-edit-clear{position:absolute;right:6px}.profile-panel-content .big-blue-button{margin-top:32px}.profile-panel-content .action-btn-group{display:flex}.profile-panel-content .action-btn-group button:first-child{margin-right:8px}.profile-panel-content .action-btn-group button:last-child{margin-left:8px}.contact-group-member-panel{min-width:720px}.contact-group-member-panel .ant-modal-content{width:720px;height:600px;position:relative;overflow:hidden}.contact-group-member-panel .ant-modal-content .ant-modal-header{height:50px}.contact-group-member-panel .ant-modal-content .ant-modal-header .ant-modal-title{text-align:center;font-size:14px}.contact-group-member-panel .ant-modal-content .ant-modal-body{text-align:left;flex-direction:row;width:100%;height:auto;display:flex;position:absolute;inset:50px 0 0;padding:0!important}.contact-group-member-panel .ant-modal-content .ant-modal-body>*{width:50%}.contact-group-member-panel .ant-modal-content .ant-modal-body .buddies .contact-contact-search-box .ant-btn{display:none}.contact-group-member-panel .ant-modal-content .ant-modal-body .buddies .ant-tabs-bar{background-color:#fff;margin-bottom:0}.contact-group-member-panel .ant-modal-content .ant-modal-body .buddies .ant-tabs-bar .ant-tabs-nav{text-align:center;width:100%}.contact-group-member-panel .ant-modal-content .ant-modal-body .buddies .ant-tabs-bar .ant-tabs-nav .ant-tabs-tab{border-bottom:4px solid #0000;padding:14px 0 10px}.contact-group-member-panel .ant-modal-content .ant-modal-body .buddies .ant-tabs-bar .ant-tabs-nav .ant-tabs-tab:not(:last-child){margin-right:40px}.contact-group-member-panel .ant-modal-content .ant-modal-body .buddies .ant-tabs-bar .ant-tabs-nav .ant-tabs-tab.ant-tabs-tab-active{color:#1b92f5;font-weight:inherit;border-color:#1b92f5}.contact-group-member-panel .ant-modal-content .ant-modal-body .buddies .ant-tabs-bar .ant-tabs-nav .ant-tabs-ink-bar{display:none!important}.contact-group-member-panel .ant-modal-content .ant-modal-body .buddies .ant-tabs-tabpane-active{height:440px;display:flex}.contact-group-member-panel .ant-modal-content .ant-modal-body .buddies .contact-virtual-contact-list .sticky-header .wrapper.header{border-top-color:#0000}.contact-group-member-panel .ant-modal-content .ant-modal-body .buddies .contact-contact-list{flex-grow:1;min-width:0;min-height:0;overflow-y:auto}.contact-group-member-panel .ant-modal-content .ant-modal-body .buddies .contact-contact-list::-webkit-scrollbar{width:0}.contact-group-member-panel .ant-modal-content .ant-modal-body .buddies .contact-contact-list .header{top:0}.contact-group-member-panel .ant-modal-content .ant-modal-body .groupDetails{border-left:1px solid var(--border_2nd);color:var(--text_1st);flex-direction:column;padding:20px;display:flex}.contact-group-member-panel .ant-modal-content .ant-modal-body .groupDetails p{margin-bottom:10px}.contact-group-member-panel .ant-modal-content .ant-modal-body .groupDetails .group-name{margin-top:20px}.contact-group-member-panel .ant-modal-content .ant-modal-body .groupDetails .group-name .ant-input{text-overflow:ellipsis}.contact-group-member-panel .ant-modal-content .ant-modal-body .groupDetails .selectedMembers{flex-grow:1;min-width:0;min-height:0;padding:12px;overflow:hidden auto}.contact-group-member-panel .ant-modal-content .ant-modal-body .groupDetails .selectedMembers .hint{color:#20232580;background-color:#fffae8;border:1px solid #e1e1e7cc;border-radius:4px;margin-bottom:14px;padding:8px 14px;font-size:12px}.contact-group-member-panel .ant-modal-content .ant-modal-body .groupDetails .selectedMembers .member{background-color:var(--tag_secondary);max-width:100%;color:var(--text_1st);border-radius:2px;flex-direction:row;align-items:center;margin-bottom:6px;margin-right:6px;padding:4px;font-size:14px;display:inline-flex}.contact-group-member-panel .ant-modal-content .ant-modal-body .groupDetails .selectedMembers .member .common-icon{opacity:.5;flex-shrink:0}.contact-group-member-panel .ant-modal-content .ant-modal-body .groupDetails .selectedMembers .member .contact_select_panel_ic_delete{color:var(--text_2nd);cursor:pointer}.contact-group-member-panel .ant-modal-content .ant-modal-body .groupDetails .selectedMembers .member:hover{background-color:var(--commonbg_2nd)}.contact-group-member-panel .ant-modal-content .ant-modal-body .groupDetails .selectedMembers .member:hover .common-icon{opacity:1}.contact-group-member-panel .ant-modal-content .ant-modal-body .groupDetails .selectedMembers .member .selected-member-avatar{object-fit:cover;object-position:center center;border-radius:2px;width:24px;height:24px;margin-right:9px}.contact-group-member-panel .ant-modal-content .ant-modal-body .groupDetails .selectedMembers .member span{white-space:nowrap;text-overflow:ellipsis;flex-grow:1;min-width:0;max-width:100%;min-height:0;margin-right:4px;overflow:hidden}.contact-group-member-panel .ant-modal-content .ant-modal-body .groupDetails .selectedMembers .member i{cursor:pointer;margin-left:4px}.contact-group-member-panel .ant-modal-content .ant-modal-body .groupDetails .ant-input,.contact-group-member-panel .ant-modal-content .ant-modal-body .groupDetails .selectedMembers{border:1px solid var(--border_2nd);background-color:var(--commonbg_1st);border-radius:4px}.contact-group-member-panel .ant-modal-content .ant-modal-body .groupDetails .chat-history-switch{margin-top:21px;display:flex}.contact-group-member-panel .ant-modal-content .ant-modal-body .groupDetails .chat-history-switch .chat-history-switch-text-container{flex:1;display:flex}.contact-group-member-panel .ant-modal-content .ant-modal-body .groupDetails .chat-history-switch .chat-history-switch-text-container .chat-history-switch-text{margin-right:4px}.contact-group-member-panel .ant-modal-content .ant-modal-body .groupDetails .chat-history-switch .chat-history-switch-text-container .chat-history-switch-tooltip{margin-top:1px}.contact-group-member-panel .ant-modal-content .ant-modal-body .groupDetails .chat-history-switch .ant-switch{min-width:38px}.contact-group-member-panel .ant-modal-content .ant-modal-body .groupDetails .chat-history-switch .ant-switch:not(.ant-switch-checked){background-color:#e1e1e7}.contact-group-member-panel .ant-modal-content .ant-modal-body .groupDetails .footer{margin-top:24px;display:flex}.contact-group-member-panel .ant-modal-content .ant-modal-body .groupDetails .footer button{flex:1}.contact-group-member-panel .ant-modal-content .ant-modal-body .groupDetails .footer button:first-child{color:#1b92f5}.contact-group-member-panel .ant-modal-content .ant-modal-body .groupDetails .footer button:last-child{margin-left:6%}.contact-group-member-panel .ant-modal-content .ant-modal-body .groupDetails .footer button:last-child:disabled{color:#fff;background-color:#1b92f54d;border:none}.contact-group-member-panel .ant-modal-content .ant-modal-body .groupDetails .footer button:last-child:disabled.ant-btn-danger{color:#fff;background-color:#e42a2a4d;border:none}.ContactSelectPanel-NewChatSelectPanel .hint-text .hint-box{display:inline-flex}.ContactSelectPanel-NewChatSelectPanel .hint-text .hint-box span{text-align:left;color:var(--text_1st);font-size:12px;font-weight:400;line-height:18px}.ContactSelectPanel-NewChatSelectPanel .hint-text .hint-box span b{text-align:left;font-size:12px;font-weight:500;line-height:18px}.ant-tooltip{z-index:9999997}.ant-tooltip .ant-tooltip-content{max-width:360px}.ContactSelectPanel-NewChatSelectPanel .contact-list-item{background-color:var(--dialogsbg_2nd)}.contact-add-new-contact-panel{width:360px!important}.contact-add-new-contact-panel .ant-modal-content{background-color:var(--dialogsbg_2nd)}.contact-add-new-contact-panel .ant-modal-content .ant-modal-header{text-align:center}.contact-add-new-contact-panel .ant-modal-content .ant-modal-body{background-color:var(--commonbg_white);border-radius:0 0 4px 4px;flex-direction:column;height:422px;display:flex;padding:0!important}.contact-add-new-contact-panel .ant-modal-content .ant-modal-body .search-input{margin:13px 20px}.contact-add-new-contact-panel .ant-modal-content .ant-modal-body .search-input .ant-input-prefix{left:8px}.add-new-contact-search-result{flex-grow:1;min-width:0;min-height:0;position:relative;overflow-y:auto}.add-new-contact-search-result .tips{text-align:center;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:absolute;inset:0}.add-new-contact-search-result .tips .label{color:var(--text_3rd);margin-bottom:75px;font-size:14px}.add-new-contact-search-result .item-wrap{padding:0 20px}.add-new-contact-search-result .item-wrap .contact-contact-list-item{padding:10px 0}.add-new-contact-search-result .selectable{padding:0}.add-new-contact-search-result .selectable .contact-contact-list-item{padding:10px 20px}.add-new-contact-search-result .add-contact-list-item{background-color:var(--commonbg_white)}.add-new-contact-search-result .add-contact-list-item:not(.selected):hover{background-color:var(--commonbg_1st_hover)}.thread-follower-list-modal .ant-modal-confirm-btns{display:none!important}.thread-follower-list-modal .ant-modal-confirm-content{padding:0!important}.thread-follower-list-container,.thread-follower-empty-list-container{height:420px}.thread-follower-empty-list-container{flex-direction:column;align-items:center;padding-top:86px;display:flex}.thread-follower-empty-list-container .hint{color:var(--text_3rd);width:283px;font-size:14px;line-height:20px}.thread-follower-list-container .thread-follower-list-item .contact-contact-list-item{padding:10px 20px}.thread-follower-list-item-popover .seatalk-profile-panel-avatar label{display:none}.messages-chat-session-list-item .sub .common-badge{padding:2px}.messages-chat-session-list-item .sub .common-badge .ant-badge-count{min-width:14px;height:14px;min-height:14px;line-height:14px}.messages-chat-session-list-item .contact-contact-list-item-info{flex:1}.navigation-chat-list-item-focus:focus{position:relative}.navigation-chat-list-item-focus:focus:after{content:"";border:1px solid var(--functional_brand_1st_hover,#1b92f5);width:calc(100% - 8px);height:calc(100% - 8px);box-shadow:0px 0px 0px 3px var(--functional_brand_2nd);pointer-events:none;border-radius:4px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.chat-list-context-menu .ant-dropdown-menu-submenu{background-color:var(--commonbg_white);min-width:140px;color:var(--text_1st);-webkit-app-region:no-drag;margin:0;padding:0}.chat-list-context-menu .ant-dropdown-menu-submenu .ant-dropdown-menu-submenu-title{color:var(--text_1st);border-bottom:1px solid var(--separator_1st);margin:0 18px;padding:10px 0}.ant-dropdown .chat-list-context-menu.ant-menu{border:1px solid var(--border_2nd);background-color:var(--commonbg_white);border-radius:7px;padding:0;overflow:hidden}.ant-dropdown .chat-list-context-menu.ant-menu .ant-menu-item,.ant-dropdown .chat-list-context-menu.ant-menu .ant-menu-submenu{background-color:var(--commonbg_white);min-width:140px;height:40px;color:var(--text_1st);-webkit-app-region:no-drag;align-items:center;margin:0;padding:0;display:flex}.ant-dropdown .chat-list-context-menu.ant-menu .ant-menu-item:hover,.ant-dropdown .chat-list-context-menu.ant-menu .ant-menu-submenu:hover{background-color:var(--commonbg_2nd_hover)}.ant-dropdown .chat-list-context-menu.ant-menu .ant-menu-item:last-child .label,.ant-dropdown .chat-list-context-menu.ant-menu .ant-menu-submenu:last-child .label{border-bottom:none}.ant-dropdown .chat-list-context-menu.ant-menu .ant-menu-item .label,.ant-dropdown .chat-list-context-menu.ant-menu .ant-menu-submenu .label{user-select:none;width:100%;margin:0 16px}.ant-dropdown .chat-list-context-menu.ant-menu .ant-menu-item .ant-menu-submenu-title,.ant-dropdown .chat-list-context-menu.ant-menu .ant-menu-submenu .ant-menu-submenu-title{user-select:none;width:100%;margin:0}.ant-dropdown .chat-list-context-menu.ant-menu .ant-menu-item .ant-menu-submenu-title:hover,.ant-dropdown .chat-list-context-menu.ant-menu .ant-menu-submenu .ant-menu-submenu-title:hover{color:var(--text_1st)}.ant-dropdown .chat-list-context-menu.ant-menu .ant-menu-item .ant-menu-submenu-title:active,.ant-dropdown .chat-list-context-menu.ant-menu .ant-menu-submenu .ant-menu-submenu-title:active{color:var(--text_1st);background-color:var(--commonbg_2nd_hover)}.ant-dropdown .chat-list-context-menu.ant-menu .ant-menu-item .ant-menu-submenu-title i:before,.ant-dropdown .chat-list-context-menu.ant-menu .ant-menu-submenu .ant-menu-submenu-title i:before,.ant-dropdown .chat-list-context-menu.ant-menu .ant-menu-item .ant-menu-submenu-title i:after,.ant-dropdown .chat-list-context-menu.ant-menu .ant-menu-submenu .ant-menu-submenu-title i:after{background:var(--icon_3rd)}.ant-dropdown .chat-list-context-menu.ant-menu .ant-menu-item .ant-menu-submenu-title .set-label-title,.ant-dropdown .chat-list-context-menu.ant-menu .ant-menu-submenu .ant-menu-submenu-title .set-label-title{justify-content:space-between;align-items:center;display:flex}.ant-dropdown .chat-list-context-menu.ant-menu .ant-menu-item .ant-menu-submenu-title .set-label-title .set-label-icon,.ant-dropdown .chat-list-context-menu.ant-menu .ant-menu-submenu .ant-menu-submenu-title .set-label-title .set-label-icon{color:var(--icon_3rd)}.ant-dropdown .chat-list-context-menu.ant-menu .ant-menu-item .ant-menu-submenu-title .ant-menu-submenu-arrow,.ant-dropdown .chat-list-context-menu.ant-menu .ant-menu-submenu .ant-menu-submenu-title .ant-menu-submenu-arrow{display:none}.ant-dropdown .chat-list-context-menu.ant-menu .clear-menu-item{overflow:visible}.ant-dropdown .chat-list-context-menu.ant-menu .clear-menu-item .label{border-top:1px solid var(--separator_4th)}.ant-dropdown .chat-list-context-menu.ant-menu li.ant-menu-item:first-child .label{border-top:none}.set-label-sub-menu{background-color:#0000;border-radius:7px;padding:0}.set-label-sub-menu .ant-menu{color:var(--text_1st);border:1px solid var(--border_2nd);background-color:var(--commonbg_white);border-radius:7px;max-height:100vh;overflow:auto}.set-label-sub-menu .ant-menu .label-item-box{background-color:var(--commonbg_white);min-width:140px;color:var(--text_1st);-webkit-app-region:no-drag;cursor:pointer;align-items:center;height:40px;padding:0;display:flex}.set-label-sub-menu .ant-menu .label-item-box:hover,.set-label-sub-menu .ant-menu .label-item-box:active{color:var(--text_1st);background-color:var(--commonbg_2nd_hover)}.set-label-sub-menu .ant-menu .custom-sub-item{justify-content:space-between;align-items:center;width:100%;height:40px;padding:10px;display:flex}.set-label-sub-menu .ant-menu .custom-sub-item .label{align-items:center;display:flex}.set-label-sub-menu .ant-menu .custom-sub-item .label .custom-label-icon{color:var(--icon_2nd);margin-right:8px}.set-label-sub-menu .ant-menu .custom-sub-item .selected-label-box{align-items:center;width:16px;height:100%;margin-left:10px;display:flex}.set-label-sub-menu .ant-menu .custom-sub-item .selected-label-box .label-selected{color:var(--functional_green_1st)}.set-label-sub-menu .ant-menu .ant-menu-item{user-select:none;margin:0}.set-label-sub-menu .ant-menu .ant-menu-item:hover,.set-label-sub-menu .ant-menu .ant-menu-item:active{color:var(--text_1st);background-color:var(--commonbg_2nd_hover)!important}.set-label-sub-menu .ant-menu .ant-menu-item.ant-menu-item-selected{color:var(--text_1st);background:0 0}.set-label-sub-menu .ant-menu .ant-menu-item .separator-line:before{content:" ";background-color:var(--separator_4th);width:calc(100% - 20px);height:1px;position:absolute;top:0;left:10px}.set-label-sub-menu .ant-menu .ant-menu-item.create-label-item{align-items:center;padding:0 10px;display:flex}.set-label-sub-menu .ant-menu .ant-menu-item.create-label-item .label{align-items:center;display:flex}.set-label-sub-menu .ant-menu .ant-menu-item.create-label-item .label .create-label-icon{color:var(--icon_2nd);margin-right:8px}.set-label-sub-menu .ant-menu{background-color:var(--commonbg_white)}.alert-confirm-clear-chat .ant-modal-confirm-content{flex-direction:column;gap:12px;display:flex}.alert-confirm-clear-chat .ant-modal-confirm-content .ant-checkbox-wrapper{justify-content:center;align-items:center;display:flex}.alert-confirm-clear-chat .ant-modal-confirm-content .ant-checkbox-wrapper>span:first-child{top:0}.alert-confirm-clear-chat .ant-modal-confirm-content .ant-checkbox-wrapper>span:last-child{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.alert-confirm-clear-chat .ant-modal-confirm-btns{padding-top:0!important}.expiring-group-session-avatar.dot{position:relative}.expiring-group-session-avatar.dot:after{content:" ";background-color:var(--functional_red_1st);border-radius:10px;width:8px;height:8px;position:absolute;top:-3px;right:-3px}.unavailable-avatar-icon{color:var(--icon_1st);width:36px;min-width:fit-content;height:36px}.messages-message-list-item-stream-typing-wrap{box-sizing:border-box;vertical-align:middle;justify-content:center;align-items:center;padding:4px;line-height:0;display:inline-flex}.messages-message-list-item-stream-typing-wrap .typing-animation-wrap{align-items:center;line-height:0;display:inline-flex}.messages-message-list-item-text-content.has-stream-typing .rich-text-preview>p:last-of-type{word-break:break-all;display:inline-block}.messages-message-list-item-text-content{white-space:pre-wrap;word-wrap:break-word;overflow:hidden}.messages-message-list-item-text-content .sprite_ele_ic_whisper{vertical-align:-2px;margin-right:4px}@media (prefers-color-scheme:dark){.formatted-message-base .tableWrapper{--table-scroll-shadow-color:#00000047}}@media (prefers-color-scheme:dark){.formatted-message-quote .tableWrapper{--table-scroll-shadow-color:#00000047}}@media (prefers-color-scheme:dark){.formatted-message-later-message .tableWrapper{--table-scroll-shadow-color:#00000047}}@media (prefers-color-scheme:dark){.formatted-message-forward-preview .tableWrapper{--table-scroll-shadow-color:#00000047}}.formatted-message-sent-by-me p>code,.formatted-message-sent-by-me pre>code{color:var(--textwhite_1st)}.messages-message-list-item-forwarded-content{user-select:none;max-width:236px;padding:10px}.messages-message-list-item-forwarded-content .seatalk-richtext ul,.messages-message-list-item-forwarded-content .seatalk-richtext ol{margin-bottom:0;padding-inline-start:23px}.messages-message-list-item-forwarded-content .seatalk-richtext ol{list-style-type:decimal}.messages-message-list-item-forwarded-content .seatalk-richtext :is(ol,ul) ol{list-style-type:lower-alpha}.messages-message-list-item-forwarded-content .seatalk-richtext :is(ol,ul) :is(ol,ul) ol{list-style-type:lower-roman}.messages-message-list-item-forwarded-content .seatalk-richtext ul,.messages-message-list-item-forwarded-content .seatalk-richtext :is(ol,ul) ul,.messages-message-list-item-forwarded-content .seatalk-richtext :is(ol,ul) :is(ol,ul) ul{list-style-type:disc}.messages-message-list-item-forwarded-content .seatalk-richtext li:has(>:is(ol,ul):first-child){list-style:none}.messages-message-list-item-forwarded-content .seatalk-richtext strong,.messages-message-list-item-forwarded-content .seatalk-richtext em{line-height:1em}.messages-message-list-item-forwarded-content .seatalk-richtext pre,.messages-message-list-item-forwarded-content .seatalk-richtext code{background-color:var(--commonbg_1st_hover);-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:Menlo,Monaco,SF Mono,Consolas,Courier New,monospace;font-size:12px}.messages-message-list-item-forwarded-content .seatalk-richtext p>code{color:var(--icon_1st);margin:0 2px;border-radius:4px;margin-inline:0;padding:2px 4px;line-height:16px}.messages-message-list-item-forwarded-content .seatalk-richtext p>code+code{margin-left:0}.messages-message-list-item-forwarded-content .seatalk-richtext pre>code{color:var(--text_1st);border-radius:0;margin:0;padding:0;line-height:18px}.messages-message-list-item-forwarded-content .seatalk-richtext pre{border-bottom-right-radius:4px;border-bottom-left-radius:4px;padding:0 8px 8px;line-height:18px}.messages-message-list-item-forwarded-content .seatalk-richtext pre:first-child,.messages-message-list-item-forwarded-content .seatalk-richtext :not(pre)+pre{border-top-left-radius:4px;border-top-right-radius:4px;padding-top:8px}.messages-message-list-item-forwarded-content .seatalk-richtext pre+pre{margin-top:-8px}.messages-message-list-item-forwarded-content .seatalk-richtext .tableWrapper{border:1px solid var(--line_primary);--table-scroll-background-color:var(--formatted-message-background-color,var(--commonbg_white));--table-scroll-shadow-color:#0000001a;background:linear-gradient(to right, var(--table-scroll-background-color) 30%, transparent), linear-gradient(to right, transparent, var(--table-scroll-background-color) 70%) 100% 0, radial-gradient(farthest-side at 0 50%, var(--table-scroll-shadow-color), transparent), radial-gradient(farthest-side at 100% 50%, var(--table-scroll-shadow-color), transparent) 100% 0;background-repeat:no-repeat;background-size:40px 100%,40px 100%,10px 100%,10px 100%;background-attachment:local,local,scroll,scroll;border-radius:4px;width:fit-content;max-width:100%;overflow-x:auto}.messages-message-list-item-forwarded-content .seatalk-richtext .tableWrapper::-webkit-scrollbar{border-top:1px solid var(--line_primary);height:13px}.messages-message-list-item-forwarded-content .seatalk-richtext .tableWrapper table tbody th,.messages-message-list-item-forwarded-content .seatalk-richtext .tableWrapper table tbody td{border-right:1px solid var(--line_primary);border-bottom:1px solid var(--line_primary);vertical-align:top;text-align:left!important}.messages-message-list-item-forwarded-content .seatalk-richtext .tableWrapper table tbody th p,.messages-message-list-item-forwarded-content .seatalk-richtext .tableWrapper table tbody td p{word-break:break-word;white-space:normal;width:max-content;min-width:56px;max-width:320px;padding:8px 12px}.messages-message-list-item-forwarded-content .seatalk-richtext .tableWrapper table tbody tr>:last-child{border-right:none}.messages-message-list-item-forwarded-content .seatalk-richtext .tableWrapper table tbody tr:first-child th{background-color:var(--background_secondary);color:var(--foreground_secondary);font-weight:500}.messages-message-list-item-forwarded-content .seatalk-richtext .tableWrapper table tbody tr:last-child td{border-bottom:none}@media (prefers-color-scheme:dark){.messages-message-list-item-forwarded-content .seatalk-richtext .tableWrapper{--table-scroll-shadow-color:#00000047}}.dark-theme .messages-message-list-item-forwarded-content .seatalk-richtext .tableWrapper{--table-scroll-shadow-color:#00000047}.light-theme .messages-message-list-item-forwarded-content .seatalk-richtext .tableWrapper{--table-scroll-shadow-color:#0000001a}.messages-message-list-item-forwarded-content .seatalk-richtext :is(p,ul,ol,.tableWrapper)+pre,.messages-message-list-item-forwarded-content .seatalk-richtext :is(p,ul,ol,pre,.tableWrapper)+.tableWrapper,.messages-message-list-item-forwarded-content .seatalk-richtext :is(pre,.tableWrapper)+:is(p,ul,ol){margin-top:8px}.messages-message-list-item-forwarded-content .seatalk-richtext pre,.messages-message-list-item-forwarded-content .seatalk-richtext code{background-color:inherit!important;color:inherit!important;border-radius:0!important;margin:0!important;padding:0!important;font-size:12px!important}.messages-message-list-item-forwarded-content .seatalk-richtext pre{overflow:visible!important}.messages-message-list-item-forwarded-content .seatalk-richtext>p:only-child,.messages-message-list-item-forwarded-content .seatalk-richtext>ol:only-child>li:only-child>p:only-child,.messages-message-list-item-forwarded-content .seatalk-richtext>ul:only-child>li:only-child>p:only-child{text-overflow:ellipsis;overflow:hidden}.messages-message-list-item-forwarded-content .title{color:var(--text_1st);overflow-wrap:break-word;margin-bottom:6px;padding:0 2px;font-size:14px;line-height:18px}.messages-message-list-item-forwarded-content .content-container{background-color:var(--commonbg_1st_hover);cursor:pointer;border-radius:4px;padding:7px}.messages-message-list-item-forwarded-content .content-container .content{color:var(--text_3rd);text-overflow:ellipsis;white-space:nowrap;max-width:206px;font-size:12px;line-height:16px;display:flex;overflow:hidden;margin-left:8px!important}.messages-message-list-item-forwarded-content .content-container .content .text{text-overflow:ellipsis;min-width:0;max-width:100%;margin-left:5px;display:block;overflow:hidden}.messages-message-list-item-forwarded-content.isSentByMe .title{color:var(--textwhite_1st)}.messages-message-list-item-forwarded-content.isSentByMe .content-container{background-color:var(--Bubble_blue_2nd)}.messages-message-list-item-forwarded-content.isSentByMe .content,.messages-message-list-item-forwarded-content.isSentByMe .content table p{color:var(--text_forward)}@media (max-width:650px){.messages-message-list-item-forwarded-content .title{white-space:nowrap;overflow:hidden}}.insufficient-disk-space-modal .ant-modal-confirm-btns{display:none!important}.insufficient-disk-space-modal .ant-modal-confirm-content{padding:16px 24px 24px!important}.insufficient-disk-space-modal .footer{justify-content:space-between;align-items:center;margin-top:20px;display:flex}.expired-media-wraper{justify-content:center;align-items:center;font-size:0;display:flex;overflow:hidden}.expired-media-wraper .expired-media-inner{position:absolute}.expired-media-wraper .expired-media-inner p{color:#fff;margin-top:8px;font-size:14px;line-height:14px}.expired-media-wraper .expired-media-children{background:#000}.expired-media-wraper .expired-media-children img{-webkit-filter:blur(4px);opacity:.8;max-width:500px;max-height:500px}.expired-media-wraper.small-image .expired-media-children img{-webkit-filter:brightness(.7)blur(1px)}.expired-media-wraper.small-image .expired-media-children img:hover{-webkit-filter:brightness()blur(1px)}.normal-expired-wraper{background:#eaeaf3;border-radius:7px;justify-content:center;align-items:center;padding:35px;display:flex}.way-point-image-wraper{cursor:pointer;background-color:#ccc;border-radius:6px;overflow:hidden}.way-point-image-wraper .way-point-image{object-fit:cover;width:100%;height:100%}.image-container{position:relative}.image-container .live-photo-indicator{pointer-events:none;position:absolute;top:8px;left:8px}.image-ratio-wrap{cursor:default;border-radius:6px;overflow:hidden}.image-ratio-wrap span{color:#fff;background-color:#0006;border-radius:4px;padding:0 8px;font-size:12px;line-height:20px;position:absolute;top:8px;right:8px}.messages-message-list-item.image .messages-message-list-item-naked img,.messages-message-list-item.image_gif .messages-message-list-item-naked img{user-select:none;object-fit:cover;cursor:pointer;border-radius:6px;position:relative}.messages-message-list-item-bubble img{object-fit:cover}.sticker_s .messages-message-list-item-bubble img{object-fit:contain}.messages-message-list-item.withQuote .single-image{max-width:100%!important}.messages-message-list-item-image-content{user-select:none;cursor:auto;border-radius:6px;font-size:0}.messages-message-list-item-image-content img{border-radius:6px}.expired-media-mask-wrapper{background:#a6a7a899;border-radius:6px;justify-content:center;align-items:center;width:140px;height:140px;display:flex}.CircularProgressbar{vertical-align:middle;width:100%}.CircularProgressbar .CircularProgressbar-path{stroke:#3e98c7;stroke-linecap:round;transition:stroke-dashoffset .5s}.CircularProgressbar .CircularProgressbar-trail{stroke:#d6d6d6;stroke-linecap:round}.CircularProgressbar .CircularProgressbar-text{fill:#3e98c7;dominant-baseline:middle;text-anchor:middle;font-size:20px}.CircularProgressbar .CircularProgressbar-background{fill:#d6d6d6}.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-background{fill:#3e98c7}.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-text{fill:#fff}.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-path{stroke:#fff}.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-trail{stroke:#0000}.common-progress-button{width:32px;position:relative}.common-progress-button:hover .ant-btn{opacity:1}.messages-message-list-item-media-content{font-size:0;position:relative}.messages-message-list-item-media-content .overlay{cursor:pointer}.messages-message-list-item-media-content .overlay .common-icon{pointer-events:none;cursor:pointer!important}.messages-message-list-item-media-content .overlay .bottom-mask{mix-blend-mode:normal;opacity:.5;background:linear-gradient(#0000 11.43%,#000 100%);width:100%;height:40px;position:absolute;bottom:0;transform:matrix(-1,0,0,1,0,0)}.messages-message-list-item-media-content .overlay .gif-icon{position:absolute;bottom:6px;left:6px}.messages-message-list-item-media-content .overlay .gif-size{color:#fff;font-size:14px;line-height:16px;position:absolute;bottom:4px;left:25px}.messages-message-list-item-media-content .overlay .thumbnail-mask{background-color:#00000080;width:100%;height:100%;position:absolute;top:0;left:0}.messages-message-list-item-media-content .overlay .common-progress-button{width:44px;position:relative}.messages-message-list-item-media-content .overlay .common-progress-button:after{content:"";border:3px solid #fff;border-radius:50%;width:44px;height:44px;position:absolute;top:0;left:0}.messages-message-list-item-media-content-hidden{visibility:hidden}.messages-message-list-item-video-content{position:relative}.messages-message-list-item-video-content .overlay{cursor:pointer}.messages-message-list-item-video-content .overlay .common-icon{pointer-events:none}.messages-message-list-item-video-content .overlay .bottom-mask{mix-blend-mode:normal;opacity:.5;background:linear-gradient(#0000 11.43%,#000 100%);width:100%;height:40px;position:absolute;bottom:0;transform:matrix(-1,0,0,1,0,0)}.messages-message-list-item-video-content .overlay .video-size,.messages-message-list-item-video-content .overlay .duration{color:#fff;font-size:14px;line-height:16px;position:absolute;bottom:4px}.messages-message-list-item-video-content .overlay .video-icon{position:absolute;bottom:6px;left:6px}.messages-message-list-item-video-content .overlay .video-size{left:19px}.messages-message-list-item-video-content .overlay .duration{right:6px}.messages-message-list-item-video-content .thumbnail-mask{background-color:#00000080;width:100%;height:100%;position:absolute;top:0;left:0}.messages-message-list-item-video-content .common-progress-button{width:44px;position:relative}.messages-message-list-item-video-content .common-progress-button:after{content:"";border:3px solid #fff;border-radius:50%;width:44px;height:44px;position:absolute;top:0;left:0}.messages-message-list-item-sticker-content{font-size:0}.messages-message-list-item-sticker-content>img{object-fit:contain;width:120px;height:120px}.messages-message-list-item-sticker-content.custom>img{width:auto;max-width:100%}.messages-message-list-item-sticker-content-hidden{visibility:hidden}.messages-message-list-item-contact-content{cursor:pointer;min-width:156px;max-width:232px}.messages-message-list-item-contact-content .card{border-radius:6px;overflow:hidden}.messages-message-list-item-contact-content .card .content{align-items:center;margin:8px}.messages-message-list-item-contact-content .card .content .name{white-space:nowrap;text-overflow:ellipsis;max-width:100%;margin-left:8px;overflow:hidden}.messages-message-list-item-contact-content .footer{color:var(--text_3rd)}.dark-theme .messages-message-list-item-bubble .messages-message-list-item-contact-content .footer{background-color:var(--commonbg_list)}.dark-theme .messages-message-list-item-bubble.has-emoji .messages-message-list-item-contact-content .footer,.dark-theme .messages-message-list-item-bubble.hasQuote .messages-message-list-item-contact-content .footer{background-color:var(--commonbg_2nd)}.dark-theme .messages-message-list-item-bubble.isSentByMe .messages-message-list-item-contact-content .footer{background-color:#0000001a}.messages-message-list-item-file-content{cursor:pointer;min-width:150px}.messages-message-list-item-file-content.combined{width:236px;height:92px}.messages-message-list-item-file-content .card{background-color:var(--commonbg_1st_hover);border-radius:4px;flex-direction:row;padding:7px;display:flex}.messages-message-list-item-file-content .card .common-icon{min-width:40px}.messages-message-list-item-file-content .card .filename{-webkit-line-clamp:2;word-wrap:break-word;color:var(--text_1st);-webkit-box-orient:vertical;margin-left:7px;display:-webkit-box;overflow:hidden}.messages-message-list-item-file-content .card .file-progress-wrapper{min-width:40px;font-size:0;position:relative;overflow:hidden}.messages-message-list-item-file-content .card .file-progress-wrapper .common-progress-button{z-index:1;width:54px;height:40px;position:absolute;top:-7px;left:-7px;transform:rotateY(180deg)}.messages-message-list-item-file-content .card .common-icon{margin-left:0!important;margin-right:0!important}.messages-message-list-item-file-content .file-right-icon{float:right;fill:var(--icon_3rd)}.messages-message-list-item-file-content .messages-message-list-item-file-expired{float:right}.isSentByMe .messages-message-list-item-file-content .card{background-color:var(--Bubble_blue_2nd)}.isSentByMe .messages-message-list-item-file-content .card .filename{color:var(--textwhite_1st)}.isSentByMe .file-right-icon{fill:var(--textwhite_2nd)}.messages-message-list-item-redirect-content{cursor:pointer}.messages-message-list-item-redirect-content .card{border-radius:6px;padding:10px 12px;overflow:hidden}.messages-message-list-item-redirect-content .card .content{align-items:center;max-width:200px;margin:0!important}.messages-message-list-item-redirect-content .card .content .vbox{white-space:nowrap;text-overflow:ellipsis;max-width:100%;overflow:hidden}.messages-message-list-item-redirect-content .card .content .title{white-space:nowrap;text-overflow:ellipsis;max-width:100%;margin-left:8px;overflow:hidden}.messages-message-list-item-redirect-content .card .content .subtitle{white-space:nowrap;text-overflow:ellipsis;opacity:.5;max-width:100%;margin-left:8px;overflow:hidden}.messages-message-list-item-redirect-content .link{width:30px;height:30px}.messages-message-list-item-redirect-content .footer{padding:4px 12px!important}.messages-message-list-item-whisper-content{align-items:center;display:flex}.messages-message-list-item-whisper-content .whisper-icon{color:var(--icon_4th);margin-top:-2px}.messages-message-list-item-whisper-content .whisper-icon.isSentByMe{color:var(--iconwhite_1st)}.messages-message-list-item-interactive-content{flex-direction:column;gap:8px;display:flex}.messages-message-list-item-interactive-content>.messages-message-list-item-stream-typing-wrap{align-self:flex-start}.messages-message-list-item-interactive-content .show-n-line{text-overflow:ellipsis;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.messages-message-list-item-interactive-content .show-n-line.show-2{-webkit-line-clamp:2}.messages-message-list-item-interactive-content .show-n-line.show-4{-webkit-line-clamp:4}.messages-message-list-item-interactive-content .title{white-space:pre-wrap;word-wrap:break-word;font-size:16px;font-style:normal;font-weight:600;line-height:24px;overflow:hidden}.messages-message-list-item-interactive-content .desc a,.messages-message-list-item-interactive-content .desc a:hover{color:#1890ff}.messages-message-list-item-interactive-content .btn{width:100%;box-shadow:none;border:1px solid var(--separator_1st);padding:3px}.messages-message-list-item-interactive-content .btn span{font-size:14px;line-height:20px;display:block}.messages-message-list-item-interactive-content .btn:before{background-color:inherit}.messages-message-list-item-interactive-content .interactive-btn{background-color:var(--buttonbg_3rd);border:.5px solid var(--border_3rd);color:var(--functional_brand_primary)}.messages-message-list-item-interactive-content .interactive-btn i.seatalk-icon{color:var(--functional_brand_1st_disable)}.messages-message-list-item-interactive-content .interactive-btn.interactive-redirect-btn{display:flex;position:relative}.messages-message-list-item-interactive-content .interactive-btn.interactive-redirect-btn i.seatalk-icon{color:var(--functional_brand_primary);position:absolute;top:3px;right:3px}.messages-message-list-item-interactive-content .interactive-btn.interactive-redirect-btn span{margin-right:6px}.messages-message-list-item-interactive-content .interactive-btn.interactive-callback-btn.loading-icon .seatalk-icon svg{margin-right:8px;animation:1s linear infinite load}@keyframes load{0%{transform:rotate(0)}50%{transform:rotate(180deg)}to{transform:rotate(360deg)}}.messages-message-list-item-interactive-content .interactive-btn:hover.loading-icon{cursor:default}.messages-message-list-item-interactive-content .interactive-btn:hover:not(.loading-icon){background-color:var(--commonbg_1st_hover)!important}.messages-message-list-item-interactive-content .interactive-btn:focus,.messages-message-list-item-interactive-content .interactive-btn:visited{background-color:var(--buttonbg_2nd);color:var(--functional_brand_primary)}.messages-message-list-item-interactive-content .btn-group{gap:8px;display:flex;overflow:hidden}.messages-message-list-item-interactive-content .btn-group .btn{flex:1;overflow:hidden}.messages-message-list-item-interactive-content .ant-btn-loading{background-color:var(--buttonbg_3rd);border-color:var(--border_3rd)}.messages-message-list-item-interactive-content .ant-btn-loading:before{background:0 0!important}.messages-message-list-item-interactive-content .seatalk-icon{width:auto;color:var(--functional_brand_1st_disable)}.messages-message-list-item-interactive-content button{color:var(--functional_brand_primary);background-color:#fff;border-color:#e1e1e7;justify-content:center}.interactive-message-list-item-image-content{user-select:none;cursor:auto;border-radius:6px;font-size:0;line-height:normal}.interactive-message-list-item-image-content img{border-radius:6px}.interactive-message-list-item-gif-content{cursor:pointer;font-size:0;line-height:normal;position:relative}.interactive-message-list-item-gif-content .overlay{cursor:pointer}.interactive-message-list-item-gif-content .overlay .common-icon{pointer-events:none;cursor:pointer!important}.interactive-message-list-item-gif-content .overlay .bottom-mask{mix-blend-mode:normal;opacity:.5;background:linear-gradient(#0000 11.43%,#000 100%);border-radius:6px;width:100%;height:40px;position:absolute;bottom:0;transform:matrix(-1,0,0,1,0,0)}.interactive-message-list-item-gif-content .overlay .gif-icon{position:absolute;bottom:6px;left:6px}.interactive-message-list-item-gif-content .overlay .gif-size{color:#fff;font-size:14px;line-height:16px;position:absolute;bottom:4px;left:25px}.interactive-message-list-item-gif-content .overlay .thumbnail-mask{background-color:#00000080;width:100%;height:100%;position:absolute;top:0;left:0}.interactive-message-list-item-gif-content .overlay .common-progress-button{width:44px;position:relative}.interactive-message-list-item-gif-content .overlay .common-progress-button:after{content:"";border:3px solid #fff;border-radius:50%;width:44px;height:44px;position:absolute;top:0;left:0}.interactive-message-list-item-gif-content-hidden{visibility:hidden}.thread-message-content-container .messages-message-list-item-interactive-content{border:1px solid var(--border_2nd);background:var(--commonbg_white);border-radius:6px;padding:10px}.thread-message-content-container .messages-message-list-item-interactive-content .desc{margin-top:4px!important}.thread-message-content-container .messages-message-list-item-sticker-content-hidden{visibility:visible!important}.thread-message-content-container .image-ratio-wrap.messages-message-list-item-image-content div>img,.thread-message-content-container .image-ratio-wrap.interactive-message-list-item-image-content div>img{object-fit:cover}.thread-message-content-container .messages-message-list-item-image-content img,.thread-message-content-container .messages-message-list-item-media-content img,.thread-message-content-container .messages-message-list-item-media-content .bottom-mask{border-radius:6px}.thread-message-content-container .messages-message-list-item-forwarded-content .title{color:var(--text_1st);margin-bottom:4px;font-size:14px;line-height:20px}.thread-message-content-container .messages-message-list-item-forwarded-content .content-container{background:var(--commonbg_1st_hover);border-radius:4px;padding:8px}.thread-message-content-container .messages-message-list-item-forwarded-content .content-container .content{color:var(--text_2nd);max-width:100%;font-size:12px;line-height:18px;margin:0!important;padding:0!important}.thread-message-content-container .messages-message-list-item-file-content .card{margin:10px 12px 4px!important}.thread-message-content-container .messages-message-list-item-file-content .card .content{background-color:var(--commonbg_1st_hover)}.thread-message-content-container .messages-message-list-item-file-content .footer{color:var(--text_3rd);border-radius:0 0 8px 8px;margin-bottom:4px;padding:0 12px;font-size:12px;line-height:18px}.thread-message-content-container .messages-message-list-item-contact-content .card .content{margin:0;padding:8px 12px!important}.thread-message-content-container .messages-message-list-item-contact-content .footer{background:var(--commonbg_separator);color:var(--text_3rd);border-radius:0 0 6px 6px;padding:4px 12px;font-size:12px;line-height:18px}.thread-message-content-container .location-message{color:var(--text_1st);word-break:break-all;hyphens:none;text-decoration:underline}.thread-message-content-container .note-content{white-space:nowrap;text-overflow:ellipsis;min-width:120px;max-width:calc(100% - 20px);display:inline-block;overflow:hidden}.thread-message-content-container .group-invitation{padding:10px 12px}.thread-message-content-container .group-invitation .group-info{margin-bottom:10px;font-size:16px;line-height:24px}.thread-message-content-container .group-invitation button.ant-btn-primary{background-color:var(--commonbg_1st_hover);color:var(--functional_brand_primary);border:none;margin:0;font-size:14px;line-height:20px}.thread-message-content-container .messages-message-list-item-contact-content,.thread-message-content-container .group-invitation,.thread-message-content-container .messages-message-list-item-file-content,.thread-message-content-container .messages-message-list-item-forwarded-content,.thread-message-content-container .messages-message-list-item-redirect-content{border:1px solid var(--border_2nd);background-color:var(--commonbg_white);border-radius:6px;width:388px;max-width:100%}.thread-message-content-container .messages-message-list-item-text-content a,.thread-message-content-container .messages-message-list-item-interactive-content a,.thread-message-content-container .messages-message-list-item-text-content .messages-message-list-item-mention,.thread-message-content-container .messages-message-list-item-interactive-content .messages-message-list-item-mention{color:var(--functional_brand_primary)}.thread-message-content-container .messages-message-list-item-text-content a,.thread-message-content-container .messages-message-list-item-interactive-content a{text-decoration:underline}.thread-message-content-container .messages-message-list-item-redirect-content{border:1px solid var(--border_2nd);background-color:var(--commonbg_white);border-radius:6px}.thread-message-content-container .messages-message-list-item-redirect-content .content{max-width:none}.thread-message-content-container .messages-message-list-item-redirect-content .footer{background-color:var(--commonbg_1st_hover);color:var(--text_2nd);font-size:12px}@media (prefers-color-scheme:dark){.formatted-message-base .tableWrapper{--table-scroll-shadow-color:#00000047}}@media (prefers-color-scheme:dark){.formatted-message-quote .tableWrapper{--table-scroll-shadow-color:#00000047}}@media (prefers-color-scheme:dark){.formatted-message-later-message .tableWrapper{--table-scroll-shadow-color:#00000047}}@media (prefers-color-scheme:dark){.formatted-message-forward-preview .tableWrapper{--table-scroll-shadow-color:#00000047}}.formatted-message-sent-by-me p>code,.formatted-message-sent-by-me pre>code{color:var(--textwhite_1st)}.preview-message-item-container .preview-message-item-header-box,.preview-message-item-container .preview-message-item-body-box{overflow:hidden}.preview-message-item-container{grid-template:"a b"18px"a c"/36px 1fr;gap:4px 12px;width:100%;max-width:100%;display:grid;position:relative}.preview-message-item-container .preview-message-item-avatar-box{grid-area:a}.preview-message-item-container .preview-message-item-header-box{grid-area:b}.preview-message-item-container .preview-message-item-body-box{grid-area:c}.preview-message-item-container.isRootMessage{grid-template:"a b"36px"c c"/36px 1fr;gap:8px 12px}.preview-message-item-container.isPlaceholderMsg{grid-template:"b b"0"a c"36px/36px 1fr;gap:0 12px}.preview-message-item-container.preview-message-item-container-all-thread{grid-template:"a b"20px"a c"/40px 1fr;gap:4px 10px}.preview-message-item-container.preview-message-item-container-all-thread.isPlaceholderMsg{grid-template:"b b"0"a c"40px/40px 1fr;gap:0 10px}.preview-message-item-container.preview-message-item-container-forward-select{grid-template:"a b"24px"a c"/24px 1fr;gap:4px 10px}.preview-message-item-container.preview-message-item-container-forward-select.isPlaceholderMsg{grid-template:"a c"24px"a c"/24px 1fr}.preview-message-item-container.preview-message-item-container-forward-select.isPlaceholderMsg .preview-message-item-avatar-box,.preview-message-item-container.preview-message-item-container-forward-select.isPlaceholderMsg .preview-message-item-avatar-box>svg{width:24px;height:24px}.preview-message-item-container .preview-message-item-header-box{flex-direction:row;justify-content:space-between;align-items:center;display:flex}.preview-message-item-container.isRootMessage.preview-message-item-container-my-thread .preview-message-item-header-box{flex-direction:column;justify-content:space-between;align-items:flex-start}.preview-message-item-container.isRootMessage.preview-message-item-container-my-thread .preview-message-item-header-box .username+.status-and-time{margin-left:0}.preview-message-item-container.isRootMessage.preview-message-item-container-my-thread .preview-message-item-header-box .username{max-width:100%}.preview-message-item-container.isRootMessage.preview-message-item-container-my-thread .preview-message-item-header-box .username .name{color:var(--text_1st)}.preview-message-item-container.isRootMessage.preview-message-item-container-forward-select .preview-message-item-header-box{flex-direction:row;align-items:center}.preview-message-item-container.isRootMessage.preview-message-item-container-forward-select .preview-message-item-body-box .seatalk-richtext,.preview-message-item-container.isRootMessage.preview-message-item-container-forward-select .preview-message-item-body-box .messages-message-list-item-text-content{-webkit-line-clamp:1}.preview-message-item-container .preview-message-item-header-box .username+.status-and-time{margin-left:8px}.preview-message-item-container .preview-message-item-header-box .username{align-items:center;display:flex;overflow:hidden}.preview-message-item-container .preview-message-item-header-box .username .name{color:var(--text_2nd);text-overflow:ellipsis;white-space:nowrap;font-size:14px;line-height:20px;overflow:hidden}.preview-message-item-container .preview-message-item-header-box .username .system-account-tag{background-color:var(--functional_yellow_2nd);color:var(--functional_yellow_1st);text-align:center;white-space:nowrap;text-overflow:ellipsis;border-radius:8px;flex-shrink:0;margin-left:4px;padding:2px 8px;font-size:10px;line-height:12px;overflow:hidden}.preview-message-item-container .preview-message-item-header-box .status-and-time{align-items:center;gap:4px;display:flex}.preview-message-item-container .preview-message-item-header-box .status-and-time .common-icon,.preview-message-item-container .preview-message-item-header-box .status-and-time .common-icon svg{width:16px;min-width:16px;height:16px;min-height:16px}.preview-message-item-container .preview-message-item-header-box .status-and-time .common-icon.sending{animation-name:sendingSpin;animation-duration:1s;animation-timing-function:linear;animation-iteration-count:infinite}@keyframes sendingSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.preview-message-item-container .preview-message-item-header-box .status-and-time .common-icon.sending:before{transform:scale(.4)}.preview-message-item-container .preview-message-item-header-box .status-and-time .time{color:var(--text_3rd);white-space:nowrap;font-size:12px;line-height:18px}.preview-message-item-container .preview-message-item-body-box .messages-message-list-item-text-content{color:var(--text_1st);font-size:14px;line-height:20px}.preview-message-item-container.isPlaceholderMsg .preview-message-item-body-box{align-items:center;display:flex}.preview-message-item-container .preview-message-item-body-box .messages-message-list-item-text-content{text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box}.master-view-later-messages-list .messages-message-list-item-text-content,.master-view-later-messages-list .messages-message-list-item-text-content .seatalk-richtext{text-overflow:ellipsis;-webkit-line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box}.preview-message-item-container .preview-message-item-body-box .seatalk-richtext ul,.master-view-later-messages-list .seatalk-richtext ul,.preview-message-item-container .preview-message-item-body-box .seatalk-richtext ol,.master-view-later-messages-list .seatalk-richtext ol{margin-bottom:0;padding-inline-start:23px}.preview-message-item-container .preview-message-item-body-box .seatalk-richtext ol,.master-view-later-messages-list .seatalk-richtext ol{list-style-type:decimal}.preview-message-item-container .preview-message-item-body-box .seatalk-richtext :is(ol,ul) ol,.master-view-later-messages-list .seatalk-richtext :is(ol,ul) ol{list-style-type:lower-alpha}.preview-message-item-container .preview-message-item-body-box .seatalk-richtext :is(ol,ul) :is(ol,ul) ol,.master-view-later-messages-list .seatalk-richtext :is(ol,ul) :is(ol,ul) ol{list-style-type:lower-roman}.preview-message-item-container .preview-message-item-body-box .seatalk-richtext ul,.master-view-later-messages-list .seatalk-richtext ul,.preview-message-item-container .preview-message-item-body-box .seatalk-richtext :is(ol,ul) ul,.master-view-later-messages-list .seatalk-richtext :is(ol,ul) ul,.preview-message-item-container .preview-message-item-body-box .seatalk-richtext :is(ol,ul) :is(ol,ul) ul,.master-view-later-messages-list .seatalk-richtext :is(ol,ul) :is(ol,ul) ul{list-style-type:disc}.preview-message-item-container .preview-message-item-body-box .seatalk-richtext li:has(>:is(ol,ul):first-child){list-style:none}.master-view-later-messages-list .seatalk-richtext li:has(>:is(ol,ul):first-child){list-style:none}.preview-message-item-container .preview-message-item-body-box .seatalk-richtext strong,.master-view-later-messages-list .seatalk-richtext strong,.preview-message-item-container .preview-message-item-body-box .seatalk-richtext em,.master-view-later-messages-list .seatalk-richtext em{line-height:1em}.preview-message-item-container .preview-message-item-body-box .seatalk-richtext pre,.master-view-later-messages-list .seatalk-richtext pre,.preview-message-item-container .preview-message-item-body-box .seatalk-richtext code,.master-view-later-messages-list .seatalk-richtext code{background-color:var(--commonbg_1st_hover);-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:Menlo,Monaco,SF Mono,Consolas,Courier New,monospace;font-size:12px}.preview-message-item-container .preview-message-item-body-box .seatalk-richtext p>code,.master-view-later-messages-list .seatalk-richtext p>code{color:var(--icon_1st);margin:0 2px;border-radius:4px;margin-inline:0;padding:2px 4px;line-height:16px}.preview-message-item-container .preview-message-item-body-box .seatalk-richtext p>code+code,.master-view-later-messages-list .seatalk-richtext p>code+code{margin-left:0}.preview-message-item-container .preview-message-item-body-box .seatalk-richtext pre>code,.master-view-later-messages-list .seatalk-richtext pre>code{color:var(--text_1st);border-radius:0;margin:0;padding:0;line-height:18px}.preview-message-item-container .preview-message-item-body-box .seatalk-richtext pre,.master-view-later-messages-list .seatalk-richtext pre{border-bottom-right-radius:4px;border-bottom-left-radius:4px;padding:0 8px 8px;line-height:18px}.preview-message-item-container .preview-message-item-body-box .seatalk-richtext pre:first-child,.master-view-later-messages-list .seatalk-richtext pre:first-child,.preview-message-item-container .preview-message-item-body-box .seatalk-richtext :not(pre)+pre,.master-view-later-messages-list .seatalk-richtext :not(pre)+pre{border-top-left-radius:4px;border-top-right-radius:4px;padding-top:8px}.preview-message-item-container .preview-message-item-body-box .seatalk-richtext pre+pre,.master-view-later-messages-list .seatalk-richtext pre+pre{margin-top:-8px}.preview-message-item-container .preview-message-item-body-box .seatalk-richtext .tableWrapper,.master-view-later-messages-list .seatalk-richtext .tableWrapper{border:1px solid var(--line_primary);--table-scroll-background-color:var(--formatted-message-background-color,var(--commonbg_white));--table-scroll-shadow-color:#0000001a;background:linear-gradient(to right, var(--table-scroll-background-color) 30%, transparent), linear-gradient(to right, transparent, var(--table-scroll-background-color) 70%) 100% 0, radial-gradient(farthest-side at 0 50%, var(--table-scroll-shadow-color), transparent), radial-gradient(farthest-side at 100% 50%, var(--table-scroll-shadow-color), transparent) 100% 0;background-repeat:no-repeat;background-size:40px 100%,40px 100%,10px 100%,10px 100%;background-attachment:local,local,scroll,scroll;border-radius:4px;width:fit-content;max-width:100%;overflow-x:auto}.preview-message-item-container .preview-message-item-body-box .seatalk-richtext .tableWrapper::-webkit-scrollbar{border-top:1px solid var(--line_primary);height:13px}.master-view-later-messages-list .seatalk-richtext .tableWrapper::-webkit-scrollbar{border-top:1px solid var(--line_primary);height:13px}.preview-message-item-container .preview-message-item-body-box .seatalk-richtext .tableWrapper table tbody th,.master-view-later-messages-list .seatalk-richtext .tableWrapper table tbody th,.preview-message-item-container .preview-message-item-body-box .seatalk-richtext .tableWrapper table tbody td,.master-view-later-messages-list .seatalk-richtext .tableWrapper table tbody td{border-right:1px solid var(--line_primary);border-bottom:1px solid var(--line_primary);vertical-align:top;text-align:left!important}.preview-message-item-container .preview-message-item-body-box .seatalk-richtext .tableWrapper table tbody th p,.master-view-later-messages-list .seatalk-richtext .tableWrapper table tbody th p,.preview-message-item-container .preview-message-item-body-box .seatalk-richtext .tableWrapper table tbody td p,.master-view-later-messages-list .seatalk-richtext .tableWrapper table tbody td p{word-break:break-word;white-space:normal;width:max-content;min-width:56px;max-width:320px;padding:8px 12px}.preview-message-item-container .preview-message-item-body-box .seatalk-richtext .tableWrapper table tbody tr>:last-child,.master-view-later-messages-list .seatalk-richtext .tableWrapper table tbody tr>:last-child{border-right:none}.preview-message-item-container .preview-message-item-body-box .seatalk-richtext .tableWrapper table tbody tr:first-child th,.master-view-later-messages-list .seatalk-richtext .tableWrapper table tbody tr:first-child th{background-color:var(--background_secondary);color:var(--foreground_secondary);font-weight:500}.preview-message-item-container .preview-message-item-body-box .seatalk-richtext .tableWrapper table tbody tr:last-child td,.master-view-later-messages-list .seatalk-richtext .tableWrapper table tbody tr:last-child td{border-bottom:none}@media (prefers-color-scheme:dark){.preview-message-item-container .preview-message-item-body-box .seatalk-richtext .tableWrapper,.master-view-later-messages-list .seatalk-richtext .tableWrapper{--table-scroll-shadow-color:#00000047}}.dark-theme .preview-message-item-container .preview-message-item-body-box .seatalk-richtext .tableWrapper,.dark-theme .master-view-later-messages-list .seatalk-richtext .tableWrapper{--table-scroll-shadow-color:#00000047}.light-theme .preview-message-item-container .preview-message-item-body-box .seatalk-richtext .tableWrapper,.light-theme .master-view-later-messages-list .seatalk-richtext .tableWrapper{--table-scroll-shadow-color:#0000001a}.preview-message-item-container .preview-message-item-body-box .seatalk-richtext :is(p,ul,ol,.tableWrapper)+pre,.master-view-later-messages-list .seatalk-richtext :is(p,ul,ol,.tableWrapper)+pre,.preview-message-item-container .preview-message-item-body-box .seatalk-richtext :is(p,ul,ol,pre,.tableWrapper)+.tableWrapper,.master-view-later-messages-list .seatalk-richtext :is(p,ul,ol,pre,.tableWrapper)+.tableWrapper,.preview-message-item-container .preview-message-item-body-box .seatalk-richtext :is(pre,.tableWrapper)+:is(p,ul,ol),.master-view-later-messages-list .seatalk-richtext :is(pre,.tableWrapper)+:is(p,ul,ol){margin-top:8px}.preview-message-item-container .preview-message-item-body-box .seatalk-richtext pre,.master-view-later-messages-list .seatalk-richtext pre,.preview-message-item-container .preview-message-item-body-box .seatalk-richtext code,.master-view-later-messages-list .seatalk-richtext code{background-color:inherit!important;color:inherit!important;border-radius:0!important;margin:0!important;padding:0!important;font-size:12px!important}.preview-message-item-container .preview-message-item-body-box .seatalk-richtext pre,.master-view-later-messages-list .seatalk-richtext pre{overflow:visible!important}.preview-message-item-container .preview-message-item-body-box .expired-media-mask-wrapper,.master-view-later-messages-list .expired-media-mask-wrapper{width:60px;height:80px}.preview-message-item-container .preview-message-item-body-box .messages-message-list-item-sticker-content,.master-view-later-messages-list .messages-message-list-item-sticker-content{position:relative}.preview-message-item-container .preview-message-item-body-box .messages-message-list-item-sticker-content .expired-media-mask-wrapper,.master-view-later-messages-list .messages-message-list-item-sticker-content .expired-media-mask-wrapper{position:absolute;left:0}.preview-message-item-container .preview-message-item-body-box .messages-message-list-item-image-content,.master-view-later-messages-list .messages-message-list-item-image-content{cursor:pointer}.preview-message-item-container .preview-message-item-body-box .messages-message-list-item-image-content>div:only-child,.master-view-later-messages-list .messages-message-list-item-image-content>div:only-child,.preview-message-item-container .preview-message-item-body-box .messages-message-list-item-media-content>div:only-child,.master-view-later-messages-list .messages-message-list-item-media-content>div:only-child,.preview-message-item-container .preview-message-item-body-box .interactive-message-list-item-gif-content>div:only-child,.master-view-later-messages-list .interactive-message-list-item-gif-content>div:only-child,.preview-message-item-container .preview-message-item-body-box .interactive-message-list-item-image-content>div:only-child,.master-view-later-messages-list .interactive-message-list-item-image-content>div:only-child,.preview-message-item-container .preview-message-item-body-box .messages-message-list-item-sticker-content,.master-view-later-messages-list .messages-message-list-item-sticker-content,.preview-message-item-container .preview-message-item-body-box .messages-message-list-item-video-content,.master-view-later-messages-list .messages-message-list-item-video-content{justify-content:flex-start;align-items:center;display:flex;overflow:hidden;width:fit-content!important;min-width:60px!important;max-width:200px!important;height:80px!important}.preview-message-item-container .preview-message-item-body-box .messages-message-list-item-image-content>div:only-child>img,.master-view-later-messages-list .messages-message-list-item-image-content>div:only-child>img,.preview-message-item-container .preview-message-item-body-box .messages-message-list-item-media-content>div:only-child>img,.master-view-later-messages-list .messages-message-list-item-media-content>div:only-child>img,.preview-message-item-container .preview-message-item-body-box .interactive-message-list-item-gif-content>div:only-child>img,.master-view-later-messages-list .interactive-message-list-item-gif-content>div:only-child>img,.preview-message-item-container .preview-message-item-body-box .interactive-message-list-item-image-content>div:only-child>img,.master-view-later-messages-list .interactive-message-list-item-image-content>div:only-child>img,.preview-message-item-container .preview-message-item-body-box .messages-message-list-item-sticker-content>img,.master-view-later-messages-list .messages-message-list-item-sticker-content>img,.preview-message-item-container .preview-message-item-body-box .messages-message-list-item-video-content>img,.master-view-later-messages-list .messages-message-list-item-video-content>img{object-fit:cover;object-position:center;min-width:60px;max-width:200px;width:auto!important;height:80px!important}.preview-message-item-container .preview-message-item-body-box .messages-message-list-item-image-content>div:only-child .sprite_download_ic_preview,.master-view-later-messages-list .messages-message-list-item-image-content>div:only-child .sprite_download_ic_preview,.preview-message-item-container .preview-message-item-body-box .messages-message-list-item-media-content>div:only-child .sprite_download_ic_preview,.master-view-later-messages-list .messages-message-list-item-media-content>div:only-child .sprite_download_ic_preview,.preview-message-item-container .preview-message-item-body-box .interactive-message-list-item-gif-content>div:only-child .sprite_download_ic_preview,.master-view-later-messages-list .interactive-message-list-item-gif-content>div:only-child .sprite_download_ic_preview,.preview-message-item-container .preview-message-item-body-box .interactive-message-list-item-image-content>div:only-child .sprite_download_ic_preview,.master-view-later-messages-list .interactive-message-list-item-image-content>div:only-child .sprite_download_ic_preview,.preview-message-item-container .preview-message-item-body-box .messages-message-list-item-sticker-content .sprite_download_ic_preview,.master-view-later-messages-list .messages-message-list-item-sticker-content .sprite_download_ic_preview,.preview-message-item-container .preview-message-item-body-box .messages-message-list-item-video-content .sprite_download_ic_preview,.master-view-later-messages-list .messages-message-list-item-video-content .sprite_download_ic_preview,.preview-message-item-container .preview-message-item-body-box .messages-message-list-item-image-content>div:only-child .sprite_content_ic_video_play,.master-view-later-messages-list .messages-message-list-item-image-content>div:only-child .sprite_content_ic_video_play,.preview-message-item-container .preview-message-item-body-box .messages-message-list-item-media-content>div:only-child .sprite_content_ic_video_play,.master-view-later-messages-list .messages-message-list-item-media-content>div:only-child .sprite_content_ic_video_play,.preview-message-item-container .preview-message-item-body-box .interactive-message-list-item-gif-content>div:only-child .sprite_content_ic_video_play,.master-view-later-messages-list .interactive-message-list-item-gif-content>div:only-child .sprite_content_ic_video_play,.preview-message-item-container .preview-message-item-body-box .interactive-message-list-item-image-content>div:only-child .sprite_content_ic_video_play,.master-view-later-messages-list .interactive-message-list-item-image-content>div:only-child .sprite_content_ic_video_play,.preview-message-item-container .preview-message-item-body-box .messages-message-list-item-sticker-content .sprite_content_ic_video_play,.master-view-later-messages-list .messages-message-list-item-sticker-content .sprite_content_ic_video_play,.preview-message-item-container .preview-message-item-body-box .messages-message-list-item-video-content .sprite_content_ic_video_play,.master-view-later-messages-list .messages-message-list-item-video-content .sprite_content_ic_video_play,.preview-message-item-container .preview-message-item-body-box .messages-message-list-item-image-content>div:only-child .gif-size,.master-view-later-messages-list .messages-message-list-item-image-content>div:only-child .gif-size,.preview-message-item-container .preview-message-item-body-box .messages-message-list-item-media-content>div:only-child .gif-size,.master-view-later-messages-list .messages-message-list-item-media-content>div:only-child .gif-size,.preview-message-item-container .preview-message-item-body-box .interactive-message-list-item-gif-content>div:only-child .gif-size,.master-view-later-messages-list .interactive-message-list-item-gif-content>div:only-child .gif-size,.preview-message-item-container .preview-message-item-body-box .interactive-message-list-item-image-content>div:only-child .gif-size,.master-view-later-messages-list .interactive-message-list-item-image-content>div:only-child .gif-size,.preview-message-item-container .preview-message-item-body-box .messages-message-list-item-sticker-content .gif-size,.master-view-later-messages-list .messages-message-list-item-sticker-content .gif-size,.preview-message-item-container .preview-message-item-body-box .messages-message-list-item-video-content .gif-size,.master-view-later-messages-list .messages-message-list-item-video-content .gif-size,.preview-message-item-container .preview-message-item-body-box .messages-message-list-item-image-content>div:only-child .video-size,.master-view-later-messages-list .messages-message-list-item-image-content>div:only-child .video-size,.preview-message-item-container .preview-message-item-body-box .messages-message-list-item-media-content>div:only-child .video-size,.master-view-later-messages-list .messages-message-list-item-media-content>div:only-child .video-size,.preview-message-item-container .preview-message-item-body-box .interactive-message-list-item-gif-content>div:only-child .video-size,.master-view-later-messages-list .interactive-message-list-item-gif-content>div:only-child .video-size,.preview-message-item-container .preview-message-item-body-box .interactive-message-list-item-image-content>div:only-child .video-size,.master-view-later-messages-list .interactive-message-list-item-image-content>div:only-child .video-size,.preview-message-item-container .preview-message-item-body-box .messages-message-list-item-sticker-content .video-size,.master-view-later-messages-list .messages-message-list-item-sticker-content .video-size,.preview-message-item-container .preview-message-item-body-box .messages-message-list-item-video-content .video-size,.master-view-later-messages-list .messages-message-list-item-video-content .video-size{display:none}.preview-message-item-container .preview-message-item-body-box .messages-message-list-item-image-content>div:only-child .duration,.master-view-later-messages-list .messages-message-list-item-image-content>div:only-child .duration,.preview-message-item-container .preview-message-item-body-box .messages-message-list-item-media-content>div:only-child .duration,.master-view-later-messages-list .messages-message-list-item-media-content>div:only-child .duration,.preview-message-item-container .preview-message-item-body-box .interactive-message-list-item-gif-content>div:only-child .duration,.master-view-later-messages-list .interactive-message-list-item-gif-content>div:only-child .duration,.preview-message-item-container .preview-message-item-body-box .interactive-message-list-item-image-content>div:only-child .duration,.master-view-later-messages-list .interactive-message-list-item-image-content>div:only-child .duration,.preview-message-item-container .preview-message-item-body-box .messages-message-list-item-sticker-content .duration,.master-view-later-messages-list .messages-message-list-item-sticker-content .duration,.preview-message-item-container .preview-message-item-body-box .messages-message-list-item-video-content .duration,.master-view-later-messages-list .messages-message-list-item-video-content .duration{font-size:10px;line-height:12px;bottom:6px}.oneline__1n75gc4{white-space:nowrap;text-overflow:ellipsis;max-width:100%;overflow:hidden}.overflowable__1n75gc4{text-overflow:ellipsis;background-color:#0000;border:0}.overflowable__1n75gc4:focus{outline:none}.button-wrapper__1n75gc4{justify-content:center;align-items:center;display:flex}.edit-button__1n75gc4{border:none;padding:0;line-height:20px}.edit-button__1n75gc4 span{height:auto}.oneline__1aj49my{white-space:nowrap;text-overflow:ellipsis;max-width:100%;overflow:hidden}.overflowable__1aj49my{text-overflow:ellipsis;background-color:#0000;border:0}.overflowable__1aj49my:focus{outline:none}.modal__1aj49my .ant-modal-header{padding:16px}.modal__1aj49my .ant-modal-title{text-align:center}.modal__1aj49my .ant-modal-body{max-height:480px;overflow:auto;padding:16px 24px!important}.modal__1aj49my .ant-modal-footer{justify-content:space-between;padding:16px 24px;display:flex;border-top:none!important}.modal__1aj49my .ant-modal-footer .action-button__1aj49my{height:auto;padding:9px 23px}.modal__1aj49my .ant-modal-footer .action-button__1aj49my border span{font-size:14px;line-height:20px}.modal__1aj49my .ant-modal-footer .delete-button__1aj49my{height:auto;padding:9px 23px;color:var(--functional_red_1st)!important}.modal__1aj49my .ant-modal-footer .delete-button__1aj49my border span{font-size:14px;line-height:20px}.modal__1aj49my .ant-modal-footer .delete-button__1aj49my:hover{background-color:var(--commonbg_1st_hover)!important}.modal__1aj49my .ant-modal-footer .cancel-button__1aj49my{height:auto;margin-right:16px;padding:9px 23px}.modal__1aj49my .ant-modal-footer .cancel-button__1aj49my border span{font-size:14px;line-height:20px}.modal__1aj49my .ant-modal-footer .save-button__1aj49my{height:auto;color:var(--textwhite_1st);border:none;margin:0;padding:9px 23px}.modal__1aj49my .ant-modal-footer .save-button__1aj49my border span{font-size:14px;line-height:20px}.modal__1aj49my .ant-modal-footer .save-button__1aj49my[disabled]{background-color:var(--functional_brand_1st_disable)}.delete-modal__1aj49my .ant-modal-body,.confirm-modal__1aj49my .ant-modal-body{padding:0!important}.all-thread-list{width:100%;max-width:100%;margin:0;padding:0}.empty-hint p{color:var(--text_3rd);text-align:center;font-size:14px;line-height:20px}.empty-hint a{color:var(--functional_brand_primary)}.thread-preview-container{justify-content:space-between;align-items:center;gap:4px;font-size:12px;line-height:18px;display:flex}.thread-preview-container .left{flex:1;align-items:center;gap:3px;display:flex;overflow:hidden}.thread-preview-container .left .prefix{color:var(--functional_red_1st)}.thread-preview-container .left .prefix.noHighlight{color:var(--text_2nd)}.thread-preview-container .left .abbr{color:var(--text_2nd);text-overflow:ellipsis;white-space:nowrap;flex:1;overflow:hidden}.thread-preview-container .right{align-items:center;gap:4px;display:flex}.thread-preview-container .right .common-icon{color:var(--icon_4th);width:16px;height:16px;display:flex}.thread-preview-container .right .unread-badge{justify-content:center;align-items:center;height:16px;display:flex}.thread-preview-container .right .unread-badge .ant-badge-dot,.thread-preview-container .right .unread-badge .ant-badge-count{box-shadow:none}.thread-preview-container .right .unread-badge .ant-badge-dot{top:unset;right:unset;transform:unset}.thread-preview-container .right .unread-badge .ant-badge-count{min-width:14px!important;height:14px!important;min-height:14px!important;line-height:14px!important}.group-name-container{color:var(--text_3rd);flex-direction:row;justify-content:flex-start;align-items:center;gap:4px;font-size:12px;line-height:18px;display:flex}.group-name-container .icon{min-width:12px;min-height:12px}.group-name-container .group-name{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.all-thread-list-item-container{cursor:pointer;flex-direction:column;padding:12px 10px;display:flex}.all-thread-list-item-container:hover{background-color:var(--commonbg_1st_hover)}.all-thread-list-item-container.selected{background-color:var(--commonbg_2nd_selected)}.all-thread-list-item-container.selected .personal-status-tag-wrap .personal-status-tag{background-color:var(--tag_status_2)}.all-thread-list-item-container .preview-message-item-container{margin-top:8px}.all-thread-list-item-container .thread-preview-container{margin-top:4px;padding-left:50px}.all-thread-list-item-container .preview-message-item-avatar-box,.all-thread-list-item-container .preview-message-item-avatar-box .unavailable-avatar-icon{width:40px;height:40px}.allow-external-members-confirm .ant-modal-confirm-btns,.ant-modal-confirm.allow-external-members-confirm .ant-modal-confirm-btns{display:none!important}.ant-modal-confirm.allow-external-members-confirm .ant-modal-confirm-title{box-sizing:border-box;justify-content:center;align-items:center;padding-left:48px;padding-right:48px;line-height:normal;display:flex;position:relative}.allow-external-members-modal{text-align:left;width:100%;font-size:14px;line-height:20px}.allow-external-members-modal .org-name-span{font-weight:700}.allow-external-members-modal .org-name-span svg{color:var(--functional_brand_primary);cursor:pointer;vertical-align:middle}.allow-external-members-modal .allow-external-members-modal-desc{color:var(--text_1st);margin-bottom:16px}.allow-external-members-modal .allow-external-members-radio-group{flex-direction:column;gap:12px;margin-bottom:16px;display:flex}.allow-external-members-modal .allow-external-members-option.ant-radio-wrapper{white-space:normal;height:auto;line-height:inherit;align-items:flex-start;width:100%;margin-bottom:0;margin-right:0;display:flex!important}.allow-external-members-modal .allow-external-members-option .ant-radio{margin-top:2px;top:0}.allow-external-members-modal .allow-external-members-option .ant-radio+span{flex:1;min-width:0}.allow-external-members-modal .allow-external-members-option-body{flex-direction:column;gap:4px;display:flex}.allow-external-members-modal .allow-external-members-option-title{color:var(--text_1st,#001536);display:block}.allow-external-members-modal .allow-external-members-option-desc{color:var(--text_2nd,#7f899a);font-size:12px;line-height:18px;display:block}.allow-external-members-modal .allow-external-members-history{margin-bottom:20px}.allow-external-members-modal .allow-external-members-history .ant-select{width:100%;min-width:120px}.allow-external-members-modal .allow-external-members-history .ant-select-arrow{position:absolute;top:50%;transform:translateY(-50%);margin-top:0!important}.allow-external-members-modal .allow-external-members-history .ant-select-arrow .ant-select-arrow-icon{color:var(--icon_1st)}.allow-external-members-modal .allow-external-members-history .ant-select-arrow .anticon{display:inline-block!important}.allow-external-members-modal .allow-external-members-footer{justify-content:space-between;align-items:center;gap:12px;width:100%;display:flex}.allow-external-members-modal .allow-external-members-footer .ant-btn{width:200px;height:40px!important;min-height:40px!important;padding:0 24px!important;line-height:38px!important}.allow-external-members-modal .allow-external-members-footer .ant-btn-primary{padding:0 33px!important}.formatted-message-base ul,.formatted-message-base ol{margin-bottom:0;padding-inline-start:23px}.formatted-message-base ol{list-style-type:decimal}.formatted-message-base :is(ol,ul) ol{list-style-type:lower-alpha}.formatted-message-base :is(ol,ul) :is(ol,ul) ol{list-style-type:lower-roman}.formatted-message-base ul,.formatted-message-base :is(ol,ul) ul,.formatted-message-base :is(ol,ul) :is(ol,ul) ul{list-style-type:disc}.formatted-message-base li:has(>:is(ol,ul):first-child){list-style:none}.formatted-message-base strong,.formatted-message-base em{line-height:1em}.formatted-message-base pre,.formatted-message-base code{background-color:var(--commonbg_1st_hover);-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:Menlo,Monaco,SF Mono,Consolas,Courier New,monospace;font-size:12px}.formatted-message-base p>code{color:var(--icon_1st);margin:0 2px;border-radius:4px;margin-inline:0;padding:2px 4px;line-height:16px}.formatted-message-base p>code+code{margin-left:0}.formatted-message-base pre>code{color:var(--text_1st);border-radius:0;margin:0;padding:0;line-height:18px}.formatted-message-base pre{border-bottom-right-radius:4px;border-bottom-left-radius:4px;padding:0 8px 8px;line-height:18px}.formatted-message-base pre:first-child,.formatted-message-base :not(pre)+pre{border-top-left-radius:4px;border-top-right-radius:4px;padding-top:8px}.formatted-message-base pre+pre{margin-top:-8px}.formatted-message-base .tableWrapper{border:1px solid var(--line_primary);--table-scroll-background-color:var(--formatted-message-background-color,var(--commonbg_white));--table-scroll-shadow-color:#0000001a;background:linear-gradient(to right, var(--table-scroll-background-color) 30%, transparent), linear-gradient(to right, transparent, var(--table-scroll-background-color) 70%) 100% 0, radial-gradient(farthest-side at 0 50%, var(--table-scroll-shadow-color), transparent), radial-gradient(farthest-side at 100% 50%, var(--table-scroll-shadow-color), transparent) 100% 0;background-repeat:no-repeat;background-size:40px 100%,40px 100%,10px 100%,10px 100%;background-attachment:local,local,scroll,scroll;border-radius:4px;width:fit-content;max-width:100%;overflow-x:auto}.formatted-message-base .tableWrapper::-webkit-scrollbar{border-top:1px solid var(--line_primary);height:13px}.formatted-message-base .tableWrapper table tbody th,.formatted-message-base .tableWrapper table tbody td{border-right:1px solid var(--line_primary);border-bottom:1px solid var(--line_primary);vertical-align:top;text-align:left!important}.formatted-message-base .tableWrapper table tbody th p,.formatted-message-base .tableWrapper table tbody td p{word-break:break-word;white-space:normal;width:max-content;min-width:56px;max-width:320px;padding:8px 12px}.formatted-message-base .tableWrapper table tbody tr>:last-child{border-right:none}.formatted-message-base .tableWrapper table tbody tr:first-child th{background-color:var(--background_secondary);color:var(--foreground_secondary);font-weight:500}.formatted-message-base .tableWrapper table tbody tr:last-child td{border-bottom:none}@media (prefers-color-scheme:dark){.formatted-message-base .tableWrapper{--table-scroll-shadow-color:#00000047}}.dark-theme .formatted-message-base .tableWrapper{--table-scroll-shadow-color:#00000047}.light-theme .formatted-message-base .tableWrapper{--table-scroll-shadow-color:#0000001a}.formatted-message-base :is(p,ul,ol,.tableWrapper)+pre,.formatted-message-base :is(p,ul,ol,pre,.tableWrapper)+.tableWrapper,.formatted-message-base :is(pre,.tableWrapper)+:is(p,ul,ol){margin-top:8px}.__formatted-message-base-override pre,.__formatted-message-base-override code{background-color:inherit!important;color:inherit!important;border-radius:0!important;margin:0!important;padding:0!important;font-size:12px!important}.__formatted-message-base-override pre{overflow:visible!important}.windows .tableWrapper table tbody tr:first-child th{font-weight:700!important}.formatted-message-quote ul,.formatted-message-quote ol{margin-bottom:0;padding-inline-start:23px}.formatted-message-quote ol{list-style-type:decimal}.formatted-message-quote :is(ol,ul) ol{list-style-type:lower-alpha}.formatted-message-quote :is(ol,ul) :is(ol,ul) ol{list-style-type:lower-roman}.formatted-message-quote ul,.formatted-message-quote :is(ol,ul) ul,.formatted-message-quote :is(ol,ul) :is(ol,ul) ul{list-style-type:disc}.formatted-message-quote li:has(>:is(ol,ul):first-child){list-style:none}.formatted-message-quote strong,.formatted-message-quote em{line-height:1em}.formatted-message-quote pre,.formatted-message-quote code{background-color:var(--commonbg_1st_hover);-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:Menlo,Monaco,SF Mono,Consolas,Courier New,monospace;font-size:12px}.formatted-message-quote p>code{color:var(--icon_1st);margin:0 2px;border-radius:4px;margin-inline:0;padding:2px 4px;line-height:16px}.formatted-message-quote p>code+code{margin-left:0}.formatted-message-quote pre>code{color:var(--text_1st);border-radius:0;margin:0;padding:0;line-height:18px}.formatted-message-quote pre{border-bottom-right-radius:4px;border-bottom-left-radius:4px;padding:0 8px 8px;line-height:18px}.formatted-message-quote pre:first-child,.formatted-message-quote :not(pre)+pre{border-top-left-radius:4px;border-top-right-radius:4px;padding-top:8px}.formatted-message-quote pre+pre{margin-top:-8px}.formatted-message-quote .tableWrapper{border:1px solid var(--line_primary);--table-scroll-background-color:var(--formatted-message-background-color,var(--commonbg_white));--table-scroll-shadow-color:#0000001a;background:linear-gradient(to right, var(--table-scroll-background-color) 30%, transparent), linear-gradient(to right, transparent, var(--table-scroll-background-color) 70%) 100% 0, radial-gradient(farthest-side at 0 50%, var(--table-scroll-shadow-color), transparent), radial-gradient(farthest-side at 100% 50%, var(--table-scroll-shadow-color), transparent) 100% 0;background-repeat:no-repeat;background-size:40px 100%,40px 100%,10px 100%,10px 100%;background-attachment:local,local,scroll,scroll;border-radius:4px;width:fit-content;max-width:100%;overflow-x:auto}.formatted-message-quote .tableWrapper::-webkit-scrollbar{border-top:1px solid var(--line_primary);height:13px}.formatted-message-quote .tableWrapper table tbody th,.formatted-message-quote .tableWrapper table tbody td{border-right:1px solid var(--line_primary);border-bottom:1px solid var(--line_primary);vertical-align:top;text-align:left!important}.formatted-message-quote .tableWrapper table tbody th p,.formatted-message-quote .tableWrapper table tbody td p{word-break:break-word;white-space:normal;width:max-content;min-width:56px;max-width:320px;padding:8px 12px}.formatted-message-quote .tableWrapper table tbody tr>:last-child{border-right:none}.formatted-message-quote .tableWrapper table tbody tr:first-child th{background-color:var(--background_secondary);color:var(--foreground_secondary);font-weight:500}.formatted-message-quote .tableWrapper table tbody tr:last-child td{border-bottom:none}@media (prefers-color-scheme:dark){.formatted-message-quote .tableWrapper{--table-scroll-shadow-color:#00000047}}.dark-theme .formatted-message-quote .tableWrapper{--table-scroll-shadow-color:#00000047}.light-theme .formatted-message-quote .tableWrapper{--table-scroll-shadow-color:#0000001a}.formatted-message-quote :is(p,ul,ol,.tableWrapper)+pre,.formatted-message-quote :is(p,ul,ol,pre,.tableWrapper)+.tableWrapper,.formatted-message-quote :is(pre,.tableWrapper)+:is(p,ul,ol){margin-top:8px}.formatted-message-quote pre,.formatted-message-quote code{background-color:inherit!important;color:inherit!important;border-radius:0!important;margin:0!important;padding:0!important;font-size:12px!important}.formatted-message-quote pre{overflow:visible!important}.formatted-message-later-message ul,.formatted-message-later-message ol{margin-bottom:0;padding-inline-start:23px}.formatted-message-later-message ol{list-style-type:decimal}.formatted-message-later-message :is(ol,ul) ol{list-style-type:lower-alpha}.formatted-message-later-message :is(ol,ul) :is(ol,ul) ol{list-style-type:lower-roman}.formatted-message-later-message ul,.formatted-message-later-message :is(ol,ul) ul,.formatted-message-later-message :is(ol,ul) :is(ol,ul) ul{list-style-type:disc}.formatted-message-later-message li:has(>:is(ol,ul):first-child){list-style:none}.formatted-message-later-message strong,.formatted-message-later-message em{line-height:1em}.formatted-message-later-message pre,.formatted-message-later-message code{background-color:var(--commonbg_1st_hover);-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:Menlo,Monaco,SF Mono,Consolas,Courier New,monospace;font-size:12px}.formatted-message-later-message p>code{color:var(--icon_1st);margin:0 2px;border-radius:4px;margin-inline:0;padding:2px 4px;line-height:16px}.formatted-message-later-message p>code+code{margin-left:0}.formatted-message-later-message pre>code{color:var(--text_1st);border-radius:0;margin:0;padding:0;line-height:18px}.formatted-message-later-message pre{border-bottom-right-radius:4px;border-bottom-left-radius:4px;padding:0 8px 8px;line-height:18px}.formatted-message-later-message pre:first-child,.formatted-message-later-message :not(pre)+pre{border-top-left-radius:4px;border-top-right-radius:4px;padding-top:8px}.formatted-message-later-message pre+pre{margin-top:-8px}.formatted-message-later-message .tableWrapper{border:1px solid var(--line_primary);--table-scroll-background-color:var(--formatted-message-background-color,var(--commonbg_white));--table-scroll-shadow-color:#0000001a;background:linear-gradient(to right, var(--table-scroll-background-color) 30%, transparent), linear-gradient(to right, transparent, var(--table-scroll-background-color) 70%) 100% 0, radial-gradient(farthest-side at 0 50%, var(--table-scroll-shadow-color), transparent), radial-gradient(farthest-side at 100% 50%, var(--table-scroll-shadow-color), transparent) 100% 0;background-repeat:no-repeat;background-size:40px 100%,40px 100%,10px 100%,10px 100%;background-attachment:local,local,scroll,scroll;border-radius:4px;width:fit-content;max-width:100%;overflow-x:auto}.formatted-message-later-message .tableWrapper::-webkit-scrollbar{border-top:1px solid var(--line_primary);height:13px}.formatted-message-later-message .tableWrapper table tbody th,.formatted-message-later-message .tableWrapper table tbody td{border-right:1px solid var(--line_primary);border-bottom:1px solid var(--line_primary);vertical-align:top;text-align:left!important}.formatted-message-later-message .tableWrapper table tbody th p,.formatted-message-later-message .tableWrapper table tbody td p{word-break:break-word;white-space:normal;width:max-content;min-width:56px;max-width:320px;padding:8px 12px}.formatted-message-later-message .tableWrapper table tbody tr>:last-child{border-right:none}.formatted-message-later-message .tableWrapper table tbody tr:first-child th{background-color:var(--background_secondary);color:var(--foreground_secondary);font-weight:500}.formatted-message-later-message .tableWrapper table tbody tr:last-child td{border-bottom:none}@media (prefers-color-scheme:dark){.formatted-message-later-message .tableWrapper{--table-scroll-shadow-color:#00000047}}.dark-theme .formatted-message-later-message .tableWrapper{--table-scroll-shadow-color:#00000047}.light-theme .formatted-message-later-message .tableWrapper{--table-scroll-shadow-color:#0000001a}.formatted-message-later-message :is(p,ul,ol,.tableWrapper)+pre,.formatted-message-later-message :is(p,ul,ol,pre,.tableWrapper)+.tableWrapper,.formatted-message-later-message :is(pre,.tableWrapper)+:is(p,ul,ol){margin-top:8px}.formatted-message-later-message pre,.formatted-message-later-message code{background-color:inherit!important;color:inherit!important;border-radius:0!important;margin:0!important;padding:0!important;font-size:12px!important}.formatted-message-later-message pre{overflow:visible!important}.formatted-message-forward-preview ul,.formatted-message-forward-preview ol{margin-bottom:0;padding-inline-start:23px}.formatted-message-forward-preview ol{list-style-type:decimal}.formatted-message-forward-preview :is(ol,ul) ol{list-style-type:lower-alpha}.formatted-message-forward-preview :is(ol,ul) :is(ol,ul) ol{list-style-type:lower-roman}.formatted-message-forward-preview ul,.formatted-message-forward-preview :is(ol,ul) ul,.formatted-message-forward-preview :is(ol,ul) :is(ol,ul) ul{list-style-type:disc}.formatted-message-forward-preview li:has(>:is(ol,ul):first-child){list-style:none}.formatted-message-forward-preview strong,.formatted-message-forward-preview em{line-height:1em}.formatted-message-forward-preview pre,.formatted-message-forward-preview code{background-color:var(--commonbg_1st_hover);-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:Menlo,Monaco,SF Mono,Consolas,Courier New,monospace;font-size:12px}.formatted-message-forward-preview p>code{color:var(--icon_1st);margin:0 2px;border-radius:4px;margin-inline:0;padding:2px 4px;line-height:16px}.formatted-message-forward-preview p>code+code{margin-left:0}.formatted-message-forward-preview pre>code{color:var(--text_1st);border-radius:0;margin:0;padding:0;line-height:18px}.formatted-message-forward-preview pre{border-bottom-right-radius:4px;border-bottom-left-radius:4px;padding:0 8px 8px;line-height:18px}.formatted-message-forward-preview pre:first-child,.formatted-message-forward-preview :not(pre)+pre{border-top-left-radius:4px;border-top-right-radius:4px;padding-top:8px}.formatted-message-forward-preview pre+pre{margin-top:-8px}.formatted-message-forward-preview .tableWrapper{border:1px solid var(--line_primary);--table-scroll-background-color:var(--formatted-message-background-color,var(--commonbg_white));--table-scroll-shadow-color:#0000001a;background:linear-gradient(to right, var(--table-scroll-background-color) 30%, transparent), linear-gradient(to right, transparent, var(--table-scroll-background-color) 70%) 100% 0, radial-gradient(farthest-side at 0 50%, var(--table-scroll-shadow-color), transparent), radial-gradient(farthest-side at 100% 50%, var(--table-scroll-shadow-color), transparent) 100% 0;background-repeat:no-repeat;background-size:40px 100%,40px 100%,10px 100%,10px 100%;background-attachment:local,local,scroll,scroll;border-radius:4px;width:fit-content;max-width:100%;overflow-x:auto}.formatted-message-forward-preview .tableWrapper::-webkit-scrollbar{border-top:1px solid var(--line_primary);height:13px}.formatted-message-forward-preview .tableWrapper table tbody th,.formatted-message-forward-preview .tableWrapper table tbody td{border-right:1px solid var(--line_primary);border-bottom:1px solid var(--line_primary);vertical-align:top;text-align:left!important}.formatted-message-forward-preview .tableWrapper table tbody th p,.formatted-message-forward-preview .tableWrapper table tbody td p{word-break:break-word;white-space:normal;width:max-content;min-width:56px;max-width:320px;padding:8px 12px}.formatted-message-forward-preview .tableWrapper table tbody tr>:last-child{border-right:none}.formatted-message-forward-preview .tableWrapper table tbody tr:first-child th{background-color:var(--background_secondary);color:var(--foreground_secondary);font-weight:500}.formatted-message-forward-preview .tableWrapper table tbody tr:last-child td{border-bottom:none}@media (prefers-color-scheme:dark){.formatted-message-forward-preview .tableWrapper{--table-scroll-shadow-color:#00000047}}.dark-theme .formatted-message-forward-preview .tableWrapper{--table-scroll-shadow-color:#00000047}.light-theme .formatted-message-forward-preview .tableWrapper{--table-scroll-shadow-color:#0000001a}.formatted-message-forward-preview :is(p,ul,ol,.tableWrapper)+pre,.formatted-message-forward-preview :is(p,ul,ol,pre,.tableWrapper)+.tableWrapper,.formatted-message-forward-preview :is(pre,.tableWrapper)+:is(p,ul,ol){margin-top:8px}.formatted-message-forward-preview pre,.formatted-message-forward-preview code{background-color:inherit!important;color:inherit!important;border-radius:0!important;margin:0!important;padding:0!important;font-size:12px!important}.formatted-message-forward-preview pre{overflow:visible!important}.formatted-message-forward-preview>p:only-child,.formatted-message-forward-preview>ol:only-child>li:only-child>p:only-child,.formatted-message-forward-preview>ul:only-child>li:only-child>p:only-child{text-overflow:ellipsis;overflow:hidden}.formatted-message-sent-by-me pre,.formatted-message-sent-by-me code{background-color:var(--code_block_bubble_blue)}.formatted-message-sent-by-me p>code,.formatted-message-sent-by-me pre>code{color:var(--textwhite_1st)}.formatted-message-sent-by-me .tableWrapper{--formatted-message-background-color:var(--Bubble_blue);border:1px solid #ffffff40}.formatted-message-sent-by-me .tableWrapper::-webkit-scrollbar{border-top:1px solid #ffffff40}.formatted-message-sent-by-me .tableWrapper table tbody th,.formatted-message-sent-by-me .tableWrapper table tbody td{border-bottom:1px solid #ffffff40;border-right:1px solid #ffffff40}.formatted-message-sent-by-me .tableWrapper table tbody tr>:last-child{border-right:none}.formatted-message-sent-by-me .tableWrapper table tbody tr:first-child th{color:inherit;background-color:var(--Bubble_blue_2nd)}.formatted-message-sent-by-me .tableWrapper table tbody tr:last-child td{border-bottom:none}.rich-text-preview{word-wrap:break-word;white-space:pre-wrap;width:100%;height:100%}.rich-text-preview:focus-visible{outline:none}.rich-text-preview a{color:var(--functional_brand_primary);word-break:break-all;hyphens:none;text-decoration:underline}.rich-text-preview ul,.rich-text-preview ol{margin-bottom:0;padding-inline-start:23px}.rich-text-preview ol{list-style-type:decimal}.rich-text-preview :is(ol,ul) ol{list-style-type:lower-alpha}.rich-text-preview :is(ol,ul) :is(ol,ul) ol{list-style-type:lower-roman}.rich-text-preview ul,.rich-text-preview :is(ol,ul) ul,.rich-text-preview :is(ol,ul) :is(ol,ul) ul{list-style-type:disc}.rich-text-preview li:has(>:is(ol,ul):first-child){list-style:none}.rich-text-preview strong,.rich-text-preview em{line-height:1em}.rich-text-preview pre,.rich-text-preview code{background-color:var(--commonbg_1st_hover);-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:Menlo,Monaco,SF Mono,Consolas,Courier New,monospace;font-size:12px}.rich-text-preview p>code{color:var(--icon_1st);margin:0 2px;border-radius:4px;margin-inline:0;padding:2px 4px;line-height:16px}.rich-text-preview p>code+code{margin-left:0}.rich-text-preview pre>code{color:var(--text_1st);border-radius:0;margin:0;padding:0;line-height:18px}.rich-text-preview pre{border-bottom-right-radius:4px;border-bottom-left-radius:4px;padding:0 8px 8px;line-height:18px}.rich-text-preview pre:first-child,.rich-text-preview :not(pre)+pre{border-top-left-radius:4px;border-top-right-radius:4px;padding-top:8px}.rich-text-preview pre+pre{margin-top:-8px}.rich-text-preview .tableWrapper{border:1px solid var(--line_primary);--table-scroll-background-color:var(--formatted-message-background-color,var(--commonbg_white));--table-scroll-shadow-color:#0000001a;background:linear-gradient(to right, var(--table-scroll-background-color) 30%, transparent), linear-gradient(to right, transparent, var(--table-scroll-background-color) 70%) 100% 0, radial-gradient(farthest-side at 0 50%, var(--table-scroll-shadow-color), transparent), radial-gradient(farthest-side at 100% 50%, var(--table-scroll-shadow-color), transparent) 100% 0;background-repeat:no-repeat;background-size:40px 100%,40px 100%,10px 100%,10px 100%;background-attachment:local,local,scroll,scroll;border-radius:4px;width:fit-content;max-width:100%;overflow-x:auto}.rich-text-preview .tableWrapper::-webkit-scrollbar{border-top:1px solid var(--line_primary);height:13px}.rich-text-preview .tableWrapper table tbody th,.rich-text-preview .tableWrapper table tbody td{border-right:1px solid var(--line_primary);border-bottom:1px solid var(--line_primary);vertical-align:top;text-align:left!important}.rich-text-preview .tableWrapper table tbody th p,.rich-text-preview .tableWrapper table tbody td p{word-break:break-word;white-space:normal;width:max-content;min-width:56px;max-width:320px;padding:8px 12px}.rich-text-preview .tableWrapper table tbody tr>:last-child{border-right:none}.rich-text-preview .tableWrapper table tbody tr:first-child th{background-color:var(--background_secondary);color:var(--foreground_secondary);font-weight:500}.rich-text-preview .tableWrapper table tbody tr:last-child td{border-bottom:none}@media (prefers-color-scheme:dark){.rich-text-preview .tableWrapper{--table-scroll-shadow-color:#00000047}}.dark-theme .rich-text-preview .tableWrapper{--table-scroll-shadow-color:#00000047}.light-theme .rich-text-preview .tableWrapper{--table-scroll-shadow-color:#0000001a}.rich-text-preview :is(p,ul,ol,.tableWrapper)+pre,.rich-text-preview :is(p,ul,ol,pre,.tableWrapper)+.tableWrapper,.rich-text-preview :is(pre,.tableWrapper)+:is(p,ul,ol){margin-top:8px}.rich-text-preview.has-edited-label>pre+.edited-label{width:fit-content;margin-top:4px;display:block}.rich-text-preview.has-edited-label>pre+.edited-label:before{display:none}.rich-text-preview.has-edited-label>p:last-of-type{word-break:break-all;display:inline-block}:root .light-theme{--code_block_bubble_blue:#1884dd}:root .dark-theme{--code_block_bubble_blue:#176bb1}@media (prefers-color-scheme:light){:root{--code_block_bubble_blue:#1884dd}}@media (prefers-color-scheme:dark){:root{--code_block_bubble_blue:#176bb1}}.messages-message-list-item-bubble.isSentByMe .rich-text-preview pre,.messages-message-list-item-bubble.isSentByMe .rich-text-preview code{background-color:var(--code_block_bubble_blue)}.messages-message-list-item-bubble.isSentByMe .rich-text-preview p>code,.messages-message-list-item-bubble.isSentByMe .rich-text-preview pre>code{color:var(--textwhite_1st)}.messages-message-list-item-bubble.isSentByMe .rich-text-preview .tableWrapper{--formatted-message-background-color:var(--Bubble_blue);border:1px solid #ffffff40}.messages-message-list-item-bubble.isSentByMe .rich-text-preview .tableWrapper::-webkit-scrollbar{border-top:1px solid #ffffff40}.messages-message-list-item-bubble.isSentByMe .rich-text-preview .tableWrapper table tbody th,.messages-message-list-item-bubble.isSentByMe .rich-text-preview .tableWrapper table tbody td{border-bottom:1px solid #ffffff40;border-right:1px solid #ffffff40}.messages-message-list-item-bubble.isSentByMe .rich-text-preview .tableWrapper table tbody tr>:last-child{border-right:none}.messages-message-list-item-bubble.isSentByMe .rich-text-preview .tableWrapper table tbody tr:first-child th{color:inherit;background-color:var(--Bubble_blue_2nd)}.messages-message-list-item-bubble.isSentByMe .rich-text-preview .tableWrapper table tbody tr:last-child td{border-bottom:none}.oneline__owdfz1{white-space:nowrap;text-overflow:ellipsis;max-width:100%;overflow:hidden}.overflowable__owdfz1{text-overflow:ellipsis;background-color:#0000;border:0}.overflowable__owdfz1:focus{outline:none}.label__owdfz1{color:var(--text_2nd);white-space:nowrap;cursor:pointer;font-size:12px;font-style:italic;font-weight:400}.label__owdfz1:before{content:" ";user-select:none}.label__owdfz1.isChinese:before{display:none}.delete-text-style{color:#f5222d;cursor:pointer}.sidebar-sidebar{-webkit-app-region:drag;align-items:center;width:70px;padding:15px}.sidebar-sidebar .common-avatar,.sidebar-sidebar .common-icon{-webkit-app-region:no-drag}.sidebar-sidebar .common-avatar{border:2px solid var(--textwhite_disable);background-color:var(--textwhite_disable);cursor:pointer;margin-bottom:15px;transition:margin-top .3s}.sidebar-sidebar .common-icon{margin:20px 0}.sidebar-sidebar .common-icon:before{opacity:.3}.sidebar-sidebar .common-icon:hover:before{opacity:.6}.sidebar-sidebar .common-icon[class*=active]:before{opacity:1}.sidebar-sidebar .icon{color:var(--icon_2nd);cursor:pointer;-webkit-app-region:no-drag;margin:20px 0;font-size:0}.sidebar-sidebar .icon:hover,.sidebar-sidebar .icon:focus{color:var(--icon_3rd)}.sidebar-sidebar .icon.active{color:var(--functional_brand_primary)}.app.mac .home-default-page:not(.appFullscreen) .sidebar-sidebar{padding-top:40px}.ant-modal-mask{background-color:#0003}.modal-confirm .modal-title,.modal-logout .modal-title{font-size:14px}.modal-confirm .ant-btn,.modal-logout .ant-btn{height:36px}.modal-confirm .ant-modal-confirm-content pre,.modal-logout .ant-modal-confirm-content pre{font-size:14px;text-align:left!important}.uploading-progress-bar{z-index:9999;pointer-events:none;background:0 0;width:100vw;height:100vh;position:fixed;top:0;left:0}.uploading-progress-bar .content{text-align:center;z-index:10000;pointer-events:auto;background:#4c576d;border-radius:4px;align-items:center;gap:8px;min-width:200px;max-width:300px;padding:10px 16px;display:flex;position:fixed;top:16px;left:50%;transform:translate(-50%);box-shadow:0 3px 6px -4px #0000001f,0 6px 16px #00000014,0 9px 28px 8px #0000000d}.uploading-progress-bar .content .text{color:#fff;flex:1;margin:0;font-size:14px;line-height:1.4}.uploading-progress-bar .content .text .percent{color:#fff;font-weight:400}@keyframes rotate{to{transform:rotate(360deg)}}.SortableHelper.ant-upload-list,.SortableHelper .ant-upload-list-picture-card{z-index:1200}.SortableHelper.ant-upload-list .ant-upload-list-picture-card-container,.SortableHelper .ant-upload-list-picture-card .ant-upload-list-picture-card-container{width:40px;height:40px}.SortableHelper.ant-upload-list .ant-upload-list-picture-card-container .ant-upload-list-item,.SortableHelper .ant-upload-list-picture-card .ant-upload-list-picture-card-container .ant-upload-list-item{width:40px;height:40px;margin:5px 0 5px 14px;padding:0}.SortableHelper.ant-upload-list .ant-upload-list-picture-card-container .ant-upload-list-item.ant-upload-list-item-uploading .anticon-close,.SortableHelper .ant-upload-list-picture-card .ant-upload-list-picture-card-container .ant-upload-list-item.ant-upload-list-item-uploading .anticon-close,.SortableHelper.ant-upload-list .ant-upload-list-picture-card-container .ant-upload-list-item.ant-upload-list-item-uploading .ant-upload-list-item-uploading-text,.SortableHelper .ant-upload-list-picture-card .ant-upload-list-picture-card-container .ant-upload-list-item.ant-upload-list-item-uploading .ant-upload-list-item-uploading-text{display:none}.bugReportModal.ant-modal-wrap{z-index:1000}.bugReportModal .ant-upload.ant-upload-select-picture-card{border-style:solid;border-width:2px;border-color:var(--border_3rd);background-color:#0000;display:block;overflow:hidden}.bugReportModal .ant-upload.ant-upload-select-picture-card:hover{border-color:var(--functional_brand_primary)}.bugReportModal .uploadButton{vertical-align:middle;margin-bottom:4px}.bugReportModal .ant-input:focus{box-shadow:none}.bugReportModal .provide-screenshots{margin-bottom:6px}.bugReportContentWrap{overflow-y:overlay;padding-right:15px;overflow-x:hidden}.bugReportContentWrap .ant-checkbox-wrapper span{color:var(--text_1st)}.oneline__8mpyox{white-space:nowrap;text-overflow:ellipsis;max-width:100%;overflow:hidden}.overflowable__8mpyox{text-overflow:ellipsis;background-color:#0000;border:0}.overflowable__8mpyox:focus{outline:none}.dot__8mpyox{background-color:var(--icon_3rd);border-radius:50%;width:4px;height:4px;display:inline-block}.dot__8mpyox.selected__8mpyox{background-color:var(--functional_brand_primary)}.new-feature-icon-red-dot{position:relative}.new-feature-icon-red-dot:after{content:"";background:red;border-radius:50%;width:6px;height:6px;position:absolute;top:1px;right:-2px}.new-feature-text-red-dot{position:relative}.new-feature-text-red-dot:after{content:"";background:red;border-radius:50%;width:6px;height:6px;position:absolute;top:6px;right:-14px}.new-feature-label{position:relative}.new-feature-label:after{content:"New";color:#f5222d;background:#fff0f3;border-radius:10px;height:20px;margin-left:4px;padding:0 8px;font-size:12px;font-weight:400;line-height:20px;position:absolute;top:50%;transform:translateY(-50%)}.oneline__1lxbu95{white-space:nowrap;text-overflow:ellipsis;max-width:100%;overflow:hidden}.overflowable__1lxbu95{text-overflow:ellipsis;background-color:#0000;border:0}.overflowable__1lxbu95:focus{outline:none}.icon__1lxbu95{color:var(--icon_1st);cursor:pointer;font-size:18px}.icon__1lxbu95:hover{color:var(--icon_2nd)}.field__1lxbu95{flex-direction:column;flex:1;justify-content:center;align-items:flex-end;display:inline-flex;position:relative}.field__1lxbu95 .control__1lxbu95{width:220px;height:36px}.field__1lxbu95 .control__1lxbu95 :hover .ant-input{border-color:#40a9ff!important}.field__1lxbu95 .control__1lxbu95 .ant-input:focus{box-shadow:0 0 0 2px #1890ff33;border-color:#40a9ff!important}.field__1lxbu95 .control__1lxbu95.error .ant-input{box-shadow:0 0 0 2px #f5222d33;border-color:#f5222d!important}.error__1lxbu95{color:#f5222d;font-size:12px;position:absolute;top:40px}.oneline__sphxqc{white-space:nowrap;text-overflow:ellipsis;max-width:100%;overflow:hidden}.overflowable__sphxqc{text-overflow:ellipsis;background-color:#0000;border:0}.overflowable__sphxqc:focus{outline:none}.keys__sphxqc{margin:0 -5px}.keys__sphxqc kbd{border:1px solid var(--border_3rd);border-radius:4px;justify-content:center;align-items:center;min-width:36px;height:36px;margin:0 5px;padding:10px;font-family:inherit;line-height:36px;display:inline-flex}.oneline__1tlk19g{white-space:nowrap;text-overflow:ellipsis;max-width:100%;overflow:hidden}.overflowable__1tlk19g{text-overflow:ellipsis;background-color:#0000;border:0}.overflowable__1tlk19g:focus{outline:none}.button__1tlk19g{position:absolute;top:1.5px;right:24px}.oneline__1tbpds9{white-space:nowrap;text-overflow:ellipsis;max-width:100%;overflow:hidden}.overflowable__1tbpds9{text-overflow:ellipsis;background-color:#0000;border:0}.overflowable__1tbpds9:focus{outline:none}.control__1tbpds9{width:220px;height:36px}.control__1tbpds9 .ant-select-selection{height:36px}.control__1tbpds9 .ant-select-selection__rendered{height:36px;line-height:36px}.control__1tbpds9 .ant-select-arrow .ant-select-arrow-icon{color:var(--icon_1st)}.icon__1tbpds9{color:#212325;cursor:pointer;font-size:18px}.icon__1tbpds9:hover{color:#21232599}.oneline__2hl7y8{white-space:nowrap;text-overflow:ellipsis;max-width:100%;overflow:hidden}.overflowable__2hl7y8{text-overflow:ellipsis;background-color:#0000;border:0}.overflowable__2hl7y8:focus{outline:none}.shortcut-settings__2hl7y8{flex-direction:column;width:100%;height:540px;display:flex}.shortcut-settings__2hl7y8 .header__2hl7y8{width:100%;padding:14px 10px 0 0;display:flex}.shortcut-settings__2hl7y8 .title__2hl7y8{color:var(--text_1st);flex:1;font-size:16px;font-weight:500}.shortcut-settings__2hl7y8 .link__2hl7y8{color:var(--functional_brand_primary);align-items:center;display:inline-flex}.shortcut-settings__2hl7y8 .icon__2hl7y8{height:20px;margin:0 5px;font-size:20px;display:inline!important}.shortcut-settings__2hl7y8 .list__2hl7y8{flex:1;padding:0;overflow-y:auto}.shortcut-settings__2hl7y8 .list__2hl7y8 ul{padding:0;list-style:none}.shortcut-settings__2hl7y8 .list__2hl7y8 ul:last-child{border-bottom:none}.shortcut-settings__2hl7y8 .list__2hl7y8 .section-name__2hl7y8{margin:16px 0;font-size:14px;font-weight:500}.shortcut-settings__2hl7y8 .list__2hl7y8 li{height:36px;color:var(--text_1st);justify-content:space-between;align-items:center;margin:16px 0;padding-right:8px;display:flex}.shortcut-settings__2hl7y8 .drawer__2hl7y8{width:100%!important}.shortcut-settings__2hl7y8 .drawer__2hl7y8 .ant-drawer-content-wrapper{box-shadow:none}.color-theme-setting-wrapper{padding:14px 0 0}.color-theme-setting-wrapper .setting-content{align-items:center;display:flex}.color-theme-setting-wrapper .system-mode-tip{color:var(--text_1st);margin-top:16px;font-size:12px}.color-theme-setting-wrapper .setting-item{cursor:pointer;flex-flow:column;align-items:center;margin-right:32px;display:flex}.color-theme-setting-wrapper .setting-item .setting-item-img{background-position:50%;background-repeat:no-repeat;background-size:contain;width:120px;height:77px}.color-theme-setting-wrapper .setting-item .setting-item-label{color:var(--text_1st);padding:16px 0 0}.color-theme-setting-wrapper .setting-item .system-icon{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAPAAAACaCAYAAACXOsWuAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAARkSURBVHgB7dw/jxR1HMfx7+zeAVHOuNqYaAytlVgYrsCEwAPA+Ei005iIkFhYqYmPw0jvn8tJow10lhKiiY0eAYzH7u2OMwcmK82dwG74LK9Xsnezt1NN8s535rcz19QDTp8+fWY2m73dbZ5vmuZErYjpdFq7d8f1tNne3i6ytVXXmqauTSeTi6PR6Pr8Z82/G2fOnHl+Mplc6DbfrRUkYFZCU591IV/qQr7Zvx30P+7H+32taLywMtp6b7C2/t3Ozs7z/dv9gO9P3pMFPPG60+Y3huvrH+1vb25unhgOh7/UinMKzYppp9WeHXTxflxAmmYwq/P9KfTrBcRphs1+wK59IVFbJwYFxBIwBBMwBBMwBBMwBBMwBBMwBBMwBBMwBBMwBBMwBBMwBBMwBBMwBBMwBBMwBBMwBBMwBBMwBBMwBBMwBBMwBFsr/mM4HNRzGxu1vrZWTdNUuo3jz9YyzGazGo8nNdnbK5ZHwHP6eF8cjVYi3GUbDAZ17NjRGoybutuFzHI4hZ7z7DPPiPcRHTlyxDFcIgHPOXb0aPHo1obDYjkEPMfkII2AIZiAIZiAIZiAIZiAIZiAIZiAIZiA57RtWzy6thzHZRHwHDfiPx7T6axYDgHPuXX7tin8iPoHGRzD5RHwnH5y/LGzU3/v7hb/Tx/t7t1xjcfjYnk8TviAPuJbt+/sv1bB7Tt/FavLBIZgAoZgAoZgAoZgAoZgVqFZuF+7Bf0Pf2jq5z+7VXHfMh3o3KtVH5xq6+XjB+9rArNQfbzvXG7qp9/Fe1jf3rh3zH47xDeZAmZh+vuxPv2xEe5DuDW+d9ZyEAGzUN/cKB5Sf8lxEAHDE+owZy4ChmAChmAChmAChmAChmAChmAChmACZqE2jhQLJGAW6rUXiod07tWD/zmggFmY/k7eT95qTeGH8Fx3zN4/dfB+AmahXjle9dX59lDThHuXHG++1O4fs8M8Tuh5YBauj/jLc/2WiB83ExiCCRiCCRiCCRiCCRiCCRiCCRiCCRiCCRiCCRiCCRiCCRiCCRiCCRiCCRiCCRiCCRiCCRiCCRiCCRiCCRiCCRiCCRiCCRiCCRiCCRiCCRiCCRiCCRiCCRiCCRiCCRiCCRiCCRiCCRiCCRiCCRiCCRiCCRiCCRiCCRiCCRiCCRiCCRiCCRiCCRiCCRiCCRiCCRiCCRiCCRiCCRiCCRiCCRiCCRiCCRiCCRiCCRiCCRiCCRiCCRiCCRiCCRiCCRiCCRiCCRiCCRiCCRiCCRiCCRiCCRiCCRiCCRiCCRiCCRiCCRiCCRiCCRiCDdq2vV5AnLbqWj+BLxcQp2m6gDtfF5CmnU4mlwZXrlzZaprm8wJStG21X4xGo+v7i1hra2sXu19XC3jSdfHW1dneXt/svVXora2tm+vr62fvT+K2gCfR/uSd7U3OddP3Zv+H5sE9Njc3TwyHwwvd5uvd62StiOl0Wrt3x/W02d7eLrJ11V6vpr086xacRxsbW/Of/QNlmfAcZAeDFQAAAABJRU5ErkJggg==)}.color-theme-setting-wrapper .setting-item .light-icon{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAPAAAACaCAYAAACXOsWuAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAQ4SURBVHgB7d3BalxlGMfh95vUtqmtGFeCUoo7V60L6Uoo7QVEvBKXimCt4MKVeiNC9kILrlw1O5cGcS3FaieTmczxnKRIKWjiwMD8Z55nk8zMWZ3ML+93ZuZLWr3k6Xh8Z6u1D1vVbn/zRq246XRWsM66qv3Wav94On2ws7Nz8OJj7Z+Duu71yWRyvz/44woiYDZKq2/6kL/sQ35yerOex3t09LD/eqvCCJhN0w/Zx/PZ9O4Q8Wi442TyBsYLm6ifuu9tvfLK5yffj8fjG9XaLxXKBGZDdcfV3R3Nq74oIE3r490dtdZuFhCnbbXdNj487CqYJTQbrBsVEEvAEEzAEEzAEEzAEEzAEEzAEEzAEEzAEEzAEEzAEEzAEEzAEEzAEEzAEEzAEEzAEEzAEEzAEEzAEEzAEEzAEOxCbYBRa3X58qUajUbVWiv+22w2q8PJ0fA/s4rVtvYTeIj3ypXt2traEu85XbhwoV7tz5nztfrWPuBLly56Ii5gOGfb/aqF1bb2AQ/ThMUMlxysNj8h/pWVy+oTMAQTMAQTMAQTMAQTMAQTMAQTMARb+4B9npd1tvYBz+fzYjHDpgZW29oHfHg4MYUXMJyzYUcSq239J3D/RHz2bGyanNMQ7vHxcf3VnzO/+FbfRnzSf4h43E/iqknBOvEqNAQTMAQTMAQTMAQTMATz92ZYut/+rPrsx1Y//1711FvLZ7p3verT2129dfXsY9v48DD6zb7p1Pu7q2yI96O9Jtz/6bWLVd/vnhlxZwnN0gyT4eufxLuIP45OVy1nETBL9cOvxYKGS46zCBhW1HlWLgKGYAKGYAKGYAKGYAKGYAKGYAKGYAJmqa5dLJZIwCzVu28UC7p3/extCgJmaYZP8n71QWcKL2DYzPDJ7bOPEzBL9fbV010155kmnF5yvP9md56dSCdsJ4RcthNCMgFDMAFDMAFDMAFDMAFDMAFDMAFDMAFDMAFDMAFDMAFDMAFDMAFDMAFDMAFDMAFDMAFDMAFDMAFDMAFDMAFDMAFDMAFDMAFDMAFDMAFDMAFDMAFDMAFDMAFDMAFDMAFDMAFDMAFDMAFDMAFDMAFDMAFDMAFDMAFDMAFDMAFDMAFDMAFDMAFDMAFDMAFDMAFDMAFDMAFDMAFDMAFDMAFDMAFDMAFDMAFDMAFDMAFDMAFDMAFDMAFDMAFDMAFDMAFDMAFDMAFDMAFDMAFDMAFDMAFDMAFDMAFDMAFDMAFDMAFDMAFDMAFDsCHggwLidFX7o24+3ysgTmu138bj8Z3+u4cVajqdFWyg7ng2fWe0vb39qJ/C3xaQouuq+25nZ+fg5EWsyWTyoF9PPy5g1XVDq/PZ7MFw4yTgvuQnk/H47vNJ3BWwik4m73w2vTc0O9zRXj6ivya+Ma+631q72T94q1aca2DWXV/tQbVur+9yb+fatUcvPvY3izMGxIxCvBAAAAAASUVORK5CYII=)}.color-theme-setting-wrapper .setting-item .dark-icon{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAPAAAACaCAYAAACXOsWuAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAQwSURBVHgB7dxPbhNXAMfxN/4TEJQWRDesyAEqATsvWET0APQoPUEpXKDtMborJ2jW3cSL7ovYsGgRKX8C2MHTeU5bIaSSyKql+dmfTxRlbM/qxV+9N5M8N+UDt2/f3lssFl91h3ebptktPffq6HWBDTctTfe9WNyfTqeP3n+h+edgb2/v8nw+v9cdfl2CCJit0pTvupAfdCEfnjws/8b7c3d4s4QRMNunPShte6dGPKgP/5554+KF7dTcKoPBN8ujyWSyOxwOfyuhzMBsqba0izuDLt5vC5Cmu/wd3K1L6BsFyNOUZcCufSHT7qAAsQQMwQQMwQQMwQQMwQQMwQQMwQQMwQQMwQQMwQQMwQQMwQQMwQQMwQQMwQQMwQQMwQQMwQQMwQQMwQQMwQQMwUZlCwyHg/LppUtlPBqVpmkKH/d2NisvXr4s794tCv228TNwjffqlStlZzwW7xmd29lZjlkdO/pt439Dn1y8KNwV1DGrqxb6beMDPn/uXGE19ZKDfrNG4j9ZufSfgCGYgCGYgCGYgCGYgCGYgCGYgCHYxgfctm2BTbXxAc+PjwurqZsa6LeND/j5ixdm4RXUMas7kui3jQ+4bol7+uxZefvWbHIWNdzZbL4cM9sJ+28r/lu9vhEPnz8vsGnchYZgAoZgAoZgAoZgAoZgPjOFtWtGF8rO1VtlsPNZaQbjwscdHz0p82e/lvb46NRzzcCsVY33/LW9Mjz/uXjPaHTh2nLM6tidRsCs1c6VL4S7gjpmddVyGgGzVsNuNmE19ZLj1HMK0EtnWbkIGIIJGIIJGIIJGIIJGIIJGIIJGIIJmLVqF/PC+giYtVrM/iyspm5qOI2AWavZ0wOz8ArqmNUdSacRMGtVt8S9ebJ/ptmEk3DfvfljOWZn2U5oPzBrV9+Is99/KT7Y9/9nBoZgAoZgAoZgAoZgAoZgAoZgAoZgAoZgAoZgAoZgAoZgAoZgAoZgAoZgAoZgAoZgAoZgAoZgAoZgAoZgAoZgAoZgAoZgAoZgAoZgAoZgAoZgAoZgAoZgAoZgAoZgAoZgAoZgAoZgAoZgAoZgAoZgAoZgAoZgAoZgAoZgAoZgAoZgAoZgAoZgAoZgAoZgAoZgAoZgAoZgAoZgAoZgAoZgAoZgAoZgAoZgAoZgAoZgAoZgAoZgAoZgAoZgAoZgAoZgAoZgAoZgAoZgAoZgAoZgAoZgAoZgAoZgAoZgAoZgAoZgAoZgAoZgAoZgg7ZtHxUgUDutM/DDAuRpm+mg81MB0rSlLB4MHz9+/Oj69euXuycmJdB8flxgy7Td1w/T6cGPy5tYo9HofvfjoAB91828bdfqojZ7chd6f3//cDwe32ma5vuTE4AeWs68pW2/nE6nh/WJ5sMzJpPJ7nA4vNcd3ui+b5aee3X0usBGW/6lqOluNi8eduHuv//SX3s25Xx/CYDhAAAAAElFTkSuQmCC)}.zoom-container .zoom-action-box{align-items:center;height:36px;display:flex}.zoom-container .zoom-action-box .zoom-action{width:192px;height:100%;display:flex}.zoom-container .zoom-action-box .zoom-action .zoom-value{border-top:1px solid var(--border_4th);border-bottom:1px solid var(--border_4th);flex:1;justify-content:center;align-items:center;font-size:14px;display:flex}.zoom-container .zoom-action-box .zoom-action .zoom-in{border:1px solid var(--border_4th);cursor:pointer;border-radius:0 4px 4px 0;justify-content:center;align-items:center;width:36px;height:100%;display:flex}.zoom-container .zoom-action-box .zoom-action .zoom-out{border:1px solid var(--border_4th);cursor:pointer;border-radius:4px 0 0 4px;justify-content:center;align-items:center;width:36px;height:100%;display:flex}.zoom-container .zoom-action-box .zoom-action .disabled{cursor:not-allowed}.zoom-container .zoom-action-box .zoom-reset{text-align:center;border:1px solid var(--border_4th);cursor:pointer;border-radius:4px;justify-content:center;align-items:center;width:64px;height:36px;margin-left:10px;font-size:14px;display:flex}.zoom-container .zoom-tip{margin-top:16px;font-size:12px}.appearance-setting-wrapper{padding-right:24px}.appearance-setting-wrapper .setting-title{color:var(--text_1st);margin:0 0 16px;font-size:16px;line-height:24px}.backup-restore-modal-wrap .backup-restore-section{text-align:center;flex:1;font-size:0}.backup-restore-modal-wrap .backup-restore-section p{max-width:320px;margin:10px 0;font-size:14px;line-height:14px}.backup-restore-modal-wrap .confrim-backup-on-phone-icon{margin:0 60px}.backup-restore-modal-wrap .completed-btn{border-radius:2px;width:320px;height:36px}.backup-restore-modal-wrap p.final-desc{color:#a6a7a8;font-size:12px}.backup-restore-modal-wrap .final-extra-info{color:#1b92f5;font-size:12px}.backup-restore-modal-wrap .error-status .common-icon{margin:0 60px}.backup-restore-modal-wrap .guide-to-update .update-desc{color:#a6a7a8;margin-top:0;margin-bottom:16px;font-size:12px}.backup-restore-modal-wrap .guide-to-update .update-btn{width:100%}.backup-restore-modal-wrap .guide-to-update .guide-to-update-icon{margin:0 60px}.backup-restore-modal-wrap .backup-to-pc,.backup-restore-modal-wrap .restore-to-phone{cursor:pointer}.backup-restore-modal-wrap .backup-to-pc{margin-right:20px;position:relative}.backup-restore-modal-wrap .backup-to-pc:after{content:"";background:var(--separator_2nd);width:1px;height:104px;display:block;position:absolute;top:14px;right:-20px}.backup-restore-modal-wrap .restore-to-phone{margin-left:20px}.backup-restore-modal-wrap .restore-to-phone.disabled{cursor:not-allowed}.backup-restore-modal-wrap .restore-to-phone.disabled p{color:#2023254f}.backup-restore-modal-wrap .lottie-wrap{padding:0 60px}.backup-restore-modal-wrap .confrime-stop-btn,.backup-restore-modal-wrap .keep-backup-btn{width:150px}.backup-restore-modal-wrap .keep-backup-btn{margin-right:20px}.backup-restore-modal-wrap .stop-backup-btn{width:100%}.backup-restore-modal-wrap .ant-modal-body{display:flex}.backup-restore-modal-wrap .ant-modal-title{text-align:center;font-size:14px;line-height:14px}.backup-restore-modal-wrap .confrim-backup-on-phone{padding:0 60px 10px}.sidebar-setting-menu .ant-badge-dot{top:6px;right:6px;box-shadow:0 0}.sidebar-setting-divider{background-color:var(--separator_1st);height:1px;margin:8px 14px}.web-build{color:var(--text_3rd);margin-bottom:10px}.settings-modal-divider{border-bottom:1px solid var(--separator_2nd);width:480px;height:0;margin:24px 0}.spark-entry-icon{position:relative;overflow:visible}.spark-entry-icon .spark-entry-icon-split-view{display:inline-flex;position:relative}.spark-entry-icon .spark-entry-icon-split-view-beta{pointer-events:none;position:absolute;top:2px;right:-4px}.spark-entry-icon .spark-entry-icon-label{color:#b8b8b8}.spark-entry-icon.active .spark-entry-icon-label,.spark-entry-icon.active:hover .spark-entry-icon-label{color:#2a2a2a}.spark-entry-icon:hover .spark-entry-icon-label{color:var(--spark_entry_icon_label_hover)}.switchAccountButton{border:none;margin:auto;bottom:32px;background-color:unset!important;color:var(--functional_brand_primary)!important;border:0!important;position:absolute!important}.switchAccountButton[ant-click-animating-without-extra-node]:after{animation:none}.oneline{white-space:nowrap;text-overflow:ellipsis;max-width:100%;overflow:hidden}.overflowable{text-overflow:ellipsis;background-color:#0000;border:0}.overflowable:focus{outline:none}.fill{width:100%;height:100%;position:absolute;inset:0}.vbox,.hbox,.center{display:flex}.vbox{flex-direction:column}.hbox{flex-direction:row}.reverse.vbox{flex-direction:column-reverse}.reverse.hbox{flex-direction:row-reverse}.middle{align-items:center}.center{text-align:center;justify-content:center;align-items:center}.wrap{flex-wrap:wrap}.fat{flex-grow:1;min-width:0;min-height:0}.hmiddle{position:absolute;left:50%;transform:translate(-50%)}.vmiddle{position:absolute;top:50%;transform:translateY(-50%)}.link-text-style{cursor:pointer;color:var(--functional_brand_primary)}.ant-btn{box-shadow:none;transition:background-color .3s border-color .3s;color:var(--text_1st);background:var(--buttonbg_1st);border:1px solid var(--border_3rd);border-radius:4px}.ant-btn:hover,.ant-btn:focus,.ant-btn:visited{background-color:var(--commonbg_1st_hover);border-color:var(--border_3rd);color:var(--functional_brand_primary)}.ant-btn[ant-click-animating-without-extra-node]:after{-ms-animation:none!important;animation:none!important}.ant-btn.ant-btn-primary{background-color:var(--functional_brand_primary);border-color:var(--functional_brand_primary);color:var(--textwhite_1st)}.ant-btn.ant-btn-primary:hover,.ant-btn.ant-btn-primary:visited{background-color:var(--functional_brand_1st_hover);border-color:var(--functional_brand_1st_hover)}.ant-btn.ant-btn-primary:disabled{color:var(--textwhite_1st);background-color:#1b92f54d;border:none}.ant-btn.ant-btn-danger{background-color:var(--functional_red_1st);color:var(--textwhite_1st);border-color:var(--functional_red_1st)}.ant-btn.ant-btn-danger:hover,.ant-btn.ant-btn-danger:focus,.ant-btn.ant-btn-danger:visited{background-color:var(--functional_red_3st);color:var(--textwhite_1st);border-color:var(--functional_red_3st)}.ant-btn.ant-btn-danger:disabled,.ant-btn.ant-btn-danger:disabled:hover{color:#ffffff4d}.ant-select-arrow{margin-top:-10px}.ant-btn-circle.iconOnly{background:0 0;border:none}.ant-input{border-color:var(--border_3rd);background-color:var(--commonbg_1st);color:var(--text_1st)}.ant-input:hover,.ant-input:focus{border-color:var(--border_3rd);box-shadow:none}.ant-input:disabled{color:var(--text_3rd)}.ant-input-affix-wrapper:hover .ant-input{border-color:var(--border_3rd)!important}.ant-avatar .anticon{font-size:1em!important}.ant-badge.small .ant-badge-count{background-color:var(--functional_red_1st);color:var(--textwhite_1st);min-width:16px;height:16px;min-height:16px;padding:0 3px;font-size:9px;line-height:16px}.ant-card{text-align:center;border:none;border-radius:7px;display:inline-block;overflow:hidden;box-shadow:0 0 10px 4px #00000014}.ant-card .ant-card-head{border:none;box-shadow:0 0 10px 4px #00000014}.ant-dropdown-menu{border:1px solid var(--border_2nd);background-color:var(--commonbg_white);border-radius:7px;padding:0;overflow:hidden}.ant-dropdown-menu .ant-dropdown-menu-item,.ant-dropdown-menu .ant-dropdown-menu-submenu{background-color:var(--commonbg_white);min-width:140px;color:var(--text_1st);-webkit-app-region:no-drag;margin:0;padding:0}.ant-dropdown-menu .ant-dropdown-menu-item:hover,.ant-dropdown-menu .ant-dropdown-menu-submenu:hover{background-color:var(--commonbg_2nd_hover)}.ant-dropdown-menu .ant-dropdown-menu-item .label,.ant-dropdown-menu .ant-dropdown-menu-submenu .label{margin:0 18px;padding:10px 0}.ant-dropdown-menu .ant-dropdown-menu-item:last-child .label,.ant-dropdown-menu .ant-dropdown-menu-submenu:last-child .label{border-bottom:none}.ant-message{z-index:10000000}.ant-popover{z-index:9999997}.ant-modal-wrap{z-index:9999996}.ant-drawer{pointer-events:none;width:100%;position:absolute!important}.ant-drawer.ant-drawer-open{pointer-events:all}.ant-drawer .ant-drawer-mask{position:absolute;animation:none!important}.ant-drawer .ant-drawer-content-wrapper,.ant-modal-root .ant-modal-mask,.ant-modal-root .ant-modal-wrap{position:absolute}.ant-modal-wrap{-webkit-app-region:no-drag;justify-content:center;align-items:center;display:flex}.ant-modal-wrap .ant-modal{color:var(--text_1st);padding:0;top:0}.ant-modal-wrap .ant-modal .ant-modal-title{color:var(--text_1st)}.ant-modal-wrap .ant-modal .ant-modal-content .ant-modal-close{display:none}.ant-modal-wrap .ant-modal .ant-modal-content .ant-modal-body{padding:22px}.ant-modal-wrap .ant-modal .ant-modal-content .ant-modal-footer{background-color:var(--dialogsbg_2nd);border-top:1px solid var(--separator_2nd);border-radius:0 0 7px 7px}.ant-modal-wrap .ant-modal .ant-modal-content .ant-modal-footer .ant-btn-danger{color:var(--textwhite_1st)}.ant-modal-wrap .ant-modal .ant-modal-content .ant-modal-footer .ant-btn-danger[disabled]{background-color:var(--functional_red_4th);border-color:var(--functional_red_4th);color:var(--textwhite_disable)}.ant-modal-wrap .ant-modal.ant-modal-confirm .ant-modal-body{padding:0}.ant-modal-wrap .ant-modal.ant-modal-confirm .ant-modal-body .ant-modal-confirm-body-wrapper{border-radius:7px;overflow:hidden;box-shadow:0 0 10px 4px #00000014}.ant-modal-wrap .ant-modal.ant-modal-confirm .ant-modal-body .ant-modal-confirm-body-wrapper .ant-modal-confirm-body .anticon{display:none}.ant-modal-wrap .ant-modal.ant-modal-confirm .ant-modal-body .ant-modal-confirm-body-wrapper .ant-modal-confirm-body .ant-modal-confirm-title{background-color:var(--dialogsbg_1st);color:var(--text_1st);text-align:center;border-bottom:1px solid var(--separator_1st);height:50px;padding:0 20px;line-height:50px}.ant-modal-wrap .ant-modal.ant-modal-confirm .ant-modal-body .ant-modal-confirm-body-wrapper .ant-modal-confirm-body .ant-modal-confirm-content{text-align:center;background-color:var(--elevator_2nd);color:var(--text_1st);margin:0;padding:22px}.ant-modal-wrap .ant-modal.ant-modal-confirm .ant-modal-body .ant-modal-confirm-body-wrapper .ant-modal-confirm-body .ant-modal-confirm-content pre{white-space:pre-wrap;text-align:center}.ant-modal-wrap .ant-modal.ant-modal-confirm .ant-modal-body .ant-modal-confirm-body-wrapper .ant-modal-confirm-btns{background-color:var(--elevator_2nd);flex-direction:row;width:100%;margin:0;padding:10px 20px 20px;display:flex}.ant-modal-wrap .ant-modal.ant-modal-confirm .ant-modal-body .ant-modal-confirm-body-wrapper .ant-modal-confirm-btns button{white-space:nowrap;text-overflow:ellipsis;flex-grow:1;flex-basis:0%;height:36px;overflow:hidden}.ant-modal-wrap .ant-modal.ant-modal-confirm .ant-modal-body .ant-modal-confirm-body-wrapper .ant-modal-confirm-btns button:not(:first-child){margin-left:20px}.ant-tooltip{z-index:9999999;max-width:500px;font-size:12px}.ant-tooltip .ant-tooltip-inner{background-color:var(--tootipsbg_1st);color:var(--textwhite_1st);padding:8px 10px}.ant-tooltip .ant-tooltip-inner a{color:var(--text_toolip_link)}.ant-tooltip .ant-tooltip-inner a:hover{color:var(--text_toolip_link_hover)}.ant-tooltip .ant-tooltip-arrow:before{background-color:var(--tootipsbg_1st)}.ant-tooltip.ant-tooltip-placement-topLeft .ant-tooltip-arrow{left:12px}.message-editor-dropdown-screenshot .ant-dropdown-menu{border-radius:4px;transform:translate(-30px,2px)}.message-editor-dropdown-screenshot .ant-dropdown-menu .ant-dropdown-menu-item{padding:8px 2px}.message-editor-dropdown-screenshot .ant-dropdown-menu .ant-checkbox-wrapper{color:var(--text_1st)}.message-editor-dropdown-screenshot .ant-dropdown-menu .ant-checkbox-wrapper .ant-checkbox{display:none}.message-editor-dropdown-screenshot .ant-dropdown-menu .ant-checkbox-wrapper .screenshot-option-checkbox{vertical-align:middle;margin-right:6px}.desktop-app-check-notification .ant-notification-notice-message{color:var(--text_1st);margin-left:80px;font-weight:500}.desktop-app-check-notification .ant-notification-notice-description{color:var(--text_2nd);margin-left:80px}.ant-checkbox-inner:after{left:25%}.ant-drawer{position:absolute}.ant-drawer.hide .ant-drawer-content-wrapper{border:0;width:0!important}.ant-drawer .ant-drawer-content-wrapper{border-radius:7px;transition:transform .3s cubic-bezier(.7,.3,.1,1),width .3s cubic-bezier(.7,.3,.1,1);overflow:hidden}.ant-drawer .ant-drawer-content-wrapper .ant-drawer-wrapper-body{flex-direction:column;display:flex}.ant-drawer .ant-drawer-content-wrapper .ant-drawer-wrapper-body .ant-drawer-header{border-bottom:1px solid var(--separator_1st);z-index:600;padding:0;position:sticky;top:0}.ant-drawer .ant-drawer-content-wrapper .ant-drawer-wrapper-body .ant-drawer-header .ant-drawer-title{text-align:center;height:62px;color:var(--text_1st);font-size:14px;line-height:62px}.ant-drawer .ant-drawer-content-wrapper .ant-drawer-wrapper-body .ant-drawer-close{display:none}.ant-drawer .ant-drawer-content-wrapper .ant-drawer-wrapper-body .ant-drawer-body{background-color:var(--elevator_1st);flex-direction:column;flex-grow:1;min-width:0;min-height:0;padding:0;display:flex}.ant-drawer .ant-drawer-content-wrapper .ant-drawer-wrapper-body .ant-drawer-body footer{border-top:1px solid var(--separator_1st);z-index:1;width:100%;padding:12px 10px}.ant-drawer .ant-drawer-content-wrapper .ant-drawer-wrapper-body .ant-drawer-body footer .ant-btn{margin:0 10px}.ant-drawer .ant-drawer-content-wrapper .ant-drawer-wrapper-body .ant-drawer-body footer .ant-btn-danger{color:red;text-shadow:none;background-color:#fff;border-color:#e1e1e7}.ant-drawer section{border-bottom:1px solid var(--separator_1st);margin:20px 20px 0}.ant-drawer section .common-form-item{text-align:left;margin-bottom:20px}.ant-drawer section:last-of-type{border:none}.ant-switch{min-width:38px}.ant-switch:after{background-color:var(--iconwhite_1st)}.ant-switch:not(.ant-switch-checked){background-color:var(--text_3rd)}.ant-switch-checked{background-color:var(--functional_brand_primary)}.ant-radio .ant-radio-inner{background:var(--buttonbg_1st);border:1px solid var(--border_4th);width:20px;height:20px}.ant-radio .ant-radio-inner:after{top:4px;left:4px}.ant-radio.ant-radio-checked .ant-radio-inner{border-width:2px;border-color:var(--functional_brand_primary)}.ant-radio.ant-radio-checked .ant-radio-inner:after{border-color:var(--iconwhite_1st)}.ant-radio.ant-radio-checked.ant-radio-disabled{opacity:.4}.ant-radio.ant-radio-checked.ant-radio-disabled .ant-radio-inner{border-color:#1890ff!important}.ant-radio.ant-radio-checked.ant-radio-disabled .ant-radio-inner:after{background-color:#1890ff}.ant-radio-button-wrapper{background:var(--buttonbg_1st);color:var(--text_1st);border:1px solid var(--border_4th)}.ant-radio-button-wrapper:hover{background:var(--commonbg_1st_hover)}.ant-radio-button-wrapper.ant-radio-button-wrapper-checked{background:var(--buttonbg_1st)}.ant-radio-button-wrapper.ant-radio-button-wrapper-disable{background:var(--functional_brand_1st_disable)}.ant-radio-button-wrapper.ant-radio-button-wrapper:before{background:var(--border_4th)}.ant-radio-button-wrapper.ant-radio-button-wrapper:first-child{border-left:1px solid var(--border_4th)}.ant-radio-wrapper{color:var(--text_1st)}.ant-checkbox .ant-checkbox-inner{background-color:var(--commonbg_white);border-color:var(--icon_4th)!important}.ant-checkbox.ant-checkbox-checked .ant-checkbox-inner{background-color:var(--functional_brand_primary);border-color:var(--functional_brand_primary)!important}.ant-checkbox.ant-checkbox-checked .ant-checkbox-inner:after{border-color:var(--iconwhite_1st)}.ant-checkbox.ant-checkbox-checked.ant-checkbox-disabled{opacity:.4}.ant-modal-header{background-color:var(--dialogsbg_1st);border-color:var(--separator_2nd)}.ant-modal-content{background-color:var(--dialogsbg_2nd);border-radius:7px}.ant-divider{background:var(--separator_2nd)}.ant-select-selection{background-color:var(--commonbg_1st);color:var(--text_1st);border-color:var(--border_2nd)}.ant-select-selection .ant-select-selection__clear{background-color:var(--commonbg_1st);color:var(--icon_3rd)}.ant-select-selection .ant-select-selection__placeholder{color:var(--text_3rd)}.ant-select-selection:hover{border-color:var(--functional_brand_primary)}.ant-select-disabled .ant-select-selection{background:var(--commonbg_1st);color:var(--text_3rd);border:1px solid var(--border_2nd)!important}.ant-select-disabled .ant-select-selection .ant-select-selection__clear{background-color:var(--commonbg_1st);color:var(--icon_3rd)}.ant-select-disabled .ant-select-selection .ant-select-selection__placeholder{color:var(--text_3rd)}.ant-select-disabled .ant-select-selection:hover{border-color:var(--border_2nd)}.ant-btn-link{color:var(--icon_1st);background-color:initial;box-shadow:none;border-color:#0000}.ant-btn-link:hover{color:var(--functional_brand_primary);background-color:var(--commonbg_1st_hover)}.ant-popover-arrow{border-color:var(--commonbg_white)!important}::selection{color:var(--textwhite_1st);background:var(--functional_brand_primary)}.ant-popover-inner,.ant-select-dropdown{background-color:var(--commonbg_white)}.ant-select-dropdown-menu .ant-select-dropdown-menu-item{color:var(--text_1st)}.ant-select-dropdown-menu .ant-select-dropdown-menu-item:hover:not(.ant-select-dropdown-menu-item-disabled),.ant-select-dropdown-menu .ant-select-dropdown-menu-item-active:not(.ant-select-dropdown-menu-item-disabled){background-color:var(--commonbg_2nd_hover)}.ant-select-dropdown-menu .ant-select-dropdown-menu-item-selected{color:var(--text_1st);background-color:var(--commonbg_2nd_hover)}.ant-tabs-left-bar{border-right:1px solid var(--separator_2nd)!important}.ant-checkbox-wrapper{color:var(--text_1st)}.ant-tabs-bar{border-bottom:1px solid var(--separator_2nd)}.ant-drawer-content{background-color:var(--elevator_1st)}.ant-message .ant-message-notice-content{background:var(--dialogsbg_1st);color:var(--text_1st)}.ant-notification-notice{-webkit-app-region:no-drag;background:var(--dialogsbg_1st)}.ant-notification-notice .ant-notification-notice-content .anticon-smile{color:var(--icon_1st)}.ant-notification-notice .ant-notification-notice-icon-warning{color:var(--functional_yellow_1st)}.ant-notification-notice .ant-notification-notice-message,.ant-notification-notice .ant-notification-notice-description{color:var(--text_1st)}.ant-notification-notice .ant-notification-notice-close{color:var(--icon_1st)}.ant-fullcalendar-value{color:var(--text_1st)}.ant-fullcalendar-value:hover{background-color:var(--commonbg_3rd_hover)}.ant-fullcalendar-disabled-cell .ant-fullcalendar-value,.ant-fullcalendar-last-month-cell .ant-fullcalendar-value,.ant-fullcalendar-next-month-btn-day .ant-fullcalendar-value{color:var(--text_2nd)}.sprite_zoom_img_illustration_started{width:280px;min-width:280px;height:220px;min-height:220px;display:inline-block;position:relative}.sprite_zoom_img_illustration_started:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:0 0;background-repeat:no-repeat;width:560px;min-width:280px;height:440px;min-height:220px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_chat_img_afternoon{width:224px;min-width:224px;height:224px;min-height:224px;display:inline-block;position:relative}.sprite_chat_img_afternoon:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:0 -440px;background-repeat:no-repeat;width:448px;min-width:224px;height:448px;min-height:224px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_chat_img_evening{width:224px;min-width:224px;height:224px;min-height:224px;display:inline-block;position:relative}.sprite_chat_img_evening:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-560px 0;background-repeat:no-repeat;width:448px;min-width:224px;height:448px;min-height:224px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_chat_img_morning{width:224px;min-width:224px;height:224px;min-height:224px;display:inline-block;position:relative}.sprite_chat_img_morning:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1008px 0;background-repeat:no-repeat;width:448px;min-width:224px;height:448px;min-height:224px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_applink-profile-view-not-exist{width:220px;min-width:220px;height:220px;min-height:220px;display:inline-block;position:relative}.sprite_applink-profile-view-not-exist:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1008px -448px;background-repeat:no-repeat;width:440px;min-width:220px;height:440px;min-height:220px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_chat_img_nochathistory{width:220px;min-width:220px;height:220px;min-height:220px;display:inline-block;position:relative}.sprite_chat_img_nochathistory:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-560px -448px;background-repeat:no-repeat;width:440px;min-width:220px;height:440px;min-height:220px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_contacts_img_nocontact{width:220px;min-width:220px;height:220px;min-height:220px;display:inline-block;position:relative}.sprite_contacts_img_nocontact:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:0 -888px;background-repeat:no-repeat;width:440px;min-width:220px;height:440px;min-height:220px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_groups_img_placeholder_conferences{width:220px;min-width:220px;height:220px;min-height:220px;display:inline-block;position:relative}.sprite_groups_img_placeholder_conferences:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-440px -888px;background-repeat:no-repeat;width:440px;min-width:220px;height:440px;min-height:220px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_search_img_search_no_typing{width:220px;min-width:220px;height:220px;min-height:220px;display:inline-block;position:relative}.sprite_search_img_search_no_typing:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-880px -888px;background-repeat:no-repeat;width:440px;min-width:220px;height:440px;min-height:220px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_screenshare_new_feature{width:232px;min-width:232px;height:142px;min-height:142px;display:inline-block;position:relative}.sprite_screenshare_new_feature:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1456px 0;background-repeat:no-repeat;width:464px;min-width:232px;height:284px;min-height:142px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_add_img_addcontact{width:160px;min-width:160px;height:160px;min-height:160px;display:inline-block;position:relative}.sprite_add_img_addcontact:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1456px -284px;background-repeat:no-repeat;width:320px;min-width:160px;height:320px;min-height:160px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_chat_imageview_expired{width:160px;min-width:160px;height:160px;min-height:160px;display:inline-block;position:relative}.sprite_chat_imageview_expired:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1456px -604px;background-repeat:no-repeat;width:320px;min-width:160px;height:320px;min-height:160px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_chat_imageview_no_media{width:160px;min-width:160px;height:160px;min-height:160px;display:inline-block;position:relative}.sprite_chat_imageview_no_media:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1456px -924px;background-repeat:no-repeat;width:320px;min-width:160px;height:320px;min-height:160px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_search_img_noresult{width:160px;min-width:160px;height:160px;min-height:160px;display:inline-block;position:relative}.sprite_search_img_noresult:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:0 -1328px;background-repeat:no-repeat;width:320px;min-width:160px;height:320px;min-height:160px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_search_img_searchdefault{width:160px;min-width:160px;height:160px;min-height:160px;display:inline-block;position:relative}.sprite_search_img_searchdefault:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-320px -1328px;background-repeat:no-repeat;width:320px;min-width:160px;height:320px;min-height:160px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_backuprestore_image_disconnect{width:201px;min-width:201px;height:120px;min-height:120px;display:inline-block;position:relative}.sprite_backuprestore_image_disconnect:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-640px -1328px;background-repeat:no-repeat;width:402px;min-width:201px;height:240px;min-height:120px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_backuprestore_image_backupcompleted{width:200px;min-width:200px;height:120px;min-height:120px;display:inline-block;position:relative}.sprite_backuprestore_image_backupcompleted:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1042px -1328px;background-repeat:no-repeat;width:400px;min-width:200px;height:240px;min-height:120px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_backuprestore_image_backupstop{width:200px;min-width:200px;height:120px;min-height:120px;display:inline-block;position:relative}.sprite_backuprestore_image_backupstop:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1442px -1328px;background-repeat:no-repeat;width:400px;min-width:200px;height:240px;min-height:120px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_backuprestore_image_confirmonphone{width:200px;min-width:200px;height:120px;min-height:120px;display:inline-block;position:relative}.sprite_backuprestore_image_confirmonphone:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:0 -1648px;background-repeat:no-repeat;width:400px;min-width:200px;height:240px;min-height:120px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_backuprestore_image_other_error{width:200px;min-width:200px;height:120px;min-height:120px;display:inline-block;position:relative}.sprite_backuprestore_image_other_error:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-400px -1648px;background-repeat:no-repeat;width:400px;min-width:200px;height:240px;min-height:120px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_backuprestore_image_restorecompleted{width:200px;min-width:200px;height:120px;min-height:120px;display:inline-block;position:relative}.sprite_backuprestore_image_restorecompleted:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-800px -1648px;background-repeat:no-repeat;width:400px;min-width:200px;height:240px;min-height:120px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_backuprestore_image_restorestop{width:200px;min-width:200px;height:120px;min-height:120px;display:inline-block;position:relative}.sprite_backuprestore_image_restorestop:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1200px -1648px;background-repeat:no-repeat;width:400px;min-width:200px;height:240px;min-height:120px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_backuprestore_img_desktopnospace{width:200px;min-width:200px;height:120px;min-height:120px;display:inline-block;position:relative}.sprite_backuprestore_img_desktopnospace:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1920px 0;background-repeat:no-repeat;width:400px;min-width:200px;height:240px;min-height:120px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_backuprestore_img_desktopupdate{width:200px;min-width:200px;height:120px;min-height:120px;display:inline-block;position:relative}.sprite_backuprestore_img_desktopupdate:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1920px -240px;background-repeat:no-repeat;width:400px;min-width:200px;height:240px;min-height:120px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_backuprestore_img_mobilenospace{width:200px;min-width:200px;height:120px;min-height:120px;display:inline-block;position:relative}.sprite_backuprestore_img_mobilenospace:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1920px -480px;background-repeat:no-repeat;width:400px;min-width:200px;height:240px;min-height:120px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_backuprestore_img_mobileupdate{width:200px;min-width:200px;height:120px;min-height:120px;display:inline-block;position:relative}.sprite_backuprestore_img_mobileupdate:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1920px -720px;background-repeat:no-repeat;width:400px;min-width:200px;height:240px;min-height:120px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_backuprestore_img_nonetwork{width:200px;min-width:200px;height:120px;min-height:120px;display:inline-block;position:relative}.sprite_backuprestore_img_nonetwork:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1920px -960px;background-repeat:no-repeat;width:400px;min-width:200px;height:240px;min-height:120px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_backuprestore_image_backup{width:160px;min-width:160px;height:120px;min-height:120px;display:inline-block;position:relative}.sprite_backuprestore_image_backup:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1920px -1200px;background-repeat:no-repeat;width:320px;min-width:160px;height:240px;min-height:120px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_backuprestore_image_restore_disable{width:160px;min-width:160px;height:120px;min-height:120px;display:inline-block;position:relative}.sprite_backuprestore_image_restore_disable:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1920px -1440px;background-repeat:no-repeat;width:320px;min-width:160px;height:240px;min-height:120px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_backuprestore_image_restore{width:160px;min-width:160px;height:120px;min-height:120px;display:inline-block;position:relative}.sprite_backuprestore_image_restore:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1600px -1648px;background-repeat:no-repeat;width:320px;min-width:160px;height:240px;min-height:120px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_login_ic_plane{width:183px;min-width:183px;height:93px;min-height:93px;display:inline-block;position:relative}.sprite_login_ic_plane:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1920px -1680px;background-repeat:no-repeat;width:366px;min-width:183px;height:186px;min-height:93px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_settings_ic_seatalk{width:110px;min-width:110px;height:139px;min-height:139px;display:inline-block;position:relative}.sprite_settings_ic_seatalk:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:0 -1888px;background-repeat:no-repeat;width:220px;min-width:110px;height:278px;min-height:139px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_search_img_chat_default{width:120px;min-width:120px;height:121px;min-height:121px;display:inline-block;position:relative}.sprite_search_img_chat_default:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-220px -1888px;background-repeat:no-repeat;width:240px;min-width:120px;height:242px;min-height:121px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_chat_ic_noticebotavatar{width:120px;min-width:120px;height:120px;min-height:120px;display:inline-block;position:relative}.sprite_chat_ic_noticebotavatar:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-460px -1888px;background-repeat:no-repeat;width:240px;min-width:120px;height:240px;min-height:120px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_illustration_othererror{width:120px;min-width:120px;height:120px;min-height:120px;display:inline-block;position:relative}.sprite_illustration_othererror:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-700px -1888px;background-repeat:no-repeat;width:240px;min-width:120px;height:240px;min-height:120px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_search_img_chat_noresult{width:120px;min-width:120px;height:120px;min-height:120px;display:inline-block;position:relative}.sprite_search_img_chat_noresult:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-940px -1888px;background-repeat:no-repeat;width:240px;min-width:120px;height:240px;min-height:120px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_chatsettings_img_nonoticebot{width:100px;min-width:100px;height:100px;min-height:100px;display:inline-block;position:relative}.sprite_chatsettings_img_nonoticebot:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1180px -1888px;background-repeat:no-repeat;width:200px;min-width:100px;height:200px;min-height:100px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_login_ic_seatalklogo{width:176px;min-width:176px;height:48px;min-height:48px;display:inline-block;position:relative}.sprite_login_ic_seatalklogo:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1380px -1888px;background-repeat:no-repeat;width:352px;min-width:176px;height:96px;min-height:48px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_ele_ic_defaultavatar{width:90px;min-width:90px;height:90px;min-height:90px;display:inline-block;position:relative}.sprite_ele_ic_defaultavatar:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2320px 0;background-repeat:no-repeat;width:180px;min-width:90px;height:180px;min-height:90px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_contact_ic_seatalk{width:159px;min-width:159px;height:46px;min-height:46px;display:inline-block;position:relative}.sprite_contact_ic_seatalk:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1732px -1888px;background-repeat:no-repeat;width:318px;min-width:159px;height:92px;min-height:46px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_dropfile_ic_pic{width:82px;min-width:82px;height:82px;min-height:82px;display:inline-block;position:relative}.sprite_dropfile_ic_pic:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2320px -180px;background-repeat:no-repeat;width:164px;min-width:82px;height:164px;min-height:82px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_chat_ic_empty_image_fullpreview{width:70px;min-width:70px;height:70px;min-height:70px;display:inline-block;position:relative}.sprite_chat_ic_empty_image_fullpreview:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2320px -344px;background-repeat:no-repeat;width:140px;min-width:70px;height:140px;min-height:70px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_chat_ic_empty_video_fullpreview{width:70px;min-width:70px;height:70px;min-height:70px;display:inline-block;position:relative}.sprite_chat_ic_empty_video_fullpreview:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2320px -484px;background-repeat:no-repeat;width:140px;min-width:70px;height:140px;min-height:70px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_image_expired_text{width:70px;min-width:70px;height:70px;min-height:70px;display:inline-block;position:relative}.sprite_image_expired_text:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2320px -624px;background-repeat:no-repeat;width:140px;min-width:70px;height:140px;min-height:70px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_video_expired_text{width:70px;min-width:70px;height:70px;min-height:70px;display:inline-block;position:relative}.sprite_video_expired_text:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2320px -764px;background-repeat:no-repeat;width:140px;min-width:70px;height:140px;min-height:70px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_file_ic_alert_large{width:64px;min-width:64px;height:64px;min-height:64px;display:inline-block;position:relative}.sprite_file_ic_alert_large:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2320px -904px;background-repeat:no-repeat;width:128px;min-width:64px;height:128px;min-height:64px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_gif_expired_text{width:64px;min-width:64px;height:64px;min-height:64px;display:inline-block;position:relative}.sprite_gif_expired_text:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2320px -1032px;background-repeat:no-repeat;width:128px;min-width:64px;height:128px;min-height:64px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_default_bot{width:60px;min-width:60px;height:60px;min-height:60px;display:inline-block;position:relative}.sprite_default_bot:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2320px -1160px;background-repeat:no-repeat;width:120px;min-width:60px;height:120px;min-height:60px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_default_group{width:60px;min-width:60px;height:60px;min-height:60px;display:inline-block;position:relative}.sprite_default_group:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2320px -1280px;background-repeat:no-repeat;width:120px;min-width:60px;height:120px;min-height:60px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_default_user{width:60px;min-width:60px;height:60px;min-height:60px;display:inline-block;position:relative}.sprite_default_user:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2320px -1400px;background-repeat:no-repeat;width:120px;min-width:60px;height:120px;min-height:60px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_ele_ic_qrcode_networkerror{width:60px;min-width:60px;height:60px;min-height:60px;display:inline-block;position:relative}.sprite_ele_ic_qrcode_networkerror:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2320px -1520px;background-repeat:no-repeat;width:120px;min-width:60px;height:120px;min-height:60px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_login_ic_desktopdownload{width:60px;min-width:60px;height:60px;min-height:60px;display:inline-block;position:relative}.sprite_login_ic_desktopdownload:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2320px -1640px;background-repeat:no-repeat;width:120px;min-width:60px;height:120px;min-height:60px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_chat_ic_empty_image{width:48px;min-width:48px;height:48px;min-height:48px;display:inline-block;position:relative}.sprite_chat_ic_empty_image:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2320px -1760px;background-repeat:no-repeat;width:96px;min-width:48px;height:96px;min-height:48px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_chat_imageview_ic_exclaim_gallery{width:48px;min-width:48px;height:48px;min-height:48px;display:inline-block;position:relative}.sprite_chat_imageview_ic_exclaim_gallery:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2320px -1856px;background-repeat:no-repeat;width:96px;min-width:48px;height:96px;min-height:48px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_meeting_ic_inmeeting_cameraon_disabled{width:48px;min-width:48px;height:48px;min-height:48px;display:inline-block;position:relative}.sprite_meeting_ic_inmeeting_cameraon_disabled:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2320px -1952px;background-repeat:no-repeat;width:96px;min-width:48px;height:96px;min-height:48px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_meeting_ic_inmeeting_cameraon{width:48px;min-width:48px;height:48px;min-height:48px;display:inline-block;position:relative}.sprite_meeting_ic_inmeeting_cameraon:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2320px -2048px;background-repeat:no-repeat;width:96px;min-width:48px;height:96px;min-height:48px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_meeting_ic_inmeeting_sharescreen{width:48px;min-width:48px;height:48px;min-height:48px;display:inline-block;position:relative}.sprite_meeting_ic_inmeeting_sharescreen:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1776px -284px;background-repeat:no-repeat;width:96px;min-width:48px;height:96px;min-height:48px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_videocall_ic_camera_disable{width:48px;min-width:48px;height:48px;min-height:48px;display:inline-block;position:relative}.sprite_videocall_ic_camera_disable:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1776px -380px;background-repeat:no-repeat;width:96px;min-width:48px;height:96px;min-height:48px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_videocall_ic_camera_off{width:48px;min-width:48px;height:48px;min-height:48px;display:inline-block;position:relative}.sprite_videocall_ic_camera_off:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1776px -476px;background-repeat:no-repeat;width:96px;min-width:48px;height:96px;min-height:48px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_videocall_ic_camera_on{width:48px;min-width:48px;height:48px;min-height:48px;display:inline-block;position:relative}.sprite_videocall_ic_camera_on:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1776px -604px;background-repeat:no-repeat;width:96px;min-width:48px;height:96px;min-height:48px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_videocall_ic_speaker_off{width:48px;min-width:48px;height:48px;min-height:48px;display:inline-block;position:relative}.sprite_videocall_ic_speaker_off:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1776px -700px;background-repeat:no-repeat;width:96px;min-width:48px;height:96px;min-height:48px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_videocall_ic_speaker_on{width:48px;min-width:48px;height:48px;min-height:48px;display:inline-block;position:relative}.sprite_videocall_ic_speaker_on:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1776px -796px;background-repeat:no-repeat;width:96px;min-width:48px;height:96px;min-height:48px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_voicecall_ic_addmember{width:48px;min-width:48px;height:48px;min-height:48px;display:inline-block;position:relative}.sprite_voicecall_ic_addmember:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1776px -924px;background-repeat:no-repeat;width:96px;min-width:48px;height:96px;min-height:48px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_voicecall_ic_hangup{width:48px;min-width:48px;height:48px;min-height:48px;display:inline-block;position:relative}.sprite_voicecall_ic_hangup:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1776px -1020px;background-repeat:no-repeat;width:96px;min-width:48px;height:96px;min-height:48px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_voicecall_ic_speakeroff{width:48px;min-width:48px;height:48px;min-height:48px;display:inline-block;position:relative}.sprite_voicecall_ic_speakeroff:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1776px -1116px;background-repeat:no-repeat;width:96px;min-width:48px;height:96px;min-height:48px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_voicecall_ic_speakeron{width:48px;min-width:48px;height:48px;min-height:48px;display:inline-block;position:relative}.sprite_voicecall_ic_speakeron:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-448px -440px;background-repeat:no-repeat;width:96px;min-width:48px;height:96px;min-height:48px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_voting_ic_image_placeholder{width:48px;min-width:48px;height:48px;min-height:48px;display:inline-block;position:relative}.sprite_voting_ic_image_placeholder:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-448px -536px;background-repeat:no-repeat;width:96px;min-width:48px;height:96px;min-height:48px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_zoom_ic_incomingcall_decline_big{width:48px;min-width:48px;height:48px;min-height:48px;display:inline-block;position:relative}.sprite_zoom_ic_incomingcall_decline_big:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-448px -632px;background-repeat:no-repeat;width:96px;min-width:48px;height:96px;min-height:48px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_videocall_ic_addmember{width:44px;min-width:44px;height:44px;min-height:44px;display:inline-block;position:relative}.sprite_videocall_ic_addmember:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-448px -728px;background-repeat:no-repeat;width:88px;min-width:44px;height:88px;min-height:44px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_chat_ic_voting{width:40px;min-width:40px;height:40px;min-height:40px;display:inline-block;position:relative}.sprite_chat_ic_voting:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2416px -1760px;background-repeat:no-repeat;width:80px;min-width:40px;height:80px;min-height:40px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_chat_imageview_ic_next{width:40px;min-width:40px;height:40px;min-height:40px;display:inline-block;position:relative}.sprite_chat_imageview_ic_next:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2416px -1856px;background-repeat:no-repeat;width:80px;min-width:40px;height:80px;min-height:40px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_chat_imageview_ic_previous{width:40px;min-width:40px;height:40px;min-height:40px;display:inline-block;position:relative}.sprite_chat_imageview_ic_previous:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2416px -1952px;background-repeat:no-repeat;width:80px;min-width:40px;height:80px;min-height:40px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_content_ic_location_white{width:40px;min-width:40px;height:40px;min-height:40px;display:inline-block;position:relative}.sprite_content_ic_location_white:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2416px -2048px;background-repeat:no-repeat;width:80px;min-width:40px;height:80px;min-height:40px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_ele_ic_qrcode_link{width:40px;min-width:40px;height:40px;min-height:40px;display:inline-block;position:relative}.sprite_ele_ic_qrcode_link:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2240px -1200px;background-repeat:no-repeat;width:80px;min-width:40px;height:80px;min-height:40px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_ele_ic_qrcode_qr{width:40px;min-width:40px;height:40px;min-height:40px;display:inline-block;position:relative}.sprite_ele_ic_qrcode_qr:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2240px -1280px;background-repeat:no-repeat;width:80px;min-width:40px;height:80px;min-height:40px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_ele_ic_qrcode_save{width:40px;min-width:40px;height:40px;min-height:40px;display:inline-block;position:relative}.sprite_ele_ic_qrcode_save:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2240px -1360px;background-repeat:no-repeat;width:80px;min-width:40px;height:80px;min-height:40px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_filetransfer_ic_csv_file_grey{width:40px;min-width:40px;height:40px;min-height:40px;display:inline-block;position:relative}.sprite_filetransfer_ic_csv_file_grey:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2240px -1440px;background-repeat:no-repeat;width:80px;min-width:40px;height:80px;min-height:40px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_filetransfer_ic_doc_file_grey{width:40px;min-width:40px;height:40px;min-height:40px;display:inline-block;position:relative}.sprite_filetransfer_ic_doc_file_grey:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2240px -1520px;background-repeat:no-repeat;width:80px;min-width:40px;height:80px;min-height:40px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_filetransfer_ic_doc_file{width:40px;min-width:40px;height:40px;min-height:40px;display:inline-block;position:relative}.sprite_filetransfer_ic_doc_file:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2240px -1600px;background-repeat:no-repeat;width:80px;min-width:40px;height:80px;min-height:40px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_filetransfer_ic_excel_file_grey{width:40px;min-width:40px;height:40px;min-height:40px;display:inline-block;position:relative}.sprite_filetransfer_ic_excel_file_grey:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1456px -1244px;background-repeat:no-repeat;width:80px;min-width:40px;height:80px;min-height:40px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_filetransfer_ic_excel_file{width:40px;min-width:40px;height:40px;min-height:40px;display:inline-block;position:relative}.sprite_filetransfer_ic_excel_file:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1536px -1244px;background-repeat:no-repeat;width:80px;min-width:40px;height:80px;min-height:40px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_filetransfer_ic_link{width:40px;min-width:40px;height:40px;min-height:40px;display:inline-block;position:relative}.sprite_filetransfer_ic_link:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1616px -1244px;background-repeat:no-repeat;width:80px;min-width:40px;height:80px;min-height:40px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_filetransfer_ic_md_file_grey{width:40px;min-width:40px;height:40px;min-height:40px;display:inline-block;position:relative}.sprite_filetransfer_ic_md_file_grey:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1696px -1244px;background-repeat:no-repeat;width:80px;min-width:40px;height:80px;min-height:40px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_filetransfer_ic_md_file{width:40px;min-width:40px;height:40px;min-height:40px;display:inline-block;position:relative}.sprite_filetransfer_ic_md_file:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1776px -1244px;background-repeat:no-repeat;width:80px;min-width:40px;height:80px;min-height:40px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_filetransfer_ic_other_file_grey{width:40px;min-width:40px;height:40px;min-height:40px;display:inline-block;position:relative}.sprite_filetransfer_ic_other_file_grey:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1320px -888px;background-repeat:no-repeat;width:80px;min-width:40px;height:80px;min-height:40px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_filetransfer_ic_other_file{width:40px;min-width:40px;height:40px;min-height:40px;display:inline-block;position:relative}.sprite_filetransfer_ic_other_file:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1320px -968px;background-repeat:no-repeat;width:80px;min-width:40px;height:80px;min-height:40px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_filetransfer_ic_pdf_file_grey{width:40px;min-width:40px;height:40px;min-height:40px;display:inline-block;position:relative}.sprite_filetransfer_ic_pdf_file_grey:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1320px -1048px;background-repeat:no-repeat;width:80px;min-width:40px;height:80px;min-height:40px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_filetransfer_ic_pdf_file{width:40px;min-width:40px;height:40px;min-height:40px;display:inline-block;position:relative}.sprite_filetransfer_ic_pdf_file:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1320px -1128px;background-repeat:no-repeat;width:80px;min-width:40px;height:80px;min-height:40px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_filetransfer_ic_ppt_file_grey{width:40px;min-width:40px;height:40px;min-height:40px;display:inline-block;position:relative}.sprite_filetransfer_ic_ppt_file_grey:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1320px -1208px;background-repeat:no-repeat;width:80px;min-width:40px;height:80px;min-height:40px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_filetransfer_ic_ppt_file{width:40px;min-width:40px;height:40px;min-height:40px;display:inline-block;position:relative}.sprite_filetransfer_ic_ppt_file:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-640px -1568px;background-repeat:no-repeat;width:80px;min-width:40px;height:80px;min-height:40px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_filetransfer_ic_rar_file_grey{width:40px;min-width:40px;height:40px;min-height:40px;display:inline-block;position:relative}.sprite_filetransfer_ic_rar_file_grey:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-720px -1568px;background-repeat:no-repeat;width:80px;min-width:40px;height:80px;min-height:40px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_filetransfer_ic_rar_file{width:40px;min-width:40px;height:40px;min-height:40px;display:inline-block;position:relative}.sprite_filetransfer_ic_rar_file:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-800px -1568px;background-repeat:no-repeat;width:80px;min-width:40px;height:80px;min-height:40px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_filetransfer_ic_sound_file_grey{width:40px;min-width:40px;height:40px;min-height:40px;display:inline-block;position:relative}.sprite_filetransfer_ic_sound_file_grey:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-880px -1568px;background-repeat:no-repeat;width:80px;min-width:40px;height:80px;min-height:40px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_filetransfer_ic_sound_file{width:40px;min-width:40px;height:40px;min-height:40px;display:inline-block;position:relative}.sprite_filetransfer_ic_sound_file:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-960px -1568px;background-repeat:no-repeat;width:80px;min-width:40px;height:80px;min-height:40px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_filetransfer_ic_zip_file_grey{width:40px;min-width:40px;height:40px;min-height:40px;display:inline-block;position:relative}.sprite_filetransfer_ic_zip_file_grey:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1040px -1568px;background-repeat:no-repeat;width:80px;min-width:40px;height:80px;min-height:40px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_filetransfer_ic_zip_file{width:40px;min-width:40px;height:40px;min-height:40px;display:inline-block;position:relative}.sprite_filetransfer_ic_zip_file:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1120px -1568px;background-repeat:no-repeat;width:80px;min-width:40px;height:80px;min-height:40px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_group_setting_ic_link{width:40px;min-width:40px;height:40px;min-height:40px;display:inline-block;position:relative}.sprite_group_setting_ic_link:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1200px -1568px;background-repeat:no-repeat;width:80px;min-width:40px;height:80px;min-height:40px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_icon_decline{width:40px;min-width:40px;height:40px;min-height:40px;display:inline-block;position:relative}.sprite_icon_decline:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1280px -1568px;background-repeat:no-repeat;width:80px;min-width:40px;height:80px;min-height:40px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_icon_endaccept{width:40px;min-width:40px;height:40px;min-height:40px;display:inline-block;position:relative}.sprite_icon_endaccept:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1360px -1568px;background-repeat:no-repeat;width:80px;min-width:40px;height:80px;min-height:40px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_icon_voice{width:40px;min-width:40px;height:40px;min-height:40px;display:inline-block;position:relative}.sprite_icon_voice:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1440px -1568px;background-repeat:no-repeat;width:80px;min-width:40px;height:80px;min-height:40px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_search_ic_chatbot_profile{width:40px;min-width:40px;height:40px;min-height:40px;display:inline-block;position:relative}.sprite_search_ic_chatbot_profile:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1520px -1568px;background-repeat:no-repeat;width:80px;min-width:40px;height:80px;min-height:40px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_search_icon_searchnameemail{width:40px;min-width:40px;height:40px;min-height:40px;display:inline-block;position:relative}.sprite_search_icon_searchnameemail:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1600px -1568px;background-repeat:no-repeat;width:80px;min-width:40px;height:80px;min-height:40px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_zoom_ic_avatar_conferenceroom{width:40px;min-width:40px;height:40px;min-height:40px;display:inline-block;position:relative}.sprite_zoom_ic_avatar_conferenceroom:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1680px -1568px;background-repeat:no-repeat;width:80px;min-width:40px;height:80px;min-height:40px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_zoom_ic_avatar_myconference{width:40px;min-width:40px;height:40px;min-height:40px;display:inline-block;position:relative}.sprite_zoom_ic_avatar_myconference:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1760px -1568px;background-repeat:no-repeat;width:80px;min-width:40px;height:80px;min-height:40px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_content_ic_video_play{width:36px;min-width:36px;height:36px;min-height:36px;display:inline-block;position:relative}.sprite_content_ic_video_play:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-448px -816px;background-repeat:no-repeat;width:72px;min-width:36px;height:72px;min-height:36px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_download_ic_preview{width:36px;min-width:36px;height:36px;min-height:36px;display:inline-block;position:relative}.sprite_download_ic_preview:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1842px -1328px;background-repeat:no-repeat;width:72px;min-width:36px;height:72px;min-height:36px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_ele_ic_failed{width:36px;min-width:36px;height:36px;min-height:36px;display:inline-block;position:relative}.sprite_ele_ic_failed:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1842px -1400px;background-repeat:no-repeat;width:72px;min-width:36px;height:72px;min-height:36px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_file_ic_alert{width:36px;min-width:36px;height:36px;min-height:36px;display:inline-block;position:relative}.sprite_file_ic_alert:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1842px -1472px;background-repeat:no-repeat;width:72px;min-width:36px;height:72px;min-height:36px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_group_setting_ic_link_gray{width:36px;min-width:36px;height:36px;min-height:36px;display:inline-block;position:relative}.sprite_group_setting_ic_link_gray:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1840px -1568px;background-repeat:no-repeat;width:72px;min-width:36px;height:72px;min-height:36px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_image_expired_normal{width:36px;min-width:36px;height:36px;min-height:36px;display:inline-block;position:relative}.sprite_image_expired_normal:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2050px -1888px;background-repeat:no-repeat;width:72px;min-width:36px;height:72px;min-height:36px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_profile_ic_avatar{width:36px;min-width:36px;height:36px;min-height:36px;display:inline-block;position:relative}.sprite_profile_ic_avatar:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2122px -1888px;background-repeat:no-repeat;width:72px;min-width:36px;height:72px;min-height:36px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_video_expired_normal{width:36px;min-width:36px;height:36px;min-height:36px;display:inline-block;position:relative}.sprite_video_expired_normal:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2194px -1888px;background-repeat:no-repeat;width:72px;min-width:36px;height:72px;min-height:36px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_chat_imageview_ic_thumbnail{width:54px;min-width:54px;height:20px;min-height:20px;display:inline-block;position:relative}.sprite_chat_imageview_ic_thumbnail:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1320px -1288px;background-repeat:no-repeat;width:108px;min-width:54px;height:40px;min-height:20px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_add_ic_newchat{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.sprite_add_ic_newchat:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1856px -1244px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_chat_fileview_ic_fittowidth_win{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.sprite_chat_fileview_ic_fittowidth_win:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1380px -1984px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_chat_fileview_ic_fittowidth{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.sprite_chat_fileview_ic_fittowidth:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1444px -1984px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_chat_ic_contact{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.sprite_chat_ic_contact:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1508px -1984px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_chat_ic_emoji_blue{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.sprite_chat_ic_emoji_blue:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1572px -1984px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_chat_ic_emoji{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.sprite_chat_ic_emoji:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1636px -1984px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_chat_ic_file_blue{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.sprite_chat_ic_file_blue:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1700px -1984px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_chat_ic_file{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.sprite_chat_ic_file:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1764px -1984px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_chat_ic_screenshot_blue{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.sprite_chat_ic_screenshot_blue:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1828px -1984px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_chat_ic_screenshot{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.sprite_chat_ic_screenshot:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1892px -1984px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_chat_ic_voicecall_blue{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.sprite_chat_ic_voicecall_blue:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1956px -1984px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_chat_ic_voicecall_gray{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.sprite_chat_ic_voicecall_gray:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2020px -1984px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_chat_ic_vote_blue{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.sprite_chat_ic_vote_blue:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2084px -1984px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_chat_ic_vote{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.sprite_chat_ic_vote:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2148px -1984px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_chat_ic_zoom_blue{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.sprite_chat_ic_zoom_blue:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2212px -1984px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_chat_ic_zoom{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.sprite_chat_ic_zoom:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:0 -2166px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_chat_image_viewer_ic_more_win{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.sprite_chat_image_viewer_ic_more_win:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-64px -2166px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_chat_image_viewer_ic_more{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.sprite_chat_image_viewer_ic_more:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-128px -2166px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_chat_imageview_ic_album_win{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.sprite_chat_imageview_ic_album_win:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-192px -2166px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_chat_imageview_ic_album{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.sprite_chat_imageview_ic_album:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-256px -2166px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_chat_imageview_ic_back{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.sprite_chat_imageview_ic_back:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-320px -2166px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_chat_imageview_ic_bigger_win{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.sprite_chat_imageview_ic_bigger_win:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-384px -2166px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_chat_imageview_ic_bigger{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.sprite_chat_imageview_ic_bigger:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-448px -2166px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_chat_imageview_ic_close{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.sprite_chat_imageview_ic_close:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-512px -2166px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_chat_imageview_ic_download_win{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.sprite_chat_imageview_ic_download_win:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-576px -2166px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_chat_imageview_ic_download{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.sprite_chat_imageview_ic_download:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-640px -2166px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_chat_imageview_ic_forward{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.sprite_chat_imageview_ic_forward:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-704px -2166px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_chat_imageview_ic_rotate_win{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.sprite_chat_imageview_ic_rotate_win:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-768px -2166px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_chat_imageview_ic_rotate{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.sprite_chat_imageview_ic_rotate:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-832px -2166px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_chat_imageview_ic_smaller_win{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.sprite_chat_imageview_ic_smaller_win:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-896px -2166px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_chat_imageview_ic_smaller{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.sprite_chat_imageview_ic_smaller:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-960px -2166px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_chat_nestedforward_ic_back{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.sprite_chat_nestedforward_ic_back:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1024px -2166px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_chat_screenshot_ic_confirm{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.sprite_chat_screenshot_ic_confirm:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1088px -2166px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_chat_select_ic_delete_blue{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.sprite_chat_select_ic_delete_blue:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1152px -2166px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_chat_select_ic_delete{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.sprite_chat_select_ic_delete:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1216px -2166px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_chat_select_ic_forward_blue{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.sprite_chat_select_ic_forward_blue:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1280px -2166px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_chat_select_ic_forward{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.sprite_chat_select_ic_forward:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1344px -2166px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_chat_select_ic_onebyoneforward_blue{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.sprite_chat_select_ic_onebyoneforward_blue:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1408px -2166px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_chat_select_ic_onebyoneforward{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.sprite_chat_select_ic_onebyoneforward:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1472px -2166px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_chat_select_ic_recall_blue{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.sprite_chat_select_ic_recall_blue:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1536px -2166px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_chat_select_ic_recall{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.sprite_chat_select_ic_recall:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1600px -2166px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_ele_ic_copy{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.sprite_ele_ic_copy:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1664px -2166px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_icon_32_px_seatalk{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.sprite_icon_32_px_seatalk:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1728px -2166px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_spark_polish{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.sprite_spark_polish:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1792px -2166px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_spark_translate{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.sprite_spark_translate:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1856px -2166px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_titlebar_ic_addtochat{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.sprite_titlebar_ic_addtochat:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1920px -2166px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_titlebar_ic_groupinfo{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.sprite_titlebar_ic_groupinfo:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1984px -2166px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_titlebar_ic_more{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.sprite_titlebar_ic_more:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2048px -2166px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_titlebar_ic_profile{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.sprite_titlebar_ic_profile:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2112px -2166px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_titlebar_ic_votehistory{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.sprite_titlebar_ic_votehistory:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2176px -2166px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_toolbar_ic_chats_active{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.sprite_toolbar_ic_chats_active:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2240px -2166px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_toolbar_ic_chats{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.sprite_toolbar_ic_chats:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2304px -2166px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_toolbar_ic_contacts_active{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.sprite_toolbar_ic_contacts_active:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2368px -2166px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_toolbar_ic_contacts{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.sprite_toolbar_ic_contacts:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2432px -2166px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_toolbar_ic_discover_active{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.sprite_toolbar_ic_discover_active:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:0 -2230px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_toolbar_ic_discover{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.sprite_toolbar_ic_discover:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-64px -2230px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_toolbar_ic_settings{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.sprite_toolbar_ic_settings:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-128px -2230px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_toolbar-ic-discover-active{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.sprite_toolbar-ic-discover-active:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-192px -2230px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_toolbar-ic-discover-default{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.sprite_toolbar-ic-discover-default:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-256px -2230px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_voting_ic_add_image{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.sprite_voting_ic_add_image:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-320px -2230px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_zoom_ic_camera_off{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.sprite_zoom_ic_camera_off:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-384px -2230px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_zoom_ic_camera_on{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.sprite_zoom_ic_camera_on:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-448px -2230px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_zoom_ic_incomingcall_decline{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.sprite_zoom_ic_incomingcall_decline:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-512px -2230px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_zoom_ic_incomingcall_video{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.sprite_zoom_ic_incomingcall_video:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-576px -2230px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_zoom_ic_incomingcall_voice{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.sprite_zoom_ic_incomingcall_voice:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-640px -2230px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_zoom_ic_microphone_off_mac{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.sprite_zoom_ic_microphone_off_mac:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-704px -2230px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_zoom_ic_microphone_off{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.sprite_zoom_ic_microphone_off:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-768px -2230px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_zoom_ic_microphone_on_mac{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.sprite_zoom_ic_microphone_on_mac:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-832px -2230px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_zoom_ic_microphone_on{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.sprite_zoom_ic_microphone_on:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-896px -2230px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_ele_sidebar_ic_close_blue{width:28px;min-width:28px;height:28px;min-height:28px;display:inline-block;position:relative}.sprite_ele_sidebar_ic_close_blue:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2440px -1160px;background-repeat:no-repeat;width:56px;min-width:28px;height:56px;min-height:28px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_ele_sidebar_ic_close_white{width:28px;min-width:28px;height:28px;min-height:28px;display:inline-block;position:relative}.sprite_ele_sidebar_ic_close_white:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2440px -1216px;background-repeat:no-repeat;width:56px;min-width:28px;height:56px;min-height:28px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_ele_sidebar_ic_close{width:28px;min-width:28px;height:28px;min-height:28px;display:inline-block;position:relative}.sprite_ele_sidebar_ic_close:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2440px -1280px;background-repeat:no-repeat;width:56px;min-width:28px;height:56px;min-height:28px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_spark_polish_thread{width:28px;min-width:28px;height:28px;min-height:28px;display:inline-block;position:relative}.sprite_spark_polish_thread:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2440px -1336px;background-repeat:no-repeat;width:56px;min-width:28px;height:56px;min-height:28px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_spark_translate_thread{width:28px;min-width:28px;height:28px;min-height:28px;display:inline-block;position:relative}.sprite_spark_translate_thread:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2440px -1400px;background-repeat:no-repeat;width:56px;min-width:28px;height:56px;min-height:28px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_contacts_ic_all{width:26px;min-width:26px;height:26px;min-height:26px;display:inline-block;position:relative}.sprite_contacts_ic_all:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2448px -904px;background-repeat:no-repeat;width:52px;min-width:26px;height:52px;min-height:26px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_ele_ic_qrcode{width:26px;min-width:26px;height:26px;min-height:26px;display:inline-block;position:relative}.sprite_ele_ic_qrcode:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2448px -956px;background-repeat:no-repeat;width:52px;min-width:26px;height:52px;min-height:26px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_zoom_ic_state_ongoing{width:25px;min-width:25px;height:25px;min-height:25px;display:inline-block;position:relative}.sprite_zoom_ic_state_ongoing:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2448px -1032px;background-repeat:no-repeat;width:50px;min-width:25px;height:50px;min-height:25px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_chat_imageview_ic_exclaim{width:24px;min-width:24px;height:24px;min-height:24px;display:inline-block;position:relative}.sprite_chat_imageview_ic_exclaim:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2448px -1082px;background-repeat:no-repeat;width:48px;min-width:24px;height:48px;min-height:24px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_chat-ic-navigate-up{width:24px;min-width:24px;height:24px;min-height:24px;display:inline-block;position:relative}.sprite_chat-ic-navigate-up:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2440px -1456px;background-repeat:no-repeat;width:48px;min-width:24px;height:48px;min-height:24px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_chatlist_ic_addcontacts{width:24px;min-width:24px;height:24px;min-height:24px;display:inline-block;position:relative}.sprite_chatlist_ic_addcontacts:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2440px -1520px;background-repeat:no-repeat;width:48px;min-width:24px;height:48px;min-height:24px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_chatlist_ic_newchat{width:24px;min-width:24px;height:24px;min-height:24px;display:inline-block;position:relative}.sprite_chatlist_ic_newchat:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2440px -1568px;background-repeat:no-repeat;width:48px;min-width:24px;height:48px;min-height:24px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_ele_ic_qrcode_expire{width:24px;min-width:24px;height:24px;min-height:24px;display:inline-block;position:relative}.sprite_ele_ic_qrcode_expire:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2440px -1640px;background-repeat:no-repeat;width:48px;min-width:24px;height:48px;min-height:24px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_meeting_ic_inmeeting_gridview{width:24px;min-width:24px;height:24px;min-height:24px;display:inline-block;position:relative}.sprite_meeting_ic_inmeeting_gridview:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2440px -1688px;background-repeat:no-repeat;width:48px;min-width:24px;height:48px;min-height:24px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_settings_ic_backuprestore{width:24px;min-width:24px;height:24px;min-height:24px;display:inline-block;position:relative}.sprite_settings_ic_backuprestore:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1872px -284px;background-repeat:no-repeat;width:48px;min-width:24px;height:48px;min-height:24px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_settings_ic_bugreport{width:24px;min-width:24px;height:24px;min-height:24px;display:inline-block;position:relative}.sprite_settings_ic_bugreport:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1872px -332px;background-repeat:no-repeat;width:48px;min-width:24px;height:48px;min-height:24px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_settings_ic_exit{width:24px;min-width:24px;height:24px;min-height:24px;display:inline-block;position:relative}.sprite_settings_ic_exit:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1872px -380px;background-repeat:no-repeat;width:48px;min-width:24px;height:48px;min-height:24px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_settings_ic_helpcenter{width:24px;min-width:24px;height:24px;min-height:24px;display:inline-block;position:relative}.sprite_settings_ic_helpcenter:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1872px -428px;background-repeat:no-repeat;width:48px;min-width:24px;height:48px;min-height:24px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_settings_ic_logout{width:24px;min-width:24px;height:24px;min-height:24px;display:inline-block;position:relative}.sprite_settings_ic_logout:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1872px -476px;background-repeat:no-repeat;width:48px;min-width:24px;height:48px;min-height:24px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_settings_ic_maximize{width:24px;min-width:24px;height:24px;min-height:24px;display:inline-block;position:relative}.sprite_settings_ic_maximize:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1872px -524px;background-repeat:no-repeat;width:48px;min-width:24px;height:48px;min-height:24px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_settings_ic_minimum{width:24px;min-width:24px;height:24px;min-height:24px;display:inline-block;position:relative}.sprite_settings_ic_minimum:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1872px -604px;background-repeat:no-repeat;width:48px;min-width:24px;height:48px;min-height:24px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_settings_ic_seaintranet{width:24px;min-width:24px;height:24px;min-height:24px;display:inline-block;position:relative}.sprite_settings_ic_seaintranet:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1872px -652px;background-repeat:no-repeat;width:48px;min-width:24px;height:48px;min-height:24px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_voicecall_ic_memberstatus_speakeroff{width:24px;min-width:24px;height:24px;min-height:24px;display:inline-block;position:relative}.sprite_voicecall_ic_memberstatus_speakeroff:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1872px -700px;background-repeat:no-repeat;width:48px;min-width:24px;height:48px;min-height:24px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_voicecall_ic_memberstatus_speaking{width:24px;min-width:24px;height:24px;min-height:24px;display:inline-block;position:relative}.sprite_voicecall_ic_memberstatus_speaking:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1872px -748px;background-repeat:no-repeat;width:48px;min-width:24px;height:48px;min-height:24px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_voicecall_ic_settings{width:24px;min-width:24px;height:24px;min-height:24px;display:inline-block;position:relative}.sprite_voicecall_ic_settings:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1872px -796px;background-repeat:no-repeat;width:48px;min-width:24px;height:48px;min-height:24px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_zoom_ic_attendees_microphone_off{width:24px;min-width:24px;height:24px;min-height:24px;display:inline-block;position:relative}.sprite_zoom_ic_attendees_microphone_off:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1872px -844px;background-repeat:no-repeat;width:48px;min-width:24px;height:48px;min-height:24px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_zoom_ic_attendees_microphone_on{width:24px;min-width:24px;height:24px;min-height:24px;display:inline-block;position:relative}.sprite_zoom_ic_attendees_microphone_on:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1872px -924px;background-repeat:no-repeat;width:48px;min-width:24px;height:48px;min-height:24px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_zoom_ic_attendees{width:24px;min-width:24px;height:24px;min-height:24px;display:inline-block;position:relative}.sprite_zoom_ic_attendees:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1872px -972px;background-repeat:no-repeat;width:48px;min-width:24px;height:48px;min-height:24px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_zoom_ic_incomingcall_seatalklogo{width:24px;min-width:24px;height:24px;min-height:24px;display:inline-block;position:relative}.sprite_zoom_ic_incomingcall_seatalklogo:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1872px -1020px;background-repeat:no-repeat;width:48px;min-width:24px;height:48px;min-height:24px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_settings_ic_generalsettings{width:23px;min-width:23px;height:24px;min-height:24px;display:inline-block;position:relative}.sprite_settings_ic_generalsettings:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1872px -1068px;background-repeat:no-repeat;width:46px;min-width:23px;height:48px;min-height:24px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_chat_ic_sign_quotes_gray{width:22px;min-width:22px;height:22px;min-height:22px;display:inline-block;position:relative}.sprite_chat_ic_sign_quotes_gray:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1872px -1116px;background-repeat:no-repeat;width:44px;min-width:22px;height:44px;min-height:22px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_chat_ic_sign_quotes_white{width:22px;min-width:22px;height:22px;min-height:22px;display:inline-block;position:relative}.sprite_chat_ic_sign_quotes_white:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1872px -1160px;background-repeat:no-repeat;width:44px;min-width:22px;height:44px;min-height:22px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_chat_ic_sign_quotes{width:22px;min-width:22px;height:22px;min-height:22px;display:inline-block;position:relative}.sprite_chat_ic_sign_quotes:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1400px -888px;background-repeat:no-repeat;width:44px;min-width:22px;height:44px;min-height:22px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_chat_imageview_ic_video{width:24px;min-width:24px;height:18px;min-height:18px;display:inline-block;position:relative}.sprite_chat_imageview_ic_video:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1400px -932px;background-repeat:no-repeat;width:48px;min-width:24px;height:36px;min-height:18px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_chat_ic_loading{width:20px;min-width:20px;height:20px;min-height:20px;display:inline-block;position:relative}.sprite_chat_ic_loading:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2460px -344px;background-repeat:no-repeat;width:40px;min-width:20px;height:40px;min-height:20px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_chatlist_ic_cancel{width:20px;min-width:20px;height:20px;min-height:20px;display:inline-block;position:relative}.sprite_chatlist_ic_cancel:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2460px -384px;background-repeat:no-repeat;width:40px;min-width:20px;height:40px;min-height:20px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_chatroom_ic_arrow_down{width:20px;min-width:20px;height:20px;min-height:20px;display:inline-block;position:relative}.sprite_chatroom_ic_arrow_down:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2460px -424px;background-repeat:no-repeat;width:40px;min-width:20px;height:40px;min-height:20px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_chatroom_ic_bubble_videocall_white{width:20px;min-width:20px;height:20px;min-height:20px;display:inline-block;position:relative}.sprite_chatroom_ic_bubble_videocall_white:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2460px -484px;background-repeat:no-repeat;width:40px;min-width:20px;height:40px;min-height:20px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_chatroom_ic_bubble_voicecall_white{width:20px;min-width:20px;height:20px;min-height:20px;display:inline-block;position:relative}.sprite_chatroom_ic_bubble_voicecall_white:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2460px -524px;background-repeat:no-repeat;width:40px;min-width:20px;height:40px;min-height:20px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_contact_ic_arrow{width:20px;min-width:20px;height:20px;min-height:20px;display:inline-block;position:relative}.sprite_contact_ic_arrow:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2460px -564px;background-repeat:no-repeat;width:40px;min-width:20px;height:40px;min-height:20px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_content_ic_call_white{width:20px;min-width:20px;height:20px;min-height:20px;display:inline-block;position:relative}.sprite_content_ic_call_white:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2460px -624px;background-repeat:no-repeat;width:40px;min-width:20px;height:40px;min-height:20px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_content_ic_call{width:20px;min-width:20px;height:20px;min-height:20px;display:inline-block;position:relative}.sprite_content_ic_call:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2460px -664px;background-repeat:no-repeat;width:40px;min-width:20px;height:40px;min-height:20px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_download_file_failed{width:20px;min-width:20px;height:20px;min-height:20px;display:inline-block;position:relative}.sprite_download_file_failed:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2460px -704px;background-repeat:no-repeat;width:40px;min-width:20px;height:40px;min-height:20px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_download_file{width:20px;min-width:20px;height:20px;min-height:20px;display:inline-block;position:relative}.sprite_download_file:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2460px -764px;background-repeat:no-repeat;width:40px;min-width:20px;height:40px;min-height:20px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_ele_content_ic_alert{width:20px;min-width:20px;height:20px;min-height:20px;display:inline-block;position:relative}.sprite_ele_content_ic_alert:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2460px -804px;background-repeat:no-repeat;width:40px;min-width:20px;height:40px;min-height:20px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_ele_ic_copy_white{width:20px;min-width:20px;height:20px;min-height:20px;display:inline-block;position:relative}.sprite_ele_ic_copy_white:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2460px -844px;background-repeat:no-repeat;width:40px;min-width:20px;height:40px;min-height:20px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_ele_ic_dropdownarrow_black{width:20px;min-width:20px;height:20px;min-height:20px;display:inline-block;position:relative}.sprite_ele_ic_dropdownarrow_black:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-520px -816px;background-repeat:no-repeat;width:40px;min-width:20px;height:40px;min-height:20px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_ele_ic_dropdownarrow_blue{width:20px;min-width:20px;height:20px;min-height:20px;display:inline-block;position:relative}.sprite_ele_ic_dropdownarrow_blue:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1400px -968px;background-repeat:no-repeat;width:40px;min-width:20px;height:40px;min-height:20px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_ele_ic_dropdownarrow_gray{width:20px;min-width:20px;height:20px;min-height:20px;display:inline-block;position:relative}.sprite_ele_ic_dropdownarrow_gray:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1400px -1008px;background-repeat:no-repeat;width:40px;min-width:20px;height:40px;min-height:20px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_ele_ic_more_right_gray{width:20px;min-width:20px;height:20px;min-height:20px;display:inline-block;position:relative}.sprite_ele_ic_more_right_gray:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1400px -1048px;background-repeat:no-repeat;width:40px;min-width:20px;height:40px;min-height:20px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_ele_ic_nonotification{width:20px;min-width:20px;height:20px;min-height:20px;display:inline-block;position:relative}.sprite_ele_ic_nonotification:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1400px -1088px;background-repeat:no-repeat;width:40px;min-width:20px;height:40px;min-height:20px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_ele_selection_active{width:20px;min-width:20px;height:20px;min-height:20px;display:inline-block;position:relative}.sprite_ele_selection_active:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1400px -1128px;background-repeat:no-repeat;width:40px;min-width:20px;height:40px;min-height:20px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_ele_selection_gray{width:20px;min-width:20px;height:20px;min-height:20px;display:inline-block;position:relative}.sprite_ele_selection_gray:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1400px -1168px;background-repeat:no-repeat;width:40px;min-width:20px;height:40px;min-height:20px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_general_ic_more_small{width:20px;min-width:20px;height:20px;min-height:20px;display:inline-block;position:relative}.sprite_general_ic_more_small:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1400px -1208px;background-repeat:no-repeat;width:40px;min-width:20px;height:40px;min-height:20px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_general_more_ic_back{width:20px;min-width:20px;height:20px;min-height:20px;display:inline-block;position:relative}.sprite_general_more_ic_back:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1400px -1248px;background-repeat:no-repeat;width:40px;min-width:20px;height:40px;min-height:20px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_login_ic_howtoscan{width:20px;min-width:20px;height:20px;min-height:20px;display:inline-block;position:relative}.sprite_login_ic_howtoscan:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2266px -1888px;background-repeat:no-repeat;width:40px;min-width:20px;height:40px;min-height:20px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_login_ic_popup_close{width:20px;min-width:20px;height:20px;min-height:20px;display:inline-block;position:relative}.sprite_login_ic_popup_close:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2276px -1984px;background-repeat:no-repeat;width:40px;min-width:20px;height:40px;min-height:20px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_login_ic_refresh{width:20px;min-width:20px;height:20px;min-height:20px;display:inline-block;position:relative}.sprite_login_ic_refresh:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1380px -2048px;background-repeat:no-repeat;width:40px;min-width:20px;height:40px;min-height:20px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_meeting_ic_inmeeting_status_more{width:20px;min-width:20px;height:20px;min-height:20px;display:inline-block;position:relative}.sprite_meeting_ic_inmeeting_status_more:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1420px -2048px;background-repeat:no-repeat;width:40px;min-width:20px;height:40px;min-height:20px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_meeting_ic_participants_waiting_admit{width:20px;min-width:20px;height:20px;min-height:20px;display:inline-block;position:relative}.sprite_meeting_ic_participants_waiting_admit:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1460px -2048px;background-repeat:no-repeat;width:40px;min-width:20px;height:40px;min-height:20px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_meeting_ic_participants_waiting_reject{width:20px;min-width:20px;height:20px;min-height:20px;display:inline-block;position:relative}.sprite_meeting_ic_participants_waiting_reject:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1500px -2048px;background-repeat:no-repeat;width:40px;min-width:20px;height:40px;min-height:20px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_profile_ic_confirm_blue{width:20px;min-width:20px;height:20px;min-height:20px;display:inline-block;position:relative}.sprite_profile_ic_confirm_blue:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1540px -2048px;background-repeat:no-repeat;width:40px;min-width:20px;height:40px;min-height:20px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_profile_ic_confirm_gray{width:20px;min-width:20px;height:20px;min-height:20px;display:inline-block;position:relative}.sprite_profile_ic_confirm_gray:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1580px -2048px;background-repeat:no-repeat;width:40px;min-width:20px;height:40px;min-height:20px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_profile_ic_set_alias_blue{width:20px;min-width:20px;height:20px;min-height:20px;display:inline-block;position:relative}.sprite_profile_ic_set_alias_blue:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1620px -2048px;background-repeat:no-repeat;width:40px;min-width:20px;height:40px;min-height:20px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_profile_ic_set_alias{width:20px;min-width:20px;height:20px;min-height:20px;display:inline-block;position:relative}.sprite_profile_ic_set_alias:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1660px -2048px;background-repeat:no-repeat;width:40px;min-width:20px;height:40px;min-height:20px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_profile-ic-setalias-gray{width:20px;min-width:20px;height:20px;min-height:20px;display:inline-block;position:relative}.sprite_profile-ic-setalias-gray:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1700px -2048px;background-repeat:no-repeat;width:40px;min-width:20px;height:40px;min-height:20px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_search_ic_copy_blue{width:20px;min-width:20px;height:20px;min-height:20px;display:inline-block;position:relative}.sprite_search_ic_copy_blue:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1740px -2048px;background-repeat:no-repeat;width:40px;min-width:20px;height:40px;min-height:20px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_search_ic_copy{width:20px;min-width:20px;height:20px;min-height:20px;display:inline-block;position:relative}.sprite_search_ic_copy:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1780px -2048px;background-repeat:no-repeat;width:40px;min-width:20px;height:40px;min-height:20px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_search_ic_download_blue{width:20px;min-width:20px;height:20px;min-height:20px;display:inline-block;position:relative}.sprite_search_ic_download_blue:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1820px -2048px;background-repeat:no-repeat;width:40px;min-width:20px;height:40px;min-height:20px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_search_ic_download{width:20px;min-width:20px;height:20px;min-height:20px;display:inline-block;position:relative}.sprite_search_ic_download:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1860px -2048px;background-repeat:no-repeat;width:40px;min-width:20px;height:40px;min-height:20px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_search_ic_forward_blue{width:20px;min-width:20px;height:20px;min-height:20px;display:inline-block;position:relative}.sprite_search_ic_forward_blue:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1900px -2048px;background-repeat:no-repeat;width:40px;min-width:20px;height:40px;min-height:20px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_search_ic_forward{width:20px;min-width:20px;height:20px;min-height:20px;display:inline-block;position:relative}.sprite_search_ic_forward:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1940px -2048px;background-repeat:no-repeat;width:40px;min-width:20px;height:40px;min-height:20px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_search_ic_more{width:20px;min-width:20px;height:20px;min-height:20px;display:inline-block;position:relative}.sprite_search_ic_more:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1980px -2048px;background-repeat:no-repeat;width:40px;min-width:20px;height:40px;min-height:20px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_search_ic_trace_blue{width:20px;min-width:20px;height:20px;min-height:20px;display:inline-block;position:relative}.sprite_search_ic_trace_blue:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2020px -2048px;background-repeat:no-repeat;width:40px;min-width:20px;height:40px;min-height:20px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_search_ic_trace{width:20px;min-width:20px;height:20px;min-height:20px;display:inline-block;position:relative}.sprite_search_ic_trace:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2060px -2048px;background-repeat:no-repeat;width:40px;min-width:20px;height:40px;min-height:20px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_search_ic_video{width:20px;min-width:20px;height:20px;min-height:20px;display:inline-block;position:relative}.sprite_search_ic_video:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2100px -2048px;background-repeat:no-repeat;width:40px;min-width:20px;height:40px;min-height:20px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_server_maintenance_alert{width:20px;min-width:20px;height:20px;min-height:20px;display:inline-block;position:relative}.sprite_server_maintenance_alert:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2140px -2048px;background-repeat:no-repeat;width:40px;min-width:20px;height:40px;min-height:20px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_settings_ic_add{width:20px;min-width:20px;height:20px;min-height:20px;display:inline-block;position:relative}.sprite_settings_ic_add:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2180px -2048px;background-repeat:no-repeat;width:40px;min-width:20px;height:40px;min-height:20px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_settings_ic_remove{width:20px;min-width:20px;height:20px;min-height:20px;display:inline-block;position:relative}.sprite_settings_ic_remove:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2220px -2048px;background-repeat:no-repeat;width:40px;min-width:20px;height:40px;min-height:20px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_settings_ic_search{width:20px;min-width:20px;height:20px;min-height:20px;display:inline-block;position:relative}.sprite_settings_ic_search:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2260px -2048px;background-repeat:no-repeat;width:40px;min-width:20px;height:40px;min-height:20px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_titlebar_ic_oncall_video{width:20px;min-width:20px;height:20px;min-height:20px;display:inline-block;position:relative}.sprite_titlebar_ic_oncall_video:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1180px -2088px;background-repeat:no-repeat;width:40px;min-width:20px;height:40px;min-height:20px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_titlebar_ic_oncall_voice{width:20px;min-width:20px;height:20px;min-height:20px;display:inline-block;position:relative}.sprite_titlebar_ic_oncall_voice:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1220px -2088px;background-repeat:no-repeat;width:40px;min-width:20px;height:40px;min-height:20px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_zoom_ic_dropdownarrow{width:20px;min-width:20px;height:20px;min-height:20px;display:inline-block;position:relative}.sprite_zoom_ic_dropdownarrow:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1260px -2088px;background-repeat:no-repeat;width:40px;min-width:20px;height:40px;min-height:20px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_zoom_ic_toast_alert{width:20px;min-width:20px;height:20px;min-height:20px;display:inline-block;position:relative}.sprite_zoom_ic_toast_alert:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1300px -2088px;background-repeat:no-repeat;width:40px;min-width:20px;height:40px;min-height:20px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_chat_sendimage_ic_delete{width:18px;min-width:18px;height:18px;min-height:18px;display:inline-block;position:relative}.sprite_chat_sendimage_ic_delete:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1340px -2088px;background-repeat:no-repeat;width:36px;min-width:18px;height:36px;min-height:18px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_chat_ic_fail{width:16px;min-width:16px;height:16px;min-height:16px;display:inline-block;position:relative}.sprite_chat_ic_fail:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2286px -1680px;background-repeat:no-repeat;width:32px;min-width:16px;height:32px;min-height:16px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_chat_ic_sending{width:16px;min-width:16px;height:16px;min-height:16px;display:inline-block;position:relative}.sprite_chat_ic_sending:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2286px -1712px;background-repeat:no-repeat;width:32px;min-width:16px;height:32px;min-height:16px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_ele_content_ic_warn{width:16px;min-width:16px;height:16px;min-height:16px;display:inline-block;position:relative}.sprite_ele_content_ic_warn:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2286px -1744px;background-repeat:no-repeat;width:32px;min-width:16px;height:32px;min-height:16px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_search_ic_chatbot{width:16px;min-width:16px;height:16px;min-height:16px;display:inline-block;position:relative}.sprite_search_ic_chatbot:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2286px -1776px;background-repeat:no-repeat;width:32px;min-width:16px;height:32px;min-height:16px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_search_ic_chathistory{width:16px;min-width:16px;height:16px;min-height:16px;display:inline-block;position:relative}.sprite_search_ic_chathistory:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2286px -1808px;background-repeat:no-repeat;width:32px;min-width:16px;height:32px;min-height:16px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_search_ic_contact{width:16px;min-width:16px;height:16px;min-height:16px;display:inline-block;position:relative}.sprite_search_ic_contact:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1776px -572px;background-repeat:no-repeat;width:32px;min-width:16px;height:32px;min-height:16px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_search_ic_group{width:16px;min-width:16px;height:16px;min-height:16px;display:inline-block;position:relative}.sprite_search_ic_group:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1808px -572px;background-repeat:no-repeat;width:32px;min-width:16px;height:32px;min-height:16px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_search_ic_notice{width:16px;min-width:16px;height:16px;min-height:16px;display:inline-block;position:relative}.sprite_search_ic_notice:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1840px -572px;background-repeat:no-repeat;width:32px;min-width:16px;height:32px;min-height:16px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_search_ic_publicaccount{width:16px;min-width:16px;height:16px;min-height:16px;display:inline-block;position:relative}.sprite_search_ic_publicaccount:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1872px -572px;background-repeat:no-repeat;width:32px;min-width:16px;height:32px;min-height:16px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_settings-ic-zoom-in{width:16px;min-width:16px;height:16px;min-height:16px;display:inline-block;position:relative}.sprite_settings-ic-zoom-in:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1776px -892px;background-repeat:no-repeat;width:32px;min-width:16px;height:32px;min-height:16px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_settings-ic-zoom-out{width:16px;min-width:16px;height:16px;min-height:16px;display:inline-block;position:relative}.sprite_settings-ic-zoom-out:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1808px -892px;background-repeat:no-repeat;width:32px;min-width:16px;height:32px;min-height:16px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_titlebar_ic_onleave{width:16px;min-width:16px;height:16px;min-height:16px;display:inline-block;position:relative}.sprite_titlebar_ic_onleave:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1840px -892px;background-repeat:no-repeat;width:32px;min-width:16px;height:32px;min-height:16px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_voicecall_ic_windowstitlebar_close_dark{width:16px;min-width:16px;height:16px;min-height:16px;display:inline-block;position:relative}.sprite_voicecall_ic_windowstitlebar_close_dark:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1872px -892px;background-repeat:no-repeat;width:32px;min-width:16px;height:32px;min-height:16px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_voicecall_ic_windowstitlebar_close_white{width:16px;min-width:16px;height:16px;min-height:16px;display:inline-block;position:relative}.sprite_voicecall_ic_windowstitlebar_close_white:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1776px -1212px;background-repeat:no-repeat;width:32px;min-width:16px;height:32px;min-height:16px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_voicecall_ic_windowstitlebar_close{width:16px;min-width:16px;height:16px;min-height:16px;display:inline-block;position:relative}.sprite_voicecall_ic_windowstitlebar_close:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1808px -1212px;background-repeat:no-repeat;width:32px;min-width:16px;height:32px;min-height:16px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_voicecall_ic_windowstitlebar_maximize{width:16px;min-width:16px;height:16px;min-height:16px;display:inline-block;position:relative}.sprite_voicecall_ic_windowstitlebar_maximize:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1840px -1212px;background-repeat:no-repeat;width:32px;min-width:16px;height:32px;min-height:16px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_voicecall_ic_windowstitlebar_minimize{width:16px;min-width:16px;height:16px;min-height:16px;display:inline-block;position:relative}.sprite_voicecall_ic_windowstitlebar_minimize:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1872px -1212px;background-repeat:no-repeat;width:32px;min-width:16px;height:32px;min-height:16px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_voicecall_ic_windowstitlebar_restore{width:16px;min-width:16px;height:16px;min-height:16px;display:inline-block;position:relative}.sprite_voicecall_ic_windowstitlebar_restore:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-520px -856px;background-repeat:no-repeat;width:32px;min-width:16px;height:32px;min-height:16px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_voicecall_ic_windowstitlebar_seatalklogo{width:16px;min-width:16px;height:16px;min-height:16px;display:inline-block;position:relative}.sprite_voicecall_ic_windowstitlebar_seatalklogo:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2266px -1928px;background-repeat:no-repeat;width:32px;min-width:16px;height:32px;min-height:16px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_zoom_ic_connecting{width:16px;min-width:16px;height:16px;min-height:16px;display:inline-block;position:relative}.sprite_zoom_ic_connecting:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1376px -2088px;background-repeat:no-repeat;width:32px;min-width:16px;height:32px;min-height:16px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_chat_ic_newmessages_arrow{width:14px;min-width:14px;height:14px;min-height:14px;display:inline-block;position:relative}.sprite_chat_ic_newmessages_arrow:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2448px -1130px;background-repeat:no-repeat;width:28px;min-width:14px;height:28px;min-height:14px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_chat_sendimage_ic_video{width:14px;min-width:14px;height:14px;min-height:14px;display:inline-block;position:relative}.sprite_chat_sendimage_ic_video:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1428px -1288px;background-repeat:no-repeat;width:28px;min-width:14px;height:28px;min-height:14px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_newchat_ic_delete_black{width:14px;min-width:14px;height:14px;min-height:14px;display:inline-block;position:relative}.sprite_newchat_ic_delete_black:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1408px -2088px;background-repeat:no-repeat;width:28px;min-width:14px;height:28px;min-height:14px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_ele_ic_whisper{width:12px;min-width:12px;height:14px;min-height:14px;display:inline-block;position:relative}.sprite_ele_ic_whisper:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2476px -1130px;background-repeat:no-repeat;width:24px;min-width:12px;height:28px;min-height:14px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_videocall_rc_muted{width:10px;min-width:10px;height:12px;min-height:12px;display:inline-block;position:relative}.sprite_videocall_rc_muted:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2448px -1008px;background-repeat:no-repeat;width:20px;min-width:10px;height:24px;min-height:12px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_chat_ic_whitebubble{width:7px;min-width:7px;height:11px;min-height:11px;display:inline-block;position:relative}.sprite_chat_ic_whitebubble:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2484px -180px;background-repeat:no-repeat;width:14px;min-width:7px;height:22px;min-height:11px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_zoom_img_illustration_started{width:280px;min-width:280px;height:220px;min-height:220px;display:inline-block;position:relative}.light-theme .sprite_zoom_img_illustration_started:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:0 0;background-repeat:no-repeat;width:560px;min-width:280px;height:440px;min-height:220px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_chat_img_afternoon{width:224px;min-width:224px;height:224px;min-height:224px;display:inline-block;position:relative}.light-theme .sprite_chat_img_afternoon:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:0 -440px;background-repeat:no-repeat;width:448px;min-width:224px;height:448px;min-height:224px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_chat_img_evening{width:224px;min-width:224px;height:224px;min-height:224px;display:inline-block;position:relative}.light-theme .sprite_chat_img_evening:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-560px 0;background-repeat:no-repeat;width:448px;min-width:224px;height:448px;min-height:224px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_chat_img_morning{width:224px;min-width:224px;height:224px;min-height:224px;display:inline-block;position:relative}.light-theme .sprite_chat_img_morning:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1008px 0;background-repeat:no-repeat;width:448px;min-width:224px;height:448px;min-height:224px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_applink-profile-view-not-exist{width:220px;min-width:220px;height:220px;min-height:220px;display:inline-block;position:relative}.light-theme .sprite_applink-profile-view-not-exist:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1008px -448px;background-repeat:no-repeat;width:440px;min-width:220px;height:440px;min-height:220px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_chat_img_nochathistory{width:220px;min-width:220px;height:220px;min-height:220px;display:inline-block;position:relative}.light-theme .sprite_chat_img_nochathistory:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-560px -448px;background-repeat:no-repeat;width:440px;min-width:220px;height:440px;min-height:220px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_contacts_img_nocontact{width:220px;min-width:220px;height:220px;min-height:220px;display:inline-block;position:relative}.light-theme .sprite_contacts_img_nocontact:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:0 -888px;background-repeat:no-repeat;width:440px;min-width:220px;height:440px;min-height:220px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_groups_img_placeholder_conferences{width:220px;min-width:220px;height:220px;min-height:220px;display:inline-block;position:relative}.light-theme .sprite_groups_img_placeholder_conferences:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-440px -888px;background-repeat:no-repeat;width:440px;min-width:220px;height:440px;min-height:220px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_search_img_search_no_typing{width:220px;min-width:220px;height:220px;min-height:220px;display:inline-block;position:relative}.light-theme .sprite_search_img_search_no_typing:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-880px -888px;background-repeat:no-repeat;width:440px;min-width:220px;height:440px;min-height:220px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_screenshare_new_feature{width:232px;min-width:232px;height:142px;min-height:142px;display:inline-block;position:relative}.light-theme .sprite_screenshare_new_feature:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1456px 0;background-repeat:no-repeat;width:464px;min-width:232px;height:284px;min-height:142px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_add_img_addcontact{width:160px;min-width:160px;height:160px;min-height:160px;display:inline-block;position:relative}.light-theme .sprite_add_img_addcontact:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1456px -284px;background-repeat:no-repeat;width:320px;min-width:160px;height:320px;min-height:160px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_chat_imageview_expired{width:160px;min-width:160px;height:160px;min-height:160px;display:inline-block;position:relative}.light-theme .sprite_chat_imageview_expired:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1456px -604px;background-repeat:no-repeat;width:320px;min-width:160px;height:320px;min-height:160px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_chat_imageview_no_media{width:160px;min-width:160px;height:160px;min-height:160px;display:inline-block;position:relative}.light-theme .sprite_chat_imageview_no_media:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1456px -924px;background-repeat:no-repeat;width:320px;min-width:160px;height:320px;min-height:160px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_search_img_noresult{width:160px;min-width:160px;height:160px;min-height:160px;display:inline-block;position:relative}.light-theme .sprite_search_img_noresult:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:0 -1328px;background-repeat:no-repeat;width:320px;min-width:160px;height:320px;min-height:160px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_search_img_searchdefault{width:160px;min-width:160px;height:160px;min-height:160px;display:inline-block;position:relative}.light-theme .sprite_search_img_searchdefault:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-320px -1328px;background-repeat:no-repeat;width:320px;min-width:160px;height:320px;min-height:160px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_backuprestore_image_disconnect{width:201px;min-width:201px;height:120px;min-height:120px;display:inline-block;position:relative}.light-theme .sprite_backuprestore_image_disconnect:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-640px -1328px;background-repeat:no-repeat;width:402px;min-width:201px;height:240px;min-height:120px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_backuprestore_image_backupcompleted{width:200px;min-width:200px;height:120px;min-height:120px;display:inline-block;position:relative}.light-theme .sprite_backuprestore_image_backupcompleted:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1042px -1328px;background-repeat:no-repeat;width:400px;min-width:200px;height:240px;min-height:120px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_backuprestore_image_backupstop{width:200px;min-width:200px;height:120px;min-height:120px;display:inline-block;position:relative}.light-theme .sprite_backuprestore_image_backupstop:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1442px -1328px;background-repeat:no-repeat;width:400px;min-width:200px;height:240px;min-height:120px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_backuprestore_image_confirmonphone{width:200px;min-width:200px;height:120px;min-height:120px;display:inline-block;position:relative}.light-theme .sprite_backuprestore_image_confirmonphone:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:0 -1648px;background-repeat:no-repeat;width:400px;min-width:200px;height:240px;min-height:120px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_backuprestore_image_other_error{width:200px;min-width:200px;height:120px;min-height:120px;display:inline-block;position:relative}.light-theme .sprite_backuprestore_image_other_error:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-400px -1648px;background-repeat:no-repeat;width:400px;min-width:200px;height:240px;min-height:120px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_backuprestore_image_restorecompleted{width:200px;min-width:200px;height:120px;min-height:120px;display:inline-block;position:relative}.light-theme .sprite_backuprestore_image_restorecompleted:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-800px -1648px;background-repeat:no-repeat;width:400px;min-width:200px;height:240px;min-height:120px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_backuprestore_image_restorestop{width:200px;min-width:200px;height:120px;min-height:120px;display:inline-block;position:relative}.light-theme .sprite_backuprestore_image_restorestop:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1200px -1648px;background-repeat:no-repeat;width:400px;min-width:200px;height:240px;min-height:120px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_backuprestore_img_desktopnospace{width:200px;min-width:200px;height:120px;min-height:120px;display:inline-block;position:relative}.light-theme .sprite_backuprestore_img_desktopnospace:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1920px 0;background-repeat:no-repeat;width:400px;min-width:200px;height:240px;min-height:120px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_backuprestore_img_desktopupdate{width:200px;min-width:200px;height:120px;min-height:120px;display:inline-block;position:relative}.light-theme .sprite_backuprestore_img_desktopupdate:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1920px -240px;background-repeat:no-repeat;width:400px;min-width:200px;height:240px;min-height:120px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_backuprestore_img_mobilenospace{width:200px;min-width:200px;height:120px;min-height:120px;display:inline-block;position:relative}.light-theme .sprite_backuprestore_img_mobilenospace:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1920px -480px;background-repeat:no-repeat;width:400px;min-width:200px;height:240px;min-height:120px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_backuprestore_img_mobileupdate{width:200px;min-width:200px;height:120px;min-height:120px;display:inline-block;position:relative}.light-theme .sprite_backuprestore_img_mobileupdate:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1920px -720px;background-repeat:no-repeat;width:400px;min-width:200px;height:240px;min-height:120px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_backuprestore_img_nonetwork{width:200px;min-width:200px;height:120px;min-height:120px;display:inline-block;position:relative}.light-theme .sprite_backuprestore_img_nonetwork:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1920px -960px;background-repeat:no-repeat;width:400px;min-width:200px;height:240px;min-height:120px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_backuprestore_image_backup{width:160px;min-width:160px;height:120px;min-height:120px;display:inline-block;position:relative}.light-theme .sprite_backuprestore_image_backup:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1920px -1200px;background-repeat:no-repeat;width:320px;min-width:160px;height:240px;min-height:120px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_backuprestore_image_restore_disable{width:160px;min-width:160px;height:120px;min-height:120px;display:inline-block;position:relative}.light-theme .sprite_backuprestore_image_restore_disable:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1920px -1440px;background-repeat:no-repeat;width:320px;min-width:160px;height:240px;min-height:120px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_backuprestore_image_restore{width:160px;min-width:160px;height:120px;min-height:120px;display:inline-block;position:relative}.light-theme .sprite_backuprestore_image_restore:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1600px -1648px;background-repeat:no-repeat;width:320px;min-width:160px;height:240px;min-height:120px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_login_ic_plane{width:183px;min-width:183px;height:93px;min-height:93px;display:inline-block;position:relative}.light-theme .sprite_login_ic_plane:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1920px -1680px;background-repeat:no-repeat;width:366px;min-width:183px;height:186px;min-height:93px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_settings_ic_seatalk{width:110px;min-width:110px;height:139px;min-height:139px;display:inline-block;position:relative}.light-theme .sprite_settings_ic_seatalk:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:0 -1888px;background-repeat:no-repeat;width:220px;min-width:110px;height:278px;min-height:139px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_search_img_chat_default{width:120px;min-width:120px;height:121px;min-height:121px;display:inline-block;position:relative}.light-theme .sprite_search_img_chat_default:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-220px -1888px;background-repeat:no-repeat;width:240px;min-width:120px;height:242px;min-height:121px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_chat_ic_noticebotavatar{width:120px;min-width:120px;height:120px;min-height:120px;display:inline-block;position:relative}.light-theme .sprite_chat_ic_noticebotavatar:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-460px -1888px;background-repeat:no-repeat;width:240px;min-width:120px;height:240px;min-height:120px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_illustration_othererror{width:120px;min-width:120px;height:120px;min-height:120px;display:inline-block;position:relative}.light-theme .sprite_illustration_othererror:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-700px -1888px;background-repeat:no-repeat;width:240px;min-width:120px;height:240px;min-height:120px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_search_img_chat_noresult{width:120px;min-width:120px;height:120px;min-height:120px;display:inline-block;position:relative}.light-theme .sprite_search_img_chat_noresult:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-940px -1888px;background-repeat:no-repeat;width:240px;min-width:120px;height:240px;min-height:120px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_chatsettings_img_nonoticebot{width:100px;min-width:100px;height:100px;min-height:100px;display:inline-block;position:relative}.light-theme .sprite_chatsettings_img_nonoticebot:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1180px -1888px;background-repeat:no-repeat;width:200px;min-width:100px;height:200px;min-height:100px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_login_ic_seatalklogo{width:176px;min-width:176px;height:48px;min-height:48px;display:inline-block;position:relative}.light-theme .sprite_login_ic_seatalklogo:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1380px -1888px;background-repeat:no-repeat;width:352px;min-width:176px;height:96px;min-height:48px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_ele_ic_defaultavatar{width:90px;min-width:90px;height:90px;min-height:90px;display:inline-block;position:relative}.light-theme .sprite_ele_ic_defaultavatar:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2320px 0;background-repeat:no-repeat;width:180px;min-width:90px;height:180px;min-height:90px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_contact_ic_seatalk{width:159px;min-width:159px;height:46px;min-height:46px;display:inline-block;position:relative}.light-theme .sprite_contact_ic_seatalk:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1732px -1888px;background-repeat:no-repeat;width:318px;min-width:159px;height:92px;min-height:46px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_dropfile_ic_pic{width:82px;min-width:82px;height:82px;min-height:82px;display:inline-block;position:relative}.light-theme .sprite_dropfile_ic_pic:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2320px -180px;background-repeat:no-repeat;width:164px;min-width:82px;height:164px;min-height:82px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_chat_ic_empty_image_fullpreview{width:70px;min-width:70px;height:70px;min-height:70px;display:inline-block;position:relative}.light-theme .sprite_chat_ic_empty_image_fullpreview:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2320px -344px;background-repeat:no-repeat;width:140px;min-width:70px;height:140px;min-height:70px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_chat_ic_empty_video_fullpreview{width:70px;min-width:70px;height:70px;min-height:70px;display:inline-block;position:relative}.light-theme .sprite_chat_ic_empty_video_fullpreview:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2320px -484px;background-repeat:no-repeat;width:140px;min-width:70px;height:140px;min-height:70px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_image_expired_text{width:70px;min-width:70px;height:70px;min-height:70px;display:inline-block;position:relative}.light-theme .sprite_image_expired_text:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2320px -624px;background-repeat:no-repeat;width:140px;min-width:70px;height:140px;min-height:70px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_video_expired_text{width:70px;min-width:70px;height:70px;min-height:70px;display:inline-block;position:relative}.light-theme .sprite_video_expired_text:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2320px -764px;background-repeat:no-repeat;width:140px;min-width:70px;height:140px;min-height:70px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_file_ic_alert_large{width:64px;min-width:64px;height:64px;min-height:64px;display:inline-block;position:relative}.light-theme .sprite_file_ic_alert_large:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2320px -904px;background-repeat:no-repeat;width:128px;min-width:64px;height:128px;min-height:64px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_gif_expired_text{width:64px;min-width:64px;height:64px;min-height:64px;display:inline-block;position:relative}.light-theme .sprite_gif_expired_text:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2320px -1032px;background-repeat:no-repeat;width:128px;min-width:64px;height:128px;min-height:64px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_default_bot{width:60px;min-width:60px;height:60px;min-height:60px;display:inline-block;position:relative}.light-theme .sprite_default_bot:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2320px -1160px;background-repeat:no-repeat;width:120px;min-width:60px;height:120px;min-height:60px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_default_group{width:60px;min-width:60px;height:60px;min-height:60px;display:inline-block;position:relative}.light-theme .sprite_default_group:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2320px -1280px;background-repeat:no-repeat;width:120px;min-width:60px;height:120px;min-height:60px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_default_user{width:60px;min-width:60px;height:60px;min-height:60px;display:inline-block;position:relative}.light-theme .sprite_default_user:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2320px -1400px;background-repeat:no-repeat;width:120px;min-width:60px;height:120px;min-height:60px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_ele_ic_qrcode_networkerror{width:60px;min-width:60px;height:60px;min-height:60px;display:inline-block;position:relative}.light-theme .sprite_ele_ic_qrcode_networkerror:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2320px -1520px;background-repeat:no-repeat;width:120px;min-width:60px;height:120px;min-height:60px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_login_ic_desktopdownload{width:60px;min-width:60px;height:60px;min-height:60px;display:inline-block;position:relative}.light-theme .sprite_login_ic_desktopdownload:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2320px -1640px;background-repeat:no-repeat;width:120px;min-width:60px;height:120px;min-height:60px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_chat_ic_empty_image{width:48px;min-width:48px;height:48px;min-height:48px;display:inline-block;position:relative}.light-theme .sprite_chat_ic_empty_image:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2320px -1760px;background-repeat:no-repeat;width:96px;min-width:48px;height:96px;min-height:48px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_chat_imageview_ic_exclaim_gallery{width:48px;min-width:48px;height:48px;min-height:48px;display:inline-block;position:relative}.light-theme .sprite_chat_imageview_ic_exclaim_gallery:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2320px -1856px;background-repeat:no-repeat;width:96px;min-width:48px;height:96px;min-height:48px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_meeting_ic_inmeeting_cameraon_disabled{width:48px;min-width:48px;height:48px;min-height:48px;display:inline-block;position:relative}.light-theme .sprite_meeting_ic_inmeeting_cameraon_disabled:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2320px -1952px;background-repeat:no-repeat;width:96px;min-width:48px;height:96px;min-height:48px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_meeting_ic_inmeeting_cameraon{width:48px;min-width:48px;height:48px;min-height:48px;display:inline-block;position:relative}.light-theme .sprite_meeting_ic_inmeeting_cameraon:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2320px -2048px;background-repeat:no-repeat;width:96px;min-width:48px;height:96px;min-height:48px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_meeting_ic_inmeeting_sharescreen{width:48px;min-width:48px;height:48px;min-height:48px;display:inline-block;position:relative}.light-theme .sprite_meeting_ic_inmeeting_sharescreen:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1776px -284px;background-repeat:no-repeat;width:96px;min-width:48px;height:96px;min-height:48px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_videocall_ic_camera_disable{width:48px;min-width:48px;height:48px;min-height:48px;display:inline-block;position:relative}.light-theme .sprite_videocall_ic_camera_disable:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1776px -380px;background-repeat:no-repeat;width:96px;min-width:48px;height:96px;min-height:48px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_videocall_ic_camera_off{width:48px;min-width:48px;height:48px;min-height:48px;display:inline-block;position:relative}.light-theme .sprite_videocall_ic_camera_off:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1776px -476px;background-repeat:no-repeat;width:96px;min-width:48px;height:96px;min-height:48px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_videocall_ic_camera_on{width:48px;min-width:48px;height:48px;min-height:48px;display:inline-block;position:relative}.light-theme .sprite_videocall_ic_camera_on:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1776px -604px;background-repeat:no-repeat;width:96px;min-width:48px;height:96px;min-height:48px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_videocall_ic_speaker_off{width:48px;min-width:48px;height:48px;min-height:48px;display:inline-block;position:relative}.light-theme .sprite_videocall_ic_speaker_off:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1776px -700px;background-repeat:no-repeat;width:96px;min-width:48px;height:96px;min-height:48px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_videocall_ic_speaker_on{width:48px;min-width:48px;height:48px;min-height:48px;display:inline-block;position:relative}.light-theme .sprite_videocall_ic_speaker_on:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1776px -796px;background-repeat:no-repeat;width:96px;min-width:48px;height:96px;min-height:48px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_voicecall_ic_addmember{width:48px;min-width:48px;height:48px;min-height:48px;display:inline-block;position:relative}.light-theme .sprite_voicecall_ic_addmember:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1776px -924px;background-repeat:no-repeat;width:96px;min-width:48px;height:96px;min-height:48px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_voicecall_ic_hangup{width:48px;min-width:48px;height:48px;min-height:48px;display:inline-block;position:relative}.light-theme .sprite_voicecall_ic_hangup:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1776px -1020px;background-repeat:no-repeat;width:96px;min-width:48px;height:96px;min-height:48px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_voicecall_ic_speakeroff{width:48px;min-width:48px;height:48px;min-height:48px;display:inline-block;position:relative}.light-theme .sprite_voicecall_ic_speakeroff:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1776px -1116px;background-repeat:no-repeat;width:96px;min-width:48px;height:96px;min-height:48px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_voicecall_ic_speakeron{width:48px;min-width:48px;height:48px;min-height:48px;display:inline-block;position:relative}.light-theme .sprite_voicecall_ic_speakeron:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-448px -440px;background-repeat:no-repeat;width:96px;min-width:48px;height:96px;min-height:48px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_voting_ic_image_placeholder{width:48px;min-width:48px;height:48px;min-height:48px;display:inline-block;position:relative}.light-theme .sprite_voting_ic_image_placeholder:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-448px -536px;background-repeat:no-repeat;width:96px;min-width:48px;height:96px;min-height:48px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_zoom_ic_incomingcall_decline_big{width:48px;min-width:48px;height:48px;min-height:48px;display:inline-block;position:relative}.light-theme .sprite_zoom_ic_incomingcall_decline_big:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-448px -632px;background-repeat:no-repeat;width:96px;min-width:48px;height:96px;min-height:48px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_videocall_ic_addmember{width:44px;min-width:44px;height:44px;min-height:44px;display:inline-block;position:relative}.light-theme .sprite_videocall_ic_addmember:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-448px -728px;background-repeat:no-repeat;width:88px;min-width:44px;height:88px;min-height:44px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_chat_ic_voting{width:40px;min-width:40px;height:40px;min-height:40px;display:inline-block;position:relative}.light-theme .sprite_chat_ic_voting:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2416px -1760px;background-repeat:no-repeat;width:80px;min-width:40px;height:80px;min-height:40px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_chat_imageview_ic_next{width:40px;min-width:40px;height:40px;min-height:40px;display:inline-block;position:relative}.light-theme .sprite_chat_imageview_ic_next:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2416px -1856px;background-repeat:no-repeat;width:80px;min-width:40px;height:80px;min-height:40px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_chat_imageview_ic_previous{width:40px;min-width:40px;height:40px;min-height:40px;display:inline-block;position:relative}.light-theme .sprite_chat_imageview_ic_previous:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2416px -1952px;background-repeat:no-repeat;width:80px;min-width:40px;height:80px;min-height:40px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_content_ic_location_white{width:40px;min-width:40px;height:40px;min-height:40px;display:inline-block;position:relative}.light-theme .sprite_content_ic_location_white:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2416px -2048px;background-repeat:no-repeat;width:80px;min-width:40px;height:80px;min-height:40px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_ele_ic_qrcode_link{width:40px;min-width:40px;height:40px;min-height:40px;display:inline-block;position:relative}.light-theme .sprite_ele_ic_qrcode_link:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2240px -1200px;background-repeat:no-repeat;width:80px;min-width:40px;height:80px;min-height:40px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_ele_ic_qrcode_qr{width:40px;min-width:40px;height:40px;min-height:40px;display:inline-block;position:relative}.light-theme .sprite_ele_ic_qrcode_qr:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2240px -1280px;background-repeat:no-repeat;width:80px;min-width:40px;height:80px;min-height:40px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_ele_ic_qrcode_save{width:40px;min-width:40px;height:40px;min-height:40px;display:inline-block;position:relative}.light-theme .sprite_ele_ic_qrcode_save:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2240px -1360px;background-repeat:no-repeat;width:80px;min-width:40px;height:80px;min-height:40px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_filetransfer_ic_csv_file_grey{width:40px;min-width:40px;height:40px;min-height:40px;display:inline-block;position:relative}.light-theme .sprite_filetransfer_ic_csv_file_grey:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2240px -1440px;background-repeat:no-repeat;width:80px;min-width:40px;height:80px;min-height:40px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_filetransfer_ic_doc_file_grey{width:40px;min-width:40px;height:40px;min-height:40px;display:inline-block;position:relative}.light-theme .sprite_filetransfer_ic_doc_file_grey:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2240px -1520px;background-repeat:no-repeat;width:80px;min-width:40px;height:80px;min-height:40px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_filetransfer_ic_doc_file{width:40px;min-width:40px;height:40px;min-height:40px;display:inline-block;position:relative}.light-theme .sprite_filetransfer_ic_doc_file:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2240px -1600px;background-repeat:no-repeat;width:80px;min-width:40px;height:80px;min-height:40px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_filetransfer_ic_excel_file_grey{width:40px;min-width:40px;height:40px;min-height:40px;display:inline-block;position:relative}.light-theme .sprite_filetransfer_ic_excel_file_grey:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1456px -1244px;background-repeat:no-repeat;width:80px;min-width:40px;height:80px;min-height:40px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_filetransfer_ic_excel_file{width:40px;min-width:40px;height:40px;min-height:40px;display:inline-block;position:relative}.light-theme .sprite_filetransfer_ic_excel_file:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1536px -1244px;background-repeat:no-repeat;width:80px;min-width:40px;height:80px;min-height:40px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_filetransfer_ic_link{width:40px;min-width:40px;height:40px;min-height:40px;display:inline-block;position:relative}.light-theme .sprite_filetransfer_ic_link:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1616px -1244px;background-repeat:no-repeat;width:80px;min-width:40px;height:80px;min-height:40px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_filetransfer_ic_md_file_grey{width:40px;min-width:40px;height:40px;min-height:40px;display:inline-block;position:relative}.light-theme .sprite_filetransfer_ic_md_file_grey:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1696px -1244px;background-repeat:no-repeat;width:80px;min-width:40px;height:80px;min-height:40px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_filetransfer_ic_md_file{width:40px;min-width:40px;height:40px;min-height:40px;display:inline-block;position:relative}.light-theme .sprite_filetransfer_ic_md_file:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1776px -1244px;background-repeat:no-repeat;width:80px;min-width:40px;height:80px;min-height:40px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_filetransfer_ic_other_file_grey{width:40px;min-width:40px;height:40px;min-height:40px;display:inline-block;position:relative}.light-theme .sprite_filetransfer_ic_other_file_grey:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1320px -888px;background-repeat:no-repeat;width:80px;min-width:40px;height:80px;min-height:40px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_filetransfer_ic_other_file{width:40px;min-width:40px;height:40px;min-height:40px;display:inline-block;position:relative}.light-theme .sprite_filetransfer_ic_other_file:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1320px -968px;background-repeat:no-repeat;width:80px;min-width:40px;height:80px;min-height:40px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_filetransfer_ic_pdf_file_grey{width:40px;min-width:40px;height:40px;min-height:40px;display:inline-block;position:relative}.light-theme .sprite_filetransfer_ic_pdf_file_grey:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1320px -1048px;background-repeat:no-repeat;width:80px;min-width:40px;height:80px;min-height:40px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_filetransfer_ic_pdf_file{width:40px;min-width:40px;height:40px;min-height:40px;display:inline-block;position:relative}.light-theme .sprite_filetransfer_ic_pdf_file:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1320px -1128px;background-repeat:no-repeat;width:80px;min-width:40px;height:80px;min-height:40px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_filetransfer_ic_ppt_file_grey{width:40px;min-width:40px;height:40px;min-height:40px;display:inline-block;position:relative}.light-theme .sprite_filetransfer_ic_ppt_file_grey:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1320px -1208px;background-repeat:no-repeat;width:80px;min-width:40px;height:80px;min-height:40px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_filetransfer_ic_ppt_file{width:40px;min-width:40px;height:40px;min-height:40px;display:inline-block;position:relative}.light-theme .sprite_filetransfer_ic_ppt_file:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-640px -1568px;background-repeat:no-repeat;width:80px;min-width:40px;height:80px;min-height:40px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_filetransfer_ic_rar_file_grey{width:40px;min-width:40px;height:40px;min-height:40px;display:inline-block;position:relative}.light-theme .sprite_filetransfer_ic_rar_file_grey:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-720px -1568px;background-repeat:no-repeat;width:80px;min-width:40px;height:80px;min-height:40px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_filetransfer_ic_rar_file{width:40px;min-width:40px;height:40px;min-height:40px;display:inline-block;position:relative}.light-theme .sprite_filetransfer_ic_rar_file:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-800px -1568px;background-repeat:no-repeat;width:80px;min-width:40px;height:80px;min-height:40px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_filetransfer_ic_sound_file_grey{width:40px;min-width:40px;height:40px;min-height:40px;display:inline-block;position:relative}.light-theme .sprite_filetransfer_ic_sound_file_grey:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-880px -1568px;background-repeat:no-repeat;width:80px;min-width:40px;height:80px;min-height:40px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_filetransfer_ic_sound_file{width:40px;min-width:40px;height:40px;min-height:40px;display:inline-block;position:relative}.light-theme .sprite_filetransfer_ic_sound_file:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-960px -1568px;background-repeat:no-repeat;width:80px;min-width:40px;height:80px;min-height:40px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_filetransfer_ic_zip_file_grey{width:40px;min-width:40px;height:40px;min-height:40px;display:inline-block;position:relative}.light-theme .sprite_filetransfer_ic_zip_file_grey:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1040px -1568px;background-repeat:no-repeat;width:80px;min-width:40px;height:80px;min-height:40px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_filetransfer_ic_zip_file{width:40px;min-width:40px;height:40px;min-height:40px;display:inline-block;position:relative}.light-theme .sprite_filetransfer_ic_zip_file:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1120px -1568px;background-repeat:no-repeat;width:80px;min-width:40px;height:80px;min-height:40px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_group_setting_ic_link{width:40px;min-width:40px;height:40px;min-height:40px;display:inline-block;position:relative}.light-theme .sprite_group_setting_ic_link:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1200px -1568px;background-repeat:no-repeat;width:80px;min-width:40px;height:80px;min-height:40px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_icon_decline{width:40px;min-width:40px;height:40px;min-height:40px;display:inline-block;position:relative}.light-theme .sprite_icon_decline:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1280px -1568px;background-repeat:no-repeat;width:80px;min-width:40px;height:80px;min-height:40px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_icon_endaccept{width:40px;min-width:40px;height:40px;min-height:40px;display:inline-block;position:relative}.light-theme .sprite_icon_endaccept:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1360px -1568px;background-repeat:no-repeat;width:80px;min-width:40px;height:80px;min-height:40px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_icon_voice{width:40px;min-width:40px;height:40px;min-height:40px;display:inline-block;position:relative}.light-theme .sprite_icon_voice:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1440px -1568px;background-repeat:no-repeat;width:80px;min-width:40px;height:80px;min-height:40px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_search_ic_chatbot_profile{width:40px;min-width:40px;height:40px;min-height:40px;display:inline-block;position:relative}.light-theme .sprite_search_ic_chatbot_profile:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1520px -1568px;background-repeat:no-repeat;width:80px;min-width:40px;height:80px;min-height:40px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_search_icon_searchnameemail{width:40px;min-width:40px;height:40px;min-height:40px;display:inline-block;position:relative}.light-theme .sprite_search_icon_searchnameemail:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1600px -1568px;background-repeat:no-repeat;width:80px;min-width:40px;height:80px;min-height:40px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_zoom_ic_avatar_conferenceroom{width:40px;min-width:40px;height:40px;min-height:40px;display:inline-block;position:relative}.light-theme .sprite_zoom_ic_avatar_conferenceroom:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1680px -1568px;background-repeat:no-repeat;width:80px;min-width:40px;height:80px;min-height:40px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_zoom_ic_avatar_myconference{width:40px;min-width:40px;height:40px;min-height:40px;display:inline-block;position:relative}.light-theme .sprite_zoom_ic_avatar_myconference:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1760px -1568px;background-repeat:no-repeat;width:80px;min-width:40px;height:80px;min-height:40px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_content_ic_video_play{width:36px;min-width:36px;height:36px;min-height:36px;display:inline-block;position:relative}.light-theme .sprite_content_ic_video_play:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-448px -816px;background-repeat:no-repeat;width:72px;min-width:36px;height:72px;min-height:36px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_download_ic_preview{width:36px;min-width:36px;height:36px;min-height:36px;display:inline-block;position:relative}.light-theme .sprite_download_ic_preview:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1842px -1328px;background-repeat:no-repeat;width:72px;min-width:36px;height:72px;min-height:36px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_ele_ic_failed{width:36px;min-width:36px;height:36px;min-height:36px;display:inline-block;position:relative}.light-theme .sprite_ele_ic_failed:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1842px -1400px;background-repeat:no-repeat;width:72px;min-width:36px;height:72px;min-height:36px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_file_ic_alert{width:36px;min-width:36px;height:36px;min-height:36px;display:inline-block;position:relative}.light-theme .sprite_file_ic_alert:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1842px -1472px;background-repeat:no-repeat;width:72px;min-width:36px;height:72px;min-height:36px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_group_setting_ic_link_gray{width:36px;min-width:36px;height:36px;min-height:36px;display:inline-block;position:relative}.light-theme .sprite_group_setting_ic_link_gray:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1840px -1568px;background-repeat:no-repeat;width:72px;min-width:36px;height:72px;min-height:36px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_image_expired_normal{width:36px;min-width:36px;height:36px;min-height:36px;display:inline-block;position:relative}.light-theme .sprite_image_expired_normal:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2050px -1888px;background-repeat:no-repeat;width:72px;min-width:36px;height:72px;min-height:36px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_profile_ic_avatar{width:36px;min-width:36px;height:36px;min-height:36px;display:inline-block;position:relative}.light-theme .sprite_profile_ic_avatar:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2122px -1888px;background-repeat:no-repeat;width:72px;min-width:36px;height:72px;min-height:36px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_video_expired_normal{width:36px;min-width:36px;height:36px;min-height:36px;display:inline-block;position:relative}.light-theme .sprite_video_expired_normal:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2194px -1888px;background-repeat:no-repeat;width:72px;min-width:36px;height:72px;min-height:36px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_chat_imageview_ic_thumbnail{width:54px;min-width:54px;height:20px;min-height:20px;display:inline-block;position:relative}.light-theme .sprite_chat_imageview_ic_thumbnail:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1320px -1288px;background-repeat:no-repeat;width:108px;min-width:54px;height:40px;min-height:20px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_add_ic_newchat{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.light-theme .sprite_add_ic_newchat:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1856px -1244px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_chat_fileview_ic_fittowidth_win{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.light-theme .sprite_chat_fileview_ic_fittowidth_win:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1380px -1984px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_chat_fileview_ic_fittowidth{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.light-theme .sprite_chat_fileview_ic_fittowidth:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1444px -1984px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_chat_ic_contact{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.light-theme .sprite_chat_ic_contact:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1508px -1984px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_chat_ic_emoji_blue{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.light-theme .sprite_chat_ic_emoji_blue:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1572px -1984px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_chat_ic_emoji{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.light-theme .sprite_chat_ic_emoji:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1636px -1984px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_chat_ic_file_blue{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.light-theme .sprite_chat_ic_file_blue:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1700px -1984px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_chat_ic_file{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.light-theme .sprite_chat_ic_file:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1764px -1984px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_chat_ic_screenshot_blue{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.light-theme .sprite_chat_ic_screenshot_blue:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1828px -1984px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_chat_ic_screenshot{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.light-theme .sprite_chat_ic_screenshot:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1892px -1984px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_chat_ic_voicecall_blue{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.light-theme .sprite_chat_ic_voicecall_blue:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1956px -1984px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_chat_ic_voicecall_gray{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.light-theme .sprite_chat_ic_voicecall_gray:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2020px -1984px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_chat_ic_vote_blue{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.light-theme .sprite_chat_ic_vote_blue:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2084px -1984px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_chat_ic_vote{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.light-theme .sprite_chat_ic_vote:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2148px -1984px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_chat_ic_zoom_blue{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.light-theme .sprite_chat_ic_zoom_blue:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2212px -1984px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_chat_ic_zoom{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.light-theme .sprite_chat_ic_zoom:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:0 -2166px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_chat_image_viewer_ic_more_win{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.light-theme .sprite_chat_image_viewer_ic_more_win:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-64px -2166px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_chat_image_viewer_ic_more{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.light-theme .sprite_chat_image_viewer_ic_more:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-128px -2166px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_chat_imageview_ic_album_win{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.light-theme .sprite_chat_imageview_ic_album_win:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-192px -2166px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_chat_imageview_ic_album{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.light-theme .sprite_chat_imageview_ic_album:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-256px -2166px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_chat_imageview_ic_back{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.light-theme .sprite_chat_imageview_ic_back:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-320px -2166px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_chat_imageview_ic_bigger_win{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.light-theme .sprite_chat_imageview_ic_bigger_win:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-384px -2166px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_chat_imageview_ic_bigger{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.light-theme .sprite_chat_imageview_ic_bigger:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-448px -2166px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_chat_imageview_ic_close{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.light-theme .sprite_chat_imageview_ic_close:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-512px -2166px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_chat_imageview_ic_download_win{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.light-theme .sprite_chat_imageview_ic_download_win:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-576px -2166px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_chat_imageview_ic_download{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.light-theme .sprite_chat_imageview_ic_download:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-640px -2166px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_chat_imageview_ic_forward{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.light-theme .sprite_chat_imageview_ic_forward:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-704px -2166px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_chat_imageview_ic_rotate_win{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.light-theme .sprite_chat_imageview_ic_rotate_win:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-768px -2166px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_chat_imageview_ic_rotate{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.light-theme .sprite_chat_imageview_ic_rotate:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-832px -2166px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_chat_imageview_ic_smaller_win{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.light-theme .sprite_chat_imageview_ic_smaller_win:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-896px -2166px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_chat_imageview_ic_smaller{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.light-theme .sprite_chat_imageview_ic_smaller:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-960px -2166px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_chat_nestedforward_ic_back{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.light-theme .sprite_chat_nestedforward_ic_back:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1024px -2166px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_chat_screenshot_ic_confirm{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.light-theme .sprite_chat_screenshot_ic_confirm:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1088px -2166px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_chat_select_ic_delete_blue{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.light-theme .sprite_chat_select_ic_delete_blue:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1152px -2166px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_chat_select_ic_delete{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.light-theme .sprite_chat_select_ic_delete:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1216px -2166px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_chat_select_ic_forward_blue{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.light-theme .sprite_chat_select_ic_forward_blue:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1280px -2166px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_chat_select_ic_forward{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.light-theme .sprite_chat_select_ic_forward:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1344px -2166px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_chat_select_ic_onebyoneforward_blue{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.light-theme .sprite_chat_select_ic_onebyoneforward_blue:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1408px -2166px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_chat_select_ic_onebyoneforward{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.light-theme .sprite_chat_select_ic_onebyoneforward:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1472px -2166px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_chat_select_ic_recall_blue{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.light-theme .sprite_chat_select_ic_recall_blue:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1536px -2166px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_chat_select_ic_recall{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.light-theme .sprite_chat_select_ic_recall:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1600px -2166px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_ele_ic_copy{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.light-theme .sprite_ele_ic_copy:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1664px -2166px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_icon_32_px_seatalk{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.light-theme .sprite_icon_32_px_seatalk:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1728px -2166px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_spark_polish{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.light-theme .sprite_spark_polish:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1792px -2166px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_spark_translate{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.light-theme .sprite_spark_translate:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1856px -2166px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_titlebar_ic_addtochat{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.light-theme .sprite_titlebar_ic_addtochat:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1920px -2166px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_titlebar_ic_groupinfo{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.light-theme .sprite_titlebar_ic_groupinfo:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1984px -2166px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_titlebar_ic_more{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.light-theme .sprite_titlebar_ic_more:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2048px -2166px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_titlebar_ic_profile{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.light-theme .sprite_titlebar_ic_profile:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2112px -2166px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_titlebar_ic_votehistory{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.light-theme .sprite_titlebar_ic_votehistory:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2176px -2166px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_toolbar_ic_chats_active{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.light-theme .sprite_toolbar_ic_chats_active:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2240px -2166px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_toolbar_ic_chats{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.light-theme .sprite_toolbar_ic_chats:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2304px -2166px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_toolbar_ic_contacts_active{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.light-theme .sprite_toolbar_ic_contacts_active:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2368px -2166px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_toolbar_ic_contacts{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.light-theme .sprite_toolbar_ic_contacts:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2432px -2166px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_toolbar_ic_discover_active{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.light-theme .sprite_toolbar_ic_discover_active:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:0 -2230px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_toolbar_ic_discover{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.light-theme .sprite_toolbar_ic_discover:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-64px -2230px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_toolbar_ic_settings{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.light-theme .sprite_toolbar_ic_settings:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-128px -2230px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_toolbar-ic-discover-active{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.light-theme .sprite_toolbar-ic-discover-active:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-192px -2230px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_toolbar-ic-discover-default{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.light-theme .sprite_toolbar-ic-discover-default:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-256px -2230px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_voting_ic_add_image{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.light-theme .sprite_voting_ic_add_image:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-320px -2230px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_zoom_ic_camera_off{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.light-theme .sprite_zoom_ic_camera_off:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-384px -2230px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_zoom_ic_camera_on{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.light-theme .sprite_zoom_ic_camera_on:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-448px -2230px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_zoom_ic_incomingcall_decline{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.light-theme .sprite_zoom_ic_incomingcall_decline:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-512px -2230px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_zoom_ic_incomingcall_video{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.light-theme .sprite_zoom_ic_incomingcall_video:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-576px -2230px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_zoom_ic_incomingcall_voice{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.light-theme .sprite_zoom_ic_incomingcall_voice:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-640px -2230px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_zoom_ic_microphone_off_mac{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.light-theme .sprite_zoom_ic_microphone_off_mac:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-704px -2230px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_zoom_ic_microphone_off{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.light-theme .sprite_zoom_ic_microphone_off:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-768px -2230px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_zoom_ic_microphone_on_mac{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.light-theme .sprite_zoom_ic_microphone_on_mac:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-832px -2230px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_zoom_ic_microphone_on{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.light-theme .sprite_zoom_ic_microphone_on:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-896px -2230px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_ele_sidebar_ic_close_blue{width:28px;min-width:28px;height:28px;min-height:28px;display:inline-block;position:relative}.light-theme .sprite_ele_sidebar_ic_close_blue:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2440px -1160px;background-repeat:no-repeat;width:56px;min-width:28px;height:56px;min-height:28px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_ele_sidebar_ic_close_white{width:28px;min-width:28px;height:28px;min-height:28px;display:inline-block;position:relative}.light-theme .sprite_ele_sidebar_ic_close_white:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2440px -1216px;background-repeat:no-repeat;width:56px;min-width:28px;height:56px;min-height:28px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_ele_sidebar_ic_close{width:28px;min-width:28px;height:28px;min-height:28px;display:inline-block;position:relative}.light-theme .sprite_ele_sidebar_ic_close:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2440px -1280px;background-repeat:no-repeat;width:56px;min-width:28px;height:56px;min-height:28px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_spark_polish_thread{width:28px;min-width:28px;height:28px;min-height:28px;display:inline-block;position:relative}.light-theme .sprite_spark_polish_thread:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2440px -1336px;background-repeat:no-repeat;width:56px;min-width:28px;height:56px;min-height:28px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_spark_translate_thread{width:28px;min-width:28px;height:28px;min-height:28px;display:inline-block;position:relative}.light-theme .sprite_spark_translate_thread:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2440px -1400px;background-repeat:no-repeat;width:56px;min-width:28px;height:56px;min-height:28px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_contacts_ic_all{width:26px;min-width:26px;height:26px;min-height:26px;display:inline-block;position:relative}.light-theme .sprite_contacts_ic_all:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2448px -904px;background-repeat:no-repeat;width:52px;min-width:26px;height:52px;min-height:26px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_ele_ic_qrcode{width:26px;min-width:26px;height:26px;min-height:26px;display:inline-block;position:relative}.light-theme .sprite_ele_ic_qrcode:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2448px -956px;background-repeat:no-repeat;width:52px;min-width:26px;height:52px;min-height:26px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_zoom_ic_state_ongoing{width:25px;min-width:25px;height:25px;min-height:25px;display:inline-block;position:relative}.light-theme .sprite_zoom_ic_state_ongoing:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2448px -1032px;background-repeat:no-repeat;width:50px;min-width:25px;height:50px;min-height:25px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_chat_imageview_ic_exclaim{width:24px;min-width:24px;height:24px;min-height:24px;display:inline-block;position:relative}.light-theme .sprite_chat_imageview_ic_exclaim:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2448px -1082px;background-repeat:no-repeat;width:48px;min-width:24px;height:48px;min-height:24px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_chat-ic-navigate-up{width:24px;min-width:24px;height:24px;min-height:24px;display:inline-block;position:relative}.light-theme .sprite_chat-ic-navigate-up:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2440px -1456px;background-repeat:no-repeat;width:48px;min-width:24px;height:48px;min-height:24px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_chatlist_ic_addcontacts{width:24px;min-width:24px;height:24px;min-height:24px;display:inline-block;position:relative}.light-theme .sprite_chatlist_ic_addcontacts:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2440px -1520px;background-repeat:no-repeat;width:48px;min-width:24px;height:48px;min-height:24px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_chatlist_ic_newchat{width:24px;min-width:24px;height:24px;min-height:24px;display:inline-block;position:relative}.light-theme .sprite_chatlist_ic_newchat:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2440px -1568px;background-repeat:no-repeat;width:48px;min-width:24px;height:48px;min-height:24px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_ele_ic_qrcode_expire{width:24px;min-width:24px;height:24px;min-height:24px;display:inline-block;position:relative}.light-theme .sprite_ele_ic_qrcode_expire:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2440px -1640px;background-repeat:no-repeat;width:48px;min-width:24px;height:48px;min-height:24px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_meeting_ic_inmeeting_gridview{width:24px;min-width:24px;height:24px;min-height:24px;display:inline-block;position:relative}.light-theme .sprite_meeting_ic_inmeeting_gridview:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2440px -1688px;background-repeat:no-repeat;width:48px;min-width:24px;height:48px;min-height:24px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_settings_ic_backuprestore{width:24px;min-width:24px;height:24px;min-height:24px;display:inline-block;position:relative}.light-theme .sprite_settings_ic_backuprestore:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1872px -284px;background-repeat:no-repeat;width:48px;min-width:24px;height:48px;min-height:24px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_settings_ic_bugreport{width:24px;min-width:24px;height:24px;min-height:24px;display:inline-block;position:relative}.light-theme .sprite_settings_ic_bugreport:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1872px -332px;background-repeat:no-repeat;width:48px;min-width:24px;height:48px;min-height:24px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_settings_ic_exit{width:24px;min-width:24px;height:24px;min-height:24px;display:inline-block;position:relative}.light-theme .sprite_settings_ic_exit:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1872px -380px;background-repeat:no-repeat;width:48px;min-width:24px;height:48px;min-height:24px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_settings_ic_helpcenter{width:24px;min-width:24px;height:24px;min-height:24px;display:inline-block;position:relative}.light-theme .sprite_settings_ic_helpcenter:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1872px -428px;background-repeat:no-repeat;width:48px;min-width:24px;height:48px;min-height:24px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_settings_ic_logout{width:24px;min-width:24px;height:24px;min-height:24px;display:inline-block;position:relative}.light-theme .sprite_settings_ic_logout:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1872px -476px;background-repeat:no-repeat;width:48px;min-width:24px;height:48px;min-height:24px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_settings_ic_maximize{width:24px;min-width:24px;height:24px;min-height:24px;display:inline-block;position:relative}.light-theme .sprite_settings_ic_maximize:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1872px -524px;background-repeat:no-repeat;width:48px;min-width:24px;height:48px;min-height:24px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_settings_ic_minimum{width:24px;min-width:24px;height:24px;min-height:24px;display:inline-block;position:relative}.light-theme .sprite_settings_ic_minimum:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1872px -604px;background-repeat:no-repeat;width:48px;min-width:24px;height:48px;min-height:24px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_settings_ic_seaintranet{width:24px;min-width:24px;height:24px;min-height:24px;display:inline-block;position:relative}.light-theme .sprite_settings_ic_seaintranet:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1872px -652px;background-repeat:no-repeat;width:48px;min-width:24px;height:48px;min-height:24px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_voicecall_ic_memberstatus_speakeroff{width:24px;min-width:24px;height:24px;min-height:24px;display:inline-block;position:relative}.light-theme .sprite_voicecall_ic_memberstatus_speakeroff:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1872px -700px;background-repeat:no-repeat;width:48px;min-width:24px;height:48px;min-height:24px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_voicecall_ic_memberstatus_speaking{width:24px;min-width:24px;height:24px;min-height:24px;display:inline-block;position:relative}.light-theme .sprite_voicecall_ic_memberstatus_speaking:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1872px -748px;background-repeat:no-repeat;width:48px;min-width:24px;height:48px;min-height:24px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_voicecall_ic_settings{width:24px;min-width:24px;height:24px;min-height:24px;display:inline-block;position:relative}.light-theme .sprite_voicecall_ic_settings:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1872px -796px;background-repeat:no-repeat;width:48px;min-width:24px;height:48px;min-height:24px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_zoom_ic_attendees_microphone_off{width:24px;min-width:24px;height:24px;min-height:24px;display:inline-block;position:relative}.light-theme .sprite_zoom_ic_attendees_microphone_off:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1872px -844px;background-repeat:no-repeat;width:48px;min-width:24px;height:48px;min-height:24px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_zoom_ic_attendees_microphone_on{width:24px;min-width:24px;height:24px;min-height:24px;display:inline-block;position:relative}.light-theme .sprite_zoom_ic_attendees_microphone_on:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1872px -924px;background-repeat:no-repeat;width:48px;min-width:24px;height:48px;min-height:24px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_zoom_ic_attendees{width:24px;min-width:24px;height:24px;min-height:24px;display:inline-block;position:relative}.light-theme .sprite_zoom_ic_attendees:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1872px -972px;background-repeat:no-repeat;width:48px;min-width:24px;height:48px;min-height:24px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_zoom_ic_incomingcall_seatalklogo{width:24px;min-width:24px;height:24px;min-height:24px;display:inline-block;position:relative}.light-theme .sprite_zoom_ic_incomingcall_seatalklogo:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1872px -1020px;background-repeat:no-repeat;width:48px;min-width:24px;height:48px;min-height:24px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_settings_ic_generalsettings{width:23px;min-width:23px;height:24px;min-height:24px;display:inline-block;position:relative}.light-theme .sprite_settings_ic_generalsettings:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1872px -1068px;background-repeat:no-repeat;width:46px;min-width:23px;height:48px;min-height:24px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_chat_ic_sign_quotes_gray{width:22px;min-width:22px;height:22px;min-height:22px;display:inline-block;position:relative}.light-theme .sprite_chat_ic_sign_quotes_gray:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1872px -1116px;background-repeat:no-repeat;width:44px;min-width:22px;height:44px;min-height:22px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_chat_ic_sign_quotes_white{width:22px;min-width:22px;height:22px;min-height:22px;display:inline-block;position:relative}.light-theme .sprite_chat_ic_sign_quotes_white:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1872px -1160px;background-repeat:no-repeat;width:44px;min-width:22px;height:44px;min-height:22px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_chat_ic_sign_quotes{width:22px;min-width:22px;height:22px;min-height:22px;display:inline-block;position:relative}.light-theme .sprite_chat_ic_sign_quotes:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1400px -888px;background-repeat:no-repeat;width:44px;min-width:22px;height:44px;min-height:22px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_chat_imageview_ic_video{width:24px;min-width:24px;height:18px;min-height:18px;display:inline-block;position:relative}.light-theme .sprite_chat_imageview_ic_video:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1400px -932px;background-repeat:no-repeat;width:48px;min-width:24px;height:36px;min-height:18px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_chat_ic_loading{width:20px;min-width:20px;height:20px;min-height:20px;display:inline-block;position:relative}.light-theme .sprite_chat_ic_loading:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2460px -344px;background-repeat:no-repeat;width:40px;min-width:20px;height:40px;min-height:20px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_chatlist_ic_cancel{width:20px;min-width:20px;height:20px;min-height:20px;display:inline-block;position:relative}.light-theme .sprite_chatlist_ic_cancel:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2460px -384px;background-repeat:no-repeat;width:40px;min-width:20px;height:40px;min-height:20px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_chatroom_ic_arrow_down{width:20px;min-width:20px;height:20px;min-height:20px;display:inline-block;position:relative}.light-theme .sprite_chatroom_ic_arrow_down:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2460px -424px;background-repeat:no-repeat;width:40px;min-width:20px;height:40px;min-height:20px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_chatroom_ic_bubble_videocall_white{width:20px;min-width:20px;height:20px;min-height:20px;display:inline-block;position:relative}.light-theme .sprite_chatroom_ic_bubble_videocall_white:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2460px -484px;background-repeat:no-repeat;width:40px;min-width:20px;height:40px;min-height:20px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_chatroom_ic_bubble_voicecall_white{width:20px;min-width:20px;height:20px;min-height:20px;display:inline-block;position:relative}.light-theme .sprite_chatroom_ic_bubble_voicecall_white:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2460px -524px;background-repeat:no-repeat;width:40px;min-width:20px;height:40px;min-height:20px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_contact_ic_arrow{width:20px;min-width:20px;height:20px;min-height:20px;display:inline-block;position:relative}.light-theme .sprite_contact_ic_arrow:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2460px -564px;background-repeat:no-repeat;width:40px;min-width:20px;height:40px;min-height:20px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_content_ic_call_white{width:20px;min-width:20px;height:20px;min-height:20px;display:inline-block;position:relative}.light-theme .sprite_content_ic_call_white:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2460px -624px;background-repeat:no-repeat;width:40px;min-width:20px;height:40px;min-height:20px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_content_ic_call{width:20px;min-width:20px;height:20px;min-height:20px;display:inline-block;position:relative}.light-theme .sprite_content_ic_call:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2460px -664px;background-repeat:no-repeat;width:40px;min-width:20px;height:40px;min-height:20px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_download_file_failed{width:20px;min-width:20px;height:20px;min-height:20px;display:inline-block;position:relative}.light-theme .sprite_download_file_failed:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2460px -704px;background-repeat:no-repeat;width:40px;min-width:20px;height:40px;min-height:20px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_download_file{width:20px;min-width:20px;height:20px;min-height:20px;display:inline-block;position:relative}.light-theme .sprite_download_file:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2460px -764px;background-repeat:no-repeat;width:40px;min-width:20px;height:40px;min-height:20px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_ele_content_ic_alert{width:20px;min-width:20px;height:20px;min-height:20px;display:inline-block;position:relative}.light-theme .sprite_ele_content_ic_alert:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2460px -804px;background-repeat:no-repeat;width:40px;min-width:20px;height:40px;min-height:20px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_ele_ic_copy_white{width:20px;min-width:20px;height:20px;min-height:20px;display:inline-block;position:relative}.light-theme .sprite_ele_ic_copy_white:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2460px -844px;background-repeat:no-repeat;width:40px;min-width:20px;height:40px;min-height:20px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_ele_ic_dropdownarrow_black{width:20px;min-width:20px;height:20px;min-height:20px;display:inline-block;position:relative}.light-theme .sprite_ele_ic_dropdownarrow_black:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-520px -816px;background-repeat:no-repeat;width:40px;min-width:20px;height:40px;min-height:20px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_ele_ic_dropdownarrow_blue{width:20px;min-width:20px;height:20px;min-height:20px;display:inline-block;position:relative}.light-theme .sprite_ele_ic_dropdownarrow_blue:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1400px -968px;background-repeat:no-repeat;width:40px;min-width:20px;height:40px;min-height:20px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_ele_ic_dropdownarrow_gray{width:20px;min-width:20px;height:20px;min-height:20px;display:inline-block;position:relative}.light-theme .sprite_ele_ic_dropdownarrow_gray:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1400px -1008px;background-repeat:no-repeat;width:40px;min-width:20px;height:40px;min-height:20px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_ele_ic_more_right_gray{width:20px;min-width:20px;height:20px;min-height:20px;display:inline-block;position:relative}.light-theme .sprite_ele_ic_more_right_gray:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1400px -1048px;background-repeat:no-repeat;width:40px;min-width:20px;height:40px;min-height:20px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_ele_ic_nonotification{width:20px;min-width:20px;height:20px;min-height:20px;display:inline-block;position:relative}.light-theme .sprite_ele_ic_nonotification:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1400px -1088px;background-repeat:no-repeat;width:40px;min-width:20px;height:40px;min-height:20px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_ele_selection_active{width:20px;min-width:20px;height:20px;min-height:20px;display:inline-block;position:relative}.light-theme .sprite_ele_selection_active:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1400px -1128px;background-repeat:no-repeat;width:40px;min-width:20px;height:40px;min-height:20px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_ele_selection_gray{width:20px;min-width:20px;height:20px;min-height:20px;display:inline-block;position:relative}.light-theme .sprite_ele_selection_gray:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1400px -1168px;background-repeat:no-repeat;width:40px;min-width:20px;height:40px;min-height:20px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_general_ic_more_small{width:20px;min-width:20px;height:20px;min-height:20px;display:inline-block;position:relative}.light-theme .sprite_general_ic_more_small:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1400px -1208px;background-repeat:no-repeat;width:40px;min-width:20px;height:40px;min-height:20px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_general_more_ic_back{width:20px;min-width:20px;height:20px;min-height:20px;display:inline-block;position:relative}.light-theme .sprite_general_more_ic_back:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1400px -1248px;background-repeat:no-repeat;width:40px;min-width:20px;height:40px;min-height:20px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_login_ic_howtoscan{width:20px;min-width:20px;height:20px;min-height:20px;display:inline-block;position:relative}.light-theme .sprite_login_ic_howtoscan:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2266px -1888px;background-repeat:no-repeat;width:40px;min-width:20px;height:40px;min-height:20px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_login_ic_popup_close{width:20px;min-width:20px;height:20px;min-height:20px;display:inline-block;position:relative}.light-theme .sprite_login_ic_popup_close:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2276px -1984px;background-repeat:no-repeat;width:40px;min-width:20px;height:40px;min-height:20px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_login_ic_refresh{width:20px;min-width:20px;height:20px;min-height:20px;display:inline-block;position:relative}.light-theme .sprite_login_ic_refresh:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1380px -2048px;background-repeat:no-repeat;width:40px;min-width:20px;height:40px;min-height:20px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_meeting_ic_inmeeting_status_more{width:20px;min-width:20px;height:20px;min-height:20px;display:inline-block;position:relative}.light-theme .sprite_meeting_ic_inmeeting_status_more:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1420px -2048px;background-repeat:no-repeat;width:40px;min-width:20px;height:40px;min-height:20px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_meeting_ic_participants_waiting_admit{width:20px;min-width:20px;height:20px;min-height:20px;display:inline-block;position:relative}.light-theme .sprite_meeting_ic_participants_waiting_admit:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1460px -2048px;background-repeat:no-repeat;width:40px;min-width:20px;height:40px;min-height:20px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_meeting_ic_participants_waiting_reject{width:20px;min-width:20px;height:20px;min-height:20px;display:inline-block;position:relative}.light-theme .sprite_meeting_ic_participants_waiting_reject:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1500px -2048px;background-repeat:no-repeat;width:40px;min-width:20px;height:40px;min-height:20px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_profile_ic_confirm_blue{width:20px;min-width:20px;height:20px;min-height:20px;display:inline-block;position:relative}.light-theme .sprite_profile_ic_confirm_blue:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1540px -2048px;background-repeat:no-repeat;width:40px;min-width:20px;height:40px;min-height:20px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_profile_ic_confirm_gray{width:20px;min-width:20px;height:20px;min-height:20px;display:inline-block;position:relative}.light-theme .sprite_profile_ic_confirm_gray:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1580px -2048px;background-repeat:no-repeat;width:40px;min-width:20px;height:40px;min-height:20px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_profile_ic_set_alias_blue{width:20px;min-width:20px;height:20px;min-height:20px;display:inline-block;position:relative}.light-theme .sprite_profile_ic_set_alias_blue:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1620px -2048px;background-repeat:no-repeat;width:40px;min-width:20px;height:40px;min-height:20px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_profile_ic_set_alias{width:20px;min-width:20px;height:20px;min-height:20px;display:inline-block;position:relative}.light-theme .sprite_profile_ic_set_alias:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1660px -2048px;background-repeat:no-repeat;width:40px;min-width:20px;height:40px;min-height:20px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_profile-ic-setalias-gray{width:20px;min-width:20px;height:20px;min-height:20px;display:inline-block;position:relative}.light-theme .sprite_profile-ic-setalias-gray:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1700px -2048px;background-repeat:no-repeat;width:40px;min-width:20px;height:40px;min-height:20px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_search_ic_copy_blue{width:20px;min-width:20px;height:20px;min-height:20px;display:inline-block;position:relative}.light-theme .sprite_search_ic_copy_blue:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1740px -2048px;background-repeat:no-repeat;width:40px;min-width:20px;height:40px;min-height:20px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_search_ic_copy{width:20px;min-width:20px;height:20px;min-height:20px;display:inline-block;position:relative}.light-theme .sprite_search_ic_copy:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1780px -2048px;background-repeat:no-repeat;width:40px;min-width:20px;height:40px;min-height:20px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_search_ic_download_blue{width:20px;min-width:20px;height:20px;min-height:20px;display:inline-block;position:relative}.light-theme .sprite_search_ic_download_blue:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1820px -2048px;background-repeat:no-repeat;width:40px;min-width:20px;height:40px;min-height:20px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_search_ic_download{width:20px;min-width:20px;height:20px;min-height:20px;display:inline-block;position:relative}.light-theme .sprite_search_ic_download:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1860px -2048px;background-repeat:no-repeat;width:40px;min-width:20px;height:40px;min-height:20px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_search_ic_forward_blue{width:20px;min-width:20px;height:20px;min-height:20px;display:inline-block;position:relative}.light-theme .sprite_search_ic_forward_blue:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1900px -2048px;background-repeat:no-repeat;width:40px;min-width:20px;height:40px;min-height:20px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_search_ic_forward{width:20px;min-width:20px;height:20px;min-height:20px;display:inline-block;position:relative}.light-theme .sprite_search_ic_forward:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1940px -2048px;background-repeat:no-repeat;width:40px;min-width:20px;height:40px;min-height:20px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_search_ic_more{width:20px;min-width:20px;height:20px;min-height:20px;display:inline-block;position:relative}.light-theme .sprite_search_ic_more:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1980px -2048px;background-repeat:no-repeat;width:40px;min-width:20px;height:40px;min-height:20px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_search_ic_trace_blue{width:20px;min-width:20px;height:20px;min-height:20px;display:inline-block;position:relative}.light-theme .sprite_search_ic_trace_blue:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2020px -2048px;background-repeat:no-repeat;width:40px;min-width:20px;height:40px;min-height:20px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_search_ic_trace{width:20px;min-width:20px;height:20px;min-height:20px;display:inline-block;position:relative}.light-theme .sprite_search_ic_trace:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2060px -2048px;background-repeat:no-repeat;width:40px;min-width:20px;height:40px;min-height:20px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_search_ic_video{width:20px;min-width:20px;height:20px;min-height:20px;display:inline-block;position:relative}.light-theme .sprite_search_ic_video:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2100px -2048px;background-repeat:no-repeat;width:40px;min-width:20px;height:40px;min-height:20px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_server_maintenance_alert{width:20px;min-width:20px;height:20px;min-height:20px;display:inline-block;position:relative}.light-theme .sprite_server_maintenance_alert:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2140px -2048px;background-repeat:no-repeat;width:40px;min-width:20px;height:40px;min-height:20px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_settings_ic_add{width:20px;min-width:20px;height:20px;min-height:20px;display:inline-block;position:relative}.light-theme .sprite_settings_ic_add:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2180px -2048px;background-repeat:no-repeat;width:40px;min-width:20px;height:40px;min-height:20px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_settings_ic_remove{width:20px;min-width:20px;height:20px;min-height:20px;display:inline-block;position:relative}.light-theme .sprite_settings_ic_remove:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2220px -2048px;background-repeat:no-repeat;width:40px;min-width:20px;height:40px;min-height:20px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_settings_ic_search{width:20px;min-width:20px;height:20px;min-height:20px;display:inline-block;position:relative}.light-theme .sprite_settings_ic_search:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2260px -2048px;background-repeat:no-repeat;width:40px;min-width:20px;height:40px;min-height:20px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_titlebar_ic_oncall_video{width:20px;min-width:20px;height:20px;min-height:20px;display:inline-block;position:relative}.light-theme .sprite_titlebar_ic_oncall_video:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1180px -2088px;background-repeat:no-repeat;width:40px;min-width:20px;height:40px;min-height:20px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_titlebar_ic_oncall_voice{width:20px;min-width:20px;height:20px;min-height:20px;display:inline-block;position:relative}.light-theme .sprite_titlebar_ic_oncall_voice:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1220px -2088px;background-repeat:no-repeat;width:40px;min-width:20px;height:40px;min-height:20px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_zoom_ic_dropdownarrow{width:20px;min-width:20px;height:20px;min-height:20px;display:inline-block;position:relative}.light-theme .sprite_zoom_ic_dropdownarrow:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1260px -2088px;background-repeat:no-repeat;width:40px;min-width:20px;height:40px;min-height:20px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_zoom_ic_toast_alert{width:20px;min-width:20px;height:20px;min-height:20px;display:inline-block;position:relative}.light-theme .sprite_zoom_ic_toast_alert:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1300px -2088px;background-repeat:no-repeat;width:40px;min-width:20px;height:40px;min-height:20px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_chat_sendimage_ic_delete{width:18px;min-width:18px;height:18px;min-height:18px;display:inline-block;position:relative}.light-theme .sprite_chat_sendimage_ic_delete:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1340px -2088px;background-repeat:no-repeat;width:36px;min-width:18px;height:36px;min-height:18px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_chat_ic_fail{width:16px;min-width:16px;height:16px;min-height:16px;display:inline-block;position:relative}.light-theme .sprite_chat_ic_fail:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2286px -1680px;background-repeat:no-repeat;width:32px;min-width:16px;height:32px;min-height:16px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_chat_ic_sending{width:16px;min-width:16px;height:16px;min-height:16px;display:inline-block;position:relative}.light-theme .sprite_chat_ic_sending:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2286px -1712px;background-repeat:no-repeat;width:32px;min-width:16px;height:32px;min-height:16px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_ele_content_ic_warn{width:16px;min-width:16px;height:16px;min-height:16px;display:inline-block;position:relative}.light-theme .sprite_ele_content_ic_warn:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2286px -1744px;background-repeat:no-repeat;width:32px;min-width:16px;height:32px;min-height:16px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_search_ic_chatbot{width:16px;min-width:16px;height:16px;min-height:16px;display:inline-block;position:relative}.light-theme .sprite_search_ic_chatbot:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2286px -1776px;background-repeat:no-repeat;width:32px;min-width:16px;height:32px;min-height:16px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_search_ic_chathistory{width:16px;min-width:16px;height:16px;min-height:16px;display:inline-block;position:relative}.light-theme .sprite_search_ic_chathistory:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2286px -1808px;background-repeat:no-repeat;width:32px;min-width:16px;height:32px;min-height:16px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_search_ic_contact{width:16px;min-width:16px;height:16px;min-height:16px;display:inline-block;position:relative}.light-theme .sprite_search_ic_contact:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1776px -572px;background-repeat:no-repeat;width:32px;min-width:16px;height:32px;min-height:16px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_search_ic_group{width:16px;min-width:16px;height:16px;min-height:16px;display:inline-block;position:relative}.light-theme .sprite_search_ic_group:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1808px -572px;background-repeat:no-repeat;width:32px;min-width:16px;height:32px;min-height:16px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_search_ic_notice{width:16px;min-width:16px;height:16px;min-height:16px;display:inline-block;position:relative}.light-theme .sprite_search_ic_notice:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1840px -572px;background-repeat:no-repeat;width:32px;min-width:16px;height:32px;min-height:16px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_search_ic_publicaccount{width:16px;min-width:16px;height:16px;min-height:16px;display:inline-block;position:relative}.light-theme .sprite_search_ic_publicaccount:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1872px -572px;background-repeat:no-repeat;width:32px;min-width:16px;height:32px;min-height:16px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_settings-ic-zoom-in{width:16px;min-width:16px;height:16px;min-height:16px;display:inline-block;position:relative}.light-theme .sprite_settings-ic-zoom-in:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1776px -892px;background-repeat:no-repeat;width:32px;min-width:16px;height:32px;min-height:16px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_settings-ic-zoom-out{width:16px;min-width:16px;height:16px;min-height:16px;display:inline-block;position:relative}.light-theme .sprite_settings-ic-zoom-out:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1808px -892px;background-repeat:no-repeat;width:32px;min-width:16px;height:32px;min-height:16px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_titlebar_ic_onleave{width:16px;min-width:16px;height:16px;min-height:16px;display:inline-block;position:relative}.light-theme .sprite_titlebar_ic_onleave:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1840px -892px;background-repeat:no-repeat;width:32px;min-width:16px;height:32px;min-height:16px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_voicecall_ic_windowstitlebar_close_dark{width:16px;min-width:16px;height:16px;min-height:16px;display:inline-block;position:relative}.light-theme .sprite_voicecall_ic_windowstitlebar_close_dark:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1872px -892px;background-repeat:no-repeat;width:32px;min-width:16px;height:32px;min-height:16px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_voicecall_ic_windowstitlebar_close_white{width:16px;min-width:16px;height:16px;min-height:16px;display:inline-block;position:relative}.light-theme .sprite_voicecall_ic_windowstitlebar_close_white:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1776px -1212px;background-repeat:no-repeat;width:32px;min-width:16px;height:32px;min-height:16px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_voicecall_ic_windowstitlebar_close{width:16px;min-width:16px;height:16px;min-height:16px;display:inline-block;position:relative}.light-theme .sprite_voicecall_ic_windowstitlebar_close:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1808px -1212px;background-repeat:no-repeat;width:32px;min-width:16px;height:32px;min-height:16px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_voicecall_ic_windowstitlebar_maximize{width:16px;min-width:16px;height:16px;min-height:16px;display:inline-block;position:relative}.light-theme .sprite_voicecall_ic_windowstitlebar_maximize:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1840px -1212px;background-repeat:no-repeat;width:32px;min-width:16px;height:32px;min-height:16px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_voicecall_ic_windowstitlebar_minimize{width:16px;min-width:16px;height:16px;min-height:16px;display:inline-block;position:relative}.light-theme .sprite_voicecall_ic_windowstitlebar_minimize:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1872px -1212px;background-repeat:no-repeat;width:32px;min-width:16px;height:32px;min-height:16px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_voicecall_ic_windowstitlebar_restore{width:16px;min-width:16px;height:16px;min-height:16px;display:inline-block;position:relative}.light-theme .sprite_voicecall_ic_windowstitlebar_restore:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-520px -856px;background-repeat:no-repeat;width:32px;min-width:16px;height:32px;min-height:16px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_voicecall_ic_windowstitlebar_seatalklogo{width:16px;min-width:16px;height:16px;min-height:16px;display:inline-block;position:relative}.light-theme .sprite_voicecall_ic_windowstitlebar_seatalklogo:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2266px -1928px;background-repeat:no-repeat;width:32px;min-width:16px;height:32px;min-height:16px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_zoom_ic_connecting{width:16px;min-width:16px;height:16px;min-height:16px;display:inline-block;position:relative}.light-theme .sprite_zoom_ic_connecting:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1376px -2088px;background-repeat:no-repeat;width:32px;min-width:16px;height:32px;min-height:16px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_chat_ic_newmessages_arrow{width:14px;min-width:14px;height:14px;min-height:14px;display:inline-block;position:relative}.light-theme .sprite_chat_ic_newmessages_arrow:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2448px -1130px;background-repeat:no-repeat;width:28px;min-width:14px;height:28px;min-height:14px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_chat_sendimage_ic_video{width:14px;min-width:14px;height:14px;min-height:14px;display:inline-block;position:relative}.light-theme .sprite_chat_sendimage_ic_video:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1428px -1288px;background-repeat:no-repeat;width:28px;min-width:14px;height:28px;min-height:14px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_newchat_ic_delete_black{width:14px;min-width:14px;height:14px;min-height:14px;display:inline-block;position:relative}.light-theme .sprite_newchat_ic_delete_black:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1408px -2088px;background-repeat:no-repeat;width:28px;min-width:14px;height:28px;min-height:14px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_ele_ic_whisper{width:12px;min-width:12px;height:14px;min-height:14px;display:inline-block;position:relative}.light-theme .sprite_ele_ic_whisper:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2476px -1130px;background-repeat:no-repeat;width:24px;min-width:12px;height:28px;min-height:14px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_videocall_rc_muted{width:10px;min-width:10px;height:12px;min-height:12px;display:inline-block;position:relative}.light-theme .sprite_videocall_rc_muted:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2448px -1008px;background-repeat:no-repeat;width:20px;min-width:10px;height:24px;min-height:12px;position:absolute;top:0;left:0;transform:scale(.5)}.light-theme .sprite_chat_ic_whitebubble{width:7px;min-width:7px;height:11px;min-height:11px;display:inline-block;position:relative}.light-theme .sprite_chat_ic_whitebubble:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2484px -180px;background-repeat:no-repeat;width:14px;min-width:7px;height:22px;min-height:11px;position:absolute;top:0;left:0;transform:scale(.5)}@media (prefers-color-scheme:dark){.sprite_zoom_img_illustration_started{width:280px;min-width:280px;height:220px;min-height:220px;display:inline-block;position:relative}.sprite_zoom_img_illustration_started:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:0 0;background-repeat:no-repeat;width:560px;min-width:280px;height:440px;min-height:220px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_chat_img_afternoon{width:224px;min-width:224px;height:224px;min-height:224px;display:inline-block;position:relative}.sprite_chat_img_afternoon:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:0 -440px;background-repeat:no-repeat;width:448px;min-width:224px;height:448px;min-height:224px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_chat_img_evening{width:224px;min-width:224px;height:224px;min-height:224px;display:inline-block;position:relative}.sprite_chat_img_evening:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-560px 0;background-repeat:no-repeat;width:448px;min-width:224px;height:448px;min-height:224px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_chat_img_morning{width:224px;min-width:224px;height:224px;min-height:224px;display:inline-block;position:relative}.sprite_chat_img_morning:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1008px 0;background-repeat:no-repeat;width:448px;min-width:224px;height:448px;min-height:224px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_applink-profile-view-not-exist{width:220px;min-width:220px;height:220px;min-height:220px;display:inline-block;position:relative}.sprite_applink-profile-view-not-exist:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1008px -448px;background-repeat:no-repeat;width:440px;min-width:220px;height:440px;min-height:220px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_chat_img_nochathistory{width:220px;min-width:220px;height:220px;min-height:220px;display:inline-block;position:relative}.sprite_chat_img_nochathistory:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-560px -448px;background-repeat:no-repeat;width:440px;min-width:220px;height:440px;min-height:220px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_contacts_img_nocontact{width:220px;min-width:220px;height:220px;min-height:220px;display:inline-block;position:relative}.sprite_contacts_img_nocontact:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:0 -888px;background-repeat:no-repeat;width:440px;min-width:220px;height:440px;min-height:220px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_groups_img_placeholder_conferences{width:220px;min-width:220px;height:220px;min-height:220px;display:inline-block;position:relative}.sprite_groups_img_placeholder_conferences:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-440px -888px;background-repeat:no-repeat;width:440px;min-width:220px;height:440px;min-height:220px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_search_img_search_no_typing{width:220px;min-width:220px;height:220px;min-height:220px;display:inline-block;position:relative}.sprite_search_img_search_no_typing:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-880px -888px;background-repeat:no-repeat;width:440px;min-width:220px;height:440px;min-height:220px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_screenshare_new_feature{width:232px;min-width:232px;height:142px;min-height:142px;display:inline-block;position:relative}.sprite_screenshare_new_feature:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1456px 0;background-repeat:no-repeat;width:464px;min-width:232px;height:284px;min-height:142px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_add_img_addcontact{width:160px;min-width:160px;height:160px;min-height:160px;display:inline-block;position:relative}.sprite_add_img_addcontact:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1456px -284px;background-repeat:no-repeat;width:320px;min-width:160px;height:320px;min-height:160px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_chat_imageview_expired{width:160px;min-width:160px;height:160px;min-height:160px;display:inline-block;position:relative}.sprite_chat_imageview_expired:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1456px -604px;background-repeat:no-repeat;width:320px;min-width:160px;height:320px;min-height:160px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_chat_imageview_no_media{width:160px;min-width:160px;height:160px;min-height:160px;display:inline-block;position:relative}.sprite_chat_imageview_no_media:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1456px -924px;background-repeat:no-repeat;width:320px;min-width:160px;height:320px;min-height:160px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_search_img_chat_noresult{width:160px;min-width:160px;height:160px;min-height:160px;display:inline-block;position:relative}.sprite_search_img_chat_noresult:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:0 -1328px;background-repeat:no-repeat;width:320px;min-width:160px;height:320px;min-height:160px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_search_img_noresult{width:160px;min-width:160px;height:160px;min-height:160px;display:inline-block;position:relative}.sprite_search_img_noresult:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-320px -1328px;background-repeat:no-repeat;width:320px;min-width:160px;height:320px;min-height:160px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_search_img_searchdefault{width:160px;min-width:160px;height:160px;min-height:160px;display:inline-block;position:relative}.sprite_search_img_searchdefault:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-640px -1328px;background-repeat:no-repeat;width:320px;min-width:160px;height:320px;min-height:160px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_backuprestore_image_disconnect{width:201px;min-width:201px;height:120px;min-height:120px;display:inline-block;position:relative}.sprite_backuprestore_image_disconnect:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-960px -1328px;background-repeat:no-repeat;width:402px;min-width:201px;height:240px;min-height:120px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_backuprestore_image_backupcompleted{width:200px;min-width:200px;height:120px;min-height:120px;display:inline-block;position:relative}.sprite_backuprestore_image_backupcompleted:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1362px -1328px;background-repeat:no-repeat;width:400px;min-width:200px;height:240px;min-height:120px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_backuprestore_image_backupstop{width:200px;min-width:200px;height:120px;min-height:120px;display:inline-block;position:relative}.sprite_backuprestore_image_backupstop:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:0 -1648px;background-repeat:no-repeat;width:400px;min-width:200px;height:240px;min-height:120px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_backuprestore_image_confirmonphone{width:200px;min-width:200px;height:120px;min-height:120px;display:inline-block;position:relative}.sprite_backuprestore_image_confirmonphone:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-400px -1648px;background-repeat:no-repeat;width:400px;min-width:200px;height:240px;min-height:120px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_backuprestore_image_other_error{width:200px;min-width:200px;height:120px;min-height:120px;display:inline-block;position:relative}.sprite_backuprestore_image_other_error:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-800px -1648px;background-repeat:no-repeat;width:400px;min-width:200px;height:240px;min-height:120px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_backuprestore_image_restorecompleted{width:200px;min-width:200px;height:120px;min-height:120px;display:inline-block;position:relative}.sprite_backuprestore_image_restorecompleted:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1200px -1648px;background-repeat:no-repeat;width:400px;min-width:200px;height:240px;min-height:120px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_backuprestore_image_restorestop{width:200px;min-width:200px;height:120px;min-height:120px;display:inline-block;position:relative}.sprite_backuprestore_image_restorestop:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1920px 0;background-repeat:no-repeat;width:400px;min-width:200px;height:240px;min-height:120px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_backuprestore_img_desktopnospace{width:200px;min-width:200px;height:120px;min-height:120px;display:inline-block;position:relative}.sprite_backuprestore_img_desktopnospace:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1920px -240px;background-repeat:no-repeat;width:400px;min-width:200px;height:240px;min-height:120px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_backuprestore_img_desktopupdate{width:200px;min-width:200px;height:120px;min-height:120px;display:inline-block;position:relative}.sprite_backuprestore_img_desktopupdate:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1920px -480px;background-repeat:no-repeat;width:400px;min-width:200px;height:240px;min-height:120px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_backuprestore_img_mobilenospace{width:200px;min-width:200px;height:120px;min-height:120px;display:inline-block;position:relative}.sprite_backuprestore_img_mobilenospace:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1920px -720px;background-repeat:no-repeat;width:400px;min-width:200px;height:240px;min-height:120px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_backuprestore_img_mobileupdate{width:200px;min-width:200px;height:120px;min-height:120px;display:inline-block;position:relative}.sprite_backuprestore_img_mobileupdate:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1920px -960px;background-repeat:no-repeat;width:400px;min-width:200px;height:240px;min-height:120px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_backuprestore_img_nonetwork{width:200px;min-width:200px;height:120px;min-height:120px;display:inline-block;position:relative}.sprite_backuprestore_img_nonetwork:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1920px -1200px;background-repeat:no-repeat;width:400px;min-width:200px;height:240px;min-height:120px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_backuprestore_image_backup{width:160px;min-width:160px;height:120px;min-height:120px;display:inline-block;position:relative}.sprite_backuprestore_image_backup:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1920px -1440px;background-repeat:no-repeat;width:320px;min-width:160px;height:240px;min-height:120px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_backuprestore_image_restore_disable{width:160px;min-width:160px;height:120px;min-height:120px;display:inline-block;position:relative}.sprite_backuprestore_image_restore_disable:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1600px -1648px;background-repeat:no-repeat;width:320px;min-width:160px;height:240px;min-height:120px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_backuprestore_image_restore{width:160px;min-width:160px;height:120px;min-height:120px;display:inline-block;position:relative}.sprite_backuprestore_image_restore:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:0 -1888px;background-repeat:no-repeat;width:320px;min-width:160px;height:240px;min-height:120px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_login_ic_plane{width:183px;min-width:183px;height:93px;min-height:93px;display:inline-block;position:relative}.sprite_login_ic_plane:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1920px -1680px;background-repeat:no-repeat;width:366px;min-width:183px;height:186px;min-height:93px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_settings_ic_seatalk{width:110px;min-width:110px;height:139px;min-height:139px;display:inline-block;position:relative}.sprite_settings_ic_seatalk:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2320px 0;background-repeat:no-repeat;width:220px;min-width:110px;height:278px;min-height:139px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_search_img_chat_default{width:120px;min-width:120px;height:121px;min-height:121px;display:inline-block;position:relative}.sprite_search_img_chat_default:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:0 -2128px;background-repeat:no-repeat;width:240px;min-width:120px;height:242px;min-height:121px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_chat_ic_noticebotavatar{width:120px;min-width:120px;height:120px;min-height:120px;display:inline-block;position:relative}.sprite_chat_ic_noticebotavatar:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-320px -1888px;background-repeat:no-repeat;width:240px;min-width:120px;height:240px;min-height:120px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_illustration_othererror{width:120px;min-width:120px;height:120px;min-height:120px;display:inline-block;position:relative}.sprite_illustration_othererror:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-560px -1888px;background-repeat:no-repeat;width:240px;min-width:120px;height:240px;min-height:120px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_chatsettings_img_nonoticebot{width:100px;min-width:100px;height:100px;min-height:100px;display:inline-block;position:relative}.sprite_chatsettings_img_nonoticebot:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2320px -278px;background-repeat:no-repeat;width:200px;min-width:100px;height:200px;min-height:100px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_login_ic_seatalklogo{width:176px;min-width:176px;height:48px;min-height:48px;display:inline-block;position:relative}.sprite_login_ic_seatalklogo:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-800px -1888px;background-repeat:no-repeat;width:352px;min-width:176px;height:96px;min-height:48px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_contact_ic_seatalk{width:159px;min-width:159px;height:46px;min-height:46px;display:inline-block;position:relative}.sprite_contact_ic_seatalk:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1152px -1888px;background-repeat:no-repeat;width:318px;min-width:159px;height:92px;min-height:46px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_dropfile_ic_pic{width:82px;min-width:82px;height:82px;min-height:82px;display:inline-block;position:relative}.sprite_dropfile_ic_pic:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2320px -478px;background-repeat:no-repeat;width:164px;min-width:82px;height:164px;min-height:82px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_file_ic_alert{width:72px;min-width:72px;height:72px;min-height:72px;display:inline-block;position:relative}.sprite_file_ic_alert:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2320px -642px;background-repeat:no-repeat;width:144px;min-width:72px;height:144px;min-height:72px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_chat_ic_empty_image_fullpreview{width:70px;min-width:70px;height:70px;min-height:70px;display:inline-block;position:relative}.sprite_chat_ic_empty_image_fullpreview:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2320px -786px;background-repeat:no-repeat;width:140px;min-width:70px;height:140px;min-height:70px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_chat_ic_empty_video_fullpreview{width:70px;min-width:70px;height:70px;min-height:70px;display:inline-block;position:relative}.sprite_chat_ic_empty_video_fullpreview:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2320px -926px;background-repeat:no-repeat;width:140px;min-width:70px;height:140px;min-height:70px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_image_expired_text{width:70px;min-width:70px;height:70px;min-height:70px;display:inline-block;position:relative}.sprite_image_expired_text:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2320px -1066px;background-repeat:no-repeat;width:140px;min-width:70px;height:140px;min-height:70px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_video_expired_text{width:70px;min-width:70px;height:70px;min-height:70px;display:inline-block;position:relative}.sprite_video_expired_text:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2320px -1206px;background-repeat:no-repeat;width:140px;min-width:70px;height:140px;min-height:70px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_file_ic_alert_large{width:64px;min-width:64px;height:64px;min-height:64px;display:inline-block;position:relative}.sprite_file_ic_alert_large:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2320px -1346px;background-repeat:no-repeat;width:128px;min-width:64px;height:128px;min-height:64px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_gif_expired_text{width:64px;min-width:64px;height:64px;min-height:64px;display:inline-block;position:relative}.sprite_gif_expired_text:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2320px -1474px;background-repeat:no-repeat;width:128px;min-width:64px;height:128px;min-height:64px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_ele_ic_qrcode_networkerror{width:60px;min-width:60px;height:60px;min-height:60px;display:inline-block;position:relative}.sprite_ele_ic_qrcode_networkerror:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2320px -1602px;background-repeat:no-repeat;width:120px;min-width:60px;height:120px;min-height:60px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_login_ic_desktopdownload{width:60px;min-width:60px;height:60px;min-height:60px;display:inline-block;position:relative}.sprite_login_ic_desktopdownload:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2320px -1722px;background-repeat:no-repeat;width:120px;min-width:60px;height:120px;min-height:60px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_content_ic_video_play{width:50px;min-width:50px;height:50px;min-height:50px;display:inline-block;position:relative}.sprite_content_ic_video_play:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2440px -1602px;background-repeat:no-repeat;width:100px;min-width:50px;height:100px;min-height:50px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_chat_ic_empty_image{width:48px;min-width:48px;height:48px;min-height:48px;display:inline-block;position:relative}.sprite_chat_ic_empty_image:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2440px -1722px;background-repeat:no-repeat;width:96px;min-width:48px;height:96px;min-height:48px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_chat_imageview_ic_exclaim_gallery{width:48px;min-width:48px;height:48px;min-height:48px;display:inline-block;position:relative}.sprite_chat_imageview_ic_exclaim_gallery:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2320px -1842px;background-repeat:no-repeat;width:96px;min-width:48px;height:96px;min-height:48px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_meeting_ic_inmeeting_cameraon_disabled{width:48px;min-width:48px;height:48px;min-height:48px;display:inline-block;position:relative}.sprite_meeting_ic_inmeeting_cameraon_disabled:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2416px -1842px;background-repeat:no-repeat;width:96px;min-width:48px;height:96px;min-height:48px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_meeting_ic_inmeeting_cameraon{width:48px;min-width:48px;height:48px;min-height:48px;display:inline-block;position:relative}.sprite_meeting_ic_inmeeting_cameraon:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2320px -1938px;background-repeat:no-repeat;width:96px;min-width:48px;height:96px;min-height:48px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_meeting_ic_inmeeting_sharescreen{width:48px;min-width:48px;height:48px;min-height:48px;display:inline-block;position:relative}.sprite_meeting_ic_inmeeting_sharescreen:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2416px -1938px;background-repeat:no-repeat;width:96px;min-width:48px;height:96px;min-height:48px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_videocall_ic_camera_disable{width:48px;min-width:48px;height:48px;min-height:48px;display:inline-block;position:relative}.sprite_videocall_ic_camera_disable:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1776px -284px;background-repeat:no-repeat;width:96px;min-width:48px;height:96px;min-height:48px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_videocall_ic_camera_off{width:48px;min-width:48px;height:48px;min-height:48px;display:inline-block;position:relative}.sprite_videocall_ic_camera_off:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1776px -380px;background-repeat:no-repeat;width:96px;min-width:48px;height:96px;min-height:48px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_videocall_ic_camera_on{width:48px;min-width:48px;height:48px;min-height:48px;display:inline-block;position:relative}.sprite_videocall_ic_camera_on:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1776px -476px;background-repeat:no-repeat;width:96px;min-width:48px;height:96px;min-height:48px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_videocall_ic_speaker_off{width:48px;min-width:48px;height:48px;min-height:48px;display:inline-block;position:relative}.sprite_videocall_ic_speaker_off:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1776px -604px;background-repeat:no-repeat;width:96px;min-width:48px;height:96px;min-height:48px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_videocall_ic_speaker_on{width:48px;min-width:48px;height:48px;min-height:48px;display:inline-block;position:relative}.sprite_videocall_ic_speaker_on:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1776px -700px;background-repeat:no-repeat;width:96px;min-width:48px;height:96px;min-height:48px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_voicecall_ic_addmember{width:48px;min-width:48px;height:48px;min-height:48px;display:inline-block;position:relative}.sprite_voicecall_ic_addmember:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1776px -796px;background-repeat:no-repeat;width:96px;min-width:48px;height:96px;min-height:48px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_voicecall_ic_hangup{width:48px;min-width:48px;height:48px;min-height:48px;display:inline-block;position:relative}.sprite_voicecall_ic_hangup:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1776px -924px;background-repeat:no-repeat;width:96px;min-width:48px;height:96px;min-height:48px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_voicecall_ic_speakeroff{width:48px;min-width:48px;height:48px;min-height:48px;display:inline-block;position:relative}.sprite_voicecall_ic_speakeroff:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1776px -1020px;background-repeat:no-repeat;width:96px;min-width:48px;height:96px;min-height:48px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_voicecall_ic_speakeron{width:48px;min-width:48px;height:48px;min-height:48px;display:inline-block;position:relative}.sprite_voicecall_ic_speakeron:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1776px -1116px;background-repeat:no-repeat;width:96px;min-width:48px;height:96px;min-height:48px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_voting_ic_image_placeholder{width:48px;min-width:48px;height:48px;min-height:48px;display:inline-block;position:relative}.sprite_voting_ic_image_placeholder:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-448px -440px;background-repeat:no-repeat;width:96px;min-width:48px;height:96px;min-height:48px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_zoom_ic_incomingcall_decline_big{width:48px;min-width:48px;height:48px;min-height:48px;display:inline-block;position:relative}.sprite_zoom_ic_incomingcall_decline_big:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-448px -536px;background-repeat:no-repeat;width:96px;min-width:48px;height:96px;min-height:48px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_videocall_ic_addmember{width:44px;min-width:44px;height:44px;min-height:44px;display:inline-block;position:relative}.sprite_videocall_ic_addmember:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2448px -1346px;background-repeat:no-repeat;width:88px;min-width:44px;height:88px;min-height:44px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_chat_ic_voting{width:40px;min-width:40px;height:40px;min-height:40px;display:inline-block;position:relative}.sprite_chat_ic_voting:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2460px -786px;background-repeat:no-repeat;width:80px;min-width:40px;height:80px;min-height:40px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_chat_imageview_ic_next{width:40px;min-width:40px;height:40px;min-height:40px;display:inline-block;position:relative}.sprite_chat_imageview_ic_next:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2460px -926px;background-repeat:no-repeat;width:80px;min-width:40px;height:80px;min-height:40px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_chat_imageview_ic_previous{width:40px;min-width:40px;height:40px;min-height:40px;display:inline-block;position:relative}.sprite_chat_imageview_ic_previous:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2460px -1066px;background-repeat:no-repeat;width:80px;min-width:40px;height:80px;min-height:40px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_content_ic_location_white{width:40px;min-width:40px;height:40px;min-height:40px;display:inline-block;position:relative}.sprite_content_ic_location_white:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2460px -1206px;background-repeat:no-repeat;width:80px;min-width:40px;height:80px;min-height:40px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_default_bot{width:40px;min-width:40px;height:40px;min-height:40px;display:inline-block;position:relative}.sprite_default_bot:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2448px -1474px;background-repeat:no-repeat;width:80px;min-width:40px;height:80px;min-height:40px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_default_group{width:40px;min-width:40px;height:40px;min-height:40px;display:inline-block;position:relative}.sprite_default_group:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2320px -2034px;background-repeat:no-repeat;width:80px;min-width:40px;height:80px;min-height:40px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_default_user{width:40px;min-width:40px;height:40px;min-height:40px;display:inline-block;position:relative}.sprite_default_user:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2400px -2034px;background-repeat:no-repeat;width:80px;min-width:40px;height:80px;min-height:40px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_ele_ic_defaultavatar{width:40px;min-width:40px;height:40px;min-height:40px;display:inline-block;position:relative}.sprite_ele_ic_defaultavatar:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2240px -1440px;background-repeat:no-repeat;width:80px;min-width:40px;height:80px;min-height:40px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_ele_ic_qrcode_link{width:40px;min-width:40px;height:40px;min-height:40px;display:inline-block;position:relative}.sprite_ele_ic_qrcode_link:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2240px -1520px;background-repeat:no-repeat;width:80px;min-width:40px;height:80px;min-height:40px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_ele_ic_qrcode_qr{width:40px;min-width:40px;height:40px;min-height:40px;display:inline-block;position:relative}.sprite_ele_ic_qrcode_qr:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2240px -1600px;background-repeat:no-repeat;width:80px;min-width:40px;height:80px;min-height:40px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_ele_ic_qrcode_save{width:40px;min-width:40px;height:40px;min-height:40px;display:inline-block;position:relative}.sprite_ele_ic_qrcode_save:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1456px -1244px;background-repeat:no-repeat;width:80px;min-width:40px;height:80px;min-height:40px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_filetransfer_ic_csv_file_grey{width:40px;min-width:40px;height:40px;min-height:40px;display:inline-block;position:relative}.sprite_filetransfer_ic_csv_file_grey:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1536px -1244px;background-repeat:no-repeat;width:80px;min-width:40px;height:80px;min-height:40px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_filetransfer_ic_doc_file_grey{width:40px;min-width:40px;height:40px;min-height:40px;display:inline-block;position:relative}.sprite_filetransfer_ic_doc_file_grey:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1616px -1244px;background-repeat:no-repeat;width:80px;min-width:40px;height:80px;min-height:40px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_filetransfer_ic_doc_file{width:40px;min-width:40px;height:40px;min-height:40px;display:inline-block;position:relative}.sprite_filetransfer_ic_doc_file:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1696px -1244px;background-repeat:no-repeat;width:80px;min-width:40px;height:80px;min-height:40px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_filetransfer_ic_excel_file_grey{width:40px;min-width:40px;height:40px;min-height:40px;display:inline-block;position:relative}.sprite_filetransfer_ic_excel_file_grey:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1776px -1244px;background-repeat:no-repeat;width:80px;min-width:40px;height:80px;min-height:40px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_filetransfer_ic_excel_file{width:40px;min-width:40px;height:40px;min-height:40px;display:inline-block;position:relative}.sprite_filetransfer_ic_excel_file:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-448px -632px;background-repeat:no-repeat;width:80px;min-width:40px;height:80px;min-height:40px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_filetransfer_ic_link{width:40px;min-width:40px;height:40px;min-height:40px;display:inline-block;position:relative}.sprite_filetransfer_ic_link:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-448px -712px;background-repeat:no-repeat;width:80px;min-width:40px;height:80px;min-height:40px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_filetransfer_ic_md_file_grey{width:40px;min-width:40px;height:40px;min-height:40px;display:inline-block;position:relative}.sprite_filetransfer_ic_md_file_grey:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-448px -792px;background-repeat:no-repeat;width:80px;min-width:40px;height:80px;min-height:40px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_filetransfer_ic_md_file{width:40px;min-width:40px;height:40px;min-height:40px;display:inline-block;position:relative}.sprite_filetransfer_ic_md_file:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1320px -888px;background-repeat:no-repeat;width:80px;min-width:40px;height:80px;min-height:40px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_filetransfer_ic_other_file_grey{width:40px;min-width:40px;height:40px;min-height:40px;display:inline-block;position:relative}.sprite_filetransfer_ic_other_file_grey:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1320px -968px;background-repeat:no-repeat;width:80px;min-width:40px;height:80px;min-height:40px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_filetransfer_ic_other_file{width:40px;min-width:40px;height:40px;min-height:40px;display:inline-block;position:relative}.sprite_filetransfer_ic_other_file:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1320px -1048px;background-repeat:no-repeat;width:80px;min-width:40px;height:80px;min-height:40px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_filetransfer_ic_pdf_file_grey{width:40px;min-width:40px;height:40px;min-height:40px;display:inline-block;position:relative}.sprite_filetransfer_ic_pdf_file_grey:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1320px -1128px;background-repeat:no-repeat;width:80px;min-width:40px;height:80px;min-height:40px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_filetransfer_ic_pdf_file{width:40px;min-width:40px;height:40px;min-height:40px;display:inline-block;position:relative}.sprite_filetransfer_ic_pdf_file:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1320px -1208px;background-repeat:no-repeat;width:80px;min-width:40px;height:80px;min-height:40px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_filetransfer_ic_ppt_file_grey{width:40px;min-width:40px;height:40px;min-height:40px;display:inline-block;position:relative}.sprite_filetransfer_ic_ppt_file_grey:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1762px -1328px;background-repeat:no-repeat;width:80px;min-width:40px;height:80px;min-height:40px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_filetransfer_ic_ppt_file{width:40px;min-width:40px;height:40px;min-height:40px;display:inline-block;position:relative}.sprite_filetransfer_ic_ppt_file:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1762px -1408px;background-repeat:no-repeat;width:80px;min-width:40px;height:80px;min-height:40px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_filetransfer_ic_rar_file_grey{width:40px;min-width:40px;height:40px;min-height:40px;display:inline-block;position:relative}.sprite_filetransfer_ic_rar_file_grey:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1762px -1488px;background-repeat:no-repeat;width:80px;min-width:40px;height:80px;min-height:40px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_filetransfer_ic_rar_file{width:40px;min-width:40px;height:40px;min-height:40px;display:inline-block;position:relative}.sprite_filetransfer_ic_rar_file:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-960px -1568px;background-repeat:no-repeat;width:80px;min-width:40px;height:80px;min-height:40px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_filetransfer_ic_sound_file_grey{width:40px;min-width:40px;height:40px;min-height:40px;display:inline-block;position:relative}.sprite_filetransfer_ic_sound_file_grey:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1040px -1568px;background-repeat:no-repeat;width:80px;min-width:40px;height:80px;min-height:40px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_filetransfer_ic_sound_file{width:40px;min-width:40px;height:40px;min-height:40px;display:inline-block;position:relative}.sprite_filetransfer_ic_sound_file:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1120px -1568px;background-repeat:no-repeat;width:80px;min-width:40px;height:80px;min-height:40px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_filetransfer_ic_zip_file_grey{width:40px;min-width:40px;height:40px;min-height:40px;display:inline-block;position:relative}.sprite_filetransfer_ic_zip_file_grey:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1200px -1568px;background-repeat:no-repeat;width:80px;min-width:40px;height:80px;min-height:40px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_filetransfer_ic_zip_file{width:40px;min-width:40px;height:40px;min-height:40px;display:inline-block;position:relative}.sprite_filetransfer_ic_zip_file:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1280px -1568px;background-repeat:no-repeat;width:80px;min-width:40px;height:80px;min-height:40px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_group_setting_ic_link{width:40px;min-width:40px;height:40px;min-height:40px;display:inline-block;position:relative}.sprite_group_setting_ic_link:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1360px -1568px;background-repeat:no-repeat;width:80px;min-width:40px;height:80px;min-height:40px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_icon_decline{width:40px;min-width:40px;height:40px;min-height:40px;display:inline-block;position:relative}.sprite_icon_decline:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1440px -1568px;background-repeat:no-repeat;width:80px;min-width:40px;height:80px;min-height:40px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_icon_endaccept{width:40px;min-width:40px;height:40px;min-height:40px;display:inline-block;position:relative}.sprite_icon_endaccept:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1520px -1568px;background-repeat:no-repeat;width:80px;min-width:40px;height:80px;min-height:40px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_icon_voice{width:40px;min-width:40px;height:40px;min-height:40px;display:inline-block;position:relative}.sprite_icon_voice:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1600px -1568px;background-repeat:no-repeat;width:80px;min-width:40px;height:80px;min-height:40px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_search_ic_chatbot_profile{width:40px;min-width:40px;height:40px;min-height:40px;display:inline-block;position:relative}.sprite_search_ic_chatbot_profile:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1680px -1568px;background-repeat:no-repeat;width:80px;min-width:40px;height:80px;min-height:40px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_search_icon_searchnameemail{width:40px;min-width:40px;height:40px;min-height:40px;display:inline-block;position:relative}.sprite_search_icon_searchnameemail:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1760px -1568px;background-repeat:no-repeat;width:80px;min-width:40px;height:80px;min-height:40px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_zoom_ic_avatar_conferenceroom{width:40px;min-width:40px;height:40px;min-height:40px;display:inline-block;position:relative}.sprite_zoom_ic_avatar_conferenceroom:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1840px -1568px;background-repeat:no-repeat;width:80px;min-width:40px;height:80px;min-height:40px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_zoom_ic_avatar_myconference{width:40px;min-width:40px;height:40px;min-height:40px;display:inline-block;position:relative}.sprite_zoom_ic_avatar_myconference:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1470px -1888px;background-repeat:no-repeat;width:80px;min-width:40px;height:80px;min-height:40px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_download_ic_preview{width:36px;min-width:36px;height:36px;min-height:36px;display:inline-block;position:relative}.sprite_download_ic_preview:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2464px -642px;background-repeat:no-repeat;width:72px;min-width:36px;height:72px;min-height:36px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_ele_ic_failed{width:36px;min-width:36px;height:36px;min-height:36px;display:inline-block;position:relative}.sprite_ele_ic_failed:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2464px -714px;background-repeat:no-repeat;width:72px;min-width:36px;height:72px;min-height:36px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_group_setting_ic_link_gray{width:36px;min-width:36px;height:36px;min-height:36px;display:inline-block;position:relative}.sprite_group_setting_ic_link_gray:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1842px -1328px;background-repeat:no-repeat;width:72px;min-width:36px;height:72px;min-height:36px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_image_expired_normal{width:36px;min-width:36px;height:36px;min-height:36px;display:inline-block;position:relative}.sprite_image_expired_normal:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1842px -1408px;background-repeat:no-repeat;width:72px;min-width:36px;height:72px;min-height:36px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_profile_ic_avatar{width:36px;min-width:36px;height:36px;min-height:36px;display:inline-block;position:relative}.sprite_profile_ic_avatar:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1842px -1488px;background-repeat:no-repeat;width:72px;min-width:36px;height:72px;min-height:36px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_video_expired_normal{width:36px;min-width:36px;height:36px;min-height:36px;display:inline-block;position:relative}.sprite_video_expired_normal:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1550px -1888px;background-repeat:no-repeat;width:72px;min-width:36px;height:72px;min-height:36px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_chat_imageview_ic_thumbnail{width:64px;min-width:64px;height:20px;min-height:20px;display:inline-block;position:relative}.sprite_chat_imageview_ic_thumbnail:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1320px -1288px;background-repeat:no-repeat;width:128px;min-width:64px;height:40px;min-height:20px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_chat_fileview_ic_fittowidth_win{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.sprite_chat_fileview_ic_fittowidth_win:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1856px -1244px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_chat_fileview_ic_fittowidth{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.sprite_chat_fileview_ic_fittowidth:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1622px -1888px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_chat_ic_contact{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.sprite_chat_ic_contact:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1686px -1888px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_chat_ic_emoji_blue{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.sprite_chat_ic_emoji_blue:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1750px -1888px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_chat_ic_emoji{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.sprite_chat_ic_emoji:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1814px -1888px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_chat_ic_file_blue{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.sprite_chat_ic_file_blue:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1878px -1888px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_chat_ic_file{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.sprite_chat_ic_file:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1942px -1888px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_chat_ic_screenshot_blue{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.sprite_chat_ic_screenshot_blue:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2006px -1888px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_chat_ic_screenshot{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.sprite_chat_ic_screenshot:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2070px -1888px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_chat_ic_voicecall_blue{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.sprite_chat_ic_voicecall_blue:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2134px -1888px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_chat_ic_voicecall_gray{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.sprite_chat_ic_voicecall_gray:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2198px -1888px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_chat_ic_vote_blue{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.sprite_chat_ic_vote_blue:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-800px -1984px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_chat_ic_vote{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.sprite_chat_ic_vote:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-864px -1984px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_chat_ic_zoom_blue{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.sprite_chat_ic_zoom_blue:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-928px -1984px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_chat_ic_zoom{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.sprite_chat_ic_zoom:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-992px -1984px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_chat_image_viewer_ic_more_win{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.sprite_chat_image_viewer_ic_more_win:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1056px -1984px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_chat_image_viewer_ic_more{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.sprite_chat_image_viewer_ic_more:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1120px -1984px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_chat_imageview_ic_album_win{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.sprite_chat_imageview_ic_album_win:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1184px -1984px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_chat_imageview_ic_album{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.sprite_chat_imageview_ic_album:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1248px -1984px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_chat_imageview_ic_back{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.sprite_chat_imageview_ic_back:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1312px -1984px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_chat_imageview_ic_bigger_win{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.sprite_chat_imageview_ic_bigger_win:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1376px -1984px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_chat_imageview_ic_bigger{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.sprite_chat_imageview_ic_bigger:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1440px -1984px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_chat_imageview_ic_close{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.sprite_chat_imageview_ic_close:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1504px -1984px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_chat_imageview_ic_download_win{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.sprite_chat_imageview_ic_download_win:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1568px -1984px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_chat_imageview_ic_download{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.sprite_chat_imageview_ic_download:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1632px -1984px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_chat_imageview_ic_forward{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.sprite_chat_imageview_ic_forward:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1696px -1984px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_chat_imageview_ic_rotate_win{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.sprite_chat_imageview_ic_rotate_win:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1760px -1984px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_chat_imageview_ic_rotate{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.sprite_chat_imageview_ic_rotate:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1824px -1984px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_chat_imageview_ic_smaller_win{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.sprite_chat_imageview_ic_smaller_win:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1888px -1984px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_chat_imageview_ic_smaller{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.sprite_chat_imageview_ic_smaller:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1952px -1984px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_chat_nestedforward_ic_back{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.sprite_chat_nestedforward_ic_back:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2016px -1984px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_chat_screenshot_ic_confirm{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.sprite_chat_screenshot_ic_confirm:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2080px -1984px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_chat_select_ic_delete_blue{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.sprite_chat_select_ic_delete_blue:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2144px -1984px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_chat_select_ic_delete{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.sprite_chat_select_ic_delete:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2208px -1984px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_chat_select_ic_forward_blue{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.sprite_chat_select_ic_forward_blue:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-800px -2048px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_chat_select_ic_forward{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.sprite_chat_select_ic_forward:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-864px -2048px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_chat_select_ic_onebyoneforward_blue{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.sprite_chat_select_ic_onebyoneforward_blue:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-928px -2048px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_chat_select_ic_onebyoneforward{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.sprite_chat_select_ic_onebyoneforward:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-992px -2048px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_chat_select_ic_recall_blue{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.sprite_chat_select_ic_recall_blue:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1056px -2048px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_chat_select_ic_recall{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.sprite_chat_select_ic_recall:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1120px -2048px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_ele_ic_copy{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.sprite_ele_ic_copy:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1184px -2048px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_icon_32_px_seatalk{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.sprite_icon_32_px_seatalk:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1248px -2048px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_spark_polish{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.sprite_spark_polish:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1312px -2048px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_spark_translate{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.sprite_spark_translate:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1376px -2048px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_titlebar_ic_addtochat{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.sprite_titlebar_ic_addtochat:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1440px -2048px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_titlebar_ic_groupinfo{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.sprite_titlebar_ic_groupinfo:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1504px -2048px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_titlebar_ic_more{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.sprite_titlebar_ic_more:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1568px -2048px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_titlebar_ic_profile{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.sprite_titlebar_ic_profile:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1632px -2048px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_titlebar_ic_votehistory{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.sprite_titlebar_ic_votehistory:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1696px -2048px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_toolbar_ic_chats_active{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.sprite_toolbar_ic_chats_active:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1760px -2048px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_toolbar_ic_chats{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.sprite_toolbar_ic_chats:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1824px -2048px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_toolbar_ic_contacts_active{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.sprite_toolbar_ic_contacts_active:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1888px -2048px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_toolbar_ic_contacts{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.sprite_toolbar_ic_contacts:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1952px -2048px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_toolbar_ic_discover_active{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.sprite_toolbar_ic_discover_active:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2016px -2048px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_toolbar_ic_discover{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.sprite_toolbar_ic_discover:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2080px -2048px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_toolbar_ic_settings{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.sprite_toolbar_ic_settings:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2144px -2048px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_toolbar-ic-discover-active{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.sprite_toolbar-ic-discover-active:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2208px -2048px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_voting_ic_add_image{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.sprite_voting_ic_add_image:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-240px -2128px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_zoom_ic_camera_off{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.sprite_zoom_ic_camera_off:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-304px -2128px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_zoom_ic_camera_on{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.sprite_zoom_ic_camera_on:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-368px -2128px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_zoom_ic_incomingcall_decline{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.sprite_zoom_ic_incomingcall_decline:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-432px -2128px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_zoom_ic_incomingcall_video{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.sprite_zoom_ic_incomingcall_video:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-496px -2128px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_zoom_ic_incomingcall_voice{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.sprite_zoom_ic_incomingcall_voice:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-560px -2128px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_zoom_ic_microphone_off_mac{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.sprite_zoom_ic_microphone_off_mac:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-624px -2128px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_zoom_ic_microphone_off{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.sprite_zoom_ic_microphone_off:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-688px -2128px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_zoom_ic_microphone_on_mac{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.sprite_zoom_ic_microphone_on_mac:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-752px -2128px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_zoom_ic_microphone_on{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.sprite_zoom_ic_microphone_on:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-816px -2128px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_ele_sidebar_ic_close_white{width:28px;min-width:28px;height:28px;min-height:28px;display:inline-block;position:relative}.sprite_ele_sidebar_ic_close_white:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2484px -478px;background-repeat:no-repeat;width:56px;min-width:28px;height:56px;min-height:28px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_spark_polish_thread{width:28px;min-width:28px;height:28px;min-height:28px;display:inline-block;position:relative}.sprite_spark_polish_thread:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2484px -534px;background-repeat:no-repeat;width:56px;min-width:28px;height:56px;min-height:28px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_spark_translate_thread{width:28px;min-width:28px;height:28px;min-height:28px;display:inline-block;position:relative}.sprite_spark_translate_thread:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2460px -866px;background-repeat:no-repeat;width:56px;min-width:28px;height:56px;min-height:28px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_toolbar-ic-discover-default{width:27.5px;min-width:27.5px;height:27.5px;min-height:27.5px;display:inline-block;position:relative}.sprite_toolbar-ic-discover-default:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2460px -1006px;background-repeat:no-repeat;width:55px;min-width:27.5px;height:55px;min-height:27.5px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_contacts_ic_all{width:26px;min-width:26px;height:26px;min-height:26px;display:inline-block;position:relative}.sprite_contacts_ic_all:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2484px -590px;background-repeat:no-repeat;width:52px;min-width:26px;height:52px;min-height:26px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_ele_ic_qrcode{width:26px;min-width:26px;height:26px;min-height:26px;display:inline-block;position:relative}.sprite_ele_ic_qrcode:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2460px -1146px;background-repeat:no-repeat;width:52px;min-width:26px;height:52px;min-height:26px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_zoom_ic_state_ongoing{width:25px;min-width:25px;height:25px;min-height:25px;display:inline-block;position:relative}.sprite_zoom_ic_state_ongoing:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2460px -1286px;background-repeat:no-repeat;width:50px;min-width:25px;height:50px;min-height:25px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_chat_imageview_ic_exclaim{width:24px;min-width:24px;height:24px;min-height:24px;display:inline-block;position:relative}.sprite_chat_imageview_ic_exclaim:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2448px -1554px;background-repeat:no-repeat;width:48px;min-width:24px;height:48px;min-height:24px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_chat_imageview_ic_video{width:24px;min-width:24px;height:24px;min-height:24px;display:inline-block;position:relative}.sprite_chat_imageview_ic_video:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2480px -2034px;background-repeat:no-repeat;width:48px;min-width:24px;height:48px;min-height:24px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_chat-ic-navigate-up{width:24px;min-width:24px;height:24px;min-height:24px;display:inline-block;position:relative}.sprite_chat-ic-navigate-up:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1872px -284px;background-repeat:no-repeat;width:48px;min-width:24px;height:48px;min-height:24px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_chatlist_ic_addcontacts{width:24px;min-width:24px;height:24px;min-height:24px;display:inline-block;position:relative}.sprite_chatlist_ic_addcontacts:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1872px -332px;background-repeat:no-repeat;width:48px;min-width:24px;height:48px;min-height:24px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_chatlist_ic_newchat{width:24px;min-width:24px;height:24px;min-height:24px;display:inline-block;position:relative}.sprite_chatlist_ic_newchat:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1872px -380px;background-repeat:no-repeat;width:48px;min-width:24px;height:48px;min-height:24px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_ele_ic_qrcode_expire{width:24px;min-width:24px;height:24px;min-height:24px;display:inline-block;position:relative}.sprite_ele_ic_qrcode_expire:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1872px -428px;background-repeat:no-repeat;width:48px;min-width:24px;height:48px;min-height:24px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_meeting_ic_inmeeting_gridview{width:24px;min-width:24px;height:24px;min-height:24px;display:inline-block;position:relative}.sprite_meeting_ic_inmeeting_gridview:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1872px -476px;background-repeat:no-repeat;width:48px;min-width:24px;height:48px;min-height:24px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_profile_ic_confirm_blue{width:24px;min-width:24px;height:24px;min-height:24px;display:inline-block;position:relative}.sprite_profile_ic_confirm_blue:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1872px -524px;background-repeat:no-repeat;width:48px;min-width:24px;height:48px;min-height:24px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_profile_ic_confirm_gray{width:24px;min-width:24px;height:24px;min-height:24px;display:inline-block;position:relative}.sprite_profile_ic_confirm_gray:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1872px -604px;background-repeat:no-repeat;width:48px;min-width:24px;height:48px;min-height:24px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_settings_ic_backuprestore{width:24px;min-width:24px;height:24px;min-height:24px;display:inline-block;position:relative}.sprite_settings_ic_backuprestore:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1872px -652px;background-repeat:no-repeat;width:48px;min-width:24px;height:48px;min-height:24px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_settings_ic_bugreport{width:24px;min-width:24px;height:24px;min-height:24px;display:inline-block;position:relative}.sprite_settings_ic_bugreport:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1872px -700px;background-repeat:no-repeat;width:48px;min-width:24px;height:48px;min-height:24px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_settings_ic_exit{width:24px;min-width:24px;height:24px;min-height:24px;display:inline-block;position:relative}.sprite_settings_ic_exit:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1872px -748px;background-repeat:no-repeat;width:48px;min-width:24px;height:48px;min-height:24px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_settings_ic_generalsettings{width:24px;min-width:24px;height:24px;min-height:24px;display:inline-block;position:relative}.sprite_settings_ic_generalsettings:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1872px -796px;background-repeat:no-repeat;width:48px;min-width:24px;height:48px;min-height:24px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_settings_ic_helpcenter{width:24px;min-width:24px;height:24px;min-height:24px;display:inline-block;position:relative}.sprite_settings_ic_helpcenter:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1872px -844px;background-repeat:no-repeat;width:48px;min-width:24px;height:48px;min-height:24px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_settings_ic_logout{width:24px;min-width:24px;height:24px;min-height:24px;display:inline-block;position:relative}.sprite_settings_ic_logout:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1872px -924px;background-repeat:no-repeat;width:48px;min-width:24px;height:48px;min-height:24px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_settings_ic_maximize{width:24px;min-width:24px;height:24px;min-height:24px;display:inline-block;position:relative}.sprite_settings_ic_maximize:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1872px -972px;background-repeat:no-repeat;width:48px;min-width:24px;height:48px;min-height:24px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_settings_ic_minimum{width:24px;min-width:24px;height:24px;min-height:24px;display:inline-block;position:relative}.sprite_settings_ic_minimum:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1872px -1020px;background-repeat:no-repeat;width:48px;min-width:24px;height:48px;min-height:24px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_settings_ic_seaintranet{width:24px;min-width:24px;height:24px;min-height:24px;display:inline-block;position:relative}.sprite_settings_ic_seaintranet:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1872px -1068px;background-repeat:no-repeat;width:48px;min-width:24px;height:48px;min-height:24px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_voicecall_ic_memberstatus_speakeroff{width:24px;min-width:24px;height:24px;min-height:24px;display:inline-block;position:relative}.sprite_voicecall_ic_memberstatus_speakeroff:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1872px -1116px;background-repeat:no-repeat;width:48px;min-width:24px;height:48px;min-height:24px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_voicecall_ic_memberstatus_speaking{width:24px;min-width:24px;height:24px;min-height:24px;display:inline-block;position:relative}.sprite_voicecall_ic_memberstatus_speaking:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1872px -1164px;background-repeat:no-repeat;width:48px;min-width:24px;height:48px;min-height:24px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_voicecall_ic_settings{width:24px;min-width:24px;height:24px;min-height:24px;display:inline-block;position:relative}.sprite_voicecall_ic_settings:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1400px -888px;background-repeat:no-repeat;width:48px;min-width:24px;height:48px;min-height:24px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_zoom_ic_attendees_microphone_off{width:24px;min-width:24px;height:24px;min-height:24px;display:inline-block;position:relative}.sprite_zoom_ic_attendees_microphone_off:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1400px -968px;background-repeat:no-repeat;width:48px;min-width:24px;height:48px;min-height:24px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_zoom_ic_attendees_microphone_on{width:24px;min-width:24px;height:24px;min-height:24px;display:inline-block;position:relative}.sprite_zoom_ic_attendees_microphone_on:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1400px -1048px;background-repeat:no-repeat;width:48px;min-width:24px;height:48px;min-height:24px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_zoom_ic_attendees{width:24px;min-width:24px;height:24px;min-height:24px;display:inline-block;position:relative}.sprite_zoom_ic_attendees:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1400px -1128px;background-repeat:no-repeat;width:48px;min-width:24px;height:48px;min-height:24px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_zoom_ic_incomingcall_seatalklogo{width:24px;min-width:24px;height:24px;min-height:24px;display:inline-block;position:relative}.sprite_zoom_ic_incomingcall_seatalklogo:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1400px -1208px;background-repeat:no-repeat;width:48px;min-width:24px;height:48px;min-height:24px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_chat_ic_sign_quotes_gray{width:22px;min-width:22px;height:22px;min-height:22px;display:inline-block;position:relative}.sprite_chat_ic_sign_quotes_gray:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2496px -1554px;background-repeat:no-repeat;width:44px;min-width:22px;height:44px;min-height:22px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_chat_ic_sign_quotes_white{width:22px;min-width:22px;height:22px;min-height:22px;display:inline-block;position:relative}.sprite_chat_ic_sign_quotes_white:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2262px -1888px;background-repeat:no-repeat;width:44px;min-width:22px;height:44px;min-height:22px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_chat_ic_sign_quotes{width:22px;min-width:22px;height:22px;min-height:22px;display:inline-block;position:relative}.sprite_chat_ic_sign_quotes:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2272px -1984px;background-repeat:no-repeat;width:44px;min-width:22px;height:44px;min-height:22px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_chat_ic_loading{width:20px;min-width:20px;height:20px;min-height:20px;display:inline-block;position:relative}.sprite_chat_ic_loading:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2448px -1434px;background-repeat:no-repeat;width:40px;min-width:20px;height:40px;min-height:20px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_chatlist_ic_cancel{width:20px;min-width:20px;height:20px;min-height:20px;display:inline-block;position:relative}.sprite_chatlist_ic_cancel:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2488px -1434px;background-repeat:no-repeat;width:40px;min-width:20px;height:40px;min-height:20px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_chatroom_ic_arrow_down{width:20px;min-width:20px;height:20px;min-height:20px;display:inline-block;position:relative}.sprite_chatroom_ic_arrow_down:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2272px -2048px;background-repeat:no-repeat;width:40px;min-width:20px;height:40px;min-height:20px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_chatroom_ic_bubble_videocall_white{width:20px;min-width:20px;height:20px;min-height:20px;display:inline-block;position:relative}.sprite_chatroom_ic_bubble_videocall_white:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-880px -2128px;background-repeat:no-repeat;width:40px;min-width:20px;height:40px;min-height:20px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_chatroom_ic_bubble_voicecall_white{width:20px;min-width:20px;height:20px;min-height:20px;display:inline-block;position:relative}.sprite_chatroom_ic_bubble_voicecall_white:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-920px -2128px;background-repeat:no-repeat;width:40px;min-width:20px;height:40px;min-height:20px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_contact_ic_arrow{width:20px;min-width:20px;height:20px;min-height:20px;display:inline-block;position:relative}.sprite_contact_ic_arrow:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-960px -2128px;background-repeat:no-repeat;width:40px;min-width:20px;height:40px;min-height:20px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_content_ic_call_white{width:20px;min-width:20px;height:20px;min-height:20px;display:inline-block;position:relative}.sprite_content_ic_call_white:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1000px -2128px;background-repeat:no-repeat;width:40px;min-width:20px;height:40px;min-height:20px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_content_ic_call{width:20px;min-width:20px;height:20px;min-height:20px;display:inline-block;position:relative}.sprite_content_ic_call:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1040px -2128px;background-repeat:no-repeat;width:40px;min-width:20px;height:40px;min-height:20px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_download_file_failed{width:20px;min-width:20px;height:20px;min-height:20px;display:inline-block;position:relative}.sprite_download_file_failed:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1080px -2128px;background-repeat:no-repeat;width:40px;min-width:20px;height:40px;min-height:20px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_ele_content_ic_alert{width:20px;min-width:20px;height:20px;min-height:20px;display:inline-block;position:relative}.sprite_ele_content_ic_alert:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1120px -2128px;background-repeat:no-repeat;width:40px;min-width:20px;height:40px;min-height:20px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_ele_content_ic_warn{width:20px;min-width:20px;height:20px;min-height:20px;display:inline-block;position:relative}.sprite_ele_content_ic_warn:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1160px -2128px;background-repeat:no-repeat;width:40px;min-width:20px;height:40px;min-height:20px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_ele_ic_copy_white{width:20px;min-width:20px;height:20px;min-height:20px;display:inline-block;position:relative}.sprite_ele_ic_copy_white:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1200px -2128px;background-repeat:no-repeat;width:40px;min-width:20px;height:40px;min-height:20px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_ele_ic_dropdownarrow_black{width:20px;min-width:20px;height:20px;min-height:20px;display:inline-block;position:relative}.sprite_ele_ic_dropdownarrow_black:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1240px -2128px;background-repeat:no-repeat;width:40px;min-width:20px;height:40px;min-height:20px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_ele_ic_dropdownarrow_blue{width:20px;min-width:20px;height:20px;min-height:20px;display:inline-block;position:relative}.sprite_ele_ic_dropdownarrow_blue:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1280px -2128px;background-repeat:no-repeat;width:40px;min-width:20px;height:40px;min-height:20px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_ele_ic_dropdownarrow_gray{width:20px;min-width:20px;height:20px;min-height:20px;display:inline-block;position:relative}.sprite_ele_ic_dropdownarrow_gray:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1320px -2128px;background-repeat:no-repeat;width:40px;min-width:20px;height:40px;min-height:20px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_ele_ic_more_right_gray{width:20px;min-width:20px;height:20px;min-height:20px;display:inline-block;position:relative}.sprite_ele_ic_more_right_gray:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1360px -2128px;background-repeat:no-repeat;width:40px;min-width:20px;height:40px;min-height:20px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_ele_ic_nonotification{width:20px;min-width:20px;height:20px;min-height:20px;display:inline-block;position:relative}.sprite_ele_ic_nonotification:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1400px -2128px;background-repeat:no-repeat;width:40px;min-width:20px;height:40px;min-height:20px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_ele_selection_active{width:20px;min-width:20px;height:20px;min-height:20px;display:inline-block;position:relative}.sprite_ele_selection_active:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1440px -2128px;background-repeat:no-repeat;width:40px;min-width:20px;height:40px;min-height:20px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_ele_selection_gray{width:20px;min-width:20px;height:20px;min-height:20px;display:inline-block;position:relative}.sprite_ele_selection_gray:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1480px -2128px;background-repeat:no-repeat;width:40px;min-width:20px;height:40px;min-height:20px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_ele_sidebar_ic_close_blue{width:20px;min-width:20px;height:20px;min-height:20px;display:inline-block;position:relative}.sprite_ele_sidebar_ic_close_blue:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1520px -2128px;background-repeat:no-repeat;width:40px;min-width:20px;height:40px;min-height:20px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_ele_sidebar_ic_close{width:20px;min-width:20px;height:20px;min-height:20px;display:inline-block;position:relative}.sprite_ele_sidebar_ic_close:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1560px -2128px;background-repeat:no-repeat;width:40px;min-width:20px;height:40px;min-height:20px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_general_ic_more_small{width:20px;min-width:20px;height:20px;min-height:20px;display:inline-block;position:relative}.sprite_general_ic_more_small:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1600px -2128px;background-repeat:no-repeat;width:40px;min-width:20px;height:40px;min-height:20px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_general_more_ic_back{width:20px;min-width:20px;height:20px;min-height:20px;display:inline-block;position:relative}.sprite_general_more_ic_back:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1640px -2128px;background-repeat:no-repeat;width:40px;min-width:20px;height:40px;min-height:20px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_login_ic_howtoscan{width:20px;min-width:20px;height:20px;min-height:20px;display:inline-block;position:relative}.sprite_login_ic_howtoscan:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1680px -2128px;background-repeat:no-repeat;width:40px;min-width:20px;height:40px;min-height:20px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_login_ic_popup_close{width:20px;min-width:20px;height:20px;min-height:20px;display:inline-block;position:relative}.sprite_login_ic_popup_close:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1720px -2128px;background-repeat:no-repeat;width:40px;min-width:20px;height:40px;min-height:20px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_login_ic_refresh{width:20px;min-width:20px;height:20px;min-height:20px;display:inline-block;position:relative}.sprite_login_ic_refresh:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1760px -2128px;background-repeat:no-repeat;width:40px;min-width:20px;height:40px;min-height:20px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_meeting_ic_inmeeting_status_more{width:20px;min-width:20px;height:20px;min-height:20px;display:inline-block;position:relative}.sprite_meeting_ic_inmeeting_status_more:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1800px -2128px;background-repeat:no-repeat;width:40px;min-width:20px;height:40px;min-height:20px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_meeting_ic_participants_waiting_admit{width:20px;min-width:20px;height:20px;min-height:20px;display:inline-block;position:relative}.sprite_meeting_ic_participants_waiting_admit:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1840px -2128px;background-repeat:no-repeat;width:40px;min-width:20px;height:40px;min-height:20px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_meeting_ic_participants_waiting_reject{width:20px;min-width:20px;height:20px;min-height:20px;display:inline-block;position:relative}.sprite_meeting_ic_participants_waiting_reject:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1880px -2128px;background-repeat:no-repeat;width:40px;min-width:20px;height:40px;min-height:20px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_profile_ic_set_alias_blue{width:20px;min-width:20px;height:20px;min-height:20px;display:inline-block;position:relative}.sprite_profile_ic_set_alias_blue:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1920px -2128px;background-repeat:no-repeat;width:40px;min-width:20px;height:40px;min-height:20px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_profile_ic_set_alias{width:20px;min-width:20px;height:20px;min-height:20px;display:inline-block;position:relative}.sprite_profile_ic_set_alias:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1960px -2128px;background-repeat:no-repeat;width:40px;min-width:20px;height:40px;min-height:20px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_profile-ic-setalias-gray{width:20px;min-width:20px;height:20px;min-height:20px;display:inline-block;position:relative}.sprite_profile-ic-setalias-gray:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2000px -2128px;background-repeat:no-repeat;width:40px;min-width:20px;height:40px;min-height:20px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_search_ic_copy_blue{width:20px;min-width:20px;height:20px;min-height:20px;display:inline-block;position:relative}.sprite_search_ic_copy_blue:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2040px -2128px;background-repeat:no-repeat;width:40px;min-width:20px;height:40px;min-height:20px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_search_ic_copy{width:20px;min-width:20px;height:20px;min-height:20px;display:inline-block;position:relative}.sprite_search_ic_copy:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2080px -2128px;background-repeat:no-repeat;width:40px;min-width:20px;height:40px;min-height:20px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_search_ic_download_blue{width:20px;min-width:20px;height:20px;min-height:20px;display:inline-block;position:relative}.sprite_search_ic_download_blue:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2120px -2128px;background-repeat:no-repeat;width:40px;min-width:20px;height:40px;min-height:20px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_search_ic_download{width:20px;min-width:20px;height:20px;min-height:20px;display:inline-block;position:relative}.sprite_search_ic_download:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2160px -2128px;background-repeat:no-repeat;width:40px;min-width:20px;height:40px;min-height:20px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_search_ic_forward_blue{width:20px;min-width:20px;height:20px;min-height:20px;display:inline-block;position:relative}.sprite_search_ic_forward_blue:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2200px -2128px;background-repeat:no-repeat;width:40px;min-width:20px;height:40px;min-height:20px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_search_ic_forward{width:20px;min-width:20px;height:20px;min-height:20px;display:inline-block;position:relative}.sprite_search_ic_forward:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2240px -2128px;background-repeat:no-repeat;width:40px;min-width:20px;height:40px;min-height:20px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_search_ic_more{width:20px;min-width:20px;height:20px;min-height:20px;display:inline-block;position:relative}.sprite_search_ic_more:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2280px -2128px;background-repeat:no-repeat;width:40px;min-width:20px;height:40px;min-height:20px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_search_ic_trace_blue{width:20px;min-width:20px;height:20px;min-height:20px;display:inline-block;position:relative}.sprite_search_ic_trace_blue:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2320px -2128px;background-repeat:no-repeat;width:40px;min-width:20px;height:40px;min-height:20px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_search_ic_trace{width:20px;min-width:20px;height:20px;min-height:20px;display:inline-block;position:relative}.sprite_search_ic_trace:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2360px -2128px;background-repeat:no-repeat;width:40px;min-width:20px;height:40px;min-height:20px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_search_ic_video{width:20px;min-width:20px;height:20px;min-height:20px;display:inline-block;position:relative}.sprite_search_ic_video:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2400px -2128px;background-repeat:no-repeat;width:40px;min-width:20px;height:40px;min-height:20px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_server_maintenance_alert{width:20px;min-width:20px;height:20px;min-height:20px;display:inline-block;position:relative}.sprite_server_maintenance_alert:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2440px -2128px;background-repeat:no-repeat;width:40px;min-width:20px;height:40px;min-height:20px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_settings_ic_add{width:20px;min-width:20px;height:20px;min-height:20px;display:inline-block;position:relative}.sprite_settings_ic_add:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2480px -2128px;background-repeat:no-repeat;width:40px;min-width:20px;height:40px;min-height:20px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_settings_ic_remove{width:20px;min-width:20px;height:20px;min-height:20px;display:inline-block;position:relative}.sprite_settings_ic_remove:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-240px -2192px;background-repeat:no-repeat;width:40px;min-width:20px;height:40px;min-height:20px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_settings_ic_search{width:20px;min-width:20px;height:20px;min-height:20px;display:inline-block;position:relative}.sprite_settings_ic_search:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-280px -2192px;background-repeat:no-repeat;width:40px;min-width:20px;height:40px;min-height:20px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_titlebar_ic_oncall_video{width:20px;min-width:20px;height:20px;min-height:20px;display:inline-block;position:relative}.sprite_titlebar_ic_oncall_video:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-320px -2192px;background-repeat:no-repeat;width:40px;min-width:20px;height:40px;min-height:20px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_titlebar_ic_oncall_voice{width:20px;min-width:20px;height:20px;min-height:20px;display:inline-block;position:relative}.sprite_titlebar_ic_oncall_voice:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-360px -2192px;background-repeat:no-repeat;width:40px;min-width:20px;height:40px;min-height:20px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_zoom_ic_dropdownarrow{width:20px;min-width:20px;height:20px;min-height:20px;display:inline-block;position:relative}.sprite_zoom_ic_dropdownarrow:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-400px -2192px;background-repeat:no-repeat;width:40px;min-width:20px;height:40px;min-height:20px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_zoom_ic_toast_alert{width:20px;min-width:20px;height:20px;min-height:20px;display:inline-block;position:relative}.sprite_zoom_ic_toast_alert:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-440px -2192px;background-repeat:no-repeat;width:40px;min-width:20px;height:40px;min-height:20px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_chat_sendimage_ic_delete{width:18px;min-width:18px;height:18px;min-height:18px;display:inline-block;position:relative}.sprite_chat_sendimage_ic_delete:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-480px -2192px;background-repeat:no-repeat;width:36px;min-width:18px;height:36px;min-height:18px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_add_ic_newchat{width:16px;min-width:16px;height:16px;min-height:16px;display:inline-block;position:relative}.sprite_add_ic_newchat:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2480px -2082px;background-repeat:no-repeat;width:32px;min-width:16px;height:32px;min-height:16px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_chat_ic_fail{width:16px;min-width:16px;height:16px;min-height:16px;display:inline-block;position:relative}.sprite_chat_ic_fail:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2286px -1680px;background-repeat:no-repeat;width:32px;min-width:16px;height:32px;min-height:16px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_chat_ic_sending{width:16px;min-width:16px;height:16px;min-height:16px;display:inline-block;position:relative}.sprite_chat_ic_sending:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2286px -1712px;background-repeat:no-repeat;width:32px;min-width:16px;height:32px;min-height:16px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_download_file{width:16px;min-width:16px;height:16px;min-height:16px;display:inline-block;position:relative}.sprite_download_file:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2286px -1744px;background-repeat:no-repeat;width:32px;min-width:16px;height:32px;min-height:16px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_search_ic_chatbot{width:16px;min-width:16px;height:16px;min-height:16px;display:inline-block;position:relative}.sprite_search_ic_chatbot:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2286px -1776px;background-repeat:no-repeat;width:32px;min-width:16px;height:32px;min-height:16px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_search_ic_chathistory{width:16px;min-width:16px;height:16px;min-height:16px;display:inline-block;position:relative}.sprite_search_ic_chathistory:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2286px -1808px;background-repeat:no-repeat;width:32px;min-width:16px;height:32px;min-height:16px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_search_ic_contact{width:16px;min-width:16px;height:16px;min-height:16px;display:inline-block;position:relative}.sprite_search_ic_contact:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1776px -572px;background-repeat:no-repeat;width:32px;min-width:16px;height:32px;min-height:16px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_search_ic_group{width:16px;min-width:16px;height:16px;min-height:16px;display:inline-block;position:relative}.sprite_search_ic_group:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1808px -572px;background-repeat:no-repeat;width:32px;min-width:16px;height:32px;min-height:16px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_search_ic_notice{width:16px;min-width:16px;height:16px;min-height:16px;display:inline-block;position:relative}.sprite_search_ic_notice:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1840px -572px;background-repeat:no-repeat;width:32px;min-width:16px;height:32px;min-height:16px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_search_ic_publicaccount{width:16px;min-width:16px;height:16px;min-height:16px;display:inline-block;position:relative}.sprite_search_ic_publicaccount:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1872px -572px;background-repeat:no-repeat;width:32px;min-width:16px;height:32px;min-height:16px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_settings-ic-zoom-in{width:16px;min-width:16px;height:16px;min-height:16px;display:inline-block;position:relative}.sprite_settings-ic-zoom-in:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1776px -892px;background-repeat:no-repeat;width:32px;min-width:16px;height:32px;min-height:16px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_settings-ic-zoom-out{width:16px;min-width:16px;height:16px;min-height:16px;display:inline-block;position:relative}.sprite_settings-ic-zoom-out:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1808px -892px;background-repeat:no-repeat;width:32px;min-width:16px;height:32px;min-height:16px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_titlebar_ic_onleave{width:16px;min-width:16px;height:16px;min-height:16px;display:inline-block;position:relative}.sprite_titlebar_ic_onleave:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1840px -892px;background-repeat:no-repeat;width:32px;min-width:16px;height:32px;min-height:16px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_voicecall_ic_windowstitlebar_close_dark{width:16px;min-width:16px;height:16px;min-height:16px;display:inline-block;position:relative}.sprite_voicecall_ic_windowstitlebar_close_dark:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1872px -892px;background-repeat:no-repeat;width:32px;min-width:16px;height:32px;min-height:16px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_voicecall_ic_windowstitlebar_close_white{width:16px;min-width:16px;height:16px;min-height:16px;display:inline-block;position:relative}.sprite_voicecall_ic_windowstitlebar_close_white:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1776px -1212px;background-repeat:no-repeat;width:32px;min-width:16px;height:32px;min-height:16px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_voicecall_ic_windowstitlebar_close{width:16px;min-width:16px;height:16px;min-height:16px;display:inline-block;position:relative}.sprite_voicecall_ic_windowstitlebar_close:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1808px -1212px;background-repeat:no-repeat;width:32px;min-width:16px;height:32px;min-height:16px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_voicecall_ic_windowstitlebar_maximize{width:16px;min-width:16px;height:16px;min-height:16px;display:inline-block;position:relative}.sprite_voicecall_ic_windowstitlebar_maximize:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1840px -1212px;background-repeat:no-repeat;width:32px;min-width:16px;height:32px;min-height:16px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_voicecall_ic_windowstitlebar_minimize{width:16px;min-width:16px;height:16px;min-height:16px;display:inline-block;position:relative}.sprite_voicecall_ic_windowstitlebar_minimize:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1872px -1212px;background-repeat:no-repeat;width:32px;min-width:16px;height:32px;min-height:16px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_voicecall_ic_windowstitlebar_restore{width:16px;min-width:16px;height:16px;min-height:16px;display:inline-block;position:relative}.sprite_voicecall_ic_windowstitlebar_restore:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-528px -632px;background-repeat:no-repeat;width:32px;min-width:16px;height:32px;min-height:16px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_voicecall_ic_windowstitlebar_seatalklogo{width:16px;min-width:16px;height:16px;min-height:16px;display:inline-block;position:relative}.sprite_voicecall_ic_windowstitlebar_seatalklogo:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-528px -664px;background-repeat:no-repeat;width:32px;min-width:16px;height:32px;min-height:16px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_zoom_ic_connecting{width:16px;min-width:16px;height:16px;min-height:16px;display:inline-block;position:relative}.sprite_zoom_ic_connecting:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-528px -712px;background-repeat:no-repeat;width:32px;min-width:16px;height:32px;min-height:16px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_chat_ic_newmessages_arrow{width:14px;min-width:14px;height:14px;min-height:14px;display:inline-block;position:relative}.sprite_chat_ic_newmessages_arrow:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2512px -1146px;background-repeat:no-repeat;width:28px;min-width:14px;height:28px;min-height:14px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_chat_sendimage_ic_video{width:14px;min-width:14px;height:14px;min-height:14px;display:inline-block;position:relative}.sprite_chat_sendimage_ic_video:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2510px -1286px;background-repeat:no-repeat;width:28px;min-width:14px;height:28px;min-height:14px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_newchat_ic_delete_black{width:14px;min-width:14px;height:14px;min-height:14px;display:inline-block;position:relative}.sprite_newchat_ic_delete_black:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2512px -1842px;background-repeat:no-repeat;width:28px;min-width:14px;height:28px;min-height:14px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_ele_ic_whisper{width:12px;min-width:12px;height:14px;min-height:14px;display:inline-block;position:relative}.sprite_ele_ic_whisper:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2516px -866px;background-repeat:no-repeat;width:24px;min-width:12px;height:28px;min-height:14px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_videocall_rc_muted{width:10px;min-width:10px;height:12px;min-height:12px;display:inline-block;position:relative}.sprite_videocall_rc_muted:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2520px -278px;background-repeat:no-repeat;width:20px;min-width:10px;height:24px;min-height:12px;position:absolute;top:0;left:0;transform:scale(.5)}.sprite_chat_ic_whitebubble{width:7px;min-width:7px;height:11px;min-height:11px;display:inline-block;position:relative}.sprite_chat_ic_whitebubble:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2520px -302px;background-repeat:no-repeat;width:14px;min-width:7px;height:22px;min-height:11px;position:absolute;top:0;left:0;transform:scale(.5)}}.dark-theme .sprite_zoom_img_illustration_started{width:280px;min-width:280px;height:220px;min-height:220px;display:inline-block;position:relative}.dark-theme .sprite_zoom_img_illustration_started:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:0 0;background-repeat:no-repeat;width:560px;min-width:280px;height:440px;min-height:220px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_chat_img_afternoon{width:224px;min-width:224px;height:224px;min-height:224px;display:inline-block;position:relative}.dark-theme .sprite_chat_img_afternoon:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:0 -440px;background-repeat:no-repeat;width:448px;min-width:224px;height:448px;min-height:224px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_chat_img_evening{width:224px;min-width:224px;height:224px;min-height:224px;display:inline-block;position:relative}.dark-theme .sprite_chat_img_evening:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-560px 0;background-repeat:no-repeat;width:448px;min-width:224px;height:448px;min-height:224px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_chat_img_morning{width:224px;min-width:224px;height:224px;min-height:224px;display:inline-block;position:relative}.dark-theme .sprite_chat_img_morning:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1008px 0;background-repeat:no-repeat;width:448px;min-width:224px;height:448px;min-height:224px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_applink-profile-view-not-exist{width:220px;min-width:220px;height:220px;min-height:220px;display:inline-block;position:relative}.dark-theme .sprite_applink-profile-view-not-exist:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1008px -448px;background-repeat:no-repeat;width:440px;min-width:220px;height:440px;min-height:220px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_chat_img_nochathistory{width:220px;min-width:220px;height:220px;min-height:220px;display:inline-block;position:relative}.dark-theme .sprite_chat_img_nochathistory:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-560px -448px;background-repeat:no-repeat;width:440px;min-width:220px;height:440px;min-height:220px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_contacts_img_nocontact{width:220px;min-width:220px;height:220px;min-height:220px;display:inline-block;position:relative}.dark-theme .sprite_contacts_img_nocontact:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:0 -888px;background-repeat:no-repeat;width:440px;min-width:220px;height:440px;min-height:220px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_groups_img_placeholder_conferences{width:220px;min-width:220px;height:220px;min-height:220px;display:inline-block;position:relative}.dark-theme .sprite_groups_img_placeholder_conferences:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-440px -888px;background-repeat:no-repeat;width:440px;min-width:220px;height:440px;min-height:220px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_search_img_search_no_typing{width:220px;min-width:220px;height:220px;min-height:220px;display:inline-block;position:relative}.dark-theme .sprite_search_img_search_no_typing:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-880px -888px;background-repeat:no-repeat;width:440px;min-width:220px;height:440px;min-height:220px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_screenshare_new_feature{width:232px;min-width:232px;height:142px;min-height:142px;display:inline-block;position:relative}.dark-theme .sprite_screenshare_new_feature:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1456px 0;background-repeat:no-repeat;width:464px;min-width:232px;height:284px;min-height:142px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_add_img_addcontact{width:160px;min-width:160px;height:160px;min-height:160px;display:inline-block;position:relative}.dark-theme .sprite_add_img_addcontact:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1456px -284px;background-repeat:no-repeat;width:320px;min-width:160px;height:320px;min-height:160px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_chat_imageview_expired{width:160px;min-width:160px;height:160px;min-height:160px;display:inline-block;position:relative}.dark-theme .sprite_chat_imageview_expired:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1456px -604px;background-repeat:no-repeat;width:320px;min-width:160px;height:320px;min-height:160px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_chat_imageview_no_media{width:160px;min-width:160px;height:160px;min-height:160px;display:inline-block;position:relative}.dark-theme .sprite_chat_imageview_no_media:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1456px -924px;background-repeat:no-repeat;width:320px;min-width:160px;height:320px;min-height:160px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_search_img_chat_noresult{width:160px;min-width:160px;height:160px;min-height:160px;display:inline-block;position:relative}.dark-theme .sprite_search_img_chat_noresult:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:0 -1328px;background-repeat:no-repeat;width:320px;min-width:160px;height:320px;min-height:160px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_search_img_noresult{width:160px;min-width:160px;height:160px;min-height:160px;display:inline-block;position:relative}.dark-theme .sprite_search_img_noresult:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-320px -1328px;background-repeat:no-repeat;width:320px;min-width:160px;height:320px;min-height:160px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_search_img_searchdefault{width:160px;min-width:160px;height:160px;min-height:160px;display:inline-block;position:relative}.dark-theme .sprite_search_img_searchdefault:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-640px -1328px;background-repeat:no-repeat;width:320px;min-width:160px;height:320px;min-height:160px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_backuprestore_image_disconnect{width:201px;min-width:201px;height:120px;min-height:120px;display:inline-block;position:relative}.dark-theme .sprite_backuprestore_image_disconnect:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-960px -1328px;background-repeat:no-repeat;width:402px;min-width:201px;height:240px;min-height:120px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_backuprestore_image_backupcompleted{width:200px;min-width:200px;height:120px;min-height:120px;display:inline-block;position:relative}.dark-theme .sprite_backuprestore_image_backupcompleted:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1362px -1328px;background-repeat:no-repeat;width:400px;min-width:200px;height:240px;min-height:120px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_backuprestore_image_backupstop{width:200px;min-width:200px;height:120px;min-height:120px;display:inline-block;position:relative}.dark-theme .sprite_backuprestore_image_backupstop:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:0 -1648px;background-repeat:no-repeat;width:400px;min-width:200px;height:240px;min-height:120px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_backuprestore_image_confirmonphone{width:200px;min-width:200px;height:120px;min-height:120px;display:inline-block;position:relative}.dark-theme .sprite_backuprestore_image_confirmonphone:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-400px -1648px;background-repeat:no-repeat;width:400px;min-width:200px;height:240px;min-height:120px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_backuprestore_image_other_error{width:200px;min-width:200px;height:120px;min-height:120px;display:inline-block;position:relative}.dark-theme .sprite_backuprestore_image_other_error:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-800px -1648px;background-repeat:no-repeat;width:400px;min-width:200px;height:240px;min-height:120px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_backuprestore_image_restorecompleted{width:200px;min-width:200px;height:120px;min-height:120px;display:inline-block;position:relative}.dark-theme .sprite_backuprestore_image_restorecompleted:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1200px -1648px;background-repeat:no-repeat;width:400px;min-width:200px;height:240px;min-height:120px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_backuprestore_image_restorestop{width:200px;min-width:200px;height:120px;min-height:120px;display:inline-block;position:relative}.dark-theme .sprite_backuprestore_image_restorestop:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1920px 0;background-repeat:no-repeat;width:400px;min-width:200px;height:240px;min-height:120px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_backuprestore_img_desktopnospace{width:200px;min-width:200px;height:120px;min-height:120px;display:inline-block;position:relative}.dark-theme .sprite_backuprestore_img_desktopnospace:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1920px -240px;background-repeat:no-repeat;width:400px;min-width:200px;height:240px;min-height:120px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_backuprestore_img_desktopupdate{width:200px;min-width:200px;height:120px;min-height:120px;display:inline-block;position:relative}.dark-theme .sprite_backuprestore_img_desktopupdate:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1920px -480px;background-repeat:no-repeat;width:400px;min-width:200px;height:240px;min-height:120px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_backuprestore_img_mobilenospace{width:200px;min-width:200px;height:120px;min-height:120px;display:inline-block;position:relative}.dark-theme .sprite_backuprestore_img_mobilenospace:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1920px -720px;background-repeat:no-repeat;width:400px;min-width:200px;height:240px;min-height:120px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_backuprestore_img_mobileupdate{width:200px;min-width:200px;height:120px;min-height:120px;display:inline-block;position:relative}.dark-theme .sprite_backuprestore_img_mobileupdate:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1920px -960px;background-repeat:no-repeat;width:400px;min-width:200px;height:240px;min-height:120px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_backuprestore_img_nonetwork{width:200px;min-width:200px;height:120px;min-height:120px;display:inline-block;position:relative}.dark-theme .sprite_backuprestore_img_nonetwork:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1920px -1200px;background-repeat:no-repeat;width:400px;min-width:200px;height:240px;min-height:120px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_backuprestore_image_backup{width:160px;min-width:160px;height:120px;min-height:120px;display:inline-block;position:relative}.dark-theme .sprite_backuprestore_image_backup:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1920px -1440px;background-repeat:no-repeat;width:320px;min-width:160px;height:240px;min-height:120px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_backuprestore_image_restore_disable{width:160px;min-width:160px;height:120px;min-height:120px;display:inline-block;position:relative}.dark-theme .sprite_backuprestore_image_restore_disable:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1600px -1648px;background-repeat:no-repeat;width:320px;min-width:160px;height:240px;min-height:120px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_backuprestore_image_restore{width:160px;min-width:160px;height:120px;min-height:120px;display:inline-block;position:relative}.dark-theme .sprite_backuprestore_image_restore:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:0 -1888px;background-repeat:no-repeat;width:320px;min-width:160px;height:240px;min-height:120px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_login_ic_plane{width:183px;min-width:183px;height:93px;min-height:93px;display:inline-block;position:relative}.dark-theme .sprite_login_ic_plane:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1920px -1680px;background-repeat:no-repeat;width:366px;min-width:183px;height:186px;min-height:93px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_settings_ic_seatalk{width:110px;min-width:110px;height:139px;min-height:139px;display:inline-block;position:relative}.dark-theme .sprite_settings_ic_seatalk:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2320px 0;background-repeat:no-repeat;width:220px;min-width:110px;height:278px;min-height:139px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_search_img_chat_default{width:120px;min-width:120px;height:121px;min-height:121px;display:inline-block;position:relative}.dark-theme .sprite_search_img_chat_default:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:0 -2128px;background-repeat:no-repeat;width:240px;min-width:120px;height:242px;min-height:121px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_chat_ic_noticebotavatar{width:120px;min-width:120px;height:120px;min-height:120px;display:inline-block;position:relative}.dark-theme .sprite_chat_ic_noticebotavatar:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-320px -1888px;background-repeat:no-repeat;width:240px;min-width:120px;height:240px;min-height:120px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_illustration_othererror{width:120px;min-width:120px;height:120px;min-height:120px;display:inline-block;position:relative}.dark-theme .sprite_illustration_othererror:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-560px -1888px;background-repeat:no-repeat;width:240px;min-width:120px;height:240px;min-height:120px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_chatsettings_img_nonoticebot{width:100px;min-width:100px;height:100px;min-height:100px;display:inline-block;position:relative}.dark-theme .sprite_chatsettings_img_nonoticebot:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2320px -278px;background-repeat:no-repeat;width:200px;min-width:100px;height:200px;min-height:100px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_login_ic_seatalklogo{width:176px;min-width:176px;height:48px;min-height:48px;display:inline-block;position:relative}.dark-theme .sprite_login_ic_seatalklogo:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-800px -1888px;background-repeat:no-repeat;width:352px;min-width:176px;height:96px;min-height:48px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_contact_ic_seatalk{width:159px;min-width:159px;height:46px;min-height:46px;display:inline-block;position:relative}.dark-theme .sprite_contact_ic_seatalk:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1152px -1888px;background-repeat:no-repeat;width:318px;min-width:159px;height:92px;min-height:46px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_dropfile_ic_pic{width:82px;min-width:82px;height:82px;min-height:82px;display:inline-block;position:relative}.dark-theme .sprite_dropfile_ic_pic:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2320px -478px;background-repeat:no-repeat;width:164px;min-width:82px;height:164px;min-height:82px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_file_ic_alert{width:72px;min-width:72px;height:72px;min-height:72px;display:inline-block;position:relative}.dark-theme .sprite_file_ic_alert:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2320px -642px;background-repeat:no-repeat;width:144px;min-width:72px;height:144px;min-height:72px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_chat_ic_empty_image_fullpreview{width:70px;min-width:70px;height:70px;min-height:70px;display:inline-block;position:relative}.dark-theme .sprite_chat_ic_empty_image_fullpreview:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2320px -786px;background-repeat:no-repeat;width:140px;min-width:70px;height:140px;min-height:70px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_chat_ic_empty_video_fullpreview{width:70px;min-width:70px;height:70px;min-height:70px;display:inline-block;position:relative}.dark-theme .sprite_chat_ic_empty_video_fullpreview:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2320px -926px;background-repeat:no-repeat;width:140px;min-width:70px;height:140px;min-height:70px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_image_expired_text{width:70px;min-width:70px;height:70px;min-height:70px;display:inline-block;position:relative}.dark-theme .sprite_image_expired_text:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2320px -1066px;background-repeat:no-repeat;width:140px;min-width:70px;height:140px;min-height:70px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_video_expired_text{width:70px;min-width:70px;height:70px;min-height:70px;display:inline-block;position:relative}.dark-theme .sprite_video_expired_text:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2320px -1206px;background-repeat:no-repeat;width:140px;min-width:70px;height:140px;min-height:70px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_file_ic_alert_large{width:64px;min-width:64px;height:64px;min-height:64px;display:inline-block;position:relative}.dark-theme .sprite_file_ic_alert_large:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2320px -1346px;background-repeat:no-repeat;width:128px;min-width:64px;height:128px;min-height:64px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_gif_expired_text{width:64px;min-width:64px;height:64px;min-height:64px;display:inline-block;position:relative}.dark-theme .sprite_gif_expired_text:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2320px -1474px;background-repeat:no-repeat;width:128px;min-width:64px;height:128px;min-height:64px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_ele_ic_qrcode_networkerror{width:60px;min-width:60px;height:60px;min-height:60px;display:inline-block;position:relative}.dark-theme .sprite_ele_ic_qrcode_networkerror:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2320px -1602px;background-repeat:no-repeat;width:120px;min-width:60px;height:120px;min-height:60px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_login_ic_desktopdownload{width:60px;min-width:60px;height:60px;min-height:60px;display:inline-block;position:relative}.dark-theme .sprite_login_ic_desktopdownload:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2320px -1722px;background-repeat:no-repeat;width:120px;min-width:60px;height:120px;min-height:60px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_content_ic_video_play{width:50px;min-width:50px;height:50px;min-height:50px;display:inline-block;position:relative}.dark-theme .sprite_content_ic_video_play:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2440px -1602px;background-repeat:no-repeat;width:100px;min-width:50px;height:100px;min-height:50px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_chat_ic_empty_image{width:48px;min-width:48px;height:48px;min-height:48px;display:inline-block;position:relative}.dark-theme .sprite_chat_ic_empty_image:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2440px -1722px;background-repeat:no-repeat;width:96px;min-width:48px;height:96px;min-height:48px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_chat_imageview_ic_exclaim_gallery{width:48px;min-width:48px;height:48px;min-height:48px;display:inline-block;position:relative}.dark-theme .sprite_chat_imageview_ic_exclaim_gallery:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2320px -1842px;background-repeat:no-repeat;width:96px;min-width:48px;height:96px;min-height:48px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_meeting_ic_inmeeting_cameraon_disabled{width:48px;min-width:48px;height:48px;min-height:48px;display:inline-block;position:relative}.dark-theme .sprite_meeting_ic_inmeeting_cameraon_disabled:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2416px -1842px;background-repeat:no-repeat;width:96px;min-width:48px;height:96px;min-height:48px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_meeting_ic_inmeeting_cameraon{width:48px;min-width:48px;height:48px;min-height:48px;display:inline-block;position:relative}.dark-theme .sprite_meeting_ic_inmeeting_cameraon:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2320px -1938px;background-repeat:no-repeat;width:96px;min-width:48px;height:96px;min-height:48px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_meeting_ic_inmeeting_sharescreen{width:48px;min-width:48px;height:48px;min-height:48px;display:inline-block;position:relative}.dark-theme .sprite_meeting_ic_inmeeting_sharescreen:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2416px -1938px;background-repeat:no-repeat;width:96px;min-width:48px;height:96px;min-height:48px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_videocall_ic_camera_disable{width:48px;min-width:48px;height:48px;min-height:48px;display:inline-block;position:relative}.dark-theme .sprite_videocall_ic_camera_disable:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1776px -284px;background-repeat:no-repeat;width:96px;min-width:48px;height:96px;min-height:48px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_videocall_ic_camera_off{width:48px;min-width:48px;height:48px;min-height:48px;display:inline-block;position:relative}.dark-theme .sprite_videocall_ic_camera_off:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1776px -380px;background-repeat:no-repeat;width:96px;min-width:48px;height:96px;min-height:48px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_videocall_ic_camera_on{width:48px;min-width:48px;height:48px;min-height:48px;display:inline-block;position:relative}.dark-theme .sprite_videocall_ic_camera_on:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1776px -476px;background-repeat:no-repeat;width:96px;min-width:48px;height:96px;min-height:48px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_videocall_ic_speaker_off{width:48px;min-width:48px;height:48px;min-height:48px;display:inline-block;position:relative}.dark-theme .sprite_videocall_ic_speaker_off:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1776px -604px;background-repeat:no-repeat;width:96px;min-width:48px;height:96px;min-height:48px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_videocall_ic_speaker_on{width:48px;min-width:48px;height:48px;min-height:48px;display:inline-block;position:relative}.dark-theme .sprite_videocall_ic_speaker_on:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1776px -700px;background-repeat:no-repeat;width:96px;min-width:48px;height:96px;min-height:48px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_voicecall_ic_addmember{width:48px;min-width:48px;height:48px;min-height:48px;display:inline-block;position:relative}.dark-theme .sprite_voicecall_ic_addmember:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1776px -796px;background-repeat:no-repeat;width:96px;min-width:48px;height:96px;min-height:48px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_voicecall_ic_hangup{width:48px;min-width:48px;height:48px;min-height:48px;display:inline-block;position:relative}.dark-theme .sprite_voicecall_ic_hangup:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1776px -924px;background-repeat:no-repeat;width:96px;min-width:48px;height:96px;min-height:48px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_voicecall_ic_speakeroff{width:48px;min-width:48px;height:48px;min-height:48px;display:inline-block;position:relative}.dark-theme .sprite_voicecall_ic_speakeroff:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1776px -1020px;background-repeat:no-repeat;width:96px;min-width:48px;height:96px;min-height:48px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_voicecall_ic_speakeron{width:48px;min-width:48px;height:48px;min-height:48px;display:inline-block;position:relative}.dark-theme .sprite_voicecall_ic_speakeron:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1776px -1116px;background-repeat:no-repeat;width:96px;min-width:48px;height:96px;min-height:48px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_voting_ic_image_placeholder{width:48px;min-width:48px;height:48px;min-height:48px;display:inline-block;position:relative}.dark-theme .sprite_voting_ic_image_placeholder:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-448px -440px;background-repeat:no-repeat;width:96px;min-width:48px;height:96px;min-height:48px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_zoom_ic_incomingcall_decline_big{width:48px;min-width:48px;height:48px;min-height:48px;display:inline-block;position:relative}.dark-theme .sprite_zoom_ic_incomingcall_decline_big:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-448px -536px;background-repeat:no-repeat;width:96px;min-width:48px;height:96px;min-height:48px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_videocall_ic_addmember{width:44px;min-width:44px;height:44px;min-height:44px;display:inline-block;position:relative}.dark-theme .sprite_videocall_ic_addmember:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2448px -1346px;background-repeat:no-repeat;width:88px;min-width:44px;height:88px;min-height:44px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_chat_ic_voting{width:40px;min-width:40px;height:40px;min-height:40px;display:inline-block;position:relative}.dark-theme .sprite_chat_ic_voting:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2460px -786px;background-repeat:no-repeat;width:80px;min-width:40px;height:80px;min-height:40px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_chat_imageview_ic_next{width:40px;min-width:40px;height:40px;min-height:40px;display:inline-block;position:relative}.dark-theme .sprite_chat_imageview_ic_next:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2460px -926px;background-repeat:no-repeat;width:80px;min-width:40px;height:80px;min-height:40px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_chat_imageview_ic_previous{width:40px;min-width:40px;height:40px;min-height:40px;display:inline-block;position:relative}.dark-theme .sprite_chat_imageview_ic_previous:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2460px -1066px;background-repeat:no-repeat;width:80px;min-width:40px;height:80px;min-height:40px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_content_ic_location_white{width:40px;min-width:40px;height:40px;min-height:40px;display:inline-block;position:relative}.dark-theme .sprite_content_ic_location_white:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2460px -1206px;background-repeat:no-repeat;width:80px;min-width:40px;height:80px;min-height:40px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_default_bot{width:40px;min-width:40px;height:40px;min-height:40px;display:inline-block;position:relative}.dark-theme .sprite_default_bot:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2448px -1474px;background-repeat:no-repeat;width:80px;min-width:40px;height:80px;min-height:40px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_default_group{width:40px;min-width:40px;height:40px;min-height:40px;display:inline-block;position:relative}.dark-theme .sprite_default_group:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2320px -2034px;background-repeat:no-repeat;width:80px;min-width:40px;height:80px;min-height:40px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_default_user{width:40px;min-width:40px;height:40px;min-height:40px;display:inline-block;position:relative}.dark-theme .sprite_default_user:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2400px -2034px;background-repeat:no-repeat;width:80px;min-width:40px;height:80px;min-height:40px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_ele_ic_defaultavatar{width:40px;min-width:40px;height:40px;min-height:40px;display:inline-block;position:relative}.dark-theme .sprite_ele_ic_defaultavatar:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2240px -1440px;background-repeat:no-repeat;width:80px;min-width:40px;height:80px;min-height:40px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_ele_ic_qrcode_link{width:40px;min-width:40px;height:40px;min-height:40px;display:inline-block;position:relative}.dark-theme .sprite_ele_ic_qrcode_link:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2240px -1520px;background-repeat:no-repeat;width:80px;min-width:40px;height:80px;min-height:40px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_ele_ic_qrcode_qr{width:40px;min-width:40px;height:40px;min-height:40px;display:inline-block;position:relative}.dark-theme .sprite_ele_ic_qrcode_qr:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2240px -1600px;background-repeat:no-repeat;width:80px;min-width:40px;height:80px;min-height:40px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_ele_ic_qrcode_save{width:40px;min-width:40px;height:40px;min-height:40px;display:inline-block;position:relative}.dark-theme .sprite_ele_ic_qrcode_save:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1456px -1244px;background-repeat:no-repeat;width:80px;min-width:40px;height:80px;min-height:40px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_filetransfer_ic_csv_file_grey{width:40px;min-width:40px;height:40px;min-height:40px;display:inline-block;position:relative}.dark-theme .sprite_filetransfer_ic_csv_file_grey:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1536px -1244px;background-repeat:no-repeat;width:80px;min-width:40px;height:80px;min-height:40px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_filetransfer_ic_doc_file_grey{width:40px;min-width:40px;height:40px;min-height:40px;display:inline-block;position:relative}.dark-theme .sprite_filetransfer_ic_doc_file_grey:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1616px -1244px;background-repeat:no-repeat;width:80px;min-width:40px;height:80px;min-height:40px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_filetransfer_ic_doc_file{width:40px;min-width:40px;height:40px;min-height:40px;display:inline-block;position:relative}.dark-theme .sprite_filetransfer_ic_doc_file:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1696px -1244px;background-repeat:no-repeat;width:80px;min-width:40px;height:80px;min-height:40px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_filetransfer_ic_excel_file_grey{width:40px;min-width:40px;height:40px;min-height:40px;display:inline-block;position:relative}.dark-theme .sprite_filetransfer_ic_excel_file_grey:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1776px -1244px;background-repeat:no-repeat;width:80px;min-width:40px;height:80px;min-height:40px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_filetransfer_ic_excel_file{width:40px;min-width:40px;height:40px;min-height:40px;display:inline-block;position:relative}.dark-theme .sprite_filetransfer_ic_excel_file:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-448px -632px;background-repeat:no-repeat;width:80px;min-width:40px;height:80px;min-height:40px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_filetransfer_ic_link{width:40px;min-width:40px;height:40px;min-height:40px;display:inline-block;position:relative}.dark-theme .sprite_filetransfer_ic_link:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-448px -712px;background-repeat:no-repeat;width:80px;min-width:40px;height:80px;min-height:40px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_filetransfer_ic_md_file_grey{width:40px;min-width:40px;height:40px;min-height:40px;display:inline-block;position:relative}.dark-theme .sprite_filetransfer_ic_md_file_grey:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-448px -792px;background-repeat:no-repeat;width:80px;min-width:40px;height:80px;min-height:40px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_filetransfer_ic_md_file{width:40px;min-width:40px;height:40px;min-height:40px;display:inline-block;position:relative}.dark-theme .sprite_filetransfer_ic_md_file:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1320px -888px;background-repeat:no-repeat;width:80px;min-width:40px;height:80px;min-height:40px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_filetransfer_ic_other_file_grey{width:40px;min-width:40px;height:40px;min-height:40px;display:inline-block;position:relative}.dark-theme .sprite_filetransfer_ic_other_file_grey:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1320px -968px;background-repeat:no-repeat;width:80px;min-width:40px;height:80px;min-height:40px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_filetransfer_ic_other_file{width:40px;min-width:40px;height:40px;min-height:40px;display:inline-block;position:relative}.dark-theme .sprite_filetransfer_ic_other_file:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1320px -1048px;background-repeat:no-repeat;width:80px;min-width:40px;height:80px;min-height:40px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_filetransfer_ic_pdf_file_grey{width:40px;min-width:40px;height:40px;min-height:40px;display:inline-block;position:relative}.dark-theme .sprite_filetransfer_ic_pdf_file_grey:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1320px -1128px;background-repeat:no-repeat;width:80px;min-width:40px;height:80px;min-height:40px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_filetransfer_ic_pdf_file{width:40px;min-width:40px;height:40px;min-height:40px;display:inline-block;position:relative}.dark-theme .sprite_filetransfer_ic_pdf_file:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1320px -1208px;background-repeat:no-repeat;width:80px;min-width:40px;height:80px;min-height:40px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_filetransfer_ic_ppt_file_grey{width:40px;min-width:40px;height:40px;min-height:40px;display:inline-block;position:relative}.dark-theme .sprite_filetransfer_ic_ppt_file_grey:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1762px -1328px;background-repeat:no-repeat;width:80px;min-width:40px;height:80px;min-height:40px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_filetransfer_ic_ppt_file{width:40px;min-width:40px;height:40px;min-height:40px;display:inline-block;position:relative}.dark-theme .sprite_filetransfer_ic_ppt_file:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1762px -1408px;background-repeat:no-repeat;width:80px;min-width:40px;height:80px;min-height:40px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_filetransfer_ic_rar_file_grey{width:40px;min-width:40px;height:40px;min-height:40px;display:inline-block;position:relative}.dark-theme .sprite_filetransfer_ic_rar_file_grey:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1762px -1488px;background-repeat:no-repeat;width:80px;min-width:40px;height:80px;min-height:40px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_filetransfer_ic_rar_file{width:40px;min-width:40px;height:40px;min-height:40px;display:inline-block;position:relative}.dark-theme .sprite_filetransfer_ic_rar_file:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-960px -1568px;background-repeat:no-repeat;width:80px;min-width:40px;height:80px;min-height:40px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_filetransfer_ic_sound_file_grey{width:40px;min-width:40px;height:40px;min-height:40px;display:inline-block;position:relative}.dark-theme .sprite_filetransfer_ic_sound_file_grey:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1040px -1568px;background-repeat:no-repeat;width:80px;min-width:40px;height:80px;min-height:40px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_filetransfer_ic_sound_file{width:40px;min-width:40px;height:40px;min-height:40px;display:inline-block;position:relative}.dark-theme .sprite_filetransfer_ic_sound_file:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1120px -1568px;background-repeat:no-repeat;width:80px;min-width:40px;height:80px;min-height:40px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_filetransfer_ic_zip_file_grey{width:40px;min-width:40px;height:40px;min-height:40px;display:inline-block;position:relative}.dark-theme .sprite_filetransfer_ic_zip_file_grey:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1200px -1568px;background-repeat:no-repeat;width:80px;min-width:40px;height:80px;min-height:40px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_filetransfer_ic_zip_file{width:40px;min-width:40px;height:40px;min-height:40px;display:inline-block;position:relative}.dark-theme .sprite_filetransfer_ic_zip_file:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1280px -1568px;background-repeat:no-repeat;width:80px;min-width:40px;height:80px;min-height:40px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_group_setting_ic_link{width:40px;min-width:40px;height:40px;min-height:40px;display:inline-block;position:relative}.dark-theme .sprite_group_setting_ic_link:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1360px -1568px;background-repeat:no-repeat;width:80px;min-width:40px;height:80px;min-height:40px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_icon_decline{width:40px;min-width:40px;height:40px;min-height:40px;display:inline-block;position:relative}.dark-theme .sprite_icon_decline:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1440px -1568px;background-repeat:no-repeat;width:80px;min-width:40px;height:80px;min-height:40px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_icon_endaccept{width:40px;min-width:40px;height:40px;min-height:40px;display:inline-block;position:relative}.dark-theme .sprite_icon_endaccept:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1520px -1568px;background-repeat:no-repeat;width:80px;min-width:40px;height:80px;min-height:40px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_icon_voice{width:40px;min-width:40px;height:40px;min-height:40px;display:inline-block;position:relative}.dark-theme .sprite_icon_voice:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1600px -1568px;background-repeat:no-repeat;width:80px;min-width:40px;height:80px;min-height:40px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_search_ic_chatbot_profile{width:40px;min-width:40px;height:40px;min-height:40px;display:inline-block;position:relative}.dark-theme .sprite_search_ic_chatbot_profile:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1680px -1568px;background-repeat:no-repeat;width:80px;min-width:40px;height:80px;min-height:40px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_search_icon_searchnameemail{width:40px;min-width:40px;height:40px;min-height:40px;display:inline-block;position:relative}.dark-theme .sprite_search_icon_searchnameemail:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1760px -1568px;background-repeat:no-repeat;width:80px;min-width:40px;height:80px;min-height:40px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_zoom_ic_avatar_conferenceroom{width:40px;min-width:40px;height:40px;min-height:40px;display:inline-block;position:relative}.dark-theme .sprite_zoom_ic_avatar_conferenceroom:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1840px -1568px;background-repeat:no-repeat;width:80px;min-width:40px;height:80px;min-height:40px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_zoom_ic_avatar_myconference{width:40px;min-width:40px;height:40px;min-height:40px;display:inline-block;position:relative}.dark-theme .sprite_zoom_ic_avatar_myconference:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1470px -1888px;background-repeat:no-repeat;width:80px;min-width:40px;height:80px;min-height:40px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_download_ic_preview{width:36px;min-width:36px;height:36px;min-height:36px;display:inline-block;position:relative}.dark-theme .sprite_download_ic_preview:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2464px -642px;background-repeat:no-repeat;width:72px;min-width:36px;height:72px;min-height:36px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_ele_ic_failed{width:36px;min-width:36px;height:36px;min-height:36px;display:inline-block;position:relative}.dark-theme .sprite_ele_ic_failed:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2464px -714px;background-repeat:no-repeat;width:72px;min-width:36px;height:72px;min-height:36px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_group_setting_ic_link_gray{width:36px;min-width:36px;height:36px;min-height:36px;display:inline-block;position:relative}.dark-theme .sprite_group_setting_ic_link_gray:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1842px -1328px;background-repeat:no-repeat;width:72px;min-width:36px;height:72px;min-height:36px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_image_expired_normal{width:36px;min-width:36px;height:36px;min-height:36px;display:inline-block;position:relative}.dark-theme .sprite_image_expired_normal:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1842px -1408px;background-repeat:no-repeat;width:72px;min-width:36px;height:72px;min-height:36px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_profile_ic_avatar{width:36px;min-width:36px;height:36px;min-height:36px;display:inline-block;position:relative}.dark-theme .sprite_profile_ic_avatar:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1842px -1488px;background-repeat:no-repeat;width:72px;min-width:36px;height:72px;min-height:36px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_video_expired_normal{width:36px;min-width:36px;height:36px;min-height:36px;display:inline-block;position:relative}.dark-theme .sprite_video_expired_normal:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1550px -1888px;background-repeat:no-repeat;width:72px;min-width:36px;height:72px;min-height:36px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_chat_imageview_ic_thumbnail{width:64px;min-width:64px;height:20px;min-height:20px;display:inline-block;position:relative}.dark-theme .sprite_chat_imageview_ic_thumbnail:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1320px -1288px;background-repeat:no-repeat;width:128px;min-width:64px;height:40px;min-height:20px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_chat_fileview_ic_fittowidth_win{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.dark-theme .sprite_chat_fileview_ic_fittowidth_win:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1856px -1244px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_chat_fileview_ic_fittowidth{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.dark-theme .sprite_chat_fileview_ic_fittowidth:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1622px -1888px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_chat_ic_contact{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.dark-theme .sprite_chat_ic_contact:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1686px -1888px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_chat_ic_emoji_blue{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.dark-theme .sprite_chat_ic_emoji_blue:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1750px -1888px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_chat_ic_emoji{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.dark-theme .sprite_chat_ic_emoji:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1814px -1888px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_chat_ic_file_blue{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.dark-theme .sprite_chat_ic_file_blue:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1878px -1888px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_chat_ic_file{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.dark-theme .sprite_chat_ic_file:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1942px -1888px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_chat_ic_screenshot_blue{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.dark-theme .sprite_chat_ic_screenshot_blue:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2006px -1888px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_chat_ic_screenshot{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.dark-theme .sprite_chat_ic_screenshot:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2070px -1888px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_chat_ic_voicecall_blue{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.dark-theme .sprite_chat_ic_voicecall_blue:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2134px -1888px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_chat_ic_voicecall_gray{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.dark-theme .sprite_chat_ic_voicecall_gray:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2198px -1888px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_chat_ic_vote_blue{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.dark-theme .sprite_chat_ic_vote_blue:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-800px -1984px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_chat_ic_vote{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.dark-theme .sprite_chat_ic_vote:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-864px -1984px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_chat_ic_zoom_blue{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.dark-theme .sprite_chat_ic_zoom_blue:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-928px -1984px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_chat_ic_zoom{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.dark-theme .sprite_chat_ic_zoom:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-992px -1984px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_chat_image_viewer_ic_more_win{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.dark-theme .sprite_chat_image_viewer_ic_more_win:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1056px -1984px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_chat_image_viewer_ic_more{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.dark-theme .sprite_chat_image_viewer_ic_more:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1120px -1984px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_chat_imageview_ic_album_win{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.dark-theme .sprite_chat_imageview_ic_album_win:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1184px -1984px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_chat_imageview_ic_album{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.dark-theme .sprite_chat_imageview_ic_album:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1248px -1984px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_chat_imageview_ic_back{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.dark-theme .sprite_chat_imageview_ic_back:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1312px -1984px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_chat_imageview_ic_bigger_win{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.dark-theme .sprite_chat_imageview_ic_bigger_win:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1376px -1984px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_chat_imageview_ic_bigger{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.dark-theme .sprite_chat_imageview_ic_bigger:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1440px -1984px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_chat_imageview_ic_close{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.dark-theme .sprite_chat_imageview_ic_close:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1504px -1984px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_chat_imageview_ic_download_win{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.dark-theme .sprite_chat_imageview_ic_download_win:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1568px -1984px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_chat_imageview_ic_download{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.dark-theme .sprite_chat_imageview_ic_download:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1632px -1984px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_chat_imageview_ic_forward{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.dark-theme .sprite_chat_imageview_ic_forward:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1696px -1984px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_chat_imageview_ic_rotate_win{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.dark-theme .sprite_chat_imageview_ic_rotate_win:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1760px -1984px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_chat_imageview_ic_rotate{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.dark-theme .sprite_chat_imageview_ic_rotate:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1824px -1984px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_chat_imageview_ic_smaller_win{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.dark-theme .sprite_chat_imageview_ic_smaller_win:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1888px -1984px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_chat_imageview_ic_smaller{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.dark-theme .sprite_chat_imageview_ic_smaller:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1952px -1984px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_chat_nestedforward_ic_back{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.dark-theme .sprite_chat_nestedforward_ic_back:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2016px -1984px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_chat_screenshot_ic_confirm{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.dark-theme .sprite_chat_screenshot_ic_confirm:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2080px -1984px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_chat_select_ic_delete_blue{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.dark-theme .sprite_chat_select_ic_delete_blue:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2144px -1984px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_chat_select_ic_delete{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.dark-theme .sprite_chat_select_ic_delete:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2208px -1984px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_chat_select_ic_forward_blue{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.dark-theme .sprite_chat_select_ic_forward_blue:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-800px -2048px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_chat_select_ic_forward{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.dark-theme .sprite_chat_select_ic_forward:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-864px -2048px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_chat_select_ic_onebyoneforward_blue{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.dark-theme .sprite_chat_select_ic_onebyoneforward_blue:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-928px -2048px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_chat_select_ic_onebyoneforward{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.dark-theme .sprite_chat_select_ic_onebyoneforward:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-992px -2048px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_chat_select_ic_recall_blue{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.dark-theme .sprite_chat_select_ic_recall_blue:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1056px -2048px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_chat_select_ic_recall{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.dark-theme .sprite_chat_select_ic_recall:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1120px -2048px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_ele_ic_copy{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.dark-theme .sprite_ele_ic_copy:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1184px -2048px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_icon_32_px_seatalk{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.dark-theme .sprite_icon_32_px_seatalk:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1248px -2048px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_spark_polish{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.dark-theme .sprite_spark_polish:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1312px -2048px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_spark_translate{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.dark-theme .sprite_spark_translate:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1376px -2048px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_titlebar_ic_addtochat{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.dark-theme .sprite_titlebar_ic_addtochat:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1440px -2048px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_titlebar_ic_groupinfo{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.dark-theme .sprite_titlebar_ic_groupinfo:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1504px -2048px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_titlebar_ic_more{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.dark-theme .sprite_titlebar_ic_more:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1568px -2048px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_titlebar_ic_profile{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.dark-theme .sprite_titlebar_ic_profile:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1632px -2048px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_titlebar_ic_votehistory{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.dark-theme .sprite_titlebar_ic_votehistory:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1696px -2048px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_toolbar_ic_chats_active{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.dark-theme .sprite_toolbar_ic_chats_active:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1760px -2048px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_toolbar_ic_chats{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.dark-theme .sprite_toolbar_ic_chats:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1824px -2048px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_toolbar_ic_contacts_active{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.dark-theme .sprite_toolbar_ic_contacts_active:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1888px -2048px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_toolbar_ic_contacts{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.dark-theme .sprite_toolbar_ic_contacts:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1952px -2048px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_toolbar_ic_discover_active{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.dark-theme .sprite_toolbar_ic_discover_active:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2016px -2048px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_toolbar_ic_discover{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.dark-theme .sprite_toolbar_ic_discover:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2080px -2048px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_toolbar_ic_settings{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.dark-theme .sprite_toolbar_ic_settings:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2144px -2048px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_toolbar-ic-discover-active{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.dark-theme .sprite_toolbar-ic-discover-active:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2208px -2048px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_voting_ic_add_image{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.dark-theme .sprite_voting_ic_add_image:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-240px -2128px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_zoom_ic_camera_off{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.dark-theme .sprite_zoom_ic_camera_off:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-304px -2128px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_zoom_ic_camera_on{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.dark-theme .sprite_zoom_ic_camera_on:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-368px -2128px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_zoom_ic_incomingcall_decline{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.dark-theme .sprite_zoom_ic_incomingcall_decline:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-432px -2128px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_zoom_ic_incomingcall_video{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.dark-theme .sprite_zoom_ic_incomingcall_video:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-496px -2128px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_zoom_ic_incomingcall_voice{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.dark-theme .sprite_zoom_ic_incomingcall_voice:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-560px -2128px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_zoom_ic_microphone_off_mac{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.dark-theme .sprite_zoom_ic_microphone_off_mac:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-624px -2128px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_zoom_ic_microphone_off{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.dark-theme .sprite_zoom_ic_microphone_off:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-688px -2128px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_zoom_ic_microphone_on_mac{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.dark-theme .sprite_zoom_ic_microphone_on_mac:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-752px -2128px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_zoom_ic_microphone_on{width:32px;min-width:32px;height:32px;min-height:32px;display:inline-block;position:relative}.dark-theme .sprite_zoom_ic_microphone_on:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-816px -2128px;background-repeat:no-repeat;width:64px;min-width:32px;height:64px;min-height:32px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_ele_sidebar_ic_close_white{width:28px;min-width:28px;height:28px;min-height:28px;display:inline-block;position:relative}.dark-theme .sprite_ele_sidebar_ic_close_white:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2484px -478px;background-repeat:no-repeat;width:56px;min-width:28px;height:56px;min-height:28px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_spark_polish_thread{width:28px;min-width:28px;height:28px;min-height:28px;display:inline-block;position:relative}.dark-theme .sprite_spark_polish_thread:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2484px -534px;background-repeat:no-repeat;width:56px;min-width:28px;height:56px;min-height:28px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_spark_translate_thread{width:28px;min-width:28px;height:28px;min-height:28px;display:inline-block;position:relative}.dark-theme .sprite_spark_translate_thread:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2460px -866px;background-repeat:no-repeat;width:56px;min-width:28px;height:56px;min-height:28px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_toolbar-ic-discover-default{width:27.5px;min-width:27.5px;height:27.5px;min-height:27.5px;display:inline-block;position:relative}.dark-theme .sprite_toolbar-ic-discover-default:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2460px -1006px;background-repeat:no-repeat;width:55px;min-width:27.5px;height:55px;min-height:27.5px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_contacts_ic_all{width:26px;min-width:26px;height:26px;min-height:26px;display:inline-block;position:relative}.dark-theme .sprite_contacts_ic_all:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2484px -590px;background-repeat:no-repeat;width:52px;min-width:26px;height:52px;min-height:26px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_ele_ic_qrcode{width:26px;min-width:26px;height:26px;min-height:26px;display:inline-block;position:relative}.dark-theme .sprite_ele_ic_qrcode:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2460px -1146px;background-repeat:no-repeat;width:52px;min-width:26px;height:52px;min-height:26px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_zoom_ic_state_ongoing{width:25px;min-width:25px;height:25px;min-height:25px;display:inline-block;position:relative}.dark-theme .sprite_zoom_ic_state_ongoing:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2460px -1286px;background-repeat:no-repeat;width:50px;min-width:25px;height:50px;min-height:25px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_chat_imageview_ic_exclaim{width:24px;min-width:24px;height:24px;min-height:24px;display:inline-block;position:relative}.dark-theme .sprite_chat_imageview_ic_exclaim:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2448px -1554px;background-repeat:no-repeat;width:48px;min-width:24px;height:48px;min-height:24px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_chat_imageview_ic_video{width:24px;min-width:24px;height:24px;min-height:24px;display:inline-block;position:relative}.dark-theme .sprite_chat_imageview_ic_video:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2480px -2034px;background-repeat:no-repeat;width:48px;min-width:24px;height:48px;min-height:24px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_chat-ic-navigate-up{width:24px;min-width:24px;height:24px;min-height:24px;display:inline-block;position:relative}.dark-theme .sprite_chat-ic-navigate-up:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1872px -284px;background-repeat:no-repeat;width:48px;min-width:24px;height:48px;min-height:24px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_chatlist_ic_addcontacts{width:24px;min-width:24px;height:24px;min-height:24px;display:inline-block;position:relative}.dark-theme .sprite_chatlist_ic_addcontacts:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1872px -332px;background-repeat:no-repeat;width:48px;min-width:24px;height:48px;min-height:24px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_chatlist_ic_newchat{width:24px;min-width:24px;height:24px;min-height:24px;display:inline-block;position:relative}.dark-theme .sprite_chatlist_ic_newchat:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1872px -380px;background-repeat:no-repeat;width:48px;min-width:24px;height:48px;min-height:24px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_ele_ic_qrcode_expire{width:24px;min-width:24px;height:24px;min-height:24px;display:inline-block;position:relative}.dark-theme .sprite_ele_ic_qrcode_expire:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1872px -428px;background-repeat:no-repeat;width:48px;min-width:24px;height:48px;min-height:24px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_meeting_ic_inmeeting_gridview{width:24px;min-width:24px;height:24px;min-height:24px;display:inline-block;position:relative}.dark-theme .sprite_meeting_ic_inmeeting_gridview:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1872px -476px;background-repeat:no-repeat;width:48px;min-width:24px;height:48px;min-height:24px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_profile_ic_confirm_blue{width:24px;min-width:24px;height:24px;min-height:24px;display:inline-block;position:relative}.dark-theme .sprite_profile_ic_confirm_blue:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1872px -524px;background-repeat:no-repeat;width:48px;min-width:24px;height:48px;min-height:24px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_profile_ic_confirm_gray{width:24px;min-width:24px;height:24px;min-height:24px;display:inline-block;position:relative}.dark-theme .sprite_profile_ic_confirm_gray:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1872px -604px;background-repeat:no-repeat;width:48px;min-width:24px;height:48px;min-height:24px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_settings_ic_backuprestore{width:24px;min-width:24px;height:24px;min-height:24px;display:inline-block;position:relative}.dark-theme .sprite_settings_ic_backuprestore:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1872px -652px;background-repeat:no-repeat;width:48px;min-width:24px;height:48px;min-height:24px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_settings_ic_bugreport{width:24px;min-width:24px;height:24px;min-height:24px;display:inline-block;position:relative}.dark-theme .sprite_settings_ic_bugreport:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1872px -700px;background-repeat:no-repeat;width:48px;min-width:24px;height:48px;min-height:24px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_settings_ic_exit{width:24px;min-width:24px;height:24px;min-height:24px;display:inline-block;position:relative}.dark-theme .sprite_settings_ic_exit:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1872px -748px;background-repeat:no-repeat;width:48px;min-width:24px;height:48px;min-height:24px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_settings_ic_generalsettings{width:24px;min-width:24px;height:24px;min-height:24px;display:inline-block;position:relative}.dark-theme .sprite_settings_ic_generalsettings:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1872px -796px;background-repeat:no-repeat;width:48px;min-width:24px;height:48px;min-height:24px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_settings_ic_helpcenter{width:24px;min-width:24px;height:24px;min-height:24px;display:inline-block;position:relative}.dark-theme .sprite_settings_ic_helpcenter:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1872px -844px;background-repeat:no-repeat;width:48px;min-width:24px;height:48px;min-height:24px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_settings_ic_logout{width:24px;min-width:24px;height:24px;min-height:24px;display:inline-block;position:relative}.dark-theme .sprite_settings_ic_logout:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1872px -924px;background-repeat:no-repeat;width:48px;min-width:24px;height:48px;min-height:24px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_settings_ic_maximize{width:24px;min-width:24px;height:24px;min-height:24px;display:inline-block;position:relative}.dark-theme .sprite_settings_ic_maximize:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1872px -972px;background-repeat:no-repeat;width:48px;min-width:24px;height:48px;min-height:24px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_settings_ic_minimum{width:24px;min-width:24px;height:24px;min-height:24px;display:inline-block;position:relative}.dark-theme .sprite_settings_ic_minimum:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1872px -1020px;background-repeat:no-repeat;width:48px;min-width:24px;height:48px;min-height:24px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_settings_ic_seaintranet{width:24px;min-width:24px;height:24px;min-height:24px;display:inline-block;position:relative}.dark-theme .sprite_settings_ic_seaintranet:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1872px -1068px;background-repeat:no-repeat;width:48px;min-width:24px;height:48px;min-height:24px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_voicecall_ic_memberstatus_speakeroff{width:24px;min-width:24px;height:24px;min-height:24px;display:inline-block;position:relative}.dark-theme .sprite_voicecall_ic_memberstatus_speakeroff:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1872px -1116px;background-repeat:no-repeat;width:48px;min-width:24px;height:48px;min-height:24px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_voicecall_ic_memberstatus_speaking{width:24px;min-width:24px;height:24px;min-height:24px;display:inline-block;position:relative}.dark-theme .sprite_voicecall_ic_memberstatus_speaking:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1872px -1164px;background-repeat:no-repeat;width:48px;min-width:24px;height:48px;min-height:24px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_voicecall_ic_settings{width:24px;min-width:24px;height:24px;min-height:24px;display:inline-block;position:relative}.dark-theme .sprite_voicecall_ic_settings:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1400px -888px;background-repeat:no-repeat;width:48px;min-width:24px;height:48px;min-height:24px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_zoom_ic_attendees_microphone_off{width:24px;min-width:24px;height:24px;min-height:24px;display:inline-block;position:relative}.dark-theme .sprite_zoom_ic_attendees_microphone_off:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1400px -968px;background-repeat:no-repeat;width:48px;min-width:24px;height:48px;min-height:24px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_zoom_ic_attendees_microphone_on{width:24px;min-width:24px;height:24px;min-height:24px;display:inline-block;position:relative}.dark-theme .sprite_zoom_ic_attendees_microphone_on:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1400px -1048px;background-repeat:no-repeat;width:48px;min-width:24px;height:48px;min-height:24px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_zoom_ic_attendees{width:24px;min-width:24px;height:24px;min-height:24px;display:inline-block;position:relative}.dark-theme .sprite_zoom_ic_attendees:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1400px -1128px;background-repeat:no-repeat;width:48px;min-width:24px;height:48px;min-height:24px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_zoom_ic_incomingcall_seatalklogo{width:24px;min-width:24px;height:24px;min-height:24px;display:inline-block;position:relative}.dark-theme .sprite_zoom_ic_incomingcall_seatalklogo:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1400px -1208px;background-repeat:no-repeat;width:48px;min-width:24px;height:48px;min-height:24px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_chat_ic_sign_quotes_gray{width:22px;min-width:22px;height:22px;min-height:22px;display:inline-block;position:relative}.dark-theme .sprite_chat_ic_sign_quotes_gray:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2496px -1554px;background-repeat:no-repeat;width:44px;min-width:22px;height:44px;min-height:22px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_chat_ic_sign_quotes_white{width:22px;min-width:22px;height:22px;min-height:22px;display:inline-block;position:relative}.dark-theme .sprite_chat_ic_sign_quotes_white:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2262px -1888px;background-repeat:no-repeat;width:44px;min-width:22px;height:44px;min-height:22px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_chat_ic_sign_quotes{width:22px;min-width:22px;height:22px;min-height:22px;display:inline-block;position:relative}.dark-theme .sprite_chat_ic_sign_quotes:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2272px -1984px;background-repeat:no-repeat;width:44px;min-width:22px;height:44px;min-height:22px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_chat_ic_loading{width:20px;min-width:20px;height:20px;min-height:20px;display:inline-block;position:relative}.dark-theme .sprite_chat_ic_loading:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2448px -1434px;background-repeat:no-repeat;width:40px;min-width:20px;height:40px;min-height:20px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_chatlist_ic_cancel{width:20px;min-width:20px;height:20px;min-height:20px;display:inline-block;position:relative}.dark-theme .sprite_chatlist_ic_cancel:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2488px -1434px;background-repeat:no-repeat;width:40px;min-width:20px;height:40px;min-height:20px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_chatroom_ic_arrow_down{width:20px;min-width:20px;height:20px;min-height:20px;display:inline-block;position:relative}.dark-theme .sprite_chatroom_ic_arrow_down:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2272px -2048px;background-repeat:no-repeat;width:40px;min-width:20px;height:40px;min-height:20px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_chatroom_ic_bubble_videocall_white{width:20px;min-width:20px;height:20px;min-height:20px;display:inline-block;position:relative}.dark-theme .sprite_chatroom_ic_bubble_videocall_white:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-880px -2128px;background-repeat:no-repeat;width:40px;min-width:20px;height:40px;min-height:20px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_chatroom_ic_bubble_voicecall_white{width:20px;min-width:20px;height:20px;min-height:20px;display:inline-block;position:relative}.dark-theme .sprite_chatroom_ic_bubble_voicecall_white:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-920px -2128px;background-repeat:no-repeat;width:40px;min-width:20px;height:40px;min-height:20px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_contact_ic_arrow{width:20px;min-width:20px;height:20px;min-height:20px;display:inline-block;position:relative}.dark-theme .sprite_contact_ic_arrow:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-960px -2128px;background-repeat:no-repeat;width:40px;min-width:20px;height:40px;min-height:20px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_content_ic_call_white{width:20px;min-width:20px;height:20px;min-height:20px;display:inline-block;position:relative}.dark-theme .sprite_content_ic_call_white:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1000px -2128px;background-repeat:no-repeat;width:40px;min-width:20px;height:40px;min-height:20px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_content_ic_call{width:20px;min-width:20px;height:20px;min-height:20px;display:inline-block;position:relative}.dark-theme .sprite_content_ic_call:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1040px -2128px;background-repeat:no-repeat;width:40px;min-width:20px;height:40px;min-height:20px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_download_file_failed{width:20px;min-width:20px;height:20px;min-height:20px;display:inline-block;position:relative}.dark-theme .sprite_download_file_failed:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1080px -2128px;background-repeat:no-repeat;width:40px;min-width:20px;height:40px;min-height:20px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_ele_content_ic_alert{width:20px;min-width:20px;height:20px;min-height:20px;display:inline-block;position:relative}.dark-theme .sprite_ele_content_ic_alert:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1120px -2128px;background-repeat:no-repeat;width:40px;min-width:20px;height:40px;min-height:20px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_ele_content_ic_warn{width:20px;min-width:20px;height:20px;min-height:20px;display:inline-block;position:relative}.dark-theme .sprite_ele_content_ic_warn:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1160px -2128px;background-repeat:no-repeat;width:40px;min-width:20px;height:40px;min-height:20px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_ele_ic_copy_white{width:20px;min-width:20px;height:20px;min-height:20px;display:inline-block;position:relative}.dark-theme .sprite_ele_ic_copy_white:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1200px -2128px;background-repeat:no-repeat;width:40px;min-width:20px;height:40px;min-height:20px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_ele_ic_dropdownarrow_black{width:20px;min-width:20px;height:20px;min-height:20px;display:inline-block;position:relative}.dark-theme .sprite_ele_ic_dropdownarrow_black:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1240px -2128px;background-repeat:no-repeat;width:40px;min-width:20px;height:40px;min-height:20px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_ele_ic_dropdownarrow_blue{width:20px;min-width:20px;height:20px;min-height:20px;display:inline-block;position:relative}.dark-theme .sprite_ele_ic_dropdownarrow_blue:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1280px -2128px;background-repeat:no-repeat;width:40px;min-width:20px;height:40px;min-height:20px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_ele_ic_dropdownarrow_gray{width:20px;min-width:20px;height:20px;min-height:20px;display:inline-block;position:relative}.dark-theme .sprite_ele_ic_dropdownarrow_gray:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1320px -2128px;background-repeat:no-repeat;width:40px;min-width:20px;height:40px;min-height:20px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_ele_ic_more_right_gray{width:20px;min-width:20px;height:20px;min-height:20px;display:inline-block;position:relative}.dark-theme .sprite_ele_ic_more_right_gray:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1360px -2128px;background-repeat:no-repeat;width:40px;min-width:20px;height:40px;min-height:20px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_ele_ic_nonotification{width:20px;min-width:20px;height:20px;min-height:20px;display:inline-block;position:relative}.dark-theme .sprite_ele_ic_nonotification:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1400px -2128px;background-repeat:no-repeat;width:40px;min-width:20px;height:40px;min-height:20px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_ele_selection_active{width:20px;min-width:20px;height:20px;min-height:20px;display:inline-block;position:relative}.dark-theme .sprite_ele_selection_active:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1440px -2128px;background-repeat:no-repeat;width:40px;min-width:20px;height:40px;min-height:20px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_ele_selection_gray{width:20px;min-width:20px;height:20px;min-height:20px;display:inline-block;position:relative}.dark-theme .sprite_ele_selection_gray:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1480px -2128px;background-repeat:no-repeat;width:40px;min-width:20px;height:40px;min-height:20px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_ele_sidebar_ic_close_blue{width:20px;min-width:20px;height:20px;min-height:20px;display:inline-block;position:relative}.dark-theme .sprite_ele_sidebar_ic_close_blue:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1520px -2128px;background-repeat:no-repeat;width:40px;min-width:20px;height:40px;min-height:20px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_ele_sidebar_ic_close{width:20px;min-width:20px;height:20px;min-height:20px;display:inline-block;position:relative}.dark-theme .sprite_ele_sidebar_ic_close:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1560px -2128px;background-repeat:no-repeat;width:40px;min-width:20px;height:40px;min-height:20px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_general_ic_more_small{width:20px;min-width:20px;height:20px;min-height:20px;display:inline-block;position:relative}.dark-theme .sprite_general_ic_more_small:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1600px -2128px;background-repeat:no-repeat;width:40px;min-width:20px;height:40px;min-height:20px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_general_more_ic_back{width:20px;min-width:20px;height:20px;min-height:20px;display:inline-block;position:relative}.dark-theme .sprite_general_more_ic_back:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1640px -2128px;background-repeat:no-repeat;width:40px;min-width:20px;height:40px;min-height:20px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_login_ic_howtoscan{width:20px;min-width:20px;height:20px;min-height:20px;display:inline-block;position:relative}.dark-theme .sprite_login_ic_howtoscan:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1680px -2128px;background-repeat:no-repeat;width:40px;min-width:20px;height:40px;min-height:20px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_login_ic_popup_close{width:20px;min-width:20px;height:20px;min-height:20px;display:inline-block;position:relative}.dark-theme .sprite_login_ic_popup_close:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1720px -2128px;background-repeat:no-repeat;width:40px;min-width:20px;height:40px;min-height:20px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_login_ic_refresh{width:20px;min-width:20px;height:20px;min-height:20px;display:inline-block;position:relative}.dark-theme .sprite_login_ic_refresh:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1760px -2128px;background-repeat:no-repeat;width:40px;min-width:20px;height:40px;min-height:20px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_meeting_ic_inmeeting_status_more{width:20px;min-width:20px;height:20px;min-height:20px;display:inline-block;position:relative}.dark-theme .sprite_meeting_ic_inmeeting_status_more:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1800px -2128px;background-repeat:no-repeat;width:40px;min-width:20px;height:40px;min-height:20px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_meeting_ic_participants_waiting_admit{width:20px;min-width:20px;height:20px;min-height:20px;display:inline-block;position:relative}.dark-theme .sprite_meeting_ic_participants_waiting_admit:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1840px -2128px;background-repeat:no-repeat;width:40px;min-width:20px;height:40px;min-height:20px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_meeting_ic_participants_waiting_reject{width:20px;min-width:20px;height:20px;min-height:20px;display:inline-block;position:relative}.dark-theme .sprite_meeting_ic_participants_waiting_reject:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1880px -2128px;background-repeat:no-repeat;width:40px;min-width:20px;height:40px;min-height:20px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_profile_ic_set_alias_blue{width:20px;min-width:20px;height:20px;min-height:20px;display:inline-block;position:relative}.dark-theme .sprite_profile_ic_set_alias_blue:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1920px -2128px;background-repeat:no-repeat;width:40px;min-width:20px;height:40px;min-height:20px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_profile_ic_set_alias{width:20px;min-width:20px;height:20px;min-height:20px;display:inline-block;position:relative}.dark-theme .sprite_profile_ic_set_alias:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1960px -2128px;background-repeat:no-repeat;width:40px;min-width:20px;height:40px;min-height:20px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_profile-ic-setalias-gray{width:20px;min-width:20px;height:20px;min-height:20px;display:inline-block;position:relative}.dark-theme .sprite_profile-ic-setalias-gray:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2000px -2128px;background-repeat:no-repeat;width:40px;min-width:20px;height:40px;min-height:20px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_search_ic_copy_blue{width:20px;min-width:20px;height:20px;min-height:20px;display:inline-block;position:relative}.dark-theme .sprite_search_ic_copy_blue:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2040px -2128px;background-repeat:no-repeat;width:40px;min-width:20px;height:40px;min-height:20px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_search_ic_copy{width:20px;min-width:20px;height:20px;min-height:20px;display:inline-block;position:relative}.dark-theme .sprite_search_ic_copy:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2080px -2128px;background-repeat:no-repeat;width:40px;min-width:20px;height:40px;min-height:20px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_search_ic_download_blue{width:20px;min-width:20px;height:20px;min-height:20px;display:inline-block;position:relative}.dark-theme .sprite_search_ic_download_blue:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2120px -2128px;background-repeat:no-repeat;width:40px;min-width:20px;height:40px;min-height:20px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_search_ic_download{width:20px;min-width:20px;height:20px;min-height:20px;display:inline-block;position:relative}.dark-theme .sprite_search_ic_download:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2160px -2128px;background-repeat:no-repeat;width:40px;min-width:20px;height:40px;min-height:20px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_search_ic_forward_blue{width:20px;min-width:20px;height:20px;min-height:20px;display:inline-block;position:relative}.dark-theme .sprite_search_ic_forward_blue:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2200px -2128px;background-repeat:no-repeat;width:40px;min-width:20px;height:40px;min-height:20px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_search_ic_forward{width:20px;min-width:20px;height:20px;min-height:20px;display:inline-block;position:relative}.dark-theme .sprite_search_ic_forward:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2240px -2128px;background-repeat:no-repeat;width:40px;min-width:20px;height:40px;min-height:20px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_search_ic_more{width:20px;min-width:20px;height:20px;min-height:20px;display:inline-block;position:relative}.dark-theme .sprite_search_ic_more:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2280px -2128px;background-repeat:no-repeat;width:40px;min-width:20px;height:40px;min-height:20px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_search_ic_trace_blue{width:20px;min-width:20px;height:20px;min-height:20px;display:inline-block;position:relative}.dark-theme .sprite_search_ic_trace_blue:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2320px -2128px;background-repeat:no-repeat;width:40px;min-width:20px;height:40px;min-height:20px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_search_ic_trace{width:20px;min-width:20px;height:20px;min-height:20px;display:inline-block;position:relative}.dark-theme .sprite_search_ic_trace:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2360px -2128px;background-repeat:no-repeat;width:40px;min-width:20px;height:40px;min-height:20px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_search_ic_video{width:20px;min-width:20px;height:20px;min-height:20px;display:inline-block;position:relative}.dark-theme .sprite_search_ic_video:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2400px -2128px;background-repeat:no-repeat;width:40px;min-width:20px;height:40px;min-height:20px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_server_maintenance_alert{width:20px;min-width:20px;height:20px;min-height:20px;display:inline-block;position:relative}.dark-theme .sprite_server_maintenance_alert:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2440px -2128px;background-repeat:no-repeat;width:40px;min-width:20px;height:40px;min-height:20px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_settings_ic_add{width:20px;min-width:20px;height:20px;min-height:20px;display:inline-block;position:relative}.dark-theme .sprite_settings_ic_add:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2480px -2128px;background-repeat:no-repeat;width:40px;min-width:20px;height:40px;min-height:20px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_settings_ic_remove{width:20px;min-width:20px;height:20px;min-height:20px;display:inline-block;position:relative}.dark-theme .sprite_settings_ic_remove:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-240px -2192px;background-repeat:no-repeat;width:40px;min-width:20px;height:40px;min-height:20px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_settings_ic_search{width:20px;min-width:20px;height:20px;min-height:20px;display:inline-block;position:relative}.dark-theme .sprite_settings_ic_search:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-280px -2192px;background-repeat:no-repeat;width:40px;min-width:20px;height:40px;min-height:20px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_titlebar_ic_oncall_video{width:20px;min-width:20px;height:20px;min-height:20px;display:inline-block;position:relative}.dark-theme .sprite_titlebar_ic_oncall_video:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-320px -2192px;background-repeat:no-repeat;width:40px;min-width:20px;height:40px;min-height:20px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_titlebar_ic_oncall_voice{width:20px;min-width:20px;height:20px;min-height:20px;display:inline-block;position:relative}.dark-theme .sprite_titlebar_ic_oncall_voice:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-360px -2192px;background-repeat:no-repeat;width:40px;min-width:20px;height:40px;min-height:20px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_zoom_ic_dropdownarrow{width:20px;min-width:20px;height:20px;min-height:20px;display:inline-block;position:relative}.dark-theme .sprite_zoom_ic_dropdownarrow:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-400px -2192px;background-repeat:no-repeat;width:40px;min-width:20px;height:40px;min-height:20px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_zoom_ic_toast_alert{width:20px;min-width:20px;height:20px;min-height:20px;display:inline-block;position:relative}.dark-theme .sprite_zoom_ic_toast_alert:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-440px -2192px;background-repeat:no-repeat;width:40px;min-width:20px;height:40px;min-height:20px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_chat_sendimage_ic_delete{width:18px;min-width:18px;height:18px;min-height:18px;display:inline-block;position:relative}.dark-theme .sprite_chat_sendimage_ic_delete:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-480px -2192px;background-repeat:no-repeat;width:36px;min-width:18px;height:36px;min-height:18px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_add_ic_newchat{width:16px;min-width:16px;height:16px;min-height:16px;display:inline-block;position:relative}.dark-theme .sprite_add_ic_newchat:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2480px -2082px;background-repeat:no-repeat;width:32px;min-width:16px;height:32px;min-height:16px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_chat_ic_fail{width:16px;min-width:16px;height:16px;min-height:16px;display:inline-block;position:relative}.dark-theme .sprite_chat_ic_fail:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2286px -1680px;background-repeat:no-repeat;width:32px;min-width:16px;height:32px;min-height:16px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_chat_ic_sending{width:16px;min-width:16px;height:16px;min-height:16px;display:inline-block;position:relative}.dark-theme .sprite_chat_ic_sending:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2286px -1712px;background-repeat:no-repeat;width:32px;min-width:16px;height:32px;min-height:16px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_download_file{width:16px;min-width:16px;height:16px;min-height:16px;display:inline-block;position:relative}.dark-theme .sprite_download_file:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2286px -1744px;background-repeat:no-repeat;width:32px;min-width:16px;height:32px;min-height:16px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_search_ic_chatbot{width:16px;min-width:16px;height:16px;min-height:16px;display:inline-block;position:relative}.dark-theme .sprite_search_ic_chatbot:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2286px -1776px;background-repeat:no-repeat;width:32px;min-width:16px;height:32px;min-height:16px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_search_ic_chathistory{width:16px;min-width:16px;height:16px;min-height:16px;display:inline-block;position:relative}.dark-theme .sprite_search_ic_chathistory:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2286px -1808px;background-repeat:no-repeat;width:32px;min-width:16px;height:32px;min-height:16px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_search_ic_contact{width:16px;min-width:16px;height:16px;min-height:16px;display:inline-block;position:relative}.dark-theme .sprite_search_ic_contact:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1776px -572px;background-repeat:no-repeat;width:32px;min-width:16px;height:32px;min-height:16px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_search_ic_group{width:16px;min-width:16px;height:16px;min-height:16px;display:inline-block;position:relative}.dark-theme .sprite_search_ic_group:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1808px -572px;background-repeat:no-repeat;width:32px;min-width:16px;height:32px;min-height:16px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_search_ic_notice{width:16px;min-width:16px;height:16px;min-height:16px;display:inline-block;position:relative}.dark-theme .sprite_search_ic_notice:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1840px -572px;background-repeat:no-repeat;width:32px;min-width:16px;height:32px;min-height:16px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_search_ic_publicaccount{width:16px;min-width:16px;height:16px;min-height:16px;display:inline-block;position:relative}.dark-theme .sprite_search_ic_publicaccount:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1872px -572px;background-repeat:no-repeat;width:32px;min-width:16px;height:32px;min-height:16px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_settings-ic-zoom-in{width:16px;min-width:16px;height:16px;min-height:16px;display:inline-block;position:relative}.dark-theme .sprite_settings-ic-zoom-in:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1776px -892px;background-repeat:no-repeat;width:32px;min-width:16px;height:32px;min-height:16px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_settings-ic-zoom-out{width:16px;min-width:16px;height:16px;min-height:16px;display:inline-block;position:relative}.dark-theme .sprite_settings-ic-zoom-out:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1808px -892px;background-repeat:no-repeat;width:32px;min-width:16px;height:32px;min-height:16px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_titlebar_ic_onleave{width:16px;min-width:16px;height:16px;min-height:16px;display:inline-block;position:relative}.dark-theme .sprite_titlebar_ic_onleave:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1840px -892px;background-repeat:no-repeat;width:32px;min-width:16px;height:32px;min-height:16px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_voicecall_ic_windowstitlebar_close_dark{width:16px;min-width:16px;height:16px;min-height:16px;display:inline-block;position:relative}.dark-theme .sprite_voicecall_ic_windowstitlebar_close_dark:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1872px -892px;background-repeat:no-repeat;width:32px;min-width:16px;height:32px;min-height:16px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_voicecall_ic_windowstitlebar_close_white{width:16px;min-width:16px;height:16px;min-height:16px;display:inline-block;position:relative}.dark-theme .sprite_voicecall_ic_windowstitlebar_close_white:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1776px -1212px;background-repeat:no-repeat;width:32px;min-width:16px;height:32px;min-height:16px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_voicecall_ic_windowstitlebar_close{width:16px;min-width:16px;height:16px;min-height:16px;display:inline-block;position:relative}.dark-theme .sprite_voicecall_ic_windowstitlebar_close:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1808px -1212px;background-repeat:no-repeat;width:32px;min-width:16px;height:32px;min-height:16px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_voicecall_ic_windowstitlebar_maximize{width:16px;min-width:16px;height:16px;min-height:16px;display:inline-block;position:relative}.dark-theme .sprite_voicecall_ic_windowstitlebar_maximize:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1840px -1212px;background-repeat:no-repeat;width:32px;min-width:16px;height:32px;min-height:16px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_voicecall_ic_windowstitlebar_minimize{width:16px;min-width:16px;height:16px;min-height:16px;display:inline-block;position:relative}.dark-theme .sprite_voicecall_ic_windowstitlebar_minimize:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-1872px -1212px;background-repeat:no-repeat;width:32px;min-width:16px;height:32px;min-height:16px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_voicecall_ic_windowstitlebar_restore{width:16px;min-width:16px;height:16px;min-height:16px;display:inline-block;position:relative}.dark-theme .sprite_voicecall_ic_windowstitlebar_restore:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-528px -632px;background-repeat:no-repeat;width:32px;min-width:16px;height:32px;min-height:16px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_voicecall_ic_windowstitlebar_seatalklogo{width:16px;min-width:16px;height:16px;min-height:16px;display:inline-block;position:relative}.dark-theme .sprite_voicecall_ic_windowstitlebar_seatalklogo:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-528px -664px;background-repeat:no-repeat;width:32px;min-width:16px;height:32px;min-height:16px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_zoom_ic_connecting{width:16px;min-width:16px;height:16px;min-height:16px;display:inline-block;position:relative}.dark-theme .sprite_zoom_ic_connecting:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-528px -712px;background-repeat:no-repeat;width:32px;min-width:16px;height:32px;min-height:16px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_chat_ic_newmessages_arrow{width:14px;min-width:14px;height:14px;min-height:14px;display:inline-block;position:relative}.dark-theme .sprite_chat_ic_newmessages_arrow:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2512px -1146px;background-repeat:no-repeat;width:28px;min-width:14px;height:28px;min-height:14px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_chat_sendimage_ic_video{width:14px;min-width:14px;height:14px;min-height:14px;display:inline-block;position:relative}.dark-theme .sprite_chat_sendimage_ic_video:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2510px -1286px;background-repeat:no-repeat;width:28px;min-width:14px;height:28px;min-height:14px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_newchat_ic_delete_black{width:14px;min-width:14px;height:14px;min-height:14px;display:inline-block;position:relative}.dark-theme .sprite_newchat_ic_delete_black:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2512px -1842px;background-repeat:no-repeat;width:28px;min-width:14px;height:28px;min-height:14px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_ele_ic_whisper{width:12px;min-width:12px;height:14px;min-height:14px;display:inline-block;position:relative}.dark-theme .sprite_ele_ic_whisper:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2516px -866px;background-repeat:no-repeat;width:24px;min-width:12px;height:28px;min-height:14px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_videocall_rc_muted{width:10px;min-width:10px;height:12px;min-height:12px;display:inline-block;position:relative}.dark-theme .sprite_videocall_rc_muted:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2520px -278px;background-repeat:no-repeat;width:20px;min-width:10px;height:24px;min-height:12px;position:absolute;top:0;left:0;transform:scale(.5)}.dark-theme .sprite_chat_ic_whitebubble{width:7px;min-width:7px;height:11px;min-height:11px;display:inline-block;position:relative}.dark-theme .sprite_chat_ic_whitebubble:before{content:" ";background-image:var(--sprite-url);transform-origin:0 0;background-position:-2520px -302px;background-repeat:no-repeat;width:14px;min-width:7px;height:22px;min-height:11px;position:absolute;top:0;left:0;transform:scale(.5)}@font-face{font-family:google-emoji;src:url(https://static.cdn.haiserve.com/seatalk/fe/static/media/NotoColorEmoji-CVRaVQeC.ttf)format("truetype")}@font-face{font-family:BlinkMacSystemFont1;src:local(BlinkMacSystemFont)}body{color:var(--text_1st);background-color:var(--elevator_1st);margin:0;padding:0;overflow:hidden}body ::-webkit-scrollbar{width:13px}body ::-webkit-scrollbar-thumb{background-color:var(--icon_1st_opacity);background-clip:padding-box;border:4px solid #0000;border-radius:100px;min-height:30px}body ::-webkit-scrollbar-button{display:none}body p{margin-bottom:0}body pre{white-space:pre-wrap;word-wrap:break-word;margin:0;padding:0;font-family:inherit;overflow:hidden}body mark{background:0 0!important;padding:0!important}body .big-blue-button{-webkit-appearance:none;border:none;border-radius:2px;width:100%;height:36px;line-height:36px}body .ellipsis{text-overflow:ellipsis;white-space:nowrap;max-width:100%;overflow:hidden}.mac{font-family:Helvetica Neue,Helvetica,Arial,Microsoft Yahei,Hiragino Sans GB,Heiti SC,WenQuanYi Micro Hei,Apple Color Emoji,sans-serif}.mac .is-emoji{font-family:Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Helvetica Neue,Helvetica,Arial,sans-serif}.windows{font-family:Helvetica Neue,Helvetica,Arial,Microsoft Yahei,Hiragino Sans GB,Heiti SC,WenQuanYi Micro Hei,google-emoji,sans-serif}.windows .is-emoji{font-family:google-emoji,Segoe UI Emoji,Segoe UI Symbol,Arial,Microsoft Yahei,Hiragino Sans GB,Heiti SC,sans-serif}@font-face{font-family:seatalk-icon;font-style:normal;font-weight:400;font-display:auto;src:url(data:application/vnd.ms-fontobject;base64,iAoAANAJAAABAAIAAAAAAAIABQMAAAAAAAABAJABAAAAAExQAAAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAPsqcjQAAAAAAAAAAAAAAAAAAAAAAABgAcwBlAGEAdABhAGwAawAtAGkAYwBvAG4AAAAOAFIAZQBnAHUAbABhAHIAAAAWAFYAZQByAHMAaQBvAG4AIAAxAC4AMAAAABgAcwBlAGEAdABhAGwAawAtAGkAYwBvAG4AAAAAAAABAAAACwCAAAMAMEdTVUIgiyV6AAABOAAAAFRPUy8yNZlBsgAAAYwAAABWY21hcOs5EjUAAAH8AAABqGdseWZp2ktPAAADtAAAAzhoZWFkX8c+gQAAAOAAAAA2aGhlYQFzAM4AAAC8AAAAJGhtdHgBL//+AAAB5AAAABhsb2NhAq4B5AAAA6QAAAAObWF4cAEZAHwAAAEYAAAAIG5hbWXHElI7AAAG7AAAAkZwb3N0D9hZSQAACTQAAACZAAEAAADIAAAAAADI/////wCqAAEAAAAAAAAAAAAAAAAAAAAGAAEAAAABAACNnMo+Xw889QALAMgAAAAAAAAAAAAAAAAAAAAA//8AAACqALwAAAAIAAIAAAAAAAAAAQAAAAYAcAAJAAAAAAACAAAACgAKAAAA/wAAAAAAAAABAAAACgAwAD4AAkRGTFQADmxhdG4AGgAEAAAAAAAAAAEAAAAEAAAAAAAAAAEAAAABbGlnYQAIAAAAAQAAAAEABAAEAAAAAQAIAAEABgAAAAEAAAABADIBkAAFAAAAfgCMAAAAHAB+AIwAAABgAAkAMwAAAgAFAwAAAAAAAAAAAAAAAAAAAAAAAAAAAABQZkVkAEDqAeoFAMgAAAASAMgAAAAAAAEAAAAAAAAAAAAAAAoAAAAo//8AIP//AMgAAAAUAAAAAAAFAAAAAwAAACwAAAAEAAABXAABAAAAAABWAAMAAQAAACwAAwAKAAABXAAEACoAAAAEAAQAAQAA6gX//wAA6gH//wAAAAEABAAAAAEAAgADAAQABQAAAQYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADAAAAAAATAAAAAAAAAAFAADqAQAA6gEAAAABAADqAgAA6gIAAAACAADqAwAA6gMAAAADAADqBAAA6gQAAAAEAADqBQAA6gUAAAAFAAAAAAAWAHYA/AFuAZwAAAABAAAAAAALAAoACgAANzMyHQEwBi8BJjYCBwEBAQYBAQoCBgEBBgEBAAAAAAb//wAAACgAKAAPAC4AMwA4AEEASQAANzMyFh0BFAYrASImPQE0NhcwHwEzNzYWMQcxMhYdARQGKwEHNSImPQE0NjMxJzAXFCI0MhcyNCIUBz0BIhUHFRcUMzI1Nz0BJiMEIAICAgIgAgICDQEBBgEBAQEBAwMBBwMCAgMBAQQDAwYBAwwBAQEVAQEBASgCAiACAgICIAICCQEDAwEBAwICBgICAwMDAQYCAgMKAgQEBAQCAgYBAQQBAQEBBAEBAAn//wAAACEAIQAMABgAJQAxAD0ASQBWAGIAbwAANzMyHQEUKwEiPQE0NgczMh0BFCsBIj0BNBczMh0BFCsBIiY9ATQ3MzIdARQrASI9ATQXMzIdARQrASI9ATQXMzIdARQrASI9ATQ3MzIWHQEUKwEiPQE0FzMyHQEUKwEiPQE0FzMyHQEUBisBIj0BNAMGAQEIAQIBCAEBCAEBCAEBBgECDAgBAQgBAQgBAQgBAQgBAQgBDAYBAgEIAQEIAQEIAQEIAQICBQEgAQgBAQYBAgsBCAEBCAELAQgBAgEGARYBCAEBCAELAQgBAQgBCwEIAQEIARYCAQYBAQgBCwEIAQEIAQsBBQICAQgBAAACAAAAAACqALwAIgBMAAA3Fx4BFxUUBiMHBgcGIicmLwEiJj0BNDY/ARYXBhYyNj0BNjcWFRYUBx8BBxcWFQcOAQcOASImJy4BLwE/ASc0NT8DJj4BFxY3Njd5LAICAQUCDA4MEBIQDA4LAgUCAS0GCQEEBgQIDAECAQUBAQIBAQEEBAUOEA4FBAQBAQECAQEEBAIBChIKCAQBAVgUAQQDHQIFBAQCBAQCBAQEAh4CBAEVCAMDBQQDAQNrAgIFCQIGDxADAQIDAwQBCg4OCgEEAwMDAgYGBQ8EBAEECAMDAgMCAgAEAAAAAAASABIAAwAJABEAHQAANwYiJzcVMhQrATcwDwEwJjU3JzIVMTIXBzU0NjM1DQEEAQgBAQkLAQwBDQYBAgEJAgIFAgIHBAIJAQgBAQgCAQIFAgIDAQAAAAAAEADGAAEAAAAAAAEADAAAAAEAAAAAAAIABwAMAAEAAAAAAAMADAATAAEAAAAAAAQADAAfAAEAAAAAAAUACwArAAEAAAAAAAYADAA2AAEAAAAAAAoAKwBCAAEAAAAAAAsAEwBtAAMAAQQJAAEAGACAAAMAAQQJAAIADgCYAAMAAQQJAAMAGACmAAMAAQQJAAQAGAC+AAMAAQQJAAUAFgDWAAMAAQQJAAYAGADsAAMAAQQJAAoAVgEEAAMAAQQJAAsAJgFac2VhdGFsay1pY29uUmVndWxhcnNlYXRhbGstaWNvbnNlYXRhbGstaWNvblZlcnNpb24gMS4wc2VhdGFsay1pY29uR2VuZXJhdGVkIGJ5IHN2ZzJ0dGYgZnJvbSBGb250ZWxsbyBwcm9qZWN0Lmh0dHA6Ly9mb250ZWxsby5jb20AcwBlAGEAdABhAGwAawAtAGkAYwBvAG4AUgBlAGcAdQBsAGEAcgBzAGUAYQB0AGEAbABrAC0AaQBjAG8AbgBzAGUAYQB0AGEAbABrAC0AaQBjAG8AbgBWAGUAcgBzAGkAbwBuACAAMQAuADAAcwBlAGEAdABhAGwAawAtAGkAYwBvAG4ARwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABzAHYAZwAyAHQAdABmACAAZgByAG8AbQAgAEYAbwBuAHQAZQBsAGwAbwAgAHAAcgBvAGoAZQBjAHQALgBoAHQAdABwADoALwAvAGYAbwBuAHQAZQBsAGwAbwAuAGMAbwBtAAAAAgAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGAQIBAwEEAQUBBgEHABplbGUtY2hhdGxpc3QtaWMtc3RpY2tvbnRvcBFlbGUtaWMtYXZhdGFyLWJvdBNlbGUtaWMtYXZhdGFyLWdyb3VwEmVsZS1pYy1hdmF0YXItdXNlchNlbGUtaWMtbm90aWZpY2F0aW9uAAAAAAA=);src:url(data:application/vnd.ms-fontobject;base64,iAoAANAJAAABAAIAAAAAAAIABQMAAAAAAAABAJABAAAAAExQAAAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAPsqcjQAAAAAAAAAAAAAAAAAAAAAAABgAcwBlAGEAdABhAGwAawAtAGkAYwBvAG4AAAAOAFIAZQBnAHUAbABhAHIAAAAWAFYAZQByAHMAaQBvAG4AIAAxAC4AMAAAABgAcwBlAGEAdABhAGwAawAtAGkAYwBvAG4AAAAAAAABAAAACwCAAAMAMEdTVUIgiyV6AAABOAAAAFRPUy8yNZlBsgAAAYwAAABWY21hcOs5EjUAAAH8AAABqGdseWZp2ktPAAADtAAAAzhoZWFkX8c+gQAAAOAAAAA2aGhlYQFzAM4AAAC8AAAAJGhtdHgBL//+AAAB5AAAABhsb2NhAq4B5AAAA6QAAAAObWF4cAEZAHwAAAEYAAAAIG5hbWXHElI7AAAG7AAAAkZwb3N0D9hZSQAACTQAAACZAAEAAADIAAAAAADI/////wCqAAEAAAAAAAAAAAAAAAAAAAAGAAEAAAABAACNnMo+Xw889QALAMgAAAAAAAAAAAAAAAAAAAAA//8AAACqALwAAAAIAAIAAAAAAAAAAQAAAAYAcAAJAAAAAAACAAAACgAKAAAA/wAAAAAAAAABAAAACgAwAD4AAkRGTFQADmxhdG4AGgAEAAAAAAAAAAEAAAAEAAAAAAAAAAEAAAABbGlnYQAIAAAAAQAAAAEABAAEAAAAAQAIAAEABgAAAAEAAAABADIBkAAFAAAAfgCMAAAAHAB+AIwAAABgAAkAMwAAAgAFAwAAAAAAAAAAAAAAAAAAAAAAAAAAAABQZkVkAEDqAeoFAMgAAAASAMgAAAAAAAEAAAAAAAAAAAAAAAoAAAAo//8AIP//AMgAAAAUAAAAAAAFAAAAAwAAACwAAAAEAAABXAABAAAAAABWAAMAAQAAACwAAwAKAAABXAAEACoAAAAEAAQAAQAA6gX//wAA6gH//wAAAAEABAAAAAEAAgADAAQABQAAAQYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADAAAAAAATAAAAAAAAAAFAADqAQAA6gEAAAABAADqAgAA6gIAAAACAADqAwAA6gMAAAADAADqBAAA6gQAAAAEAADqBQAA6gUAAAAFAAAAAAAWAHYA/AFuAZwAAAABAAAAAAALAAoACgAANzMyHQEwBi8BJjYCBwEBAQYBAQoCBgEBBgEBAAAAAAb//wAAACgAKAAPAC4AMwA4AEEASQAANzMyFh0BFAYrASImPQE0NhcwHwEzNzYWMQcxMhYdARQGKwEHNSImPQE0NjMxJzAXFCI0MhcyNCIUBz0BIhUHFRcUMzI1Nz0BJiMEIAICAgIgAgICDQEBBgEBAQEBAwMBBwMCAgMBAQQDAwYBAwwBAQEVAQEBASgCAiACAgICIAICCQEDAwEBAwICBgICAwMDAQYCAgMKAgQEBAQCAgYBAQQBAQEBBAEBAAn//wAAACEAIQAMABgAJQAxAD0ASQBWAGIAbwAANzMyHQEUKwEiPQE0NgczMh0BFCsBIj0BNBczMh0BFCsBIiY9ATQ3MzIdARQrASI9ATQXMzIdARQrASI9ATQXMzIdARQrASI9ATQ3MzIWHQEUKwEiPQE0FzMyHQEUKwEiPQE0FzMyHQEUBisBIj0BNAMGAQEIAQIBCAEBCAEBCAEBBgECDAgBAQgBAQgBAQgBAQgBAQgBDAYBAgEIAQEIAQEIAQEIAQICBQEgAQgBAQYBAgsBCAEBCAELAQgBAgEGARYBCAEBCAELAQgBAQgBCwEIAQEIARYCAQYBAQgBCwEIAQEIAQsBBQICAQgBAAACAAAAAACqALwAIgBMAAA3Fx4BFxUUBiMHBgcGIicmLwEiJj0BNDY/ARYXBhYyNj0BNjcWFRYUBx8BBxcWFQcOAQcOASImJy4BLwE/ASc0NT8DJj4BFxY3Njd5LAICAQUCDA4MEBIQDA4LAgUCAS0GCQEEBgQIDAECAQUBAQIBAQEEBAUOEA4FBAQBAQECAQEEBAIBChIKCAQBAVgUAQQDHQIFBAQCBAQCBAQEAh4CBAEVCAMDBQQDAQNrAgIFCQIGDxADAQIDAwQBCg4OCgEEAwMDAgYGBQ8EBAEECAMDAgMCAgAEAAAAAAASABIAAwAJABEAHQAANwYiJzcVMhQrATcwDwEwJjU3JzIVMTIXBzU0NjM1DQEEAQgBAQkLAQwBDQYBAgEJAgIFAgIHBAIJAQgBAQgCAQIFAgIDAQAAAAAAEADGAAEAAAAAAAEADAAAAAEAAAAAAAIABwAMAAEAAAAAAAMADAATAAEAAAAAAAQADAAfAAEAAAAAAAUACwArAAEAAAAAAAYADAA2AAEAAAAAAAoAKwBCAAEAAAAAAAsAEwBtAAMAAQQJAAEAGACAAAMAAQQJAAIADgCYAAMAAQQJAAMAGACmAAMAAQQJAAQAGAC+AAMAAQQJAAUAFgDWAAMAAQQJAAYAGADsAAMAAQQJAAoAVgEEAAMAAQQJAAsAJgFac2VhdGFsay1pY29uUmVndWxhcnNlYXRhbGstaWNvbnNlYXRhbGstaWNvblZlcnNpb24gMS4wc2VhdGFsay1pY29uR2VuZXJhdGVkIGJ5IHN2ZzJ0dGYgZnJvbSBGb250ZWxsbyBwcm9qZWN0Lmh0dHA6Ly9mb250ZWxsby5jb20AcwBlAGEAdABhAGwAawAtAGkAYwBvAG4AUgBlAGcAdQBsAGEAcgBzAGUAYQB0AGEAbABrAC0AaQBjAG8AbgBzAGUAYQB0AGEAbABrAC0AaQBjAG8AbgBWAGUAcgBzAGkAbwBuACAAMQAuADAAcwBlAGEAdABhAGwAawAtAGkAYwBvAG4ARwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABzAHYAZwAyAHQAdABmACAAZgByAG8AbQAgAEYAbwBuAHQAZQBsAGwAbwAgAHAAcgBvAGoAZQBjAHQALgBoAHQAdABwADoALwAvAGYAbwBuAHQAZQBsAGwAbwAuAGMAbwBtAAAAAgAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGAQIBAwEEAQUBBgEHABplbGUtY2hhdGxpc3QtaWMtc3RpY2tvbnRvcBFlbGUtaWMtYXZhdGFyLWJvdBNlbGUtaWMtYXZhdGFyLWdyb3VwEmVsZS1pYy1hdmF0YXItdXNlchNlbGUtaWMtbm90aWZpY2F0aW9uAAAAAAA=)format("embedded-opentype"),url(data:font/woff2;base64,d09GMgABAAAAAAQ4AAsAAAAACdAAAAPoAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHFQGVgCDKAqGOIVZATYCJAMYCw4ABCAFhEYHgRkbmwjIngW5ObqSMwtLfdp3t+Cff5163xfElhwWFAjA6ulktWwozbgRTynstAw+XTtnv/20CAM3FWHuj9SqRqTQp/fz8ejlUhJ+tkrN6eV8t0DGjiLM/zHjFVBrfZA5RZZFN1Ak6N6eN0VdJEcJtZ4gn0Hs7AL9Udt9EOAxhEmYGY/vX43ZARTXOMHGbBUkkTpQ5tgYCHLshmiRQbgV24bpFg5wiV+gQ/DhWxgyHAyOhbl2ya6HtHFdVdXhJ9DkMcbTA7zLAgasR6kNlc5VtBGPtPCcHfrBuuYJqk5rK1TlKdFa/+UZLGwckIvJzwGxwOVAVQ6PQGDAAwILPCCwwQMCB1DM4I64JAINAY3GFA5gDhAuWQy239DZcbKZ2pwlzeW8B+3ez3YzudhPISlGUbnS2U9LkC96XqEsJZUwCUM/rpQUqFQRSLi1rygJ84UkDdOkkA+kAgFh3k8VS2Wv/YDc/Bg0tjZIiUKWNkLT9qWFaEH79ZTUQlBkHKuv9qUwIwmKlqsQlaNoiYfE40thsZRWpMrqPaV8EIY2vkRQLOIK5ajsH8VxlCg248uVJ2EprsRxb21MOse6OAmCpKw4SlEaBnv+fdsaGRdYSYPRXUyjcVw/wbh3J1XXiKyrarpZpklTMIw1lm0tb9Lz7BfGlbBR6NuFGJzjZ2yPq0Yvk6JA7FVQnSZvjMKJ4E27ElpwnUXyHOUJOLP6r6HZdDQzWq9+0cSvm97qZJppWX3FjHCHWzo23tc0QVYzZ/VNGDN++JC5/w3PHXKZvEOj4zp1w4c3WJWmO0cvmqJFtk51ZJR9Cu9AP5ZKGF01psmIC0Dv4/0bOH0sesDtimCA53wGtwnMr7Di4qNXbzfPJ/zP/zfl0vR+DHJXBgM8k0T6s9VU8/xfxkKyC4AH83K7OO6fQNDvai5HGAJgAA8PaKWMDXwfyyhyxOFgqCGXcK1I2AyIjegMHHz6A5cco4BHf6Zt92nmIG1kZxFtyFPAUMc9YNGGxxAb8RU4RPwFLm34BzxWyf4zn15aFwkFTa1K7d0H5SuDnM+D7Yc4lhiB80FDyq73RI4YhVJY7iCu8wuRDDL2Fh69oy5kjIfAviItSSESFqeDd3E3TLS3jQiBCIihRrEXjcfxQWlzVnx3CBOUREN+aD34JT05YCiDGEIIeeI7YlqDlkiB38YOmL0m54ITCBngJDMeCzCrF43QbjB4hn+kelEFoRES9vSwBxYMthrtIuUn8wrtGxUTFGRv4srIki1Hrmpot9OQ0gWKKaMcPUd5FJdbn6XOh8NyakGK63sZg9XSyzHGyNmvwpFgWUXiNvHOS5mVGuWCZY0GAAAA)format("woff2"),url(data:font/woff;base64,d09GRgABAAAAAAXsAAsAAAAACdAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABCAAAADsAAABUIIslek9TLzIAAAFEAAAAPQAAAFY1mUGyY21hcAAAAYQAAABgAAABqOs5EjVnbHlmAAAB5AAAAdoAAAM4adpLT2hlYWQAAAPAAAAAKwAAADZfxz6BaGhlYQAAA+wAAAAcAAAAJAFzAM5obXR4AAAECAAAABgAAAAYAS///mxvY2EAAAQgAAAADgAAAA4CrgHkbWF4cAAABDAAAAAfAAAAIAEZAHxuYW1lAAAEUAAAATUAAAJGxxJSO3Bvc3QAAAWIAAAAYgAAAJkP2FlJeJxjYGRgYOBiMGCwY2BycfMJYeDLSSzJY5BiYGGAAJA8MpsxJzM9kYEDxgPKsYBpDiBmg4gCACY7BUgAeJxjYGQwYpzAwMrAwFDH0AMkZaB0AgMngzEDAxMDKzMDVhCQ5prC4PCK8RUrwwkgVwhMMjAwgggAZ0sIvAAAAHic7ZGxDcRACAQHHzh4fSUvl+LYkfsProkzC1+GkWYRK0SwAAGM5Egc7MZQXela+YNP+c6vdlz+jLVSTZqzl26567poO299S8//FEqrqfy2BvXR6A/TGyU6oyEeULURXXicdVLNctMwEN5vJUvxT5yQsS0uaYs7dTpTaBIntriYDEdmODOcuXLgzCvxDLxbu3ISmmFgd73Saj9L+0egQCklwuR37RIbs0bTswVggITNuAaUeXoSfS88o0fa0Xv6SJ/Gv6olCvOAuhmw793mGjvfV1u7PTtsd3TttquNK+p969p9XdgBdWlLV+zazg9obvUNCwU1HR8VUgpWMStAK2WgMjkrg+P+CAwqDigIyghQtmFJWAtxiF4HuCiKx/jfCGf0mu5oS4PE/4W+0Y9T7oXkEOK0F4Y770MG/l+Ov/anevwPZI6GJIMJWL6TGHD2xzhLZi4hgucINyd0ejxKx2sMqhfzZamC5/I04nAfEY99/0W/qabPkr27gisLc2uNNfWqWZ96eUDlTNX2A3pflVVhr2FdVdocInWzesQaB6z23UE1H+Aq3/ufb+WJiLM8my/mWZ5yxHhnYmijJ5lEGkGUNERH+TyPdOgOB5ORLJKJmF8L6fWSxcWjaL5ijXKiVKQV1HepQcxmNleQbmskeZ6E4VBsTDST+7QgWaaB9JjjQlhRTK9oKXlKcr5spSF+M8Om6fyqLbets50MZzeVMZE6xSkyTEPlY3mL2WoZsVA/RjCVlO8ZOYM4swAAeJxjYGRgYADi3jmbt8Xz23xl4GY4wYAG/v8HEqsY9gBJDgYmkAgABDcIdQB4nGNgZGBgOMEAAif+AwHDKgZGBlTABgCSYgY/AAAAAAAKAAAAKP//ACD//wDIAAAAFAAAAAAAAAAWAHYA/AFuAZwAAHicY2BkYGBgYyhg4GQAASYg5gJCBob/YD4DABSrAZYAeJx1kb1OwzAUhU/atIgWISQkxIYnFtT0Z2DoyNDuHTqwpamTpk3iKHErdeMxeAIeg5FH4Cl4CE7MHSqk2or13c/32JYC4AZf8NAMD1dubUYLF6z+uE26FfbJD8Id9PEk3KV/Fu7Rvgj3mcx5gudf0tzjTbiFa7wLt+k/hH3yp3AHd/gW7tL/CPew9HzhPh6911qHNsx2gzQyxUIn+yysTtUpL3VVp6ZQ42B0que60FVo9Vqtjqo+JBNrYxVXJlczU1idZUaVldnqyAYba8vpcBiLDyKTo4ZGCMsvww4DpIhgUGBBn2BPG6I623XOL+mbVOoqhTECjM52z+kLl2h2NdZMrHDkWuPAV0xoLWLWMXsM/4rCzCWb7ozT0JRub0sT0QfYuFSJKYac8b/+wN2d/wK39moJAAAAeJxdissOQDAQRWc8ao2df+hHjaaYkI60U9+PiAVnc5NzLhTw8O4fgwWWWGGNBhsY/OatW0g3TmrZ2aTsVgkqe3uny9BBStGOov3XzFHy3n1dTj6+tyDKEztSlgBwAiggJm4AAA==)format("woff"),url(data:font/ttf;base64,AAEAAAALAIAAAwAwR1NVQiCLJXoAAAE4AAAAVE9TLzI1mUGyAAABjAAAAFZjbWFw6zkSNQAAAfwAAAGoZ2x5ZmnaS08AAAO0AAADOGhlYWRfxz6BAAAA4AAAADZoaGVhAXMAzgAAALwAAAAkaG10eAEv//4AAAHkAAAAGGxvY2ECrgHkAAADpAAAAA5tYXhwARkAfAAAARgAAAAgbmFtZccSUjsAAAbsAAACRnBvc3QP2FlJAAAJNAAAAJkAAQAAAMgAAAAAAMj/////AKoAAQAAAAAAAAAAAAAAAAAAAAYAAQAAAAEAAI2cs7ZfDzz1AAsAyAAAAAAAAAAAAAAAAAAAAAD//wAAAKoAvAAAAAgAAgAAAAAAAAABAAAABgBwAAkAAAAAAAIAAAAKAAoAAAD/AAAAAAAAAAEAAAAKADAAPgACREZMVAAObGF0bgAaAAQAAAAAAAAAAQAAAAQAAAAAAAAAAQAAAAFsaWdhAAgAAAABAAAAAQAEAAQAAAABAAgAAQAGAAAAAQAAAAEAMgGQAAUAAAB+AIwAAAAcAH4AjAAAAGAACQAzAAACAAUDAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFBmRWQAQOoB6gUAyAAAABIAyAAAAAAAAQAAAAAAAAAAAAAACgAAACj//wAg//8AyAAAABQAAAAAAAUAAAADAAAALAAAAAQAAAFcAAEAAAAAAFYAAwABAAAALAADAAoAAAFcAAQAKgAAAAQABAABAADqBf//AADqAf//AAAAAQAEAAAAAQACAAMABAAFAAABBgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMAAAAAABMAAAAAAAAAAUAAOoBAADqAQAAAAEAAOoCAADqAgAAAAIAAOoDAADqAwAAAAMAAOoEAADqBAAAAAQAAOoFAADqBQAAAAUAAAAAABYAdgD8AW4BnAAAAAEAAAAAAAsACgAKAAA3MzIdATAGLwEmNgIHAQEBBgEBCgIGAQEGAQEAAAAABv//AAAAKAAoAA8ALgAzADgAQQBJAAA3MzIWHQEUBisBIiY9ATQ2FzAfATM3NhYxBzEyFh0BFAYrAQc1IiY9ATQ2MzEnMBcUIjQyFzI0IhQHPQEiFQcVFxQzMjU3PQEmIwQgAgICAiACAgINAQEGAQEBAQEDAwEHAwICAwEBBAMDBgEDDAEBARUBAQEBKAICIAICAgIgAgIJAQMDAQEDAgIGAgIDAwMBBgICAwoCBAQEBAICBgEBBAEBAQEEAQEACf//AAAAIQAhAAwAGAAlADEAPQBJAFYAYgBvAAA3MzIdARQrASI9ATQ2BzMyHQEUKwEiPQE0FzMyHQEUKwEiJj0BNDczMh0BFCsBIj0BNBczMh0BFCsBIj0BNBczMh0BFCsBIj0BNDczMhYdARQrASI9ATQXMzIdARQrASI9ATQXMzIdARQGKwEiPQE0AwYBAQgBAgEIAQEIAQEIAQEGAQIMCAEBCAEBCAEBCAEBCAEBCAEMBgECAQgBAQgBAQgBAQgBAgIFASABCAEBBgECCwEIAQEIAQsBCAECAQYBFgEIAQEIAQsBCAEBCAELAQgBAQgBFgIBBgEBCAELAQgBAQgBCwEFAgIBCAEAAAIAAAAAAKoAvAAiAEwAADcXHgEXFRQGIwcGBwYiJyYvASImPQE0Nj8BFhcGFjI2PQE2NxYVFhQHHwEHFxYVBw4BBw4BIiYnLgEvAT8BJzQ1PwMmPgEXFjc2N3ksAgIBBQIMDgwQEhAMDgsCBQIBLQYJAQQGBAgMAQIBBQEBAgEBAQQEBQ4QDgUEBAEBAQIBAQQEAgEKEgoIBAEBWBQBBAMdAgUEBAIEBAIEBAQCHgIEARUIAwMFBAMBA2sCAgUJAgYPEAMBAgMDBAEKDg4KAQQDAwMCBgYFDwQEAQQIAwMCAwICAAQAAAAAABIAEgADAAkAEQAdAAA3BiInNxUyFCsBNzAPATAmNTcnMhUxMhcHNTQ2MzUNAQQBCAEBCQsBDAENBgECAQkCAgUCAgcEAgkBCAEBCAIBAgUCAgMBAAAAAAAQAMYAAQAAAAAAAQAMAAAAAQAAAAAAAgAHAAwAAQAAAAAAAwAMABMAAQAAAAAABAAMAB8AAQAAAAAABQALACsAAQAAAAAABgAMADYAAQAAAAAACgArAEIAAQAAAAAACwATAG0AAwABBAkAAQAYAIAAAwABBAkAAgAOAJgAAwABBAkAAwAYAKYAAwABBAkABAAYAL4AAwABBAkABQAWANYAAwABBAkABgAYAOwAAwABBAkACgBWAQQAAwABBAkACwAmAVpzZWF0YWxrLWljb25SZWd1bGFyc2VhdGFsay1pY29uc2VhdGFsay1pY29uVmVyc2lvbiAxLjBzZWF0YWxrLWljb25HZW5lcmF0ZWQgYnkgc3ZnMnR0ZiBmcm9tIEZvbnRlbGxvIHByb2plY3QuaHR0cDovL2ZvbnRlbGxvLmNvbQBzAGUAYQB0AGEAbABrAC0AaQBjAG8AbgBSAGUAZwB1AGwAYQByAHMAZQBhAHQAYQBsAGsALQBpAGMAbwBuAHMAZQBhAHQAYQBsAGsALQBpAGMAbwBuAFYAZQByAHMAaQBvAG4AIAAxAC4AMABzAGUAYQB0AGEAbABrAC0AaQBjAG8AbgBHAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAHMAdgBnADIAdAB0AGYAIABmAHIAbwBtACAARgBvAG4AdABlAGwAbABvACAAcAByAG8AagBlAGMAdAAuAGgAdAB0AHAAOgAvAC8AZgBvAG4AdABlAGwAbABvAC4AYwBvAG0AAAACAAAAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYBAgEDAQQBBQEGAQcAGmVsZS1jaGF0bGlzdC1pYy1zdGlja29udG9wEWVsZS1pYy1hdmF0YXItYm90E2VsZS1pYy1hdmF0YXItZ3JvdXASZWxlLWljLWF2YXRhci11c2VyE2VsZS1pYy1ub3RpZmljYXRpb24AAAAAAA==)format("truetype")}.seatalk-icon{font-variant:normal;text-rendering:auto;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-style:normal;font-weight:400;line-height:1;display:inline-block;font-family:seatalk-icon!important}.seatalk-icon-ele-chatlist-ic-stickontop:before{content:""}.seatalk-icon-ele-ic-avatar-bot:before{content:""}.seatalk-icon-ele-ic-avatar-group:before{content:""}.seatalk-icon-ele-ic-avatar-user:before{content:""}.seatalk-icon-ele-ic-notification:before{content:""}.chatlist_ic_search{color:var(--icon_3rd)}.chatlist_ic_add_blue{color:var(--functional_brand_primary)}.ele_content_ic_sent{color:var(--functional_green_1st)}.ele_content_ic_read{color:var(--functional_brand_primary)}.ele_ic_nonotification{color:var(--icon_4th);margin:0;display:block}.chatroom_ic_bubble_voicecall_gray{color:var(--icon_3rd)}.titlebar_ic_add_contact,.titlebar_ic_search{color:var(--functional_brand_primary);margin:0;display:block}.ele_chatlist_ic_stickontop{color:var(--label_2nd)}.svg_question,.settings_ic_devzone{color:var(--functional_brand_primary)}.ele_content_ic_failed .circle{color:var(--functional_red_1st)}.ele_content_ic_failed .mark{color:var(--iconwhite_1st)}@media (prefers-color-scheme:light){:root{--sprite-url:url(https://static.cdn.haiserve.com/seatalk/fe/static/media/sprite-light-B5iogb2P.png);--functional_brand_primary:#1b92f5;--functional_brand_1st_hover:#387ddb;--functional_brand_1st_disable:#bbdefc;--functional_brand_2nd:#e3effa;--functional_brand_2_disable:#bbdefc;--functional_red_1st:#f5222d;--functional_red_2nd:#f5533d;--functional_red_3st:#c52e23;--functional_red_4th:#fcbdc0;--functional_red_5th:#fff0f3;--functional_green_1st:#16c42a;--functional_yellow_2nd:#fffae8;--functional_yellow_1st:#f5ac1b;--commonbg_1st:#fff;--commonbg_1st_hover:#f1f1f7;--commonbg_2nd_hover:#f6f6fb;--commonbg_2nd:#f2f2f6;--commonbg_2nd_selected:#e9e9f4;--commonbg_3rd:#f8f8fa;--commonbg_3rd_hover:#f1f1f7;--commonbg_4th:#dbdbe4;--commonbg_dark:#2e354c;--commonbg_blue:#e2e8f0;--commonbg_list:#f8f8fa;--commonbg_white:#fff;--commonbg_blackwhite:#fff;--commonbg_separator:#f8f8fa;--commonbg_3rd_selected:#e9e9f4;--commonbg_inputbox:#f7f7f7;--separator_1st:#e1e1e7;--separator_2nd:#e1e1e7;--separator_3rd:#f2f2f6;--separator_4th:#e1e1e7;--border_1st:#e6e7e9;--border_2nd:#e1e1e7;--border_3rd:#efeff5;--border_4th:#e1e1e7;--label_1st:#e3effa;--label_2nd:#bbdefc;--label_3rd:#e6e7e9;--elevator_1st:#fff;--elevator_2nd:#f8f8fa;--elevator_3rd:#f2f2f6;--text_1st:#202325;--text_2nd:#8b8d8f;--text_3rd:#bcbdbe;--text_4th:#c9c9cb;--textwhite_1st:#fff;--textwhite_2nd:#efeff5;--textwhite_3rd:#e6e7e9;--textwhite_disable:#fff;--text_forward:#bbdefc;--icon_1st:#61617b;--icon_2nd:#6d7282;--icon_3rd:#b0b0bd;--icon_4th:#dbdbe4;--iconwhite_1st:#fff;--toastbg_1st:#0009;--tootipsbg_1st:#4c5a71;--toastbg_2nd:#61617b80;--text_toolip_link:#45b1ff;--text_toolip_link_hover:#1b92f5;--dialogsbg_1st:#fff;--dialogsbg_2nd:#f8f8fa;--Bubble_blue:#1b92f5;--Bubble_blue_2nd:#0000001a;--icon_1st_opacity:#61617b4d;--buttonbg_1st:#fff;--buttonbg_2nd:#f1f1f7;--tag_primary:#f2f3f4;--tag_tertiary:#e6e7e9;--tag_secondary:#f8f8fa;--tag_status_1:#e6e7e9;--tag_status_2:#f2f3f4;--overlaybg_01:#fffffff2;--overlaygrey_02:#61617b80;--Inputbg_1st:#f6f6fb;--defaultavatar_1st:#e6e7e9;--avatar_layout:#fff;--titlebar_action_hover_bg:#ddd;--er_renone_normal:#f2f3f4;--er_renone_hover:#e6e7e9;--er_renone_text:#202325;--er_reclick_normal:#e4f2ff;--er_reclick_hover:#dbe9f4;--er_reclick_text:#1b92f5;--er_rec_split_line:#f7f8f8;--er_msnone_normal:#369ff6;--er_msnone_hover:#49a8f7;--er_msnone_text:#fff;--er_msclick_normal:#0a7de7;--er_msclick_hover:#1b86e9;--er_msclick_text:#fff;--er_sen_split_line:#379df1;--er_received_contact_card_bg:#f8f8fa;--thread_hover:#fafafd;--tab-arrow-shadow:#0000001a;--line-primary:#d8d8d8;--foreground-primary:#2a2a2a;--dialog-box-primary:#fff;--dialog-box-secondary:#f7f7f7;--accent-blue-primary:#1b92f5;--icon_secondary:#b0b0b0;--accent_blue_primary:#1b92f5;--accent_red_primary:#f5222d;--text_primary:#252525;--text_secondary:#858585;--text_header:#000;--foreground_primary:#2a2a2a;--foreground_secondary:#797979;--background_primary:#fff;--background_secondary:#f0f0f0;--line_primary:#e5e5e5;--line_secondary:#a8a8a8;--split_bar_hairline_from:#f0f0f0;--split_bar_hairline_thread_from:#f0f0f0;--interaction_blue_15:#1b92f526;--interaction_b5:#0000000d;--interaction_hover:var(--interaction_b5);--smart_writing_preview_header_bg_1:#fff;--smart_writing_preview_header_bg_2:#fcbdf8;--smart_writing_preview_header_bg_3:#c2bdff;--smart_writing_preview_header_bg_4:#bde0ff;--smart_writing_preview_header_bg_5:#fff;--smart_writing_preview_header_bg_6:#fff6;--smart_writing_preview_header_border_1:#df8fed;--smart_writing_preview_header_border_2:#b594f2;--smart_writing_preview_header_border_3:#77cee6;--spark_split_view_loading_bar_bg_1:#c1e3ff;--spark_split_view_loading_bar_bg_2:#e6f4ff;--spark_entry_icon_label_hover:#494949}:root .dark-theme{--sprite-url:url(https://static.cdn.haiserve.com/seatalk/fe/static/media/sprite-dark-C0y_QoLo.png);--functional_brand_primary:#2c8ad7;--functional_brand_1st_hover:#1a80d3;--functional_brand_1st_disable:#153958;--functional_brand_2nd:#112b43;--functional_brand_2_disable:#ffffff1a;--functional_red_1st:#d7323a;--functional_red_2nd:#e74749;--functional_red_3st:#a61d24;--functional_red_4th:#271b22;--functional_red_5th:#56181c;--functional_green_1st:#34be40;--functional_yellow_2nd:#564116;--functional_yellow_1st:#dc9b18;--commonbg_1st:#252627;--commonbg_1st_hover:#252627;--commonbg_2nd_hover:#38393a;--commonbg_2nd:#121314;--commonbg_2nd_selected:#2c2d2e;--commonbg_3rd:#121314;--commonbg_3rd_hover:#ffffff0d;--commonbg_4th:#7b68ee;--commonbg_dark:#272829;--commonbg_blue:#7b68ee;--commonbg_list:#1e1f20;--commonbg_white:#2c2d2e;--commonbg_blackwhite:#121314;--commonbg_separator:#252627;--commonbg_3rd_selected:#38393a;--commonbg_inputbox:#2a2a2a;--separator_1st:#2c2d2e;--separator_2nd:#ffffff0d;--separator_3rd:#121314;--separator_4th:#ffffff1a;--border_1st:#2c2d2e;--border_2nd:#272829;--border_3rd:#ffffff0d;--border_4th:#ffffff1a;--label_1st:#2c8ad714;--label_2nd:#153958;--label_3rd:#38393a;--elevator_1st:#1e1f20;--elevator_2nd:#2c2d2e;--elevator_3rd:#1e1f20;--text_1st:#e7e7e7;--text_2nd:#a0a1a1;--text_3rd:#848485;--text_4th:#717172;--textwhite_1st:#fff;--textwhite_2nd:#ffffff80;--textwhite_3rd:#7b68ee;--textwhite_disable:#ffffff80;--text_forward:#ffffff80;--icon_1st:#a0a1a1;--icon_2nd:#848485;--icon_3rd:#848485;--icon_4th:#717172;--iconwhite_1st:#fff;--toastbg_1st:#0009;--tootipsbg_1st:#38393a;--toastbg_2nd:#27282980;--text_toolip_link:#2c8ad7;--text_toolip_link_hover:#1a80d3;--dialogsbg_1st:#38393a;--dialogsbg_2nd:#2c2d2e;--Bubble_blue:#1977c4;--Bubble_blue_2nd:#0000001a;--icon_1st_opacity:#61617b4d;--buttonbg_1st:#38393a;--buttonbg_2nd:#1e1f20;--tag_primary:#272829;--tag_tertiary:#38393a;--tag_secondary:#2c2d2e;--tag_status_1:#272829;--tag_status_2:#38393a;--overlaybg_01:#000c;--overlaygrey_02:#1e1f20cc;--Inputbg_1st:#252627;--defaultavatar_1st:#38393a;--avatar_layout:#38393a;--titlebar_action_hover_bg:#323233;--er_renone_normal:#333536;--er_renone_hover:#38393a;--er_renone_text:#e7e7e7;--er_reclick_normal:#2c8ad740;--er_reclick_hover:#2c8ad759;--er_reclick_text:#2c8ad7;--er_rec_split_line:#272829;--er_msnone_normal:#3b8bcd;--er_msnone_hover:#248add;--er_msnone_text:#fff;--er_msclick_normal:#1169b3;--er_msclick_hover:#136fbd;--er_msclick_text:#fff;--er_sen_split_line:#186fb7;--er_received_contact_card_bg:#252627;--thread_hover:#161718;--tab-arrow-shadow:#ffffff1a;--line-primary:#595959;--foreground-primary:#c8c8c8;--dialog-box-primary:#3a3a3a;--dialog-box-secondary:#2a2a2a;--accent-blue-primary:#1b92f5;--icon_secondary:#b0b0b0;--accent_blue_primary:#1b92f5;--accent_red_primary:#f5222d;--text_primary:#e5e5e5;--text_secondary:#b0b0b0;--text_header:#fff;--foreground_primary:#c8c8c8;--foreground_secondary:#a8a8a8;--background_primary:#2c2c2c;--background_secondary:#252525;--line_primary:#595959;--line_secondary:#595959;--split_bar_hairline_from:#0f0f0f;--split_bar_hairline_thread_from:#1e1f20;--interaction_blue_15:#1b92f526;--interaction_w5:#ffffff0d;--interaction_hover:var(--interaction_w5);--smart_writing_preview_header_bg_1:#2c2c2c;--smart_writing_preview_header_bg_2:#742d70;--smart_writing_preview_header_bg_3:#47409c;--smart_writing_preview_header_bg_4:#0d3b65;--smart_writing_preview_header_bg_5:#2c2c2c;--smart_writing_preview_header_bg_6:#2c2c2c66;--smart_writing_preview_header_border_1:#6e316a;--smart_writing_preview_header_border_2:#54417b;--smart_writing_preview_header_border_3:#103c63;--spark_split_view_loading_bar_bg_1:#1b92f5;--spark_split_view_loading_bar_bg_2:#0059a3;--spark_entry_icon_label_hover:#b8b8b8}}@media (prefers-color-scheme:dark){:root{--sprite-url:url(https://static.cdn.haiserve.com/seatalk/fe/static/media/sprite-dark-C0y_QoLo.png);--functional_brand_primary:#2c8ad7;--functional_brand_1st_hover:#1a80d3;--functional_brand_1st_disable:#153958;--functional_brand_2nd:#112b43;--functional_brand_2_disable:#ffffff1a;--functional_red_1st:#d7323a;--functional_red_2nd:#e74749;--functional_red_3st:#a61d24;--functional_red_4th:#271b22;--functional_red_5th:#56181c;--functional_green_1st:#34be40;--functional_yellow_2nd:#564116;--functional_yellow_1st:#dc9b18;--commonbg_1st:#252627;--commonbg_1st_hover:#252627;--commonbg_2nd_hover:#38393a;--commonbg_2nd:#121314;--commonbg_2nd_selected:#2c2d2e;--commonbg_3rd:#121314;--commonbg_3rd_hover:#ffffff0d;--commonbg_4th:#7b68ee;--commonbg_dark:#272829;--commonbg_blue:#7b68ee;--commonbg_list:#1e1f20;--commonbg_white:#2c2d2e;--commonbg_blackwhite:#121314;--commonbg_separator:#252627;--commonbg_3rd_selected:#38393a;--commonbg_inputbox:#2a2a2a;--separator_1st:#2c2d2e;--separator_2nd:#ffffff0d;--separator_3rd:#121314;--separator_4th:#ffffff1a;--border_1st:#2c2d2e;--border_2nd:#272829;--border_3rd:#ffffff0d;--border_4th:#ffffff1a;--label_1st:#2c8ad714;--label_2nd:#153958;--label_3rd:#38393a;--elevator_1st:#1e1f20;--elevator_2nd:#2c2d2e;--elevator_3rd:#1e1f20;--text_1st:#e7e7e7;--text_2nd:#a0a1a1;--text_3rd:#848485;--text_4th:#717172;--textwhite_1st:#fff;--textwhite_2nd:#ffffff80;--textwhite_3rd:#7b68ee;--textwhite_disable:#ffffff80;--text_forward:#ffffff80;--icon_1st:#a0a1a1;--icon_2nd:#848485;--icon_3rd:#848485;--icon_4th:#717172;--iconwhite_1st:#fff;--toastbg_1st:#0009;--tootipsbg_1st:#38393a;--toastbg_2nd:#27282980;--text_toolip_link:#2c8ad7;--text_toolip_link_hover:#1a80d3;--dialogsbg_1st:#38393a;--dialogsbg_2nd:#2c2d2e;--Bubble_blue:#1977c4;--Bubble_blue_2nd:#0000001a;--icon_1st_opacity:#61617b4d;--buttonbg_1st:#38393a;--buttonbg_2nd:#1e1f20;--tag_primary:#272829;--tag_tertiary:#38393a;--tag_secondary:#2c2d2e;--tag_status_1:#272829;--tag_status_2:#38393a;--overlaybg_01:#000c;--overlaygrey_02:#1e1f20cc;--Inputbg_1st:#252627;--defaultavatar_1st:#38393a;--avatar_layout:#38393a;--titlebar_action_hover_bg:#323233;--er_renone_normal:#333536;--er_renone_hover:#38393a;--er_renone_text:#e7e7e7;--er_reclick_normal:#2c8ad740;--er_reclick_hover:#2c8ad759;--er_reclick_text:#2c8ad7;--er_rec_split_line:#272829;--er_msnone_normal:#3b8bcd;--er_msnone_hover:#248add;--er_msnone_text:#fff;--er_msclick_normal:#1169b3;--er_msclick_hover:#136fbd;--er_msclick_text:#fff;--er_sen_split_line:#186fb7;--er_received_contact_card_bg:#252627;--thread_hover:#161718;--tab-arrow-shadow:#ffffff1a;--line-primary:#595959;--foreground-primary:#c8c8c8;--dialog-box-primary:#3a3a3a;--dialog-box-secondary:#2a2a2a;--accent-blue-primary:#1b92f5;--icon_secondary:#b0b0b0;--accent_blue_primary:#1b92f5;--accent_red_primary:#f5222d;--text_primary:#e5e5e5;--text_secondary:#b0b0b0;--text_header:#fff;--foreground_primary:#c8c8c8;--foreground_secondary:#a8a8a8;--background_primary:#2c2c2c;--background_secondary:#252525;--line_primary:#595959;--line_secondary:#595959;--split_bar_hairline_from:#0f0f0f;--split_bar_hairline_thread_from:#1e1f20;--interaction_blue_15:#1b92f526;--interaction_w5:#ffffff0d;--interaction_hover:var(--interaction_w5);--smart_writing_preview_header_bg_1:#2c2c2c;--smart_writing_preview_header_bg_2:#742d70;--smart_writing_preview_header_bg_3:#47409c;--smart_writing_preview_header_bg_4:#0d3b65;--smart_writing_preview_header_bg_5:#2c2c2c;--smart_writing_preview_header_bg_6:#2c2c2c66;--smart_writing_preview_header_border_1:#6e316a;--smart_writing_preview_header_border_2:#54417b;--smart_writing_preview_header_border_3:#103c63;--spark_split_view_loading_bar_bg_1:#1b92f5;--spark_split_view_loading_bar_bg_2:#0059a3;--spark_entry_icon_label_hover:#b8b8b8}:root .light-theme{--sprite-url:url(https://static.cdn.haiserve.com/seatalk/fe/static/media/sprite-light-B5iogb2P.png);--functional_brand_primary:#1b92f5;--functional_brand_1st_hover:#387ddb;--functional_brand_1st_disable:#bbdefc;--functional_brand_2nd:#e3effa;--functional_brand_2_disable:#bbdefc;--functional_red_1st:#f5222d;--functional_red_2nd:#f5533d;--functional_red_3st:#c52e23;--functional_red_4th:#fcbdc0;--functional_red_5th:#fff0f3;--functional_green_1st:#16c42a;--functional_yellow_2nd:#fffae8;--functional_yellow_1st:#f5ac1b;--commonbg_1st:#fff;--commonbg_1st_hover:#f1f1f7;--commonbg_2nd_hover:#f6f6fb;--commonbg_2nd:#f2f2f6;--commonbg_2nd_selected:#e9e9f4;--commonbg_3rd:#f8f8fa;--commonbg_3rd_hover:#f1f1f7;--commonbg_4th:#dbdbe4;--commonbg_dark:#2e354c;--commonbg_blue:#e2e8f0;--commonbg_list:#f8f8fa;--commonbg_white:#fff;--commonbg_blackwhite:#fff;--commonbg_separator:#f8f8fa;--commonbg_3rd_selected:#e9e9f4;--commonbg_inputbox:#f7f7f7;--separator_1st:#e1e1e7;--separator_2nd:#e1e1e7;--separator_3rd:#f2f2f6;--separator_4th:#e1e1e7;--border_1st:#e6e7e9;--border_2nd:#e1e1e7;--border_3rd:#efeff5;--border_4th:#e1e1e7;--label_1st:#e3effa;--label_2nd:#bbdefc;--label_3rd:#e6e7e9;--elevator_1st:#fff;--elevator_2nd:#f8f8fa;--elevator_3rd:#f2f2f6;--text_1st:#202325;--text_2nd:#8b8d8f;--text_3rd:#bcbdbe;--text_4th:#c9c9cb;--textwhite_1st:#fff;--textwhite_2nd:#efeff5;--textwhite_3rd:#e6e7e9;--textwhite_disable:#fff;--text_forward:#bbdefc;--icon_1st:#61617b;--icon_2nd:#6d7282;--icon_3rd:#b0b0bd;--icon_4th:#dbdbe4;--iconwhite_1st:#fff;--toastbg_1st:#0009;--tootipsbg_1st:#4c5a71;--toastbg_2nd:#61617b80;--text_toolip_link:#45b1ff;--text_toolip_link_hover:#1b92f5;--dialogsbg_1st:#fff;--dialogsbg_2nd:#f8f8fa;--Bubble_blue:#1b92f5;--Bubble_blue_2nd:#0000001a;--icon_1st_opacity:#61617b4d;--buttonbg_1st:#fff;--buttonbg_2nd:#f1f1f7;--tag_primary:#f2f3f4;--tag_tertiary:#e6e7e9;--tag_secondary:#f8f8fa;--tag_status_1:#e6e7e9;--tag_status_2:#f2f3f4;--overlaybg_01:#fffffff2;--overlaygrey_02:#61617b80;--Inputbg_1st:#f6f6fb;--defaultavatar_1st:#e6e7e9;--avatar_layout:#fff;--titlebar_action_hover_bg:#ddd;--er_renone_normal:#f2f3f4;--er_renone_hover:#e6e7e9;--er_renone_text:#202325;--er_reclick_normal:#e4f2ff;--er_reclick_hover:#dbe9f4;--er_reclick_text:#1b92f5;--er_rec_split_line:#f7f8f8;--er_msnone_normal:#369ff6;--er_msnone_hover:#49a8f7;--er_msnone_text:#fff;--er_msclick_normal:#0a7de7;--er_msclick_hover:#1b86e9;--er_msclick_text:#fff;--er_sen_split_line:#379df1;--er_received_contact_card_bg:#f8f8fa;--thread_hover:#fafafd;--tab-arrow-shadow:#0000001a;--line-primary:#d8d8d8;--foreground-primary:#2a2a2a;--dialog-box-primary:#fff;--dialog-box-secondary:#f7f7f7;--accent-blue-primary:#1b92f5;--icon_secondary:#b0b0b0;--accent_blue_primary:#1b92f5;--accent_red_primary:#f5222d;--text_primary:#252525;--text_secondary:#858585;--text_header:#000;--foreground_primary:#2a2a2a;--foreground_secondary:#797979;--background_primary:#fff;--background_secondary:#f0f0f0;--line_primary:#e5e5e5;--line_secondary:#a8a8a8;--split_bar_hairline_from:#f0f0f0;--split_bar_hairline_thread_from:#f0f0f0;--interaction_blue_15:#1b92f526;--interaction_b5:#0000000d;--interaction_hover:var(--interaction_b5);--smart_writing_preview_header_bg_1:#fff;--smart_writing_preview_header_bg_2:#fcbdf8;--smart_writing_preview_header_bg_3:#c2bdff;--smart_writing_preview_header_bg_4:#bde0ff;--smart_writing_preview_header_bg_5:#fff;--smart_writing_preview_header_bg_6:#fff6;--smart_writing_preview_header_border_1:#df8fed;--smart_writing_preview_header_border_2:#b594f2;--smart_writing_preview_header_border_3:#77cee6;--spark_split_view_loading_bar_bg_1:#c1e3ff;--spark_split_view_loading_bar_bg_2:#e6f4ff;--spark_entry_icon_label_hover:#494949}}.home-default-page{text-align:center}.home-default-page.login-page{-webkit-app-region:drag;background-color:var(--commonbg_1st,#fff)}.home-default-page .common-window-control-buttons{position:absolute;top:15px;left:10px}.home-default-page .misc-info{color:#202325;-webkit-app-region:no-drag;justify-content:center;font-size:12px;display:flex;position:absolute;bottom:26px;left:0;right:0}.windows.electron .home-default-page{border-top:1px solid var(--separator_1st)}.fullscreenWindow{border-radius:0;width:100%;height:100%}.home-main-window{background-color:var(--commonbg_dark);border-radius:7px;width:1024px;height:800px;overflow:hidden}.fullscreen .home-main-window{border-radius:0;width:100%;height:100%}.lightbox .home-main-window{filter:blur(5px)}@media (max-width:1024px),(max-height:800px){.home-main-window{border-radius:0;width:100%;height:100%}}.chat-split-view-large .messages-chat-session-list-item .personal-status-tag-wrap{max-width:calc(100% - 53px)}.chat-room-split-view,.spark-split-view{margin-left:1px}.split-view-container{background-color:var(--commonbg_list);flex-direction:column;height:100%;max-height:100%;display:flex}.split-view-container.hidden-view{display:none}.split-view-container .split-view-view{text-align:left;border-top-left-radius:4px;border-bottom-left-radius:4px;overflow:hidden}.split-view-container .sidebar-pane-split-view.with-transition,.split-view-container .chat-list-split-view.with-transition,.split-view-container .chat-room-split-view.with-transition,.split-view-container .spark-split-view.with-transition{background:var(--commonbg_list);width:100%;transition:all .2s ease-out}.split-view-container .sash-container .sash-vertical{transition:all .2s ease-out}.split-view-sash-dragging .sidebar-pane-split-view,.split-view-sash-dragging .message-split-view,.split-view-sash-dragging .chat-list-split-view,.split-view-sash-dragging .chat-room-split-view,.split-view-sash-dragging .spark-split-view,.split-view-sash-dragging .sash-container .sash-vertical{transition:none}@media (prefers-color-scheme:dark){.message-split-view{box-shadow:none!important}}.dark-theme .message-split-view{box-shadow:none!important}html{font-size:4px}.markdown-body{--base-size-4:.25rem;--base-size-8:.5rem;--base-size-16:1rem;--base-size-24:1.5rem;--base-size-40:2.5rem;--base-text-weight-normal:400;--base-text-weight-medium:500;--base-text-weight-semibold:600;--fontStack-monospace:ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas, Liberation Mono, monospace;--fgColor-accent:Highlight}@media (prefers-color-scheme:dark){.markdown-body,[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--focus-outlineColor:#1f6feb;--fgColor-default:#f0f6fc;--fgColor-muted:#9198a1;--fgColor-accent:#4493f8;--fgColor-success:#3fb950;--fgColor-attention:#d29922;--fgColor-danger:#f85149;--fgColor-done:#ab7df8;--bgColor-default:#2c2d2e;--bgColor-muted:#151b23;--bgColor-neutral-muted:#656c7633;--bgColor-attention-muted:#bb800926;--borderColor-default:#3d444d;--borderColor-muted:#3d444db3;--borderColor-neutral-muted:#3d444db3;--borderColor-accent-emphasis:#1f6feb;--borderColor-success-emphasis:#238636;--borderColor-attention-emphasis:#9e6a03;--borderColor-danger-emphasis:#da3633;--borderColor-done-emphasis:#8957e5;--color-prettylights-syntax-comment:#9198a1;--color-prettylights-syntax-constant:#79c0ff;--color-prettylights-syntax-constant-other-reference-link:#a5d6ff;--color-prettylights-syntax-entity:#d2a8ff;--color-prettylights-syntax-storage-modifier-import:#f0f6fc;--color-prettylights-syntax-entity-tag:#7ee787;--color-prettylights-syntax-keyword:#ff7b72;--color-prettylights-syntax-string:#a5d6ff;--color-prettylights-syntax-variable:#ffa657;--color-prettylights-syntax-brackethighlighter-unmatched:#f85149;--color-prettylights-syntax-brackethighlighter-angle:#9198a1;--color-prettylights-syntax-invalid-illegal-text:#f0f6fc;--color-prettylights-syntax-invalid-illegal-bg:#8e1519;--color-prettylights-syntax-carriage-return-text:#f0f6fc;--color-prettylights-syntax-carriage-return-bg:#b62324;--color-prettylights-syntax-string-regexp:#7ee787;--color-prettylights-syntax-markup-list:#f2cc60;--color-prettylights-syntax-markup-heading:#1f6feb;--color-prettylights-syntax-markup-italic:#f0f6fc;--color-prettylights-syntax-markup-bold:#f0f6fc;--color-prettylights-syntax-markup-deleted-text:#ffdcd7;--color-prettylights-syntax-markup-deleted-bg:#67060c;--color-prettylights-syntax-markup-inserted-text:#aff5b4;--color-prettylights-syntax-markup-inserted-bg:#033a16;--color-prettylights-syntax-markup-changed-text:#ffdfb6;--color-prettylights-syntax-markup-changed-bg:#5a1e02;--color-prettylights-syntax-markup-ignored-text:#f0f6fc;--color-prettylights-syntax-markup-ignored-bg:#1158c7;--color-prettylights-syntax-meta-diff-range:#d2a8ff;--color-prettylights-syntax-sublimelinter-gutter-mark:#3d444d}}@media (prefers-color-scheme:light){.markdown-body,[data-theme=light]{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--focus-outlineColor:#0969da;--fgColor-default:#1f2328;--fgColor-muted:#59636e;--fgColor-accent:#0969da;--fgColor-success:#1a7f37;--fgColor-attention:#9a6700;--fgColor-danger:#d1242f;--fgColor-done:#8250df;--bgColor-default:#fff;--bgColor-muted:#f6f8fa;--bgColor-neutral-muted:#818b981f;--bgColor-attention-muted:#fff8c5;--borderColor-default:#d1d9e0;--borderColor-muted:#d1d9e0b3;--borderColor-neutral-muted:#d1d9e0b3;--borderColor-accent-emphasis:#0969da;--borderColor-success-emphasis:#1a7f37;--borderColor-attention-emphasis:#9a6700;--borderColor-danger-emphasis:#cf222e;--borderColor-done-emphasis:#8250df;--color-prettylights-syntax-comment:#59636e;--color-prettylights-syntax-constant:#0550ae;--color-prettylights-syntax-constant-other-reference-link:#0a3069;--color-prettylights-syntax-entity:#6639ba;--color-prettylights-syntax-storage-modifier-import:#1f2328;--color-prettylights-syntax-entity-tag:#0550ae;--color-prettylights-syntax-keyword:#cf222e;--color-prettylights-syntax-string:#0a3069;--color-prettylights-syntax-variable:#953800;--color-prettylights-syntax-brackethighlighter-unmatched:#82071e;--color-prettylights-syntax-brackethighlighter-angle:#59636e;--color-prettylights-syntax-invalid-illegal-text:#f6f8fa;--color-prettylights-syntax-invalid-illegal-bg:#82071e;--color-prettylights-syntax-carriage-return-text:#f6f8fa;--color-prettylights-syntax-carriage-return-bg:#cf222e;--color-prettylights-syntax-string-regexp:#116329;--color-prettylights-syntax-markup-list:#3b2300;--color-prettylights-syntax-markup-heading:#0550ae;--color-prettylights-syntax-markup-italic:#1f2328;--color-prettylights-syntax-markup-bold:#1f2328;--color-prettylights-syntax-markup-deleted-text:#82071e;--color-prettylights-syntax-markup-deleted-bg:#ffebe9;--color-prettylights-syntax-markup-inserted-text:#116329;--color-prettylights-syntax-markup-inserted-bg:#dafbe1;--color-prettylights-syntax-markup-changed-text:#953800;--color-prettylights-syntax-markup-changed-bg:#ffd8b5;--color-prettylights-syntax-markup-ignored-text:#d1d9e0;--color-prettylights-syntax-markup-ignored-bg:#0550ae;--color-prettylights-syntax-meta-diff-range:#8250df;--color-prettylights-syntax-sublimelinter-gutter-mark:#818b98}}.markdown-body{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;word-wrap:break-word;margin:0;font-size:14px;line-height:1.5}.markdown-body .octicon{fill:currentColor;vertical-align:text-bottom;display:inline-block}.markdown-body h1:hover .anchor .octicon-link:before,.markdown-body h2:hover .anchor .octicon-link:before,.markdown-body h3:hover .anchor .octicon-link:before,.markdown-body h4:hover .anchor .octicon-link:before,.markdown-body h5:hover .anchor .octicon-link:before,.markdown-body h6:hover .anchor .octicon-link:before{content:" ";background-color:currentColor;width:16px;height:16px;display:inline-block;-webkit-mask-image:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' version='1.1' aria-hidden='true'><path fill-rule='evenodd' d='M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z'></path></svg>");mask-image:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' version='1.1' aria-hidden='true'><path fill-rule='evenodd' d='M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z'></path></svg>")}.markdown-body details,.markdown-body figcaption,.markdown-body figure{display:block}.markdown-body summary{display:list-item}.markdown-body [hidden]{display:none!important}.markdown-body a{color:var(--fgColor-accent);background-color:#0000;text-decoration:none}.markdown-body abbr[title]{border-bottom:none;text-decoration:underline dotted}.markdown-body b,.markdown-body strong{font-weight:var(--base-text-weight-semibold,600)}.markdown-body dfn{font-style:italic}.markdown-body h1{font-weight:var(--base-text-weight-semibold,600);border-bottom:1px solid var(--borderColor-muted);margin:.67em 0;padding-bottom:.3em;font-size:24px}.markdown-body mark{background-color:var(--bgColor-attention-muted);color:var(--fgColor-default)}.markdown-body small{font-size:1em}.markdown-body sub,.markdown-body sup{vertical-align:baseline;font-size:1em;line-height:0;position:relative}.markdown-body sub{bottom:-.25em}.markdown-body sup{top:-.5em}.markdown-body img{box-sizing:content-box;border-style:none;max-width:100%}.markdown-body code,.markdown-body kbd,.markdown-body pre,.markdown-body samp{font-family:monospace;font-size:1em}.markdown-body figure{margin:1em var(--base-size-40)}.markdown-body hr{box-sizing:content-box;border-bottom:1px solid var(--borderColor-muted);height:.25em;margin:var(--base-size-24) 0;background:0 0;background-color:var(--borderColor-default);border:0;padding:0;overflow:hidden}.markdown-body input{font:inherit;font-family:inherit;font-size:inherit;line-height:inherit;margin:0;overflow:visible}.markdown-body [type=button],.markdown-body [type=reset],.markdown-body [type=submit]{appearance:button}.markdown-body [type=checkbox],.markdown-body [type=radio]{box-sizing:border-box;padding:0}.markdown-body [type=number]::-webkit-inner-spin-button{height:auto}.markdown-body [type=number]::-webkit-outer-spin-button{height:auto}.markdown-body [type=search]::-webkit-search-cancel-button{appearance:none}.markdown-body [type=search]::-webkit-search-decoration{appearance:none}.markdown-body ::-webkit-input-placeholder{color:inherit;opacity:.54}.markdown-body ::-webkit-file-upload-button{appearance:button;font:inherit}.markdown-body a:hover{text-decoration:underline}.markdown-body ::placeholder{color:var(--fgColor-muted);opacity:1}.markdown-body hr:before{content:"";display:table}.markdown-body hr:after{clear:both;content:"";display:table}.markdown-body table{border-spacing:0;border-collapse:collapse;font-variant:tabular-nums;width:max-content;max-width:100%;display:block;overflow:auto}.markdown-body td,.markdown-body th{padding:0}.markdown-body details summary{cursor:pointer}.markdown-body a:focus,.markdown-body [role=button]:focus,.markdown-body input[type=radio]:focus,.markdown-body input[type=checkbox]:focus{outline:2px solid var(--focus-outlineColor);outline-offset:-2px;box-shadow:none}.markdown-body a:focus:not(:focus-visible),.markdown-body [role=button]:focus:not(:focus-visible),.markdown-body input[type=radio]:focus:not(:focus-visible),.markdown-body input[type=checkbox]:focus:not(:focus-visible){outline:1px solid #0000}.markdown-body a:focus-visible,.markdown-body [role=button]:focus-visible,.markdown-body input[type=radio]:focus-visible,.markdown-body input[type=checkbox]:focus-visible{outline:2px solid var(--focus-outlineColor);outline-offset:-2px;box-shadow:none}.markdown-body a:not([class]):focus,.markdown-body a:not([class]):focus-visible,.markdown-body input[type=radio]:focus,.markdown-body input[type=radio]:focus-visible,.markdown-body input[type=checkbox]:focus,.markdown-body input[type=checkbox]:focus-visible{outline-offset:0}.markdown-body kbd{padding:var(--base-size-4);font:11px var(--fontStack-monospace,ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas, Liberation Mono, monospace);color:var(--fgColor-default);vertical-align:middle;background-color:var(--bgColor-muted);border:solid 1px var(--borderColor-neutral-muted);border-bottom-color:var(--borderColor-neutral-muted);box-shadow:inset 0 -1px 0 var(--borderColor-neutral-muted);border-radius:6px;line-height:10px;display:inline-block}.markdown-body h1,.markdown-body h2,.markdown-body h3,.markdown-body h4,.markdown-body h5,.markdown-body h6{color:var(--text_1st);margin-top:var(--base-size-24);margin-bottom:var(--base-size-16);font-weight:var(--base-text-weight-semibold,600);line-height:1.25}.markdown-body h2{font-weight:var(--base-text-weight-semibold,600);border-bottom:1px solid var(--borderColor-muted);padding-bottom:.3em;font-size:20px}.markdown-body h3,.markdown-body h4,.markdown-body h5{font-weight:var(--base-text-weight-semibold,600);font-size:1em}.markdown-body h6{font-weight:var(--base-text-weight-semibold,600);color:var(--fgColor-muted);font-size:1em}.markdown-body p{margin-top:0;margin-bottom:10px}.markdown-body blockquote{color:var(--fgColor-muted);border-left:.25em solid var(--borderColor-default);margin:0;padding:0 1em}.markdown-body ul,.markdown-body ol{margin-top:0;margin-bottom:0;padding-left:1em}.markdown-body ol ol,.markdown-body ul ol{list-style-type:lower-roman}.markdown-body ul ul ol,.markdown-body ul ol ol,.markdown-body ol ul ol,.markdown-body ol ol ol{list-style-type:lower-alpha}.markdown-body dd{margin-left:0}.markdown-body tt,.markdown-body code,.markdown-body samp{font-family:var(--fontStack-monospace,ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas, Liberation Mono, monospace);font-size:1em}.markdown-body pre{font-family:var(--fontStack-monospace,ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas, Liberation Mono, monospace);word-wrap:normal;margin-top:0;margin-bottom:0;font-size:1em}.markdown-body .octicon{vertical-align:text-bottom;fill:currentColor;display:inline-block;overflow:visible!important}.markdown-body input::-webkit-outer-spin-button{appearance:none;margin:0}.markdown-body input::-webkit-inner-spin-button{appearance:none;margin:0}.markdown-body .mr-2{margin-right:var(--base-size-8,8px)!important}.markdown-body:before{content:"";display:table}.markdown-body:after{clear:both;content:"";display:table}.markdown-body>:first-child{margin-top:0!important}.markdown-body>:last-child{margin-bottom:0!important}.markdown-body a:not([href]){color:inherit;text-decoration:none}.markdown-body .absent{color:var(--fgColor-danger)}.markdown-body .anchor{float:left;padding-right:var(--base-size-4);margin-left:-20px;line-height:1}.markdown-body .anchor:focus{outline:none}.markdown-body p,.markdown-body blockquote,.markdown-body ul,.markdown-body ol,.markdown-body dl,.markdown-body table,.markdown-body pre,.markdown-body details{margin-top:0;margin-bottom:var(--base-size-16)}.markdown-body blockquote>:first-child{margin-top:0}.markdown-body blockquote>:last-child{margin-bottom:0}.markdown-body h1 .octicon-link,.markdown-body h2 .octicon-link,.markdown-body h3 .octicon-link,.markdown-body h4 .octicon-link,.markdown-body h5 .octicon-link,.markdown-body h6 .octicon-link{color:var(--fgColor-default);vertical-align:middle;visibility:hidden}.markdown-body h1:hover .anchor,.markdown-body h2:hover .anchor,.markdown-body h3:hover .anchor,.markdown-body h4:hover .anchor,.markdown-body h5:hover .anchor,.markdown-body h6:hover .anchor{text-decoration:none}.markdown-body h1:hover .anchor .octicon-link,.markdown-body h2:hover .anchor .octicon-link,.markdown-body h3:hover .anchor .octicon-link,.markdown-body h4:hover .anchor .octicon-link,.markdown-body h5:hover .anchor .octicon-link,.markdown-body h6:hover .anchor .octicon-link{visibility:visible}.markdown-body h1 tt,.markdown-body h1 code,.markdown-body h2 tt,.markdown-body h2 code,.markdown-body h3 tt,.markdown-body h3 code,.markdown-body h4 tt,.markdown-body h4 code,.markdown-body h5 tt,.markdown-body h5 code,.markdown-body h6 tt,.markdown-body h6 code{font-size:inherit;padding:0 .2em}.markdown-body summary h1,.markdown-body summary h2,.markdown-body summary h3,.markdown-body summary h4,.markdown-body summary h5,.markdown-body summary h6{display:inline-block}.markdown-body summary h1 .anchor,.markdown-body summary h2 .anchor,.markdown-body summary h3 .anchor,.markdown-body summary h4 .anchor,.markdown-body summary h5 .anchor,.markdown-body summary h6 .anchor{margin-left:-40px}.markdown-body summary h1,.markdown-body summary h2{border-bottom:0;padding-bottom:0}.markdown-body ul.no-list,.markdown-body ol.no-list{padding:0;list-style-type:none}.markdown-body ol[type=a\ s]{list-style-type:lower-alpha}.markdown-body ol[type=A\ s]{list-style-type:upper-alpha}.markdown-body ol[type=i\ s]{list-style-type:lower-roman}.markdown-body ol[type=I\ s]{list-style-type:upper-roman}.markdown-body ol[type="1"],.markdown-body div>ol:not([type]){list-style-type:decimal}.markdown-body ul ul,.markdown-body ul ol,.markdown-body ol ol,.markdown-body ol ul{margin-top:0;margin-bottom:0}.markdown-body li>p{margin-top:var(--base-size-16)}.markdown-body li+li{margin-top:.25em}.markdown-body dl{padding:0}.markdown-body dl dt{margin-top:var(--base-size-16);font-size:1em;font-style:italic;font-weight:var(--base-text-weight-semibold,600);padding:0}.markdown-body dl dd{padding:0 var(--base-size-16);margin-bottom:var(--base-size-16)}.markdown-body table th{font-weight:var(--base-text-weight-semibold,600)}.markdown-body table th,.markdown-body table td{border:1px solid var(--borderColor-default);padding:6px 13px}.markdown-body table td>:last-child{margin-bottom:0}.markdown-body table tr{background-color:var(--bgColor-default);border-top:1px solid var(--borderColor-muted)}.markdown-body table tr:nth-child(2n){background-color:var(--bgColor-muted)}.markdown-body table img{background-color:#0000}.markdown-body img[align=right]{padding-left:20px}.markdown-body img[align=left]{padding-right:20px}.markdown-body .emoji{vertical-align:text-top;background-color:#0000;max-width:none}.markdown-body span.frame{display:block;overflow:hidden}.markdown-body span.frame>span{float:left;border:1px solid var(--borderColor-default);width:auto;margin:13px 0 0;padding:7px;display:block;overflow:hidden}.markdown-body span.frame span img{float:left;display:block}.markdown-body span.frame span span{clear:both;color:var(--fgColor-default);padding:5px 0 0;display:block}.markdown-body span.align-center{clear:both;display:block;overflow:hidden}.markdown-body span.align-center>span{text-align:center;margin:13px auto 0;display:block;overflow:hidden}.markdown-body span.align-center span img{text-align:center;margin:0 auto}.markdown-body span.align-right{clear:both;display:block;overflow:hidden}.markdown-body span.align-right>span{text-align:right;margin:13px 0 0;display:block;overflow:hidden}.markdown-body span.align-right span img{text-align:right;margin:0}.markdown-body span.float-left{float:left;margin-right:13px;display:block;overflow:hidden}.markdown-body span.float-left span{margin:13px 0 0}.markdown-body span.float-right{float:right;margin-left:13px;display:block;overflow:hidden}.markdown-body span.float-right>span{text-align:right;margin:13px auto 0;display:block;overflow:hidden}.markdown-body code,.markdown-body tt{white-space:break-spaces;background-color:var(--bgColor-neutral-muted);border-radius:6px;margin:0;padding:.2em .4em;font-size:1em}.markdown-body code br,.markdown-body tt br{display:none}.markdown-body del code{text-decoration:inherit}.markdown-body samp,.markdown-body pre code{font-size:1em}.markdown-body pre>code{word-break:normal;white-space:pre;background:0 0;border:0;margin:0;padding:0}.markdown-body .highlight{margin-bottom:var(--base-size-16)}.markdown-body .highlight pre{word-break:normal;margin-bottom:0}.markdown-body .highlight pre,.markdown-body pre{padding:var(--base-size-16);color:var(--fgColor-default);background-color:var(--bgColor-muted);border-radius:6px;font-size:1em;line-height:1.45;overflow:auto}.markdown-body pre code,.markdown-body pre tt{max-width:auto;line-height:inherit;word-wrap:normal;background-color:#0000;border:0;margin:0;padding:0;display:inline;overflow:visible}.markdown-body .csv-data td,.markdown-body .csv-data th{text-align:left;white-space:nowrap;padding:5px;font-size:1em;line-height:1;overflow:hidden}.markdown-body .csv-data .blob-num{padding:10px var(--base-size-8) 9px;text-align:right;background:var(--bgColor-default);border:0}.markdown-body .csv-data tr{border-top:0}.markdown-body .csv-data th{font-weight:var(--base-text-weight-semibold,600);background:var(--bgColor-muted);border-top:0}.markdown-body [data-footnote-ref]:before{content:"["}.markdown-body [data-footnote-ref]:after{content:"]"}.markdown-body .footnotes{color:var(--fgColor-muted);border-top:1px solid var(--borderColor-default);font-size:1em}.markdown-body .footnotes ol{padding-left:var(--base-size-16)}.markdown-body .footnotes ol ul{padding-left:var(--base-size-16);margin-top:var(--base-size-16);display:inline-block}.markdown-body .footnotes li{position:relative}.markdown-body .footnotes li:target:before{top:calc(var(--base-size-8) * -1);right:calc(var(--base-size-8) * -1);bottom:calc(var(--base-size-8) * -1);left:calc(var(--base-size-24) * -1);pointer-events:none;content:"";border:2px solid var(--borderColor-accent-emphasis);border-radius:6px;position:absolute}.markdown-body .footnotes li:target{color:var(--fgColor-default)}.markdown-body .footnotes .data-footnote-backref g-emoji{font-family:monospace}.markdown-body body:has(:modal){padding-right:var(--dialog-scrollgutter)!important}.markdown-body .pl-c{color:var(--color-prettylights-syntax-comment)}.markdown-body .pl-c1,.markdown-body .pl-s .pl-v{color:var(--color-prettylights-syntax-constant)}.markdown-body .pl-e,.markdown-body .pl-en{color:var(--color-prettylights-syntax-entity)}.markdown-body .pl-smi,.markdown-body .pl-s .pl-s1{color:var(--color-prettylights-syntax-storage-modifier-import)}.markdown-body .pl-ent{color:var(--color-prettylights-syntax-entity-tag)}.markdown-body .pl-k{color:var(--color-prettylights-syntax-keyword)}.markdown-body .pl-s,.markdown-body .pl-pds,.markdown-body .pl-s .pl-pse .pl-s1,.markdown-body .pl-sr,.markdown-body .pl-sr .pl-cce,.markdown-body .pl-sr .pl-sre,.markdown-body .pl-sr .pl-sra{color:var(--color-prettylights-syntax-string)}.markdown-body .pl-v,.markdown-body .pl-smw{color:var(--color-prettylights-syntax-variable)}.markdown-body .pl-bu{color:var(--color-prettylights-syntax-brackethighlighter-unmatched)}.markdown-body .pl-ii{color:var(--color-prettylights-syntax-invalid-illegal-text);background-color:var(--color-prettylights-syntax-invalid-illegal-bg)}.markdown-body .pl-c2{color:var(--color-prettylights-syntax-carriage-return-text);background-color:var(--color-prettylights-syntax-carriage-return-bg)}.markdown-body .pl-sr .pl-cce{color:var(--color-prettylights-syntax-string-regexp);font-weight:700}.markdown-body .pl-ml{color:var(--color-prettylights-syntax-markup-list)}.markdown-body .pl-mh,.markdown-body .pl-mh .pl-en,.markdown-body .pl-ms{color:var(--color-prettylights-syntax-markup-heading);font-weight:700}.markdown-body .pl-mi{color:var(--color-prettylights-syntax-markup-italic);font-style:italic}.markdown-body .pl-mb{color:var(--color-prettylights-syntax-markup-bold);font-weight:700}.markdown-body .pl-md{color:var(--color-prettylights-syntax-markup-deleted-text);background-color:var(--color-prettylights-syntax-markup-deleted-bg)}.markdown-body .pl-mi1{color:var(--color-prettylights-syntax-markup-inserted-text);background-color:var(--color-prettylights-syntax-markup-inserted-bg)}.markdown-body .pl-mc{color:var(--color-prettylights-syntax-markup-changed-text);background-color:var(--color-prettylights-syntax-markup-changed-bg)}.markdown-body .pl-mi2{color:var(--color-prettylights-syntax-markup-ignored-text);background-color:var(--color-prettylights-syntax-markup-ignored-bg)}.markdown-body .pl-mdr{color:var(--color-prettylights-syntax-meta-diff-range);font-weight:700}.markdown-body .pl-ba{color:var(--color-prettylights-syntax-brackethighlighter-angle)}.markdown-body .pl-sg{color:var(--color-prettylights-syntax-sublimelinter-gutter-mark)}.markdown-body .pl-corl{color:var(--color-prettylights-syntax-constant-other-reference-link);text-decoration:underline}.markdown-body [role=button]:focus:not(:focus-visible),.markdown-body [role=tabpanel][tabindex="0"]:focus:not(:focus-visible),.markdown-body button:focus:not(:focus-visible),.markdown-body summary:focus:not(:focus-visible),.markdown-body a:focus:not(:focus-visible){box-shadow:none;outline:none}.markdown-body [tabindex="0"]:focus:not(:focus-visible),.markdown-body details-dialog:focus:not(:focus-visible){outline:none}.markdown-body g-emoji{min-width:1ch;font-family:Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;font-size:1em;font-weight:var(--base-text-weight-normal,400);vertical-align:-.075em;line-height:1;display:inline-block;font-style:normal!important}.markdown-body g-emoji img{width:1em;height:1em}.markdown-body .task-list-item{list-style-type:none}.markdown-body .task-list-item label{font-weight:var(--base-text-weight-normal,400)}.markdown-body .task-list-item.enabled label{cursor:pointer}.markdown-body .task-list-item+.task-list-item{margin-top:var(--base-size-4)}.markdown-body .task-list-item .handle{display:none}.markdown-body .task-list-item-checkbox{vertical-align:middle;margin:0 .2em .25em -1.4em}.markdown-body ul:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)) .task-list-item-checkbox,.markdown-body ol:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)) .task-list-item-checkbox{margin:0 -1.6em .25em .2em}.markdown-body .contains-task-list:hover .task-list-item-convert-container,.markdown-body .contains-task-list:focus-within .task-list-item-convert-container{clip:auto;width:auto;height:24px;display:block;overflow:visible}.markdown-body ::-webkit-calendar-picker-indicator{filter:invert(50%)}.markdown-body .markdown-alert{padding:var(--base-size-8) var(--base-size-16);margin-bottom:var(--base-size-16);color:inherit;border-left:.25em solid var(--borderColor-default)}.markdown-body .markdown-alert>:first-child{margin-top:0}.markdown-body .markdown-alert>:last-child{margin-bottom:0}.markdown-body .markdown-alert .markdown-alert-title{font-weight:var(--base-text-weight-medium,500);align-items:center;line-height:1;display:flex}.markdown-body .markdown-alert.markdown-alert-note{border-left-color:var(--borderColor-accent-emphasis)}.markdown-body .markdown-alert.markdown-alert-note .markdown-alert-title{color:var(--fgColor-accent)}.markdown-body .markdown-alert.markdown-alert-important{border-left-color:var(--borderColor-done-emphasis)}.markdown-body .markdown-alert.markdown-alert-important .markdown-alert-title{color:var(--fgColor-done)}.markdown-body .markdown-alert.markdown-alert-warning{border-left-color:var(--borderColor-attention-emphasis)}.markdown-body .markdown-alert.markdown-alert-warning .markdown-alert-title{color:var(--fgColor-attention)}.markdown-body .markdown-alert.markdown-alert-tip{border-left-color:var(--borderColor-success-emphasis)}.markdown-body .markdown-alert.markdown-alert-tip .markdown-alert-title{color:var(--fgColor-success)}.markdown-body .markdown-alert.markdown-alert-caution{border-left-color:var(--borderColor-danger-emphasis)}.markdown-body .markdown-alert.markdown-alert-caution .markdown-alert-title{color:var(--fgColor-danger)}.markdown-body>:first-child>.heading-element:first-child{margin-top:0!important}.markdown-body .highlight pre:has(+.zeroclipboard-container){min-height:52px}
