/* 
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
Template: hello-elementor
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 */
  .custom-scroll {
    /* Firefox */
    scrollbar-width: thin;
    scrollbar-color: #4CAF50 #e0e0e0;
  }
  
  /* Chrome, Safari, Edge */
  .custom-scroll::-webkit-scrollbar {
    width: 10px;
  }
  
  .custom-scroll::-webkit-scrollbar-track {
    background: #FF0000;
  }
  
  .custom-scroll::-webkit-scrollbar-thumb {
    background: #FF0000;
    border-radius: 5px;
  }
  
  .custom-scroll::-webkit-scrollbar-thumb:hover {
    background: #FF0000;
  }
body:before {
    content: "";
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: .7rem;
    background-color: #357781;
    z-index: 9999;
    box-sizing: border-box;
}
.elementor-counter-title {
    flex: 0 0 60% !important;
}

.elementor-counter-number-wrapper {
    flex: 0 0 40% !important;
}
