/* 
Theme Name: Hello Child
Theme URI: https://elementor-site.ir/
Description: 
Author: Elementor Site
Author URI: https://elementor-site.ir/
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
*/

/* **************************************** */
body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.elementor-widget-image a {
    height: 100%;
}
:focus-visible {
    outline:unset;
}
::selection {
background: #FE4F70;
color: #fff;
}


::-webkit-scrollbar {
  width: 5px;
	height:5px;
}
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #00000020; 
}
::-webkit-scrollbar-thumb {
  background: #999; 
}
::-webkit-scrollbar-thumb:hover {
  background: #FE4F70; 
}