/*
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
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: 2.0.0
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
*/

/* Add your custom styles here */

strong {
  font-weight: 600;
}

/* Exclusibe Addons Tabs */
.exad-advance-tab-nav .active::after {
  content: '';
  display: block;
  width: calc(100% + 10px);
  height: 6px;
  background: var(--e-global-color-accent);
  margin: -12px 0 0 -5px;
}
.exad-advance-tab-nav .active .exad-tab-title {
  font-weight: 600;
}

/* Icons List */
.elementor-widget .elementor-icon-list-item, .elementor-widget .elementor-icon-list-item a {
  align-items: flex-start !important;
}

/* Popup */
.dialog-widget-content {
  margin-top: 120px;
}
.dialog-close-button {
  width: 48px;
  height: 48px;
  justify-content: center;
  align-items: center;
  background: var( --e-global-color-4aae1ba );
  margin: -68px -20px 0 0 !important;
}
.dialog-close-button::before {
  content: '';
  display: block;
  width: 32px;
  height:  32px;
  position: absolute;
  background: url('/wp-content/uploads/2023/10/icon-times-dark-large.svg');
}
.dialog-close-button .eicon-close {
  opacity: 0;
  color: var( --e-global-color-text );
}
