/* 
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;
  }





.menu-resources .elementor-icon-list-icon
{
    order: 2;
    margin-left: 8px;
}

header .mega-resources {
    position: absolute;
    top: 43px;
    right: calc(-50% + 16px);
    z-index: 999;
    opacity: 0;
    transform: translateY(15px);
    transition: all 0.25s ease !important;
    pointer-events: none;
    min-width: 1080px;
    transition-delay: 0.1s !important;
}

header .menu-resources:hover ~ .mega-resources, header .mega-resources:hover
{
    opacity: 1 !important;
    transition-delay: 0.25s !important;
    transition: all 0.25s ease !important;
    pointer-events: auto;
}



/* beta badge & SubLabel*/

#desktopHeader .fullTime a.elementor-sub-item{
	display:block;
}
#desktopHeader .fullTime .elementor-sub-item .beta {
    background: #9FBCD1;
    font-size: 10px;
    padding: 2px 6px;
    border-radius: 10px;
    margin-left: 6px;
    font-weight: 700;
    box-shadow: 0px 2px 1px 0px #00000022;
	color:#fff;
}

#desktopHeader .fullTime .elementor-sub-item .subLabel
{
    margin-bottom: 0;
    font-size: 12px;
    color: #3a4b5b;
}

