:root {
	--en_default_color: #0b9bd8;
}

/* BANNER */
#en_cookieslaw_banner {
	display: none;
	z-index: 9000;
	position: fixed;
	left: 0;
	width: 100%;
	padding: 16.5px 24px;
	color: #ffffff;
}
#en_cookieslaw_banner .en_cookieslaw_message {
	font-size: 14px;
}
#en_cookieslaw_banner .en_cookieslaw_group {
	display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
}
#en_cookieslaw_banner .en_cookieslaw_message .en_cookieslaw_button_container {
	display: flex;
	gap: 8px;
    justify-content: center;
    align-items: center;
    margin-left: 15px;
}
#en_cookieslaw_banner .en_cookieslaw_message a {
	text-decoration: underline;
}
#en_cookieslaw_banner .en_cookieslaw_message,
#en_cookieslaw_banner .en_cookieslaw_message p {
	font-size: 14px;
}
#en_cookieslaw_banner .en_cookieslaw_message .en_banner_title {
	font-size: 18px;
	font-weight: 700;
}

.en_cookieslaw_btn {
	font-size: 14px;
    font-family: inherit;
    line-height: 24px;
    padding: 8px 27px;
    font-weight: 500;
    border-radius: 2px;
    white-space: nowrap;
    cursor: pointer;
    text-align: center;
    text-transform: none;
    min-height: 0;
	outline: none !important;
	width: 100%;
}
.en_cookieslaw_btn:focus {
	outline: none !important;
}

.en_cookieslaw_btn::before,
.en_cookieslaw_btn::after {
	content: none;
}

.en_cookieslaw_btn_save,
.en_cookieslaw_btn_reject,
.en_cookieslaw_btn_accept,
.en_cookieslaw_btn_customize {
	border: 2px solid var(--en_default_color);
}
.en_cookieslaw_btn_save:hover,
.en_cookieslaw_btn_reject:hover,
.en_cookieslaw_btn_accept:hover,
.en_cookieslaw_btn_customize:hover {
	opacity: 0.8;
}

.en_cookieslaw_active {
	color: var(--en_default_color);
    font-weight: 600;
    line-height: 24px;
    font-size: 14px;
}

/* RESPONSIVE BANNER */
@media only screen and (max-width: 600px) {
	.en_cookieslaw_container {
		padding-top: 15px;
		display: block;
	}
	.en_cookieslaw_message {
		display: block;
		width: 100%;
		float: left;
		margin-bottom: 15px;
	}
	.en_cookieslaw_button_container {
		display: block;
		width: 100%;
		float: left;
	}
	.en_cookieslaw_button_container div:first-child {
		display: block;
		width: 50%;
		text-align: right;
		float: left;
	}
	.en_cookieslaw_button_container div:last-child {
		display: block;
		width: 50%;
		text-align: left;
		float: left;
	}
	/* FLOATING BANNER */
	.en_cookieslaw_message_floating .en_cookieslaw_message {
		margin: 0;
	}
}
@media (max-width: 1023px) {
	.en_cookieslaw_btn {
		margin: 0;
		width: 100%;
	}
	#en_cookieslaw_banner .en_cookieslaw_group {
		flex-wrap: wrap;
	}
	#en_cookieslaw_banner .en_cookieslaw_message .en_cookieslaw_button_container {
    	width: 100%;
		margin-left: 0;
		margin-top: 20px;
		column-gap: 15px;
		justify-content: space-between;
	}
}
@media (max-width: 767px) {
	#en_cookieslaw_banner .en_cookieslaw_message .en_cookieslaw_button_container {
		row-gap: 10px;
		flex-direction: column;
	}
}
/* END BANNER */

/* REVISIT BUTTON */
.en_cookieslaw_revisit {
	display: flex;
    align-items: center;
    justify-content: center;
    background: var(--en_default_color);
    width: 45px;
    height: 45px;
    border-radius: 50%;
    position: fixed;
    z-index: 1200;
    cursor: pointer;
}
.en_cookieslaw_revisit-bottom-left {
	bottom: 15px;
    left: 15px;
}
.en_cookieslaw_btn_revisit {
	display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    border: none;
    cursor: pointer;
    position: relative;
    margin: 0;
    padding: 0;
}
.en_cookieslaw_btn_revisit:focus {
	outline: none;
}
/* END REVISIT */

/* MODAL */
.en_cookieslaw-fancybox .fancybox-skin {
	padding: 0 !important;
}
#en_cookieslaw-modal {
	background: #ffffff;
	border-radius: 4px;
}

.en_cookieslaw-modal-header {
	display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 22px 24px;
    border-bottom: 1px solid #F4F4F4;
}

.en_cookieslaw-modal-header .en_cookieslaw_preference_title {
	font-size: 18px;
    font-weight: 700;
    line-height: 24px;
}

.en_cookieslaw-modal-header .en_cookieslaw_preference_close {
	margin: 0;
    cursor: pointer;
    vertical-align: middle;
    padding: 5px;
    background: none;
    border: none;
    width: auto;
    height: auto;
    min-height: 0;
    line-height: 0;
    text-shadow: none;
    box-shadow: none;
	outline: none !important;
}

.en_cookieslaw-modal-body {
    flex: 1;
	padding: 0 24px;
    overflow: auto;
    box-sizing: border-box;
}

.en_cookieslaw-section {
	padding: 15px;
	display: block;
	border-bottom: 1px solid #f4f4f4;
}
.en_cookieslaw-section:last-child {
	border-bottom: none;
}

.en_cookieslaw-section-header {
	display: flex;
    justify-content: space-between;
    align-items: center;
	font-weight: bold;
}

.en_cookieslaw-section-description {
	display: block;
	padding: 15px 0;
}

.en_cookieslaw-switch {
	display: flex;
}

.en_cookieslaw-switch input[type="checkbox"] {
	position: relative;
    width: 44px;
    height: 24px;
    margin: 0;
    background: #d0d5d2;
    appearance: none;
    border-radius: 50px;
    cursor: pointer;
    outline: 0;
    border: none;
    top: 0;
}

.en_cookieslaw-switch input[type="checkbox"]::before {
	position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 2px;
    bottom: 2px;
    border-radius: 50%;
    background-color: white;
    transition: 0.4s;
    margin: 0;
}

.en_cookieslaw-switch input[type="checkbox"]:checked {
    background: var(--en_default_color);
}
.en_cookieslaw-switch input[type="checkbox"]:checked:before {
    transform: translateX(20px);
}

.en_cookieslaw-section-checkbox {
	display: block;
	float: left;
	width: 20%;
	text-align: right;
	padding-right: 15px;
}

.en_cookieslaw-modal-footer {
	display: flex;
	column-gap: 10px;
	justify-content: space-between;
	padding: 24px;
	position: relative;
}

.en_cookieslaw-modal-footer-shadow {
	display: block;
    width: 100%;
    height: 40px;
    background: linear-gradient(180deg,rgba(255,255,255,0) 0%,#ffffff 100%);
    position: absolute;
    bottom: calc(100% - 1px);
}

.en_cookieslaw-section-description ul li {
	color: #5c5c5c;
	position: relative;
	width: 100%;
	display: inline-block;
	z-index: 1;
	margin: 6px 0;
	line-height: 1em;
	font-size: 14px;
}

.en_cookieslaw-section-description ul li:before {
	content: "\2714";
	color: var(--en_default_color);
	font-size: 1em;
	position: absolute;
	top: 0px;
	left: -18px;
	z-index: 2;
	width: 12px;
	height: 12px;
}

.en_cookieslaw_switch {
	position: relative;
	display: inline-block;
	width: 60px;
	height: 34px;
}

.en_cookieslaw_slider_option_left,
.en_cookieslaw_slider_option_right {
	position: absolute;
	display: inline-block;
	line-height: 34px;
	font-weight: bold;
}

.en_cookieslaw_slider_option_left {
	left: -35px;
}

.en_cookieslaw_slider_option_right {
	left: 70px;
}

.en_cookieslaw_switch input {
	opacity: 0 !important;
	width: 0 !important;
	height: 0 !important;
}

.en_cookieslaw_switch div.checker,
.en_cookieslaw_switch div.checker span,
.en_cookieslaw_switch div.checker input {
	width: 0 !important;
	height: 0 !important;
}

.en_cookieslaw_slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #cccccc;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	border-radius: 4px;
}

.en_cookieslaw_slider:before {
	position: absolute;
	content: "";
	height: 26px;
	width: 26px;
	left: 4px;
	bottom: 4px;
	background-color: #ffffff;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	border-radius: 4px;
}

input:checked + .en_cookieslaw_slider {
	background-color: var(--en_default_color);
	border-radius: 4px;
}

input:focus + .en_cookieslaw_slider {
	box-shadow: 0 0 1px var(--en_default_color);
}

input:checked + .en_cookieslaw_slider:before,
.en_cookieslaw_slider_checked:before {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(26px);
}

.en_cookieslaw_slider.round {
	border-radius: 34px;
}

.en_cookieslaw_slider.round:before {
	border-radius: 50%;
}

#en_cookieslaw-close {
	cursor: pointer;
	background: none;
	border: none;
	border-radius: 0;
	color: #000000;
	border-radius: 4px;
	min-height: 40px;
	padding: 0 1rem;
	text-transform: uppercase;
	line-height: 1;
	font-size: 14px !important;
	white-space: normal !important;
}

#en_cookieslaw-save {
	color: #fff;
	border: none;
	border-radius: 4px;
	background: var(--en_default_color);
	min-height: 40px;
	padding: 0 1rem;
	text-transform: uppercase;
	line-height: 1;
	font-size: 14px !important;
	white-space: normal !important;
}
/* END MODAL */

/* FLOATING BANNER */
.en_cookieslaw_message_floating {
	top: 50% !important;
	left: 50% !important;
	z-index: 99999 !important;
	padding: 20px !important;
	max-width: 440px !important;
	border-radius: 4px;
	transform: translate(-50%, -50%);
}
.en_cookieslaw_message_floating .en_cookieslaw_message,
.en_cookieslaw_message_floating .en_cookieslaw_button_container {
	width: 100%;
}
.en_cookieslaw_message_floating .en_cookieslaw_button_container {
	display: flex;
	justify-content: space-evenly;
	margin-top: 30px !important;
}
.en_cookieslaw_message_floating .en_cookieslaw_group {
	flex-direction: column;
}
#en_cookieslaw_banner.en_cookieslaw_message_floating .en_cookieslaw_message .en_cookieslaw_button_container {
	margin-left: 0;
}
.en_cookieslaw_message_floating .en_cookieslaw_btn {
	padding: 8px;
}
/* END FLOATING */

/* OVERLAY */
.en_cookieslaw_overlay {
	display: none;
	position: fixed;
	z-index: 9999;
	width: 100%;
	height: 100%;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	background-color: rgba(0, 0, 0, 0.5);
}

/* RESPONSIVE */
@media only screen and (max-width: 600px) {
	#en_cookieslaw_banner .container {
		padding: 15px !important;
	}
	.en_cookieslaw-section-name {
		width: 50%;
	}
	.en_cookieslaw-section-checkbox {
		width: 50%;
	}
	/* FLOATING MESSAGE */
	.en_cookieslaw_message_floating {
		width: 95% !important;
	}
	.en_cookieslaw_message_floating {
		width: 100%;
	}
}

@media only screen and (min-width: 600px) {
	.en_cookieslaw_banner .container {
		display: flex;
		justify-content: space-evenly;
		align-items: center;
		flex-direction: column;
		width: 100%;
		max-width: 100%;
		padding: 0;
	}
	.en_cookieslaw_banner .container .en_cookieslaw_button_container {
		margin-top: 15px;
	}
	/* FLOATING MESSAGE */
	.en_cookieslaw_message_floating .container {
		display: block;
	}
}

@media (max-width: 767px) {
	.en_cookieslaw-fancybox .fancybox-inner {
		display: flex;
	}
	#en_cookieslaw-modal {
		display: flex;
		flex-direction: column;
		flex: 1 1 0%;
	}
	.en_cookieslaw-modal-footer {
		row-gap: 10px;
		flex-direction: column;
	}
}

/* REVOKE LINK */
/* #en_cookieslaw_revoke {
	display: block;
	text-align: center;
	font-size: 10pt;
	color: var(--en_default_color);
}
@media (max-width: 768px) {
	#en_cookieslaw_revoke {
		margin-bottom: 20px;
	}
} */
