body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.chat-image-message-item{position:relative;display:inline-flex;align-items:center;justify-content:center;min-width:150px;min-height:110px;background:#eee9;border-radius:12px;overflow:hidden}.chat-image-message-item .chat-image-preview{max-width:100%;max-height:320px}.chat-image-message-item .chat-image-empty svg{width:64px;height:64px}.chat-image-message-item .chat-image-loading{border-radius:12px;content:"";display:flex;flex-direction:column;width:100%;height:100%;align-items:center;justify-content:center;background-color:#87878780;position:absolute;top:0;left:0}.chat-image-message-item .chat-image-loading svg{width:48px;height:48px}.chat-image-message-item .chat-image-loading .ant-btn{border:0}.chat-image-message-item .chat-image-loading .ant-btn svg{width:12px;height:12px}.chat-image-message-item .chat-image-error{position:absolute;right:0;bottom:0;transform:translate(50%,50%);border-radius:50%}.chat-image-message-item .chat-image-error svg{width:16px;height:16px}.chat-image-message-item .chat-image-error .chat-image-tip{visibility:hidden;white-space:nowrap;text-overflow:ellipsis;overflow-x:hidden;color:#e02828}.chat-image-message-item:hover .chat-image-tip{visibility:visible}.chat-file-message-wrap{display:flex;flex-direction:row}.chat-file-message-wrap.myself{flex-direction:row-reverse}.chat-file-message-item{width:320px;height:60px;border:1px solid rgba(0,0,0,.1);border-radius:12px;display:flex;flex-direction:row;align-items:center;justify-content:flex-start;padding:10px 15px;cursor:pointer;flex:0 1 auto}.chat-file-message-item .chat-file-preview{margin-right:18px;position:relative}.chat-file-message-item .chat-file-preview .chat-file-icon{display:inline-block}.chat-file-message-item .chat-file-preview .chat-file-icon svg{width:32px;height:32px}.chat-file-message-item .chat-file-preview .chat-file-status{position:absolute;right:0;bottom:0;transform:translate(50%,50%);border-radius:50%}.chat-file-message-item .chat-file-preview .chat-file-status svg{width:16px;height:16px}.chat-file-message-item .chat-file-desc{overflow:hidden;max-width:240px}.chat-file-message-item .chat-file-desc .chat-file-name{color:#232333;font-weight:700;font-size:14px;width:100%;margin:0;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;text-align:left}.chat-file-message-item .chat-file-desc .chat-file-subline{display:flex;justify-content:flex-start;align-items:center;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.chat-file-message-item .chat-file-desc .chat-file-subline .chat-file-size{margin-right:5px;white-space:nowrap}.chat-file-message-item .chat-file-desc .chat-file-subline .ant-progress{width:150px}.chat-file-message-item .chat-file-desc .chat-file-subline .ant-btn{border:0}.chat-file-message-item .chat-file-desc .chat-file-action-tip{visibility:hidden;white-space:nowrap;text-overflow:ellipsis;overflow-x:hidden}.chat-file-message-item:hover .chat-file-action-tip{visibility:visible}.chat-message-item{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:15px;padding:5px 20px}.chat-receiver-dropdown-menu .ant-dropdown-menu-item{padding:10px 30px;position:relative}.chat-receiver-dropdown-menu .ant-dropdown-menu-item .anticon-check{position:absolute;left:10px;top:15px}.chat-receiver-dropdown-menu .ant-dropdown-menu-item-group-title{font-weight:700;color:#000}.chat-receiver-dropdown-menu .chat-receiver-item-affix{color:#333;margin-left:5px}.chat-send-file-input{display:none}.chat-container{width:100vw;height:100vh;background:#0009;display:flex;align-items:center;justify-content:center}.chat-container .chat-wrap{width:max(340px,60vw);max-width:800px;height:80vh;background:#fff;display:flex;flex-direction:column;border-radius:16px;box-shadow:0 10px 20px #00000080;box-sizing:border-box;padding:20px 0}.chat-container .chat-wrap h2{height:45px;line-height:45px}.chat-container .chat-wrap .chat-message-wrap{flex-grow:1;overflow-y:auto;border-bottom:1px solid #eee}.chat-container .chat-wrap .chat-message-box{height:100px;box-sizing:border-box;padding:0 5px}.chat-container .chat-wrap .chat-message-box>textarea{padding:5px 20px;height:100%;width:100%;resize:none}.chat-container .chat-disabled{height:155px;display:flex;justify-content:center;align-items:center;font-size:18px;flex-shrink:0}.chat-message-item{display:flex;justify-content:space-between;margin-bottom:15px;padding:5px 20px}.chat-message-item.myself{flex-direction:row-reverse}.chat-message-item.myself .chat-message-avatar{margin-right:0;margin-left:16px}.chat-message-item .chat-message-avatar{width:50px;height:50px;color:#333;font-size:22px;display:flex;align-items:center;justify-content:center;margin-right:16px}.chat-message-item .chat-message-avatar .chat-message-avatar-img{width:26px;height:26px;border-radius:6px}.chat-message-item .chat-message-content{flex-grow:1}.chat-message-item .chat-message-content .chat-message-info{display:flex;justify-content:space-between;align-items:center}.chat-message-item .chat-message-content .chat-message-info.myself{flex-direction:row-reverse}.chat-message-item .chat-message-content .chat-message-info.myself .chat-message-receiver{text-align:right}.chat-message-item .chat-message-content .chat-message-info .chat-message-receiver{flex-grow:1;text-align:left}.chat-message-item .chat-message-content .chat-message-info .chat-message-receiver>span{margin:0 5px;color:#ccc}.chat-message-item .chat-message-content .chat-message-info .chat-message-receiver>a{text-decoration:none;color:#2da5ff}.chat-message-item .chat-message-content .chat-message-info .chat-message-time{max-width:100px;color:#ccc}.chat-message-item .chat-message-content .chat-message-text-list{display:flex;flex-direction:column;align-items:flex-start}.chat-message-item .chat-message-content .chat-message-text-list .chat-message-text{padding:8px 10px;border-radius:8px;background:#52528017;color:#333;font-size:13px;margin-bottom:8px}.chat-message-item .chat-message-content .chat-message-text-list.myself{align-items:flex-end}.chat-message-item .chat-message-content .chat-message-text-list.myself .chat-message-text{background:#deedfd}.chat-receiver{display:flex;align-items:center;justify-content:space-between;padding:0 20px;height:25px;margin:15px 0}.chat-receiver .chat-to{margin-right:5px}.chat-receiver-item{padding-left:30px}.chat-receiver-item.selected{padding-left:10px}.chat-receiver-item .chat-receiver-item-affix{color:#999;margin-left:5px}.chat-privilege-item{padding-left:25px}.chat-privilege-item.selected{padding-left:5px}.cmd-container{width:100vw;height:100vh;background:#0009;display:flex;align-items:center;justify-content:center}.cmd-container .chat-wrap{width:max(340px,60vw);max-width:800px;height:80vh;background:#fff;display:flex;flex-direction:column;border-radius:16px;box-shadow:0 10px 20px #00000080;box-sizing:border-box;padding:20px 0}.cmd-container .chat-wrap h2{height:45px;line-height:45px}.cmd-container .chat-wrap .chat-message-wrap{flex-grow:1;overflow-y:auto;border-bottom:1px solid #eee}.cmd-container .chat-wrap .chat-message-box{height:100px;box-sizing:border-box;padding:0 5px}.cmd-container .chat-wrap .chat-message-box>textarea{padding:5px 20px;height:100%;width:100%;resize:none}.cmd-container .chat-disabled{height:155px;display:flex;justify-content:center;align-items:center;font-size:18px;flex-shrink:0}.avatar{position:absolute;width:100%;height:100%;display:flex;justify-content:center;align-items:center;pointer-events:visible}.avatar.avatar-active{outline:3px solid #d4e280}.avatar .corner-name{position:absolute;left:0;bottom:0;display:flex;padding:3px 5px;align-items:center;max-width:100%;height:25px;font-size:14px;color:#fff;background-color:#0009}.avatar .corner-name span.anticon{margin-right:5px}.avatar .center-name{font-size:38px;font-weight:700;color:#fff}.avatar .more-button{position:absolute;top:3px;right:3px;border:0;border-radius:3px;background:#0171eb;display:none}.avatar .more-button:hover{background:#2681f2}.avatar .more-button.more-button-active{display:inline-block}.avatar .avatar-volume{position:absolute;display:flex;align-items:center;opacity:.1;top:10%;right:2%;width:20%}.avatar .avatar-volume:hover{opacity:.5}.avatar .avatar-volume label{transform:translateY(-10px);color:#ccc;font-size:12px;margin-right:5px}.avatar .avatar-volume .ant-slider{flex:1}.avatar .avatar-volume .ant-slider-mark-text{color:#ccc}@keyframes loading{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.info-button{position:absolute;top:5px;left:10px}.remote-camera-control-panel{position:absolute;width:156px;height:120px;bottom:10vh;right:5vw;display:flex;flex-direction:column;align-items:center;background:#000;border-radius:12px;border:1px solid rgba(255,255,255,.12);background:#1a1a1acc}.remote-camera-control-panel .control-title{font-size:10px;color:#fffc;font-weight:700;white-space:nowrap;text-overflow:ellipsis;width:100%;overflow:hidden;flex-shrink:0;padding:5px 15px;cursor:move}.remote-camera-control-panel .control-wrap{display:flex;align-items:center;justify-content:space-around;width:100%}.remote-camera-control-panel .control-wrap .zoom-control{display:flex;flex-direction:column;align-items:center;justify-content:space-around;width:24px;height:68px;border-radius:6px;border:1px solid rgba(255,255,255,.12);padding:1px 0}.remote-camera-control-panel .control-wrap .zoom-control .ant-btn-icon-only{width:20px;height:32px;border:none;color:#747487;border-radius:5px}.remote-camera-control-panel .control-wrap .zoom-control .ant-btn-icon-only:hover{background:#ffffff17;color:#fff}.remote-camera-control-panel .control-wrap .zoom-control .ant-btn-icon-only:active{background:#ffffff2e;color:#fff}.remote-camera-control-panel .control-wrap .pan-control{width:72px;height:72px;position:relative}.remote-camera-control-panel .control-wrap .pan-control .pan-control-btn{width:24px;height:24px;border:1px solid rgba(255,255,255,.12);padding:1px;position:absolute}.remote-camera-control-panel .control-wrap .pan-control .turn-up{top:0;left:24px;border-radius:6px 6px 0 0;border-bottom:none}.remote-camera-control-panel .control-wrap .pan-control .turn-left{top:24px;left:0;border-radius:6px 0 0 6px;border-right:none}.remote-camera-control-panel .control-wrap .pan-control .center-button{top:24px;left:24px;border:none}.remote-camera-control-panel .control-wrap .pan-control .turn-right{top:24px;left:48px;border-radius:0 6px 6px 0;border-left:none}.remote-camera-control-panel .control-wrap .pan-control .turn-down{top:48px;left:24px;border-radius:0 0 6px 6px;border-top:none}.remote-camera-control-panel .control-wrap .pan-control .ant-btn-icon-only{width:20px;height:20px;border:none;color:#747487;border-radius:5px}.remote-camera-control-panel .control-wrap .pan-control .ant-btn-icon-only:hover{background:#ffffff17;color:#fff}.remote-camera-control-panel .control-wrap .pan-control .ant-btn-icon-only:active{background:#ffffff2e;color:#fff}.remote-control-dropdown{position:absolute;top:3vh;left:3vw;width:30px!important;height:30px!important;border:none}.remote-control-dropdown>*{font-size:18px!important;color:#439a97}.video-footer{display:flex;justify-content:center;align-items:center;height:10vh;width:100%}.vc-button{font-size:30px;color:#fff;display:flex;justify-content:center;align-items:center;margin-right:min(30px,1vw);width:70px!important;height:60px!important;border-radius:20px!important}.vc-button>*{font-size:28px!important}.vc-button.active{color:#00cc64}.vc-dropdown-button{border-radius:20px;border:1px solid #fff;width:70px;display:flex;justify-content:center;margin-right:min(30px,1vw)}.vc-dropdown-button>.ant-btn{font-size:30px;color:#fff;display:flex;height:60px!important;align-items:center;border-width:0!important;padding:0;margin-right:5px}.vc-dropdown-button>.ant-btn:hover{color:#40a9ff}.vc-dropdown-button>.ant-btn[disabled]{background:transparent;color:#999}.vc-dropdown-button>.ant-dropdown-trigger{width:20px!important;margin-right:0;margin-left:3px}.vc-dropdown-button.active .ant-btn-compact-first-item{color:#00cc64}.vc-dropdown-menu{border:1px solid #747487;background:#000000e6!important;max-height:80vh;overflow-y:auto}.vc-dropdown-menu .ant-dropdown-menu-item{padding:10px 30px;color:#ccc;position:relative}.vc-dropdown-menu .ant-dropdown-menu-item .anticon-check{position:absolute;left:10px;top:15px}.vc-dropdown-menu .ant-dropdown-menu-item:hover{color:#40a9ff}.vc-dropdown-menu .ant-dropdown-menu-item-group-title{color:#fff;font-weight:700}.join-by-phone-dialog .ant-form-item{margin-bottom:10px}.join-by-phone-dialog .phone-number{display:flex}.join-by-phone-dialog .phone-number .country-code{flex-basis:300px}.join-by-phone-dialog .phone-number .number{flex-grow:1}.join-by-phone-dialog .phone-call-status .status-text{margin-left:15px}.join-by-phone-dialog .phone-call-status .pending{color:#666}.join-by-phone-dialog .phone-call-status .fail{color:red}.join-by-phone-dialog .phone-call-status .success{color:green}.video-mask-setting-dialog .video-preview{width:520px;height:292px;border-radius:6px;overflow:hidden;position:relative}.video-mask-setting-dialog .video-preview-canvas{position:absolute;top:0;left:0;width:100%;height:100%}.video-mask-setting-dialog .video-clip{position:absolute;width:208px;height:208px;top:0;left:0}.video-mask-setting-dialog .video-clip:hover{border:1px solid #4477CE;cursor:move}.video-mask-setting-dialog .video-background-list{border:none;display:flex}.video-mask-setting-dialog .video-background-list .video-background-item{width:120px;height:68px;border-radius:4px;display:flex;justify-content:center;align-items:center;background-color:#333;color:#f5f5f5;font-size:14px;font-weight:700;margin-right:5px;padding:0;overflow:hidden}.video-mask-setting-dialog .video-background-list .video-background-item .ant-menu-title-content{width:120px;height:68px;display:flex;justify-content:center;align-items:center}.video-mask-setting-dialog .video-background-list .video-background-item img{width:100%;max-height:100%}.video-mask-setting-dialog .video-background-list .video-background-item__active{border:1px solid #F86F03}.live-transcription-menu-item{display:flex;justify-content:space-between;align-items:center}.live-transcription-menu-item .ant-switch{background-color:#c8c8c840}.live-transcription-menu-item .ant-switch-checked{background-color:#1890ff}.live-transcription-language-item{display:flex;justify-content:space-between;align-items:center}.live-transcription-language-item .check-icon{position:absolute;left:10px;top:50%;transform:translateY(-50%)}.live-transcription-caption-language{color:#fff;padding:6px 12px;border-radius:4px;margin:4px 0;display:flex;align-items:center;justify-content:space-between}.transcript-subtitle{position:fixed;bottom:10vh;width:60vw;left:20vw;min-height:50px;background:#fff3;display:none;justify-content:center;padding:12px 0}.transcript-subtitle.transcript-subtitle-show{display:flex}.transcript-subtitle-name{color:#cadcae;font-size:14px;max-width:10vw;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:0 10px}.transcript-subtitle-message{color:#fff;font-size:16px;display:flex;flex-grow:1;justify-content:center;align-items:center;flex-wrap:wrap}.pagination{position:absolute;top:50%;left:0;transform:translateY(-50%);height:100px;width:100%;display:flex;justify-content:space-between;pointer-events:none;z-index:2}.pagination .previous-page-button,.pagination .next-page-button{display:flex;justify-content:center;align-items:center;flex-direction:column;width:60px!important;height:100px!important;pointer-events:auto;border:0;background:#000}.pagination .previous-page-button>.anticon,.pagination .next-page-button>.anticon{font-size:56px!important}.pagination.in-sharing{top:0;right:0;left:auto;width:264px;flex-direction:column;transform:none;height:100%;align-items:center}.pagination.in-sharing .previous-page-button .anticon,.pagination.in-sharing .next-page-button .anticon{transform:rotate(90deg)}.pagination.in-sharing .next-page-button{margin-bottom:10vh}.whiteboard-view{display:none;position:relative}.whiteboard-view.whiteboard-view-in-progress{display:flex;flex-grow:1;justify-content:center;align-items:center;overflow:hidden;background:#fff}.whiteboard-view .whiteboard-indication-bar{height:32px;position:absolute;top:0;left:30%;display:flex;align-items:center;z-index:2}.whiteboard-view .whiteboard-indication-bar .whiteboard-indication-tip{padding:0 24px;max-width:480px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;background:#0e72ed;color:#fff;cursor:ew-resize;display:flex;align-items:center;height:100%;border-bottom-left-radius:6px}.whiteboard-view .whiteboard-indication-bar .whiteboard-close-btn{font-weight:700}.whiteboard-view .whiteboard-indication-bar .whiteboard-export-btn{background-color:#722ed1}.whiteboard-view .whiteboard-loading{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:center;align-items:center;z-index:99}.whiteboard-view .whiteboard-loading .whiteboard-loading-text{margin-top:20px;font-size:18px;color:#999}.whiteboard-view:has(.whiteboard-container:not(:empty)) .whiteboard-loading{display:none}.whiteboard-view .whiteboard-container{position:relative;background:#fff;width:100%;height:100%}.viewport{position:relative;box-sizing:border-box;width:100vw;height:calc(100vh - 64px);background-color:#000;display:flex;flex-direction:column;justify-content:space-between;align-items:stretch;overflow-x:hidden}.video-container{position:relative;width:100%;flex:1 1 auto}.video-container.video-container-attach{display:flex;align-items:center;overflow-y:hidden;height:100%;flex-direction:column}.video-container.video-container-in-sharing{width:min(20vw,264px);flex-shrink:0}.video-container.single-video-container{display:flex;align-items:center;justify-content:center}.video-container .single-video-wrap{width:100%;aspect-ratio:16/9;height:auto;position:relative;max-height:100%}.video-container .video-canvas{width:100%;height:100%}.video-container .self-video{position:absolute;width:254px;height:143px;top:50px;right:30px;z-index:2;display:none}.video-container .self-video.single-self-video{width:100%;height:100%;top:0;left:0}.video-container .self-video.self-video-show{display:block}.video-container .ant-radio-button-wrapper{z-index:1}.video-container .video-container-wrap{flex:1;width:100%;height:100%;min-width:0;min-height:0;overflow:hidden}.video-container .user-list{height:100%;width:100%;display:grid;align-items:center;justify-items:center;justify-content:center;align-content:center;gap:12px;overflow:hidden;box-sizing:border-box}.video-container .user-list .video-cell{position:relative;width:100%;height:100%;min-width:0;min-height:0;display:flex;align-items:center;justify-content:center}.video-container .user-list .video-cell.video-cell-spotlight{grid-row-start:span 2;grid-column-start:span 2}.video-container .user-list .video-cell .aspact-ratio{position:relative;width:100%;max-width:100%;max-height:100%;overflow:hidden;display:flex;align-items:center;justify-content:center}.video-container .user-list .video-cell .change-video-resolution{position:absolute}.video-container .user-list .video-cell .video-player{display:block;width:100%;height:100%;object-fit:contain;border-radius:20px}.unified-self-view{position:fixed;aspect-ratio:16/9;top:50px;right:50px;z-index:2;cursor:all-scroll;touch-action:none}.unified-self-view-container{width:100%;aspect-ratio:16/9;background-color:#000}.video-player{display:block;position:absolute;inset:0}.avatar-list{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;overflow:hidden;padding:0;margin:0}.video-operations{position:static;margin-top:8px}.avatar-wrap{position:absolute;pointer-events:auto;list-style:none;top:0;left:0}.avatar-wrap-dragging{z-index:10}.single-view-avatar{top:0;left:0}.self-video-tag{display:none;position:absolute}.room-create{display:flex;flex-direction:column}.room-create .ant-input-number{width:65px;margin:0 3px}.room-create .room-create-title{margin-bottom:30px;font-size:24px}.room-create .room-create-option{flex-grow:1}.room-create .room-create-footer{height:50px;display:flex;flex-direction:row-reverse;align-items:center}.room-create .room-create-footer .room-create-tip{flex-grow:1;font-size:14px;color:#999}.room-item{display:flex;flex-wrap:wrap;justify-content:flex-start;flex-direction:column;min-height:30px}.room-item .room-item-user{height:40px;display:flex;align-items:center;position:relative;overflow:hidden;cursor:grab;padding:0 18px}.room-item .room-item-user:hover{background:#52528017}.room-item .room-item-user-color-avatar{font-size:14px;color:#fff;text-align:center;width:26px;height:26px;line-height:26px;box-sizing:border-box;padding:0 5px;font-weight:700;margin-right:8px;border-radius:20%}.room-item .room-item-user-color-avatar.avatar1{background:#27ae60}.room-item .room-item-user-color-avatar.avatar2{background:#16a085}.room-item .room-item-user-color-avatar.avatar3{background:#2980b9}.room-item .room-item-user-color-avatar.avatar4{background:#8e44ad}.room-item .room-item-user-color-avatar.avatar5{background:#34495e}.room-item .room-item-user-color-avatar.avatar6{background:#f39c12}.room-item .room-item-user-color-avatar.avatar7{background:#d35400}.room-item .room-item-user-color-avatar.avatar8{background:#c0392b}.room-item .room-item-user-title{flex-grow:1}.room-item .room-item-user-avatar{max-width:26px;max-height:26px;margin-right:8px}.room-item .room-item-user-name{line-height:30px;color:#333}.room-item .room-item-user-status{position:absolute;top:17px;left:5px;width:6px;height:6px;border-radius:50%;display:inline-block;background-color:#999}.room-item .room-item-user-status.in-room{background-color:#27ae60}.room-item .room-item-user-media-status{justify-content:end}.room-item .room-item-user-media-status>.anticon{margin-left:5px}.room-item .room-item-user-back-btn{margin-left:8px;color:#f39c12}.room-options .ant-menu{border-right:0}.room-options .ant-input-number{width:65px;margin:0 3px}.room-options .ant-menu-item.indent{margin-left:30px}.broadcast-panel{display:flex;flex-direction:column;height:150px;width:230px}.broadcast-panel .broadcast-panel-content{flex-grow:1}.broadcast-panel .broadcast-panel-content textarea{width:100%;height:100%;resize:none}.broadcast-panel .broadcast-panel-btn{height:50px;display:flex;align-items:center;justify-content:center}.broadcast-voice-panel{display:flex;flex-direction:column;justify-content:center;height:150px;width:320px}.broadcast-voice-panel-title{font-weight:700;font-size:14px;line-height:20px;text-align:center;color:#222230}.broadcast-voice-panel-warning{font-size:14px;line-height:20px;color:#361e00;text-align:center;padding:6px;margin:4px 0 10px;background:#fff9f2}.broadcast-voice-panel-tip{font-size:14px;line-height:20px;color:#361e00;text-align:center;padding:6px;margin:4px 0 10px}.broadcast-voice-panel-action{display:flex;flex-direction:row;justify-content:center;align-items:center;height:60px}.broadcast-voice-panel-action .ant-btn{border:none}.broadcast-voice-panel-action .anticon{font-size:40px}.broadcast-voice-panel-action .anticon path{fill:#999}.broadcast-voice-panel-action-stop .anticon path{fill:red}.broadcast-voice-panel-action-live .anticon path{fill:#ffc470}.room-manage{display:flex;flex-direction:column;min-height:500px}.room-manage .room-list-wrap{max-height:60vh;overflow-y:auto;flex-grow:1}.room-manage .room-list-wrap .room-list>.ant-collapse-item>.ant-collapse-header{background-color:#eee}.room-manage .room-list-wrap .room-list .ant-collapse-content-box{padding:16px 6px}.room-manage .room-actions{margin-top:10px;display:flex;align-items:center}.room-manage .room-actions .room-options-btn{border:0;font-weight:700}.room-manage .room-actions .room-actions-list{flex-grow:1;display:flex;justify-content:flex-end}.room-manage .room-actions .room-actions-list .ant-btn{margin-left:5px}.room-manage .room-closing-coutdown{padding:20px 0;background:#ffc80f;border-radius:4px;color:#333;display:flex;flex-direction:column;align-items:center}.room-manage .room-closing-coutdown-leave-btn{margin-top:5px}.breakout-room-viewport{position:relative}.breakout-room-viewport .breakout-room-btn,.breakout-room-viewport .breakout-room-attendee-dropdown{position:absolute;right:2vw;bottom:10vh}.breakout-room-viewport .room-remaining{position:absolute;right:2vw;top:2vh;padding:5px 10px;border-radius:4px;background:#6f6f6f4d;color:#fff}.breakout-room-viewport .room-info{position:absolute;top:2vh;left:50%;transform:translate(-50%);color:#fff;font-size:16px;font-weight:700}.breakout-room-title{width:100%;cursor:move}.attendee-bo-menu{border:1px solid #747487;background:#000000e6!important}.attendee-bo-menu .ant-dropdown-menu-item{padding:10px 30px;color:#ccc;position:relative}.attendee-bo-menu .ant-dropdown-menu-item:hover{color:#40a9ff}.preview__root{flex-direction:column;height:fit-content}.video-app{display:flex;flex-direction:column;align-items:center}.preview-video{position:relative;width:800px;height:450px;background:#000;border-radius:14px;overflow:hidden}.preview-video>video,.preview-video .video-player-container{position:absolute;top:0;left:0;width:100%;height:100%;display:none}.preview-video .video-player{height:100%}.preview-video .preview-video-show{z-index:1;display:block;width:100%;height:100%}.video-operations-preview>div{display:flex;padding:15px 20px;background-color:#000000b3;border-radius:14px}.join-button{color:#fff;background:#008dfa;border-radius:14px;font-size:16px;height:3em;width:24em;margin:2em auto;cursor:pointer;border:none;font-stretch:expanded;transition:filter .15s ease-out}.join-button:hover{filter:brightness(110%)}.join-button:active{filter:brightness(80%)}.mic-feedback__very-low svg{color:green!important;opacity:.5!important}.mic-feedback__low svg{color:green!important;opacity:.6}.mic-feedback__medium svg{color:green!important;opacity:.7}.mic-feedback__high svg{color:green!important;opacity:.8}.mic-feedback__very-high svg{color:green!important;opacity:.9}.mic-feedback__max svg{color:green!important}.audio-test-wrap{width:800px;margin:0 auto;text-align:left}.audio-test-wrap h3{margin-top:30px}.audio-test-wrap .speaker-action{display:flex}.audio-test-wrap .speaker-action .speaker-btn{width:160px;margin-right:30px}.audio-test-wrap .speaker-action .speaker-list{min-width:300px}.audio-test-wrap .speaker-output{margin-top:30px;display:flex}.audio-test-wrap .speaker-output .speaker-label{width:160px;margin-right:30px}.loading-layer{position:fixed;inset:0;width:100vw;height:100vh;background:#000c;display:flex;flex-direction:column;justify-content:center;align-items:center;z-index:99}.loading-layer .loading-text{margin-top:20px;font-size:18px;color:#fff}
