#cookiesck_text a {
	color: white;

}
#cookiesck_text a:hover {
	color: white !important;
	text-decoration: underline;
}

#cookiesck_interface {

	display: none;

	position: fixed;

	z-index: 1000000;

	top: 0;

	left: 0;

	bottom: 0;

	right: 0;

	background: #fff;

	border: 2px solid #ccc;

	margin: 10px;

	box-sizing: border-box;

}



#cookiesck_interface * {

	box-sizing: border-box;

}



.cookiesck-main {

	max-height: 100%;

	overflow: auto;

}



.cookiesck-main-title {

	font-size: 28px;

	text-align: center;

	padding: 20px;

}



.cookiesck-main-desc {

	padding: 10px 40px;

	font-size: 22px;

}



.cookiesck-category {

	padding: 20px;

	color: #333;

}



.cookiesck-category-name {

	font-size: 24px;

	color: #111;

	line-height: 24px;

}



.cookiesck-category-desc {

	margin: 3px 0;

	color: #666;

}



.cookiesck-platform {

	padding: 10px;

	margin: 15px 0;

	color: #111;

	background: #f2f2f2;

	border-radius: 4px;

	display: flex;

	align-items: center;

}



.cookiesck-platform-name {

	font-size: 20px;

	color: #111;

	line-height: 24px;

}



.cookiesck-main .cookiesck_button,

.cookiesck-main-buttons .cookiesck-button {

	background: #e5e5e5;

	border: 2px solid #ddd;

	color: #666;

	padding: 10px 20px;

	margin: 5px;

	border-radius: 3px;

	text-decoration: none;

	cursor: pointer;

	transition: all 0.2s ease;

}



.cookiesck-platform .cookiesck-accept {

	margin-left: auto;

	background: none;

	border: 2px solid green;

	color: green;

}

.cookiesck-main .cookiesck-accept {

	background: none;

	border: 2px solid green;

	color: green;
}

.cookiesck-main .cookiesck-accept:hover:before {
	font-family: "Font Awesome 5 Free";  
    content: "\f058";
}

.cookiesck-main .cookiesck-accept:hover {

	background: #e5e5e5;

	border: 2px solid green;

	color: green;
}

.cookiesck-main .cookiesck-accept.cookiesck-active:before {

	font-family: "Font Awesome 5 Free";  
    content: "\f058";
}

.cookiesck-main .cookiesck-decline {

	background: none;

	border: 2px solid orange;

	color: orange;
}

.cookiesck-main .cookiesck-decline:hover:before {
	font-family: "Font Awesome 5 Free";  
    content: "\f057";
}

.cookiesck-main .cookiesck-decline:hover {

	background: #e5e5e5;

	border: 2px solid orange;

	color: orange;
}

.cookiesck-main .cookiesck-decline.cookiesck-active:before {

	font-family: "Font Awesome 5 Free";  
    content: "\f057";
}


#cookiesck_readmore:hover {

	color: #222;

}



.cookiesck-main-buttons {

	display: flex;

	justify-content: center;

}



.cookiesck-main-close {

	position: absolute;

	right: 0;

	top: 0;

	z-index: 10;

	padding: 20px;

	font-size: 22px;

	cursor: pointer;

	background: #e2e2e2;

	color: #666;

}



.cookiesck-main-close:hover {

	color: #000;

}



iframe[data-cookiesck-src] {

	background: #ddd url(cookies-icon.svg) center center no-repeat;

	border: #ddd 3px solid;

	background-size: 20vmin auto;

	pointer-events: none;

	transition: all 0.2s;

}



.cookiesck-iframe-wrap {

	display: inline-block;

	cursor: pointer;

	position: relative;

}



.pagebuilderck .videock .cookiesck-iframe-wrap,

.pagebuilderck .iframeck .cookiesck-iframe-wrap {

	display: inline-block;

	cursor: pointer;

	position: absolute;

	top: 0;

	left: 0;

	bottom: 0;

	right: 0;

}



.cookiesck-iframe-wrap:hover iframe {

	background-color: #eee;

}



.cookiesck-iframe-wrap:after {

	position: absolute;

	left: 0;

	top: 0;

	right: 0;

	bottom: 0;

	content: "";

	display: block;

	border: transparent 3px solid;

	transition: all 0.2s;

}



.cookiesck-iframe-wrap:hover:after {

	border: #bbb 3px solid;

}



.cookiesck-iframe-wrap-allowed {

	display: inline-block;

}



#cookiesckwizard input {

	padding: 5px;

	width: 70%;

	height: auto;

	margin: 2px 0;

}



.cookiesck-platform-desc {

	margin: 0 10px;

	color: #666;

	font-style: italic;

}