.cookie-div {
	border-top: 1px solid #fff;
	color: #fff;
	width: 100%;
	bottom: 0;
	left: 0;
	z-index: 1;
	position: fixed;
	transition: all 0.2s ease;
}

.cookie-div-left {
	width: calc(100% - 250px);
	left: 250px;
}

.divider-button {
	width: 10px;
}

#detalii,#ok_gdpr,#ok_gdpr_mic, #detalii_gdpr_mic {
	flex: 40%;
}

#gdpr_mic {
	display: none;
}

#gdpr {
	max-height: calc(100vh - 100px);
	overflow-y: auto;
	overflow-x: hidden;
	display: none;
}

#tabel_gdpr {
	display: none;
}

td {
	white-space: normal !important;
	word-wrap: break-word;
}

table {
	table-layout: fixed;
}

/* ASEZARE BUTON COOKIE PAGINI */
#cookie_icon {
	position: fixed;
	color: #c94d14;
	opacity: 0.5;
	font-size: 1.5rem;
	cursor: pointer;
	transition: all 0.3s ease;
	left: 1rem;
	bottom: 1rem;
	z-index: 1000;
}

#cookie_icon:hover {
	opacity: 1;
}