.open_preferences_center {
	text-decoration: underline;
}

.cc-nb-text,
.cc-nb-text p {
	margin-bottom: 0 !important;
}

.cc-nb-title-container {
	display: none !important;
}

.termsfeed-com---palette-dark.termsfeed-com---nb {
	background: rgba(51, 51, 51, .8) !important;
	max-width: none;
	width: 100%;
}

.cc-nb-main-container {
	align-items: center;
	display: flex !important;
	justify-content: center;
	padding: 1rem !important;
}

.cc-nb-main-container {
	opacity: 0;
	transition: opacity .25s ease-in-out;
}

.cc-nb-main-container.cc-container-show {
	opacity: 1 !important;
}

.cc-nb-okagree,
.cc-nb-reject {
	color: #fff !important;
	margin-right: 5px !important;
}

.termsfeed-com---reset .cc-nb-text a {
	color: inherit;
	text-decoration: underline;
}

.cc-nb-buttons-container {
	display: flex !important;
	margin-left: 20px;
	min-width: 380px;
}

.cc-pc-container,
.termsfeed-com---palette-dark .cc-cp-body,
.termsfeed-com---palette-dark .cc-cp-foot,
.termsfeed-com---palette-dark .cc-pc-head {
	background: rgba(51, 51, 51, .8) !important;
}

.termsfeed-com---palette-dark .cc-nb-okagree:focus,
.termsfeed-com---palette-dark .cc-nb-reject:focus,
.termsfeed-com---palette-dark .cc-cp-foot-save:focus {
	box-shadow: 0 0 0 2px #fff !important;
}

.cc-cp-foot-save {
	color: #fff !important;
}

.termsfeed-com---palette-dark .cc-pc-head-close:active,
.termsfeed-com---palette-dark .cc-pc-head-close:focus {
	border: none;
}

.cc-pc-head-lang-select {
	display: none !important;
}

.termsfeed-com---reset label {
	color: #fff !important;
}

@media screen and (max-width: 740px) {
	.cc-nb-main-container {
		flex-direction: column;
	}

	.cc-nb-text {
		text-align: center;
	}

	.cc-nb-buttons-container {
		margin-left: 0;
		margin-top: 10px;
	}
}

@media (max-width: 390px) {
	.termsfeed-com---nb-simple {
		height: unset !important;
		min-height: 200px;
	}

	.cc-nb-buttons-container {
		display: block !important;
		min-width: 100%;
	}
}
