.wp_plogg_privacy_policy_magicfield {
	position: absolute;
	left: -9999999px;
}

#wp-plogg-privacy-policy-div p {
	margin-bottom: 10px;
}

#wp-plogg-privacy-policy-div .g-recaptcha {
	margin-bottom: 10px;
}

.wp-plogg-privacy-policy-form-field-wrapper {
	position: relative;
    margin-bottom: 10px;
	max-width: 700px;
}

.wp-plogg-privacy-policy-form-field-wrapper input[type="text"],
.wp-plogg-privacy-policy-form-field-wrapper input[type="email"],
.wp-plogg-privacy-policy-form-field-wrapper input[type="tel"],
.wp-plogg-privacy-policy-form-field-wrapper textarea {
	height: 3em;
	padding-left: 1em;
	padding-right: 1em;
    width: 100%;
	border: 1px solid #3e3e3e;
}

.wp-plogg-privacy-policy-form-field-wrapper input[type="checkbox"] {
	appearance: auto;
	width: 14px;
    margin-right: 10px;
	margin-top: 6px;
}

.wp-plogg-privacy-policy-form-field-wrapper .wp-plogg-privacy-policy-form-checkbox-msg {
    display: flex;
	align-items: flex-start;
}

.wp-plogg-privacy-policy-form-button {
	padding: 0.8rem 1.5rem;
    background-color: white;
    color: inherit;
    white-space: nowrap;
    box-shadow: 0px 3px 30px rgba(0, 0, 0, 0.16);
	font-weight: 500;
	cursor: pointer;
}

.wp-plogg-privacy-policy-combobox {
    padding-bottom: 1.5em;
}


#wp-plogg-privacy-policy-div {
	margin-bottom: 30px;
}

#wp-plogg-privacy-policy-div .notification {
	position: fixed;
	top: 0%;
	height: 100%;
	padding: 2em 0 2em 0;
	font-size: 2em;
	left: 0;
	right: 0;
	background: rgba(255, 255, 255, 1);
	z-index: 99999999;
	text-align: center;
    display: block;
	animation: fadeout 4s;
	-moz-animation: fadeout 4s;
	-webkit-animation: fadeout 4s;
	-o-animation: fadeout 4s;
	animation-delay: 4s;
	-moz-animation-delay: 4s;
	-webkit-animation-delay: 4s;
	-o-animation-delay: 4s;
	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	line-height: normal;
}

#wp-plogg-privacy-policy-div .notification .alert-box {
	position: absolute;
	top:50%;
	margin-top: -200px;
	width: 100%;
	text-align: center;
	left: 0;
	padding-left:1em;
	padding-right: 1em;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}