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

/* Set body background to transparent and support scroll overlay */
body, html {
    overflow: overlay; /* Ensure background image is visible */
}

/* Make scrollbar track fully transparent */
::-webkit-scrollbar-track {
    background: transparent;
}

/* Remove background color from the scrollbar itself */
::-webkit-scrollbar {
    width: 15px;
    background: var(--e-global-color-text);
}

/* Set thumb to a semi-transparent color to partially show the background */
::-webkit-scrollbar-thumb {
    background-color: var(--e-global-color-primary); /* Adjust color and transparency */
    border-radius: 8px; /* Optional: make the scrollbar rounded */
    border: 4px solid var(--e-global-color-text); /* Optional: add spacing around thumb */
}

.checkout-details-header {
    color: var(--sections-title-color, #000) !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    margin-bottom: var(--sections-title-spacing, 30px) !important;
    margin-top: 0 !important;
}

.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce-MyAccount-content h2:first-of-type {
    margin-top: 0px !important;
}

/* Add your custom styles here */
body:not(.CURRENT-USER-2) #wp-toolbar #wp-admin-bar-root-default li:not(#wp-admin-bar-menu-toggle):not(#wp-admin-bar-wp-logo):not(#wp-admin-bar-site-name),
body:not(.CURRENT-USER-2) #adminmenu li#toplevel_page_itsec-dashboard,
body:not(.CURRENT-USER-2) #adminmenu li#menu-posts-jet-form-builder {
	display: none !important;
}