/* 
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
*/
.scroll-l {
overflow-y: scroll;
max-height: 400px;
padding-right: 20px;

}

.scroll-l::-webkit-scrollbar {
width: 5px;
}

.scroll-l::-webkit-scrollbar-thumb {
background: #a81010;
border-radius: 10px;
}
.scroll-l::-webkit-scrollbar-track {
box-shadow: inset 0 0 5px grey;
border-radius: 10px;
}
.pulse2 {
    -webkit-animation: pulse 400ms infinite alternate;
    animation: pulse 400ms infinite alternate;
    padding: 5px 20px;
    border-radius: 4px;
    margin-right: 12px;
}
@-webkit-keyframes pulse {
	0% { background-color: #a61e23; }
	100% { background-color: #ffc000; }
}

 .tittles .elementor-icon-box-title {
	-webkit-animation: pulse 400ms infinite alternate;
    animation: pulse 400ms infinite alternate;
    padding: 5px 20px;
	border-radius: 5px;
} 

/*********** media ******/
@media (min-width: 320px) and (max-width: 1000px) {
    .scroll-l {
    overflow-y: scroll;
    max-height: max-content;
    padding-right: 20px;
}
}
