.bcp-gfp-modal[hidden] {
	display: none !important;
}

.bcp-gfp-modal {
	display: none;
	position: fixed;
	z-index: 999999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
}

.bcp-gfp-modal.is-active {
	display: block;
}

.bcp-gfp-overlay {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000000;
	opacity: 0.75;
	backdrop-filter: blur(4px);
}

.bcp-gfp-content {
	position: relative;
	background-color: #ffffff;
	margin: 5% auto;
	padding: 30px;
	width: 90%;
	max-width: 650px;
	z-index: 1000000;
	border-radius: 8px;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
	opacity: 0;
	transform: translateY(-20px);
	transition: opacity 400ms ease, transform 400ms ease;
}

.bcp-gfp-content.is-open {
	opacity: 1;
	transform: translateY(0) !important;
}

.bcp-gfp-close {
	appearance: none;
	background: transparent;
	border: 0;
	box-shadow: none;
	color: #666666;
	cursor: pointer;
	font-size: 28px;
	font-weight: 700;
	line-height: 1;
	padding: 0;
	position: absolute;
	right: 20px;
	top: 15px;
	transition: color 0.2s ease;
}

.bcp-gfp-close:hover,
.bcp-gfp-close:focus {
	color: #000000;
	text-decoration: none;
}

.bcp-gfp-content .gform_wrapper {
	margin: 0;
}

body.bcp-gfp-modal-active {
	overflow: hidden;
}

@media (max-width: 640px) {
	.bcp-gfp-content {
		margin: 24px auto;
		padding: 18px;
		width: calc(100% - 24px);
	}

	.bcp-gfp-close {
		right: 14px;
		top: 12px;
	}
}

.bcp-gfp-inline-duplicate-hidden {
	display: none !important;
}


.bcp-gfp-form-body {
	min-height: 40px;
	padding-right: 8px;
}

.bcp-gfp-content .gform_wrapper,
.bcp-gfp-content .bcp-gfp-rendered-shortcode,
.bcp-gfp-content .bcp-gfp-moved-form,
.bcp-gfp-content form[id^="gform_"] {
	display: block;
	visibility: visible;
	opacity: 1;
}

.bcp-gfp-form-placeholder {
	color: #333333;
	font-size: 15px;
	line-height: 1.5;
	margin: 0;
	padding: 18px 48px 18px 0;
}

.bcp-gfp-moved-form {
	margin: 0 !important;
}
