/*---------------------------------------------------------------------------------

 Theme Name:   Divi Child
 Theme URI:    https://www.trinetx.com
 Description:  Child of Divi
 Author:       emaginehealth
 Author URI:   https://www.emaginehealth.com
 Template:     Divi
 Version:      1.0.1
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

------------------------------ ADDITIONAL CSS HERE ------------------------------*/

.popup_outer_wrap:has(.gform_wrapper) {
	display: flex;
	justify-content: center;
	align-items: center;
}

.popup_outer_wrap:has(.gform_wrapper) .da-close {
	top: calc(15vh - 10px);
}

.popup:has(.gform_wrapper) {
	height: 70vh;
	overflow: auto;
	padding: max(30px, 3vw) !important;
}

.popup:has(.gform_wrapper) .et_pb_row {
	width: 100%;
	margin: 0;
	padding: 0;
}

.popup:has(.gform_wrapper) .et_pb_text_12_tb_footer {
	padding-left: 0 !important;
}

.grecaptcha-badge {
	position: static !important;
}