/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.2
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
*/

.uniter_wrapper {
	cursor: pointer;
}

.uniter_wrapper img {
	border-radius: 50%;
}

.eael-team-align-centered {
	text-align: center;
}

.eael-team-align-centered h1 {
	margin-bottom: 10px !important;
}

.uniter_modal {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #fff;
	padding: 30px;
	border-radius: 10px;
	max-width: 600px;
	z-index: 999;
	cursor: auto;
}

.uniter_modal h2 {
	color: #0a2458;
}

.uniter_modal p {
	line-height: 1.4;
}

.popup_close {
	position: absolute;
	top: -15px;
	right: -15px;
	cursor: pointer;
	background-color: #0a2458;
	width: 40px;
	height: 40px;
	text-align: center;
	color: #fff;
	border-radius: 50%;
	line-height: 41px;
	font-size: 18px;
}

.popup_overlay {
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.5);
	backdrop-filter: blur(5px);
	width: 100%;
	height: 100%;
	z-index: 99;
	display: none;
}
