/* 
Theme Name: Mesala, Inc.
Theme URI: https://www.sytian-productions.com/
Description: This is a custom WordPress Theme for Mesala Inc.
Author: Sytian IT Productions Inc.
Author URI: https://www.sytian-productions.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
*/

/*
    Add your custom styles here
*/
::-webkit-scrollbar {
    -webkit-appearance: none !important;
	  width: 8px !important;
	  height: 8px !important;
}
::-webkit-scrollbar-track {
  background: #f1f1f1 !important;
}

::-webkit-scrollbar-thumb {
  background: var(--e-global-color-primary);
  border-radius: 10px !important;
}
::-webkit-scrollbar-thumb:hover {
  background: var(--e-global-color-primary) !important;
}
@media(max-width: 1024px) {
	body{
		overflow-y: scroll !important;
    	height: 100vh !important;
        scrollbar-color: 12px !important;
        scrollbar-width: var(--e-global-color-primary);
	}
/* width */
	::-webkit-scrollbar {
		  width: 12px !important;
		  height: 12px !important;
	}
	::-webkit-scrollbar-button:horizontal:end:increment,
	::-webkit-scrollbar-button:horizontal:start:decrement {
	  display: block;
	}
}