/**
* 2024
* Blinklearning
*/

.hidden {
	display: none;
}

#cookie-banner {
	background-color: white;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
}

#cookie-banner .container {
	background-color: white;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 2px;
	padding: 30px 30px;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

#cookie-banner p {
	margin: 0;
	padding: 0;
	text-align: left;
	font-size: 14px;
	line-height: 20px;
}

#cookie-banner .btn {
	font-size: 12px;
	height: 40px;
	max-width: 75%;
	padding: 10px 20px;
	margin-top: 20px;
}

#cookie-banner .row div:nth-child(2) {
	text-align: right;
}

#cookie-banner h2 {
	font-weight: 300;
	font-size: 36px;
	margin-bottom: 10px;
}

#cookie-banner h3 {
	font-weight: 300;
	font-size: 30px;
	margin-top: 20px;
	margin-bottom: 10px;
}

#cookie-banner .cb-title {
	margin-top: 0;
}

@media (max-width: 991px) {
	#cookie-bar {
		z-index: 9999;
	}

	#cookie-bar .row div:nth-child(2) {
		text-align: left;
	}
}

#cookie-banner {
	width: 100%;
	color: #000000;
	bottom: 0;
	position: fixed;
	z-index: 1031;
}

#cookie-banner .container {
	height: 100%;
	max-height: 100vh;
	overflow-y: auto;
}

#cookie-banner a:not(.btn):focus {
	text-decoration: underline;
}

#cookie-banner #analytics-cookies:active,
#cookie-banner .config-container input.switch:active {
	outline: unset;
}

#cookie-banner #analytics-cookies:focus-visible,
#cookie-banner .config-container input.switch:focus-visible {
	outline: auto !important;
	outline-offset: unset;
}

#cookie-banner #analytics-cookies:focus,
#cookie-banner .config-container input.switch:focus {
	outline: none;
	outline-offset: unset;
}

#cookie-banner .config-container input.switch:disabled {
	box-shadow: inset 0 0 0 2.62857em #ccc !important;
	border: 1px solid #ccc;
}

#cookie-banner .config-container input.switch:checked:before {
	background-color: #FFF;
}

#cookie-banner .config-container input.switch:before,
input.switch:after {
	content: "";
	display: block;
}

#cookie-banner .config-container input.switch:active::before {
	transition: all 0.1s ease 0.05s;
}

#cookie-banner .config-container .option {
	cursor: pointer;
}

#cookie-banner .config-container .option:focus,
#cookie-banner .config-container .option:hover {
	background-color: #f4f5f7;
}

#cookie-banner .config-container div {
	margin-bottom: 20px;
}

#cookie-banner .config-container span {
	font-size: x-large;
	padding: 0 10px 0 10px;
}

#cookie-banner .buttons-container {
	text-align: center;
}

#cookie-banner #analytics-more .fa-chevron-right,
#cookie-banner #technical-more .fa-chevron-right {
	margin-left: 5px;
	transition-duration: 0.5s;
	transition-property: transform;
	transform: rotate(90deg);
}

#cookie-banner #technical-more .fa-chevron-right.spin,
#cookie-banner #analytics-more .fa-chevron-right.spin {
	transform: rotate(-90deg);
}

@media (min-width: 1200px) {
	#cookie-banner .container {
		width: 1170px;
	}
}
