/*################################*/
/* ===== Cookiebot Settings ===== */
/*################################*/

#CybotCookiebotDialog {
	border: 10px solid #0f2338 !important;
	border-radius: 0px !important;
	transform-origin: 50% 0 !important;
}

#CybotCookiebotDialogBodyContentTitle {
	color: #0f2338 !important;
}

a#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection {
	display: block !important;
	background-color: inherit !important;
	color: #0f2338 !important;
	width: auto !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	margin: 0 4px 0 0 !important;
	padding: 2px 3px 0 3px !important;
}
#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelectionWrapper {
	width: 100% !important;
	display:flex;
	flex-wrap: wrap;
}
a#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll {
	font-size: 20px !important;
	width: calc(100% - 18px) !important;
	margin: 0px 8px !important;
	color: #fff !important;
	background: #0f2338;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
}

a#CybotCookiebotDialogBodyLevelButtonLevelOptinDeclineAll {
	font-size: 20px !important;
	height: 40px !important;
	width: calc(100% - 18px) !important;
	margin: 0px 8px !important;
	color: #fff !important;
	background: #0f2338;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
}

#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelectionWrapper {
	display: flex !important;
}


#CybotCookiebotDialog,
#CybotCookiebotDialog a,
#CybotCookiebotDialog div,
#CybotCookiebotDialogBodyContentControls,
#CybotCookiebotDialogBodyContentTitle {
	font-family: Arial, sans-serif !important;
}

.show-more-cookie-settings {
	border: 1px solid #0f2338;
	text-decoration: none !important;
	font-weight: 600;
	font-size: 20px !important;
	flex: 1;
	margin: 0 8px !important;
	padding: 1px 4px 3px;
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 206px;
	height: 40px !important;
	margin-bottom: 8px !important;
	color: #0f2338 !important;
}

#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll {
	flex: 1;
	min-width: 206px;
	margin-bottom: 8px !important;
	font-size: 20px !important;
	margin: 0 8px !important;
	align-items: center !important;
	justify-content: center !important;
	display: flex;
}