/** Hide the old cookie banner */
.gdpr-cookie.gdpr-cookie { display: none!important; }

/** Privacy policy table */
.ba-table td {
    border: 1px dashed #ccc;
    padding: 1rem;
}
.ba-table td p {
    margin-bottom: 0;
}

/** The cookie modal */
#cookieModal { display: none !important; }
.cookie-container {
	z-index: 99999;
	position: fixed;
	top: 0;
	left: 0;
	height: 100vh;
	width: 100vw;
	background: rgba(0,0,0,0.45);
}
.cookie-container .cookie-modal {
	position: relative;
	overflow: hidden;
	height: 100%;
	width: 100vw;
}
.cookie-container .cookie-modal.cookie-modal .text {
	color: #888;
}
.cookie-container .cookie-modal.cookie-modal b {
	color: #555;
}
.cookie-container .cookie-modal .close {
	cursor: pointer;
	float: right;
	font-size: 24px;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: .5;
}
.cookie-container .cookie-modal .close:hover { opacity: 1; }
.cookie-container .cookie-modal .content {
	color: #888;
	font-family: 'Open Sans', sans-serif;
	z-index: 999;
	position: absolute;
	top: -100%;
	overflow: auto;
	width: 100%;
	height: auto;
	max-height: 100%;
	background: #fff;
	padding: 24px 36px;
	-webkit-animation: slide 0.5s forwards;
	-webkit-animation-delay: 2s;
	animation: slide 480ms forwards;
	animation-delay: 480ms;
}
.cookie-container .cookie-modal .content .cookie-title {
	font-size: 24px;
	margin-top: 0;
	margin-bottom: 14px;
	font-family: 'Montserrat', sans-serif;
}
.cookie-container .cookie-modal .content .text {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	margin-bottom: 14px;
}
.cookie-container .cookie-modal .content .footer-text {
	margin-bottom: 0;
}
.cookie-container .cookie-modal .content .btn {
	z-index: 9999;
	margin: 0;
	font-weight: bold;
	border-radius: 15pc;
	background: #e24307;
	box-shadow: none;
}
.cookie-container .cookie-modal .content .btn:hover {
	background: #000;
	opacity: 1;
}
.cookie-container .cookie-modal .content .btn-left { margin-bottom: 2rem; }
.cookie-container .cookie-modal .content a { 
	color: #e24307;
}
.cookie-container .cookie-modal .content .inline-switcher {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.outside-label { margin-bottom: 0; }

@media only screen and (min-width: 680px)  {
	.cookie-container .cookie-modal .content .btn-right { text-align: right; }
	.mobile-center {
		display: flex;
		justify-content: center;
	}
	.mobile-center .btn-right { margin-left: 28px; }
	.cookie-container .cookie-modal .content .btn-left { margin-bottom: 0; }
}

@-webkit-keyframes slide {
	100% { top: 0; }
}
@keyframes slide {
	100% { top: 0; }
}


.display-cookie-button {
	z-index: 999;
	position: fixed;
	left: 0;
	bottom: 0;
	width: 42px;
	height: 42px;
	cursor: pointer;
}
.display-cookie-button .display-cookie-image {
	width: 100%;
	height: 100%;
}

.custom-switch {
	padding-left: 12px;
	line-height: 10px; }
.custom-switch .custom-switch-input {
	position: absolute;
	z-index: -1;
	opacity: 0; }
.custom-switch .custom-switch-input, .custom-switch .custom-switch-input:after, .custom-switch .custom-switch-input:before,
.custom-switch .custom-switch-input *,
.custom-switch .custom-switch-input *:after,
.custom-switch .custom-switch-input *:before,
.custom-switch .custom-switch-input + .custom-switch-btn {
	box-sizing: border-box; }
.custom-switch .custom-switch-input:selection, .custom-switch .custom-switch-input:after:selection, .custom-switch .custom-switch-input:before:selection,
.custom-switch .custom-switch-input *:selection,
.custom-switch .custom-switch-input *:after:selection,
.custom-switch .custom-switch-input *:before:selection,
.custom-switch .custom-switch-input + .custom-switch-btn:selection {
	background: none; }
.custom-switch .custom-switch-input + .custom-switch-btn {
	margin: 0;
	outline: 0;
	display: inline-block;
	position: relative;
	user-select: none;
	cursor: pointer;
	width: 58px;
	height: 30px;
	padding: 4px 5px;
	background: #000;
	border-radius: 58px;
	transition: all 150ms ease; 
	font-size: 15px;
}
@media screen and (max-width: 620px) {
	.custom-switch .custom-switch-input + .custom-switch-btn { font-size: 12px; }
}
.custom-switch .custom-switch-input + .custom-switch-btn .on {
	font-size: 12px;
	position: absolute;
	opacity: 0;
}
.custom-switch .custom-switch-input + .custom-switch-btn .off {
	font-size: 12px;
	position: absolute;
	top: 11px;
	right: 10px;
	color: #fff;
}
.custom-switch .custom-switch-input + .custom-switch-btn:after, .custom-switch .custom-switch-input + .custom-switch-btn:before {
	position: relative;
	display: block;
	content: "";
	width: 22px;
	height: 22px; }
.custom-switch .custom-switch-input + .custom-switch-btn:after {
	left: 1px;
	border-radius: 50%;
	background: #fff;
	transition: all 150ms ease; }
.custom-switch .custom-switch-input + .custom-switch-btn:before {
	display: none; }
.custom-switch .custom-switch-input + .custom-switch-btn.text-hide {
	top: -.80rem; }
.custom-switch .custom-switch-input:checked + .custom-switch-btn {
	background: #e24307; }

.custom-switch .custom-switch-input:checked + .custom-switch-btn .off { opacity: 0; }

.custom-switch .custom-switch-input:checked + .custom-switch-btn .on {
	position: absolute;
	opacity: 1;
	top: 10px;
	left: 8px;
	color: #fff;
}


.custom-switch .custom-switch-input:checked + .custom-switch-btn:after {
	left: 24px; }
.custom-switch .custom-switch-input:checked + .custom-switch-btn ~ .custom-switch-content-checked {
	opacity: 1;
	height: auto; }
.custom-switch .custom-switch-input:checked + .custom-switch-btn ~ .custom-switch-content-unchecked {
	display: none;
	opacity: 0;
	height: 0; }
.custom-switch .custom-switch-input:not(:checked) + .custom-switch-btn ~ .custom-switch-content-checked {
	display: none;
	opacity: 0;
	height: 0; }
.custom-switch .custom-switch-input:not(:checked) + .custom-switch-btn ~ .custom-switch-content-unchecked {
	opacity: 1;
	height: auto; }
.custom-switch .custom-switch-input[disabled] + .custom-switch-btn {
	background: #cccccc;
	cursor: default; }
.custom-switch .custom-switch-input[disabled]:checked + .custom-switch-btn {
	background: #990099; }
.custom-switch .custom-switch-input[required] ~ .custom-switch-btn {
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.125rem rgba(255, 25, 25, 0.5); }

.is-invalid .custom-switch .custom-switch-input ~ .custom-switch-btn,
.was-validated .custom-switch:invalid .custom-switch-input ~ .custom-switch-btn {
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem #ff1919; }
