.pipe-dialog{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:100}.pipe-dialog-wrapper{border:1px solid var(--dialog-border-color);max-width:calc(100% - 24px);max-height:calc(100% - 24px);min-width:50px;min-height:30px;border-radius:8px;overflow:hidden;display:flex;flex-direction:column;border-radius:var(--dialog-radius);background:var(--bg-dialog, #f7f7f7);width:704px;box-sizing:border-box;padding:16px}.pipe-dialog-header{font-size:14px;color:#fffc;display:flex;align-items:center;justify-content:space-between;box-sizing:border-box;position:relative;width:100%;height:28px;text-align:center;padding:0}.pipe-dialog-title{display:inline-block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;cursor:default;color:var(--fg-9, rgba(0, 0, 0, .97));font-size:20px;line-height:28px;width:100%;font-weight:600}.pipe-dialog-tools{position:absolute;right:0;bottom:0;z-index:2}.pipe-dialog-tools .btn{vertical-align:middle}.pipe-dialog-tool{display:inline-block;vertical-align:middle;font-size:18px;min-width:32px;height:28px;line-height:28px;text-align:center;outline:none;border-radius:8px;color:var(--fg-9, rgba(0, 0, 0, .46));white-space:nowrap;box-sizing:border-box;padding:0 4px}.pipe-dialog-tool:hover{background-color:var(--icon-bg-hover)}.pipe-dialog-body{max-height:100%;box-sizing:border-box;overflow:auto;background:var(--bg-dialog, #f7f7f7);border-radius:8px;flex:1;padding:20px 0}.pipe-dialog-body::-webkit-scrollbar{width:0;height:0;display:none}.pipe-dialog-footer{display:flex;align-items:center;justify-content:flex-end;box-sizing:border-box;position:relative}.pipe-dialog-footer .chat-btn{margin-left:8px;height:40px;border-radius:8px}.pipe-dialog-footer .chat-btn.green-fill{flex:1}.pipe-dialog-footer .chat-btn:first-of-type{margin-left:0}@media screen and (max-width: 829px){.pipe-dialog{align-items:flex-end}.pipe-dialog .pipe-dialog-wrapper{width:100%;max-width:unset;height:calc(100% - 40px);border-radius:var(--dialog-radius) var(--dialog-radius) 0 0}}
