.cookie-notification {
	position: fixed;
	/* background-color: #FFF; */
	background-color: #ffffff;
	right: 20%;
	bottom: 0px;
	width: 60%;
	max-height: 80%;
	color: #0a4133;
	z-index: 9999;
	padding-bottom: 20px;
	border-radius: 5px 5px 0px 0px;
	box-shadow: 0px 0px 10px #000;
	overflow: hidden;
	transition: 1.5s;
}

.cookie-notification_hidden_yes {
	/* display: none; */
	bottom: calc(0px - 100%) !important;
}

.cookie-notification__header {
	/* background-color: #1f87ef; */
	padding: 12px 8px 8px 20px;
	margin-bottom: 8px;
	text-align: center;
	font-size: 20px;
}

.cookie-notification__buttons {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

.cookie-notification__button:first-child {
	margin: 0px 30px 0px 0px;
}

.cookie-notification__button {
	/* background: #1f87ef; */
	/* #3B3E44 */
	background: #ffffff;
	padding: 8px 24px;
	color: #0a4133;
	border: 1px solid #0a4133;
	border-radius: 20px;
	box-shadow: 0 4px 5px #00000050;
	text-transform: uppercase;
	/* margin-bottom: 15px;
	margin-right: 30px; */
	min-width: 160px;
	transition: 0.3s;
}

/* .cookie-notification__button.ym-more {
	background:#3B3E44;
	border: 1px solid #CDB670;
} */

.cookie-notification__button:hover {
	/* background: #1874cf; */
	box-shadow: 0 6px 5px #00000050;
	background: #0a4133;
	color: #ffffff;
	cursor: pointer;
}

.cookie-notification__body a {
	color: #d12928;
	text-decoration: none;
}

.card_analytics_text {
	margin-top: 20px;
}

.card_analytics_text>.number {
	margin-bottom: 0px;
}

@media (max-width: 440px) {
	.cookie-notification__header {
		font-size: 20px;
	}

	.cookie-notification__buttons {
		flex-direction: column;
		/* margin-left: 20px; */
	}

	.cookie-notification__button:first-child {
		margin: 0px 0px 15px 0px;
	}
}

.cookie-notification__body {
	color: #0a4133;
	overflow-x: hidden;
	padding-left: 20px;
	padding-right: 15px;
}

.cookie-notification__body p {
	font-size: 12px;
	margin-bottom: 8px;
	line-height: 140%;
	text-align: justify;
	font-family: Circe, sans-serif;
}

.cookie-display-yes {
	display: inline-block;
}

.cookie-display-none {
	display: none;
}

.cookie-message-short,
.cookie-message-full {
	max-width: 100%;
}

.cookie-notification {
	/* position: relative; */
}

.cookie-notification_close-btn {
	box-sizing: border-box;
	position: absolute;
	right: 10px;
	top: 10px;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border: 1px solid #0a4133;
	background-color: #0a4133;
	transition: 0.3s;
	color: #ffffff;
	cursor: pointer;
}

.cookie-notification_close-btn::before,
.cookie-notification_close-btn::after {
	content: " ";
	display: inline-block;
	position: absolute;
	top: 7px;
	right: 14px;
	width: 1px;
	height: 14px;
	background-color: #ffffff;
}

.cookie-notification_close-btn::before {
	transform: rotate(45deg);
}

.cookie-notification_close-btn::after {
	transform: rotate(-45deg);
}

.cookie-notification_close-btn:hover {
	background-color: #ffffff;
	color: #0a4133;
}

.cookie-notification_close-btn:hover:before,
.cookie-notification_close-btn:hover:after {
	background-color: #0a4133;
}

@media (max-width: 1500px) and (min-width: 768px) {
	.cookie-notification {
		width: 70%;
		max-height: 80%;
		overflow-y: scroll;
	}
}

@media (max-width: 767px) {
	.cookie-notification {
		width: 90%;
		right: 5%;
		max-height: 80%;
		overflow-y: scroll;
	}

	.card_supervisor_text {
		margin-left: none;
	}
}

/* tr {
	display: block;
	margin-bottom:20px !important;
} */

.policy-wrap table {
	border-spacing: 0 20px;
}