/* 
Theme Name: Hello Elementor Child
Theme URI: https://ngocnguyen.com.vn/
Description: This theme created by Jake Ngoc Nguyen.
Author: Jake Ngoc Nguyen
Author URI: https://ngocnguyen.com.vn/
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 Browsers (Chrome, Edge, Safari) */
::-webkit-scrollbar {
    width: 10px; /* Độ rộng thanh cuộn */
    height: 10px; /* Độ cao thanh cuộn ngang */
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(45deg, #285B2C, #285B2C); /* Màu thanh cuộn */
    border-radius: 10px; /* Bo tròn thanh cuộn */
}

::-webkit-scrollbar-track {
    background: #f1f1f1; /* Màu nền của thanh cuộn */
    border-radius: 10px; /* Bo tròn nền */
}

::-webkit-scrollbar-track:hover {
    background: #e4e4e4; /* Hiệu ứng hover cho nền */
}