/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
span.wpcf7-not-valid-tip + span.wpcf7-not-valid-tip {
	display: none;
}

.wmdas-stripe-popout {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #00000082;
	display: none;
	align-items: center;
	justify-content: center;
	color: red;
}

.wmdas-stripe-popout > div {
	width: 50vw;
	background: white;
	min-height: 200px;
	height: 40vh;
	display: flex;
	justify-content: center;
	align-items: center;
}

.wmdas-stripe-popout > div > p {
	font-size: larger;
	font-weight: bold;
}