#cookie-notice{
	background-color: #FFF !important;
	
}

.cookify.modal {
	overflow-y: auto !important;
	background: #FFF !important;
}

.cookify.modal  {
	font-family: Arial;
	font-weight: 700;
	color: #212b32 !important;
	font-size: 1.5rem;
}

.cookify .modal-content {
	background: #005eb8 !important;
	color: #212b32 !important;
	-webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
	border-radius: 0 !important;
	padding: 1rem !important;
	border: none;
	background-clip: border-box;
}

#modalMessage, #cookieModalLabel {
	color: #212b32 !important;
}

#surveyMessage, #cookieModalLabel {
	color: #212b32 !important;
}


.cookify .modal-header,
.cookify .modal-footer {
	padding-top: 10px;
	border: 0 !important;
}

.cookify .modal-body {
	background: #fff !important;
	padding-top: 0 !important;
}

.cookify .modal-body a {
	color: #212b32 !important;
	text-decoration: underline;
}

.cookify .modal-body a:hover {
	color: #212b32 !important;
	text-decoration: none;
}

.text-dark-blue-bold {
	font-family: Arial;
	font-weight: 700;
	color: #002d88;
	font-size: 1.2rem;
}

#cookieButtonInfoManage {
	background: #005eb8;
	border: thin solid #007f3b;
	color: #007f3b !important;
	font-weight: 700;
	word-wrap: normal;
}

.cookify .btn-lg,
.btn-lg .btn-green {
	font-size: 14pt !important;
	font-weight: 700;
	padding: 5px;
	width: 100%;
}

.cookify>.modal-dialog {
	background: #fff !important;
	margin: 0;
	width: 100%;
	max-width: 100%;
	z-index: 1050;
}



.d-none {
	display: none !important;
}


.cookify {
	top: 0;
	left: 0;
	width: 100%;
}


.cookie-submit-btn {
	width: 100% !important;
	margin-top: 1.1rem;
}
