/**
 * @package Sille Cookie Consent
 * @author Partha Sarathi Kar
 * @copyright Copyright (c) 2022 Datel AS https://www.datel.eu/en/
 * @license https://www.gnu.org/licenses/gpl-3.0.en.html or Later
 */

#sille-cookie-popup *,
#sille-cookie-popup *::before,
#sille-cookie-popup *::after {
	box-sizing: border-box;
}

#sille-cookie-popup {
	position: fixed;
	font-size: 16px;
	font-weight: 500;
	z-index: 999;
	box-shadow: 0px 0px 20px 0 rgb(0 0 0 / 5%);
	max-width: 300px;
	padding: 20px;
	transition: all 3s ease-in-out;
}

.sille-cookie-popup-content {
	padding-bottom: 10px;
}

#sille-cookie-popup a,
#sille-cookie-popup a:hover {
	text-decoration: none;
}

#sille-cookie-popup .sille-cookie-gotit-btn {
	display: inline-block;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	padding: 0.4rem 1rem;
	letter-spacing: 0.1em;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.5;
	border-radius: 2rem;
	transition: all 0.25s ease-in-out;
	cursor: pointer;
}

#sille-cookie-popup .footer {
	display: flex;
	justify-content: end;
}

.position-bottom-left {
	bottom: 10px;
	left: 10px;
}

.position-bottom-right {
	bottom: 10px;
	right: 10px;
}

.position-top-left {
	top: 10px;
	left: 10px;
}

.position-top-right {
	top: 10px;
	right: 10px;
}
