/* -- GENERAL --*/
*, ::after, ::before {
	box-sizing: border-box;
}
[role=button] {
	cursor: pointer;
}
.fc_kensei_02 {
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
} 
.fc_kensei_03 {
	-webkit-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
} 
.fcc-paragraph a {
	color: #000000;
	text-decoration: underline;
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}
.fcc-paragraph a:hover {
	text-decoration: underline;
}
/* -- MAIN VISUAL --*/ 
#fc_cookies_card {
	z-index: 999999;
}
#fc_cookies_cta {
	z-index: 99999;
}
#fc_cookies_card,
#fc_cookies_cta {
	bottom: 20px;
}
#fc_cookies_card {
	background: #E7E7E7;
	height: auto;
	padding: 36px 20px 20px; 
}
#fc_cookies_card,
#fc_cookies_full_content {
	border-radius: 8px;
}
#close_fc_cookies_card {
	fill: #000000;
	position: absolute;
	top: 1.1em;
	right: 1.1em;
	width: 14px;
}
#fc_cookies_intro {
	padding-bottom: 0.7em;
}
.fcc-heading-1,
.fcc-heading-2,
.fcc-show-cookies {
	font-weight: 900;
	margin-bottom: 0.35em;
}
.fcc-heading-1 {
	font-size: 18px;
}
.fcc-paragraph,
.fcc-paragraph p,
.fcc-table-description p, 
.fcc-heading-2,
.fcc-toggle_cookies {
	font-size: 17px;
	line-height: 1.2;
}
.fcc-cookies-list {
	display: none;
}
.fcc-paragraph,
.fcc-paragraph p,
.fcc-table-description p {
	margin-bottom: 16px;
}
#fc_cookies_full_content {
	padding: 16px;
	background-color: #ffffff;
	width: 100%;
	height: auto;
	display: none;
	margin-top: 1em;
}
#fc_cookies_cropped_content {
	height: 200px;
	overflow-y: auto;
	overflow-x: hidden;
	padding: 8px 16px 4px 0;
}
#fc_cookies_cropped_content::-webkit-scrollbar {
	width: 8px; 
	height: 40px; 
	border-radius: 20px; 
}
#fc_cookies_cropped_content::-webkit-scrollbar-track {
	background-color: #E7E7E7;
	border-radius: 20px; 
}
#fc_cookies_cropped_content::-webkit-scrollbar-thumb {
	border-radius: 20px;  
}
.fcc-show-cookies,
.fcc-naked_button {
}
.fcc-show-cookies span, 
.fcc-naked_button span, 
.fcc-show-cookies svg,
.fcc-naked_button svg {
	display: inline-block;
	vertical-align: middle;
}
.fcc-show-cookies span {
	margin-right: 4px;
}
.fcc-show-cookies svg {
	width: 12px;
}
.fcc-table {
	padding-top: 1em;
}
.fcc-table-row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-bottom: 4px;
}
.fcc-table-title {
	width: 120px;
}
.fcc-table-description {
	width: calc(100% - 120px);
	opacity: 0.6;
}
.fcc-cookie_type {
	padding-bottom: 0.7em;
	border-bottom: 1px solid #CFCFCF;
	margin-bottom: 1em;
}
.fcc-cookie_type:last-of-type {
	padding-bottom: 0;
	border-bottom: 0;
	margin-bottom: 0;
}
#fc_cookies_main_buttons {
	padding: 16px 0 16px; 
	text-align: center;
}
.fcc-the_button {
	display: inline-block;
	padding: 8px 20px;
	border-radius: 100px;
	margin: 0 4px;
	font-weight: 500;
	font-size: 16px;
}
.fcc-the_button.filled {
	border: 2px solid transparent;
	color: #ffffff;
}
.fcc-the_button.outlined {
	border: 2px solid #000000;
	background: transparent;
}
.fcc-the_button.filled:hover,
.fcc-the_button.outlined:hover {
	border: 2px solid transparent;
	background: #000000;
	color: #ffffff;
}
.fcc-naked_button {
	text-align: center;
	font-weight: 500;
}
.fcc-naked_button span {
	margin-left: 4px;
	color: #000000;
	font-size: 16px;
}
.fcc-naked_button svg {
	width: 18px;
}
.fcc-naked_button:hover span {
}
.fcc-naked_button:hover svg {
}

#cookie_icon {
	overflow: hidden;
	display: none;
	width: 370px;
}
#cookie_icon img {
	width: 38px;
	position: relative;
	z-index: 9;
}
#cookie_icon > div {
	background: #E7E7E7;
	position: absolute;
	z-index: 5;
	display: inline-block;
	font-weight: 500;
	font-size: 15px;
	border-radius: 0;
	padding: 4px 10px;
	top: 0;
	left: 0;
	transform-origin: top left;
	webkit-transform: translateX(0) translateY(-18px) translateZ(0) rotate(-90deg);
	-ms-transform: translateX(0) translateY(-18px) translateZ(0) rotate(-90deg);
	transform: translateX(0) translateY(-18px) translateZ(0) rotate(-90deg);
}


.switch-container #switch_necessary,
.switch-container #switch_performance,
.switch-container #switch_targeting,
.switch-container #switch_marketing {
	display: none;
}
.switch-container .switch-label {
	position: relative;
	cursor: pointer;
	margin: 0;
	display: block;
	font-size: 17px;
}
.switch-container {
	padding-bottom: 8px;
}
.switch-container:last-of-type {
	padding-bottom: 16px;
}
.switch-container .switch-label > div {
	display: inline-block;
	vertical-align: middle;
	height: 22px;
}
.switch-container .switch-label .switch-rail {
	transition: all 0.2s ease-in-out;
	width: 40px;
	height: 22px;
	background: transparent;
	border-radius: 50px;
	border: 2px solid #000000;
	overflow: hidden;
	margin: 0;
	margin-right: 6px;
}
.switch-container .switch-label .switch-rail .switch-slider {
	transition: all 0.2s ease-in-out;
	position: absolute;
	top: 5px;
	left: 4px;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: #000000;
}
.switch-container #switch_necessary:checked + .switch-label .switch-rail {
	opacity: 0.4;
	background: transparent;
}
.switch-container #switch_necessary:checked + .switch-label .switch-rail .switch-slider {
	transform: translateX(18px);
} 

.switch-container #switch_performance:checked + .switch-label .switch-rail,
.switch-container #switch_targeting:checked + .switch-label .switch-rail,
.switch-container #switch_marketing:checked + .switch-label .switch-rail {
	transition: all 0.2s ease-in-out;
}
.switch-container #switch_performance:checked + .switch-label .switch-rail .switch-slider,
.switch-container #switch_targeting:checked + .switch-label .switch-rail .switch-slider,
.switch-container #switch_marketing:checked + .switch-label .switch-rail .switch-slider {
	transition: all 0.2s ease-in-out;
	transform: translateX(18px);
} 
.fcc-naked_button svg {
	fill: #000000;
}
.switch-label[for="switch_necessary"] {
	pointer-events: none;
}
.switch-label[for="switch_necessary"] img {
	pointer-events: none;
	width: 14px;
	height: auto;
	opacity: 0.4;
	position: absolute;
	top: 4px;
	left: 5px;
}


/* -- REDUCED FORMAT --*/

#fc_cookies_card,
#fc_cookies_cta {
	position: fixed;
	bottom: 20px;
}

#fc_cookies_card {
	display: none;
}

#fc_cookies_card,
#fc_cookies_cta {
	width: 420px;
}
#fc_cookies_card.open {
	width: 600px;
}
@media (max-width: 480px) {
	#fc_cookies_cta {
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
	}
	#fc_cookies_card {
	width: calc(100% - 40px);
	}
}
/* -- FULL WIDTH FORMAT --*/

.format02#fc_cookies_card {
	width: 100%;
}

.format02#fc_cookies_card,
.format02 #fc_cookies_cta {
	position: fixed;
}
.format02#fc_cookies_card {
	bottom: 0;
	left: 0;
	right: 0;
	border-radius: 0;
}
.format02  #fc_cookies_card_wrapper {
	width: 690px;
	margin: auto;
}
.format02  #fc_cookies_switch_list {
	text-align: center;
}
.format02  #fc_cookies_switch_list .switch-container {
	display: inline-block;
	margin-left: 0.7em;
	margin-right: 0.7em;
}
.format02 #fc_cookies_whole_buttons {
	display: flex;
	flex-wrap: wrap;
	align-items: center!important;
	justify-content: center!important;
}
.format02  #fc_cookies_hide_details {
	order: -1!important;
	padding-right: 0.6em;
	padding-top: 6px;
}
.format02 #fc_cookies_main_buttons {
	order: 12!important;
}
.format02 .fcc-the_button {
	margin: 0 0.3em;
}


/* -- COOKIES CARD LOCATION --*/

#fc_cookies_card.format01.left {
	left: 20px;
} 

.format01.left + #fc_cookies_cta #cookie_icon > div {
	/*left: -100%;*/
}

.format01.left + #fc_cookies_cta {
	text-align: left;
	padding-left: 20px;
}

.format01.left + #fc_cookies_cta:hover #cookie_icon > div {
	/*left: calc(0% + 20px);*/
}

#fc_cookies_card.format01.right,
.format01.right + #fc_cookies_cta {
	right: 20px;
} 

.format01.right + #fc_cookies_cta {
	text-align: right;
	padding-right: 20px;
}

.format01.right + #fc_cookies_cta #cookie_icon > div {
	right: -100%;
}

.format01.right + #fc_cookies_cta:hover #cookie_icon > div {
	right: calc(0% + 20px);
}

#fc_cookies_card.format01.center {
	left: 20px;
} 
@media (max-width: 480px) {
	#fc_cookies_cta {
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
	}
	#fc_cookies_card {
	width: calc(100% - 40px);
	}
	#fc_cookies_cta {
		display: none;
		opacity: 0;
		z-index: -9999;
	}
}
