/* codeDESIGN - layout_kcm.css */
@charset "utf-8";

/* INSIDE COMPONENT VIEW ONLY */
/* body.com_kickconsentmanager div.component */

/* CUSTOM KCM OVERRIDES */
div.kick-kcm-overlay {
	/* z-index: 99999; */
}
div.kick-kcm-settings {
	border-top: 1px solid #dfdfdf;
	line-height: normal;
}
section.kick-kcm-setting-category {
	background: #F8F8F8;
	border: 1px solid #dfdfdf;
}
section.kick-kcm-setting-category div.kick-kcm-setting-category__description {
	margin: 0px 0px 15px 0px;	
}
div.kick-kcm-settings__content__info h2,
body.com_kickconsentmanager div.component div.kick-kcm-settings__content__info h2 {
	font: normal 18px/18px 'geosanslightregular', Arial, Helvetica, sans-serif;
	font-weight: 300;
	letter-spacing: 1px;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	color: #b40021;
	text-transform: uppercase;
	text-align: left;
}
div.kick-kcm-settings__content__info__desc a,
div.kick-kcm-settings__content__info__desc a:link,
div.kick-kcm-settings__content__info__desc a:visited,
body.com_kickconsentmanager div.component div.kick-kcm-settings-content_info a,
body.com_kickconsentmanager div.component div.kick-kcm-settings-content_infoa:link,
body.com_kickconsentmanager div.component div.kick-kcm-settings-content_info a:visited {
	font-weight: 400;
	color: #fc6e05;
	text-decoration: none;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;	
}
div.kick-kcm-settings__content__info__desc a:hover,
body.com_kickconsentmanager div.component div.kick-kcm-settings-content_info a:hover {
	color: #fc6e05;
	text-decoration: none;
}
div.kick-kcm-settings__content__links_ {
	all: revert;
}
div.kick-kcm-settings__content__links a,
div.kick-kcm-settings__content__links a:link,
div.kick-kcm-settings__content__links a:visited,
div.kick-kcm-settings__content__links span {
	font: normal 12px/16px 'MyriadWebPro', Arial, Helvetica, sans-serif !important;
	color: var(--ci_color_black);
	text-decoration: none;
	text-transform: uppercase;
	transition: all 0.33s ease-in-out;
	-moz-transition: all 0.33s ease-in-out;
	-o-transition: all 0.33s ease-in-out;
	-webkit-transition: all 0.33s ease-in-out;
}
div.kick-kcm-settings__content__links a:hover {
	color: var(--ci_color);	
}
button.kick-kcm__btn {
	font: normal 12px/16px 'MyriadWebPro', Arial, Helvetica, sans-serif !important;
	font-weight: 400 !important;
	text-transform: uppercase;
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	border-radius: 0px !important;
	transition: all 0.33s ease-in-out;
	-moz-transition: all 0.33s ease-in-out;
	-o-transition: all 0.33s ease-in-out;
	-webkit-transition: all 0.33s ease-in-out;	
}
button.kick-kcm__btn.kick-kcm__btn-save:hover {
	
}
div.kick-kcm-setting-category__headline {
	font: normal 18px/18px 'geosanslightregular', Arial, Helvetica, sans-serif;
	font-weight: 300;
	letter-spacing: 1px;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	color: #b40021;
	text-transform: uppercase;
	text-align: left;
}
div.kick-kcm-expander__headline {
	font-weight: 500 !important;
	color: var(--ci_color_black) !important;
}



/* COMPONENT VIEW */
body.com_kickconsentmanager div.component div.component {
    margin: 0px 0px 0px 0px;
    padding: 20px 40px 20px 0px;
}
body.com_kickconsentmanager div.component  section.kick-kcm-setting-category {
	background: #ffffff;
	border: 1px solid #dfdfdf;
	padding: 20px 20px 20px 20px;
}
body.com_kickconsentmanager div.component div.kick-kcm-settings-content_info {
	margin: 0px 0px 30px 0px;
	padding: 0px 0px 0px 0px;		
}
body.com_kickconsentmanager div.component div.kick-kcm-settings__content {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
}
body.com_kickconsentmanager div.component div.kick-kcm-settings__content__info {
	flex: 0 0 calc(100% - 0px);
	width: calc(100% - 0px);
	margin-bottom: 0px;
}
div.kick-kcm-inline-settings {
	font: normal 12px/16px 'MyriadWebPro', Arial, Helvetica, sans-serif !important;
	font-weight: 300;
	color: var(--ci_color_black);	
}
span.kick-kcm-cpc__switch__info {
	hyphens: none;
	-moz-hyphens: none;
	-webkit-hyphens: none;
	-ms-hyphens: none;
	-o-hyphens: none;
}
body.com_kickconsentmanager div.component span.kick-kcm-cpc__switch__info {
	/* top: 1px; */
}



/* SWITCH BUTTONS */
div.kick-kcm-cpc__switch__bg,
div.kick-kcm-cpc__switch__mark {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;	
}
