/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/


#chat-toggle {
  position: fixed;
  bottom: 36px;
  right: 36px;
  width: 120px;
  height: 64px;
  color: #fff;
  font-size: 22px;
  border-radius: 36px;
  cursor: pointer;
  z-index: 10000;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
  padding: 0;
  margin: 0;
  
}
#chat-toggle img{
    margin: 0;
}

#ai-chat-widget {
  position: fixed;
  bottom: 36px;
  right: 36px;
  z-index: 9999;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
  border-radius: 12px;
  overflow: hidden;
}
#chat-minimize {
    position: absolute;
    top: 12px;
    right: 10px;
    cursor: pointer;
    font-size: 24px;
    font-weight: 600;    ;
    color: #fff;
    z-index: 10001;
    padding: 0px 16px;
  }