.disabled-chat-widget{position:fixed;bottom:25px;right:25px;display:flex;align-items:center;justify-content:space-between;box-sizing:border-box;width:180px;height:40px;padding:0 14px;border-radius:4px;background:#dbdbdb;color:#000;cursor:pointer;z-index:9998;font-family:Roboto,Arial,sans-serif;font-size:14px;font-weight:700;line-height:normal;box-shadow:0 2px 2px 0 rgba(0,0,0,.25);transition:background-color .3s ease;-webkit-user-select:none;user-select:none}.disabled-chat-widget:hover{background-color:#cfcfcf}.disabled-chat-left{display:flex;align-items:center;gap:8px}.disabled-chat-icon{flex:0 0 auto}.disabled-chat-text{white-space:nowrap}.disabled-chat-status{flex:0 0 auto;width:8px;height:8px;border-radius:50%;background:#9e9e9e}.chat-disabled-modal{position:fixed;top:0;left:0;width:100%;height:100%;z-index:10000;display:flex;align-items:center;justify-content:center}.chat-disabled-modal-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.35)}.chat-disabled-modal-content{position:relative;box-sizing:border-box;width:500px;height:220px;max-width:90%;background:#fff;border:1px solid #0067a6;box-shadow:0 8px 24px rgba(0,0,0,.5);overflow:hidden;font-family:Roboto,Arial,sans-serif}.chat-disabled-modal-header{display:flex;align-items:center;justify-content:space-between;box-sizing:border-box;height:31px;padding:0 12px;background-color:#0067a6;color:#fff}.chat-disabled-modal-title{font-size:18px;font-weight:bold}.chat-disabled-modal-close{background:none;border:none;color:#fff;font-size:36px;line-height:1;cursor:pointer;padding:0}.chat-disabled-modal-body{padding:20px 24px;text-align:center}.chat-disabled-modal-text{margin:0 0 20px 0;font-size:16px;color:#333;line-height:22px;text-align:left}.chat-disabled-modal-button{box-sizing:border-box;width:276px;height:28px;padding:0;background-color:#0067a6;color:#fff;border:none;font-size:13px;cursor:pointer;transition:background-color .3s ease}.chat-disabled-modal-button:hover{background-color:#005a8c}