/* 
Theme Name: Connect STI
Theme URI: https://github.com/connect-sti
Description: Hello Elementor child customized for Connect STI projects with Elementor
Author: Connect STI Team
Author URI: https://connectsti.com
Template: hello-elementor
Version: 1.0.5
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
*/


/* Scroll Bar */
::-webkit-scrollbar {-webkit-appearance: none;}
::-webkit-scrollbar {width: 3px;height: 3px;}
::-webkit-scrollbar-track {background: var(--e-global-color-primary);border:1px solid var(--e-global-color-primary);} 
::-webkit-scrollbar-thumb {background: var(--e-global-color-secondary);border:0px solid var(--e-global-color-secondary);height:300px;border-radius:4px;}

/* Join Chat */
.joinchat__button {
    background: var(--e-global-color-secondary);
}
/* Header Absoluto com Scroll Top */
body.admin-bar div#top {
    top: 32px;
}
/* LENIS - Inical */
html.lenis, html.lenis body {
  height: auto;
}
.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: clip;
}

.lenis.lenis-smooth iframe {
  pointer-events: none;
}