.cookie-handling {
	background-color: rgba(0, 0, 0, 0.5);
	position: fixed;
	inset: 0;
	width: 100%;
	height: 100vh;
	display: none;
	align-items: center;
	justify-content: center;
	z-index: 9999;
}

.cookie-handling.is-visible {
	display: flex;
}

.cookie-handling .cookie-container {
	align-items: center;
	background-color: #ffffff;
	bottom: 24px;
	border-radius: 12px;
	display: flex;
	justify-content: space-between;
	padding: 14px 30px 14px 20px;
	position: absolute;
	height: fit-content;
	width: 840px;
	z-index: 1;
}

.cookie-handling .cookie-container.not-visible {
	display: none;
}

.cookie-handling .cookie-container .left-content {
	display: flex;
	flex-direction: column;
	max-width: 360px;
}

.cookie-handling .cookie-container .left-content .title {
	font-size: 13px;
	color: #000000;
}
.cookie-handling .cookie-container .left-content .description {
	font-size: 10px;
	color: #000000;
}

.cookie-handling .cookie-container .left-content a {
	color: #ff5d00;
	font-size: 10px;
	font-weight: medium;
	text-decoration: none;
}

.cookie-handling .cookie-container .right-content {
	display: flex;
	gap: 26px;
}

.cookie-handling .cookie-container .right-content button {
	background-color: #cfcece;
	border: none;
	border-radius: 24px;
	color: #ffffff;
	cursor: pointer;
	font-size: 13px;
	font-weight: bold;
	height: 35px;
	width: 114px;
}

.cookie-handling .cookie-container .right-content button:hover {
	background-color: #ff5d00;
}

.cookie-handling .cookie-container .right-content button.btn-accept {
	background-color: #ff5d00;
}

.cookie-handling .privacy-preference-center {
	background-color: #ffffff;
	border-radius: 15px;
	display: none;
	height: 610px;
	overflow: hidden;
	padding: 0;
	position: relative;
	width: 527px;
}

.cookie-handling .privacy-preference-center.is-visible {
	display: flex;
}

.cookie-handling .privacy-preference-center .content {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
	overflow-y: auto;
	overflow-x: hidden;
	padding: 51px 42px 0px 58px;
	box-sizing: border-box;
	scrollbar-gutter: stable;
}

.cookie-handling .privacy-preference-center .content::-webkit-scrollbar {
	width: 8px;
}

.cookie-handling .privacy-preference-center .content::-webkit-scrollbar-button {
	display: none;
	width: 0;
	height: 0;
}

.cookie-handling
	.privacy-preference-center
	.content::-webkit-scrollbar-button:single-button,
.cookie-handling
	.privacy-preference-center
	.content::-webkit-scrollbar-button:vertical:decrement,
.cookie-handling
	.privacy-preference-center
	.content::-webkit-scrollbar-button:vertical:increment,
.cookie-handling
	.privacy-preference-center
	.content::-webkit-scrollbar-button:vertical:start:decrement,
.cookie-handling
	.privacy-preference-center
	.content::-webkit-scrollbar-button:vertical:end:increment {
	display: none !important;
	width: 0 !important;
	height: 0 !important;
	background: transparent !important;
}

.cookie-handling .privacy-preference-center .content::-webkit-scrollbar-track {
	background: transparent;
	border-radius: 999px;
}

.cookie-handling .privacy-preference-center .content::-webkit-scrollbar-thumb {
	background: #c7c7c7;
	border-radius: 999px;
	border: 2px solid transparent;
	background-clip: padding-box;
}

.cookie-handling .privacy-preference-center .content {
	scrollbar-width: thin;
	scrollbar-color: #c7c7c7 transparent;
}

.cookie-handling .privacy-preference-center .content .title {
	color: #000000;
	font-size: 15px;
	font-weight: 500;
	margin-bottom: 17px;
}

.cookie-handling .privacy-preference-center .content .description {
	color: #000000;
	font-size: 11px;
	margin-bottom: 11px;
}

.cookie-handling
	.privacy-preference-center
	.content
	button.accept-optional-cookies {
	background-color: #ff5d00;
	border-radius: 24px;
	border: none;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 31px;
	padding: 9px 0;
	width: 260px;
}

.cookie-handling .privacy-preference-center .content .preferences {
	display: flex;
	flex-direction: column;
	gap: 11px;
	margin-bottom: 37px;
}

.cookie-handling .privacy-preference-center .content .preferences .pr-title {
	font-size: 12px;
	font-weight: 600;
	color: #000000;
}

.cookie-handling
	.privacy-preference-center
	.content
	.preferences
	.preferences-items {
	display: flex;
	flex-direction: column;
	gap: 9px;
}

.cookie-handling
	.privacy-preference-center
	.content
	.preferences
	.preferences-items
	.preference-item {
	background-color: #f4f4f4;
	border-radius: 10px;
	cursor: default;
	height: 42px;
	padding: 12px 14px;
}
.cookie-handling
	.privacy-preference-center
	.content
	.preferences
	.preferences-items
	.preference-item
	.preference-description {
	display: none;
	font-size: 9px;
	padding: 7px 0px 0px 22px;
	width: 255px;
}

.cookie-handling
	.privacy-preference-center
	.content
	.preferences
	.preferences-items
	.preference-item.open {
	height: fit-content;
}

.cookie-handling
	.privacy-preference-center
	.content
	.preferences
	.preferences-items
	.preference-item.open
	.title-with-icon
	.icon-more {
	display: none;
}

.cookie-handling
	.privacy-preference-center
	.content
	.preferences
	.preferences-items
	.preference-item.open
	.title-with-icon
	.icon-arrow-down {
	display: block;
}

.cookie-handling
	.privacy-preference-center
	.content
	.preferences
	.preferences-items
	.preference-item.open
	.preference-description {
	display: flex;
}

.cookie-handling
	.privacy-preference-center
	.content
	.preferences
	.preferences-items
	.preference-item
	.preference-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 12px;
}

.cookie-handling
	.privacy-preference-center
	.content
	.preferences
	.preferences-items
	.preference-header
	.status {
	color: #ff5d00;
	font-size: 10px;
	font-weight: 500;
}

.cookie-handling
	.privacy-preference-center
	.content
	.preferences
	.preferences-items
	.title-with-icon {
	display: flex;
	align-items: center;
	gap: 8px;
}

.cookie-handling
	.privacy-preference-center
	.content
	.preferences
	.preferences-items
	.title-with-icon
	.icon-more,
.cookie-handling
	.privacy-preference-center
	.content
	.preferences
	.preferences-items
	.title-with-icon
	.icon-arrow-down {
	cursor: pointer;
}

.cookie-handling
	.privacy-preference-center
	.content
	.preferences
	.preferences-items
	.title-with-icon
	.icon-arrow-down {
	display: none;
}

.cookie-handling
	.privacy-preference-center
	.content
	.preferences
	.preferences-items
	.preference-title {
	color: #1f1f1f;
	font-size: 11px;
}

.cookie-handling
	.privacy-preference-center
	.content
	.preferences
	.preferences-items
	.switch-control {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	white-space: nowrap;
}

.cookie-handling
	.privacy-preference-center
	.content
	.preferences
	.preferences-items
	.switch-status {
	color: #6d6d6d;
	font-size: 8px;
	font-weight: 500;
}

.cookie-handling
	.privacy-preference-center
	.content
	.preferences
	.preferences-items
	.switch {
	position: relative;
	display: inline-block;
	margin: 0;
	width: 27px;
	height: 12px;
}

.cookie-handling
	.privacy-preference-center
	.content
	.preferences
	.preferences-items
	.switch
	input {
	opacity: 0;
	width: 0;
	height: 0;
	position: absolute;
}

.cookie-handling
	.privacy-preference-center
	.content
	.preferences
	.preferences-items
	.switch
	.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #d4d4d4;
	transition: 0.2s;
	border-radius: 999px;
}

.cookie-handling
	.privacy-preference-center
	.content
	.preferences
	.preferences-items
	.switch
	.slider:before {
	position: absolute;
	content: "";
	height: 12px;
	width: 16px;
	left: 0;
	top: 0;
	background-color: #ffffff;
	transition: 0.2s;
	border-radius: 6px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.cookie-handling
	.privacy-preference-center
	.content
	.preferences
	.preferences-items
	.switch
	input:checked
	+ .slider:before {
	transform: translateX(11px);
	background-color: #ff5d00;
}

.cookie-handling
	.privacy-preference-center
	.content
	.preferences
	.preferences-items
	.switch
	input:disabled
	+ .slider {
	opacity: 1;
	cursor: not-allowed;
}

.cookie-handling .privacy-preference-center .content .actions {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 13px;
	padding-bottom: 29px;
}

.cookie-handling
	.privacy-preference-center
	.content
	.actions
	.reject-optional-cookies {
	background-color: #cfcece;
	border: none;
	border-radius: 24px;
	color: #ffffff;
	cursor: pointer;
	font-size: 11px;
	font-weight: bold;
	height: 32px;
	width: 260px;
}

.cookie-handling
	.privacy-preference-center
	.content
	.actions
	.reject-optional-cookies:hover {
	background-color: #ff5d00;
}

.cookie-handling
	.privacy-preference-center
	.content
	.actions
	.confirm-selection {
	background-color: #ff5d00;
	border: none;
	border-radius: 24px;
	color: #ffffff;
	cursor: pointer;
	font-size: 11px;
	font-weight: bold;
	height: 32px;
	width: 156px;
}
