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

/* Add your custom styles here */
::-webkit-scrollbar-track{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
    border-radius: 10px;
}

::-webkit-scrollbar{
    width: 7px;
    height: 2px;
    background-color: #cedbff;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb{
    background: linear-gradient(0deg, #3C1026 10%, #D22D70 25%, #D22D70 50%, #D22D70 75%, #3C1026 100%);
    border-radius: 10px;
}


/* Header */
#menu-1-d5abc91 ul.sub-menu{
	background-image: url('/wp-content/uploads/2024/11/bg_sub_menu.jpg')!important;
	background-size: cover;
	background-position: bottom center;
	padding: 20px 0!important;
	width: 320px!important;
}
#menu-1-d5abc91 ul.sub-menu .sub-menu{
	border-radius: 12px;
}
#menu-1-d5abc91 ul.sub-menu > li > a, #menu-1-d5abc91 ul.sub-menu > li > a:hover{
	border-left-width: 0;
	white-space: normal;
}
#menu-1-d5abc91 ul.sub-menu > li:not(:last-child) > a:after{
  position: absolute;
  content: '';
  background: rgb(255,255,255,.4);
  width: calc(100% - 60px);
  height: 1px;
  bottom: 0;
}
#menu-1-d5abc91 > li > a > .sub-arrow svg{
	transition: transform .3s;
}
#menu-1-d5abc91 > li > a.highlighted > .sub-arrow svg{
	transform: rotate(90deg);
}
#menu-1-d5abc91 .sub-arrow .e-font-icon-svg{
	transform: rotate(0deg);
}