.embed-widget-container {
	position: relative;
	z-index: 0;
	width: 100%;
	height: auto;
}

.embed-widget-container .error-message-container {
	position: relative;
	height: auto;
	width: 100%;
	padding: 20px;
	display: grid;
	place-content: center;
	background-color: rgb(254, 244, 205);
	z-index: 1200;
}

@media (min-width: 440px) {
	.embed-widget-container .error-message-container {
		width: 400px;
		padding: 20px;
		margin-left: auto;
		margin-right: auto;
	}
}

.embed-widget-container .error-message-container .error-content {
	display: flex;
	flex-direction: row;
}

.embed-widget-container .error-icon {
	margin-right: 8px ;
	color: rgb(255, 191, 0); 
}

.embed-widget-container .error-message-container p {
	text-align: center;
	margin-top: 4.25px;
	margin-bottom: 0;
}

.embed-widget-container .error-message-container #toggle-cookies-button {
	position: relative;
	font-weight: bold;
}

.embed-widget-container .error-message-container #error-cookie {
	font-weight: bold;
}

#ot-pvcy-txt, #ot-header-id-C0001 , #ot-header-id-C0003, #ot-header-id-C0002, #ot-header-id-C0005, #ot-header-id-C0004 {
	pointer-events: none;
}

#onetrust-pc-sdk .ot-tgl .ot-switch-nob {
	pointer-events: none;
}

#onetrust-pc-sdk .ot-tgl .nob-off.ot-switch-nob {
	background-color: #f2f1f1;
}

#onetrust-pc-sdk .ot-tgl .nob-on.ot-switch-nob {
	background-color: #cddcf2;
}

#onetrust-pc-sdk .ot-tgl .nob-off.ot-switch-nob:before {
	-webkit-transform: translateX(0px) !important;
	-ms-transform: translateX(0px) !important;
	transform: translateX(0px) !important;
	background-color: #7d7d7d !important;
}

#onetrust-pc-sdk .ot-tgl .nob-on.ot-switch-nob:before {
	-webkit-transform: translateX(16px) !important;
	-ms-transform: translateX(16px) !important;
	transform: translateX(16px) !important;
	background-color: #4285f4 !important;
}

#onetrust-pc-sdk .ot-tgl .ot-label-txt {
	pointer-events: none;
}

#onetrust-pc-sdk .ot-tgl .ot-label-txt {
	pointer-events: none;
}