body .fc-consent-root .fc-dialog{
	border-radius: 3px !important;
}
body .fc-consent-root .fc-header .fc-header-text{
	text-transform:uppercase !important;
}
body .fc-consent-root .fc-button .fc-button-background {
	border-radius: 3px !important;
}
body .fc-consent-root .fc-secondary-button .fc-button-background {
	box-shadow: 0px 5px 5px -3px rgba(0,0,0,0.2),0px 8px 10px 1px rgba(0,0,0,0.14),0px 3px 14px 2px rgba(0,0,0,0.12) !important;
	background-color:darkred !important;
}
body .fc-consent-root .fc-primary-button .fc-button-background {
	box-shadow: 0px 5px 5px -3px rgba(0,0,0,0.2),0px 8px 10px 1px rgba(0,0,0,0.14),0px 3px 14px 2px rgba(0,0,0,0.12) !important;
}
body .fc-consent-root .fc-button .fc-button-label {
	text-transform:uppercase !important;
}
body .fc-consent-root button, .fc-consent-root button div, .fc-consent-root button p, .fc-consent-root .fc-button, .fc-consent-root .fc-button div, .fc-consent-root .fc-button p {
	text-transform:uppercase !important;
}
body .fc-consent-root .fc-dialog .fc-header h1 {
	color:white !important;
}
body .fc-consent-root .fc-dialog .fc-header h1.fc-dialog-headline {
	color: white !important;
}
body .fc-consent-root .fc-dialog .fc-footer p {
	color: lightgray !important;
}
body .fc-consent-root .fc-stacks .fc-stack-name {
	color:lightgray !important;
}
body .fc-consent-root .fc-faq-header .fc-faq-label {
	color:lightgray !important;
}
body .fc-consent-root .fc-dialog .fc-header h2, .fc-consent-root .fc-dialog .fc-header .fc-header-image-container, .fc-consent-root .fc-dialog .fc-header .fc-header-text {
	color:lightgray !important;
}
body .fc-consent-root .fc-dialog-header {
	background:none !important;
}
body .fc-consent-root .fc-preference-container {
	background-color: #111 !important;
	border-radius: 2px !important;
	border: #555 1px solid !important;
	padding: 10px !important;
	box-shadow: 0px 5px 5px -3px rgba(0,0,0,0.2),0px 8px 10px 1px rgba(0,0,0,0.14),0px 3px 14px 2px rgba(0,0,0,0.12) !important;
}
body .fc-consent-root .fc-preference-container .fc-truncated-3-line p {
	color:gray !important;
}
body .fc-consent-root .fc-preference-container .fc-preference-title h2 {
	color:lightgray !important;
}
body .fc-consent-root .fc-dialog {
	background-color:rgba(0,0,0,0.7) !important;
	border:2px solid cyan !important;
	backdrop-filter: blur(10px) !important;
	color: white !important;
}