/*
Theme Name: Dazzle Theme
Author: Dazzle
Description: Your description goes here
Version: 1.0
Template: hello-elementor

This is the child theme for Hello Elementor theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/
.ds_popup_wrapper {
	position: fixed;
	z-index: 9999;
	background: #fffffff0;
	width: 100%;
	min-height: 100vh;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	padding: 5%;
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 100%;
	border-radius: 10px;
	/* transform: translateY(-50%); */
    display: block;
}
.ds_popup_wrapper_inner {
    display: block;
}
.ds_popup_selection {
	height: 60px;
	width: 300px;
    margin:auto;
}
.ds_popup_input_label {
	display: block;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: center;
}