.cookies-no-overflow { overflow: hidden !important; }
.cookies-mask {
	background-color: rgba(0, 0, 0, 0.75); height: 100%; left: 0; margin: 0; overflow: auto;
	padding: 0; position: fixed; top: 0; width: 100vw; z-index: 1;
}

.cookies-banner {
	background-color: #ffffff; font-size: 14px; margin: 0 auto; padding: 24px; text-align: left; max-width: 100%;
    min-width: 100%; width: 100%; z-index: 10001; position: absolute; bottom: 0; left: 0;
}

.cookies-banner > div { max-width: 1400px; margin: 0px auto; padding: 0 1.5em; }

.cookies-banner > div .cookies-main-option { display: block; width: 100%; }

.cookies-banner > div > .cookies-main-option span:nth-of-type(1) { display: block; margin-bottom: 8px; margin-top: 0; font-size: 16px; font-weight: 300; }
.cookies-banner > div > .cookies-main-option span:nth-of-type(2) { display: block; margin: 0; line-height: 20px; }
.cookies-banner > div > .cookies-main-option div.cookies-buttons { text-align: center; display: flex; flex-flow: row; justify-content: flex-end; flex-wrap: wrap; }

.cookies-banner .cookies-button { background: transparent; border: 0; color: #000; cursor: pointer; font-size: 14px; }
.cookies-banner .cookies-button:hover, .cookies-banner .cookies-button:focus { text-decoration: underline; }
.cookies-banner .button { width: auto;  }
.cookies-banner button { margin: 1rem 0 1rem 1.5rem; }


.cookies-banner > div > div.cookies-options { margin: 12px 0 0; padding-top: 12px; }
.cookies-banner > div > div.cookies-options > span { border-bottom: 1px solid #fff; padding-bottom: 12px; display: block; }
.cookies-banner > div > div.cookies-options > div.options-section { display: block; margin: 12px 0; }
.cookies-banner > div > div.cookies-options > div.options-section > span { font-size: 16px; font-weight: 300; display: flex; justify-content: space-between; }
.cookies-banner > div > div.cookies-options > div.options-section > p { line-height: 20px; margin: 10px 0px; }
.cookies-banner > div > div.cookies-options > div.options-section > div { display: block; text-align: right; }
.cookies-banner > div > div.cookies-options > div.options-section > div > span { margin-right: 10px; }

#CookiesPolicySaveConfigurationButton { margin-left: auto; }


/* Switcher */
.switchField { position: relative;}
.switchField input[type="checkbox"] { display: none !important; visibility: hidden; width: 1px; height: 1px; border: none; background-color: transparent; }
.switchField input[type="checkbox"]:disabled + .switcher { opacity: 0.6; cursor: not-allowed; }
.switchField input[type="checkbox"]:checked + .switcher {
	-moz-transition: box-shadow 0.2s ease-out, border-color 0.2s ease-out 0.02s;
	-o-transition: box-shadow 0.2s ease-out, border-color 0.2s ease-out 0.02s;
	-webkit-transition: box-shadow 0.2s ease-out, border-color 0.2s ease-out;
	-webkit-transition-delay: 0s, 0.02s; transition-delay: 0s, 0.02s;
	transition: box-shadow 0.2s ease-out, border-color 0.2s ease-out 0.02s;
}
.switchField .switcher {
	background-color: #ffffff; border: 2px solid #e6e6e6; padding: 0; display: block;
	cursor: pointer; -moz-border-radius: 100px; -webkit-border-radius: 100px; border-radius: 100px;
	-moz-transition: box-shadow 0.2s ease-out 0.02s, border-color 0.2s ease-out;
	-o-transition: box-shadow 0.2s ease-out 0.02s, border-color 0.2s ease-out;
	-webkit-transition: box-shadow 0.2s ease-out, border-color 0.2s ease-out;
	-webkit-transition-delay: 0.02s, 0s;
	transition-delay: 0.02s, 0s;
	transition: box-shadow 0.2s ease-out 0.02s, border-color 0.2s ease-out;
	width: 50px; height: 27px;

	-moz-box-shadow: 0px 0px 15px 10px #555 inset;
	-webkit-box-shadow: 0px 0px 15px 10px #555 inset;
	box-shadow: 0px 0px 15px 10px #555 inset;
	border-color: #444;
}
.switchField .switcher:after {
	background: #ffffff; position: absolute; top: 2px; left: 2px; content: "";
	-moz-transform: translateX(0); -ms-transform: translateX(0); -webkit-transform: translateX(0); transform: translateX(0);
	-moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; -webkit-transition: all 0.2s ease-out; transition: all 0.2s ease-out;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4); -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4); box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
	-moz-border-radius: 100px; -webkit-border-radius: 100px; border-radius: 100px;
	height: 22px; width: 22px; background-color: #f5f5f5;
}
.switchField .switcher:hover:active:after {
	width: 28.35px !important;
}
.switchField input[type="checkbox"]:disabled + .switcher:after {
	height: 22px !important; width: 22px !important;
}
.switchField input[type="checkbox"]:disabled:checked + .switcher:after {
	-moz-transform: translateX(23px) !important; -ms-transform: translateX(23px) !important;
	-webkit-transform: translateX(23px) !important; transform: translateX(23px) !important;
}
.switchField input[type="checkbox"]:checked + .switcher {
	border-color: #FF6100;
	-moz-box-shadow: 0px 0px 15px 10px #FF6100 inset;
	-webkit-box-shadow: 0px 0px 15px 10px #FF6100 inset;
	box-shadow: 0px 0px 15px 10px #FF6100 inset;
}
.switchField input[type="checkbox"]:checked + .switcher:after {
	-moz-transform: translateX(23px); -ms-transform: translateX(23px);
	-webkit-transform: translateX(23px); transform: translateX(23px);
}
.switchField input[type="checkbox"]:checked + .switcher:hover:active:after {
	-moz-transform: translateX(10.65px); -ms-transform: translateX(10.65px);
	-webkit-transform: translateX(10.65px); transform: translateX(10.65px);
}