#moove_gdpr_cookie_info_bar {
	display: none;
	max-height: 100% !important;
	min-height: 100% !important;
	opacity: 0;
	padding-top: 40vh;
	transition: all 400ms ease-in;
	z-index: 99900;
}

@media only screen and (min-width: 480px) {
	#moove_gdpr_cookie_info_bar {
		min-height: 100% !important;
		padding-top: 180px;
	}
}

#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme {
	background-color: rgb(0, 0, 0, 0.75);
	border-top: 0px solid #fff;
}

#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button {
	color: #ffffff;
}

#moove_gdpr_cookie_info_bar.visable {
	display: inherit;
	opacity: 1;
}
