/************************************************************************************
COOKIEBOT
*************************************************************************************/
body #CybotCookiebotDialog[data-template=overlay],body #CybotCookiebotDialog[data-template=popup]  {

	top: inherit;
	transform: translate(-0%,-0%);
	left:40px;
	bottom:40px;
	max-width:500px;
	width:auto;
	
}

body #CybotCookiebotDialog[data-template=overlay] *, body #CybotCookiebotDialog[data-template=popup] *, body #CybotCookiebotDialog .CookieCard .CybotCookiebotDialogDetailBodyContentCookieContainerButton, body #CybotCookiebotDialog .CookieCard .CybotCookiebotDialogDetailBodyContentIABv2Tab *, body #CybotCookiebotDialogTabContent .CybotCookiebotDialogDetailBulkConsentCount *, body #CookiebotWidget strong, body #CookiebotWidget .CookiebotWidget-consent-details button{
	font-family: 'Inter Semi Condensed',sans-serif;
	font-weight:inherit;
}
body #CybotCookiebotDialog #CybotCookiebotDialogBody .CybotCookiebotScrollContainer{
	max-height:25em;
}
body #CybotCookiebotDialogBodyContent, body #CybotCookiebotDialog #CybotCookiebotDialogFooter, body #CybotCookiebotDialogHeader{
	padding:2em;
}
body #CybotCookiebotDialog #CybotCookiebotDialogFooter{
	padding-top:0.8em;
}
body #CybotCookiebotDialogHeader{
	padding-bottom:0em;
	padding-top:0em;
}
body #CybotCookiebotDialogHeader, body #CybotCookiebotDialogNav, body #CybotCookiebotDialog .CybotCookiebotScrollContainer{
	border:none;
}
body #CybotCookiebotDialogHeader a{
	display:none;
}
body #CybotCookiebotDialogNav #CybotCookiebotDialogNavDetails, body #CybotCookiebotDialogNav #CybotCookiebotDialogNavDetails, body #CybotCookiebotDialogNav #CybotCookiebotDialogNavAdSettings, body #CybotCookiebotDialogNav #CybotCookiebotDialogNavAbout{
	display:none;
}

body #CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink{
	border-bottom:3px solid #000;
}

body #CybotCookiebotDialogNav .CybotCookiebotDialogActive{
	display:none;
}
body #CybotCookiebotDialogHeaderLogosWrapper{
	align-items: inherit; 
	display: block; 
	flex: inherit;
	justify-content: inherit;
	margin: auto;
}
body #CybotCookiebotDialogPoweredbyLink{
	background-image:url(https://www.buddy.se/wp-content/themes/buddy/assets/img/logotyp_buddy.png);
	height: 40px;
	width: 114px;
	background-size: contain;
	margin-top:40px;
}
body #CybotCookiebotDialogPoweredbyImage{
	display:none;
}
body #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll, body #CookiebotWidget #CookiebotWidget-buttons #CookiebotWidget-btn-change{
	background:#55AB8A;
	border-color: #55AB8A;
}
body #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonCustomize, body #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection, body #CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton, body #CookiebotWidget #CookiebotWidget-buttons #CookiebotWidget-btn-withdraw{
	border-color: #55AB8A;
	color: #55AB8A;
}
body #CookiebotWidget *{
	font-family: 'Saira Semi Condensed',sans-serif;
}
body #CookiebotWidget .CookiebotWidget-consent-details button{
	color: #55AB8A;
}
body #CookiebotWidget .CookiebotWidget-body .CookiebotWidget-consents-list li.CookiebotWidget-approved svg{
	fill:#55AB8A;
}
body #CybotCookiebotDialogTabContent input:checked+.CybotCookiebotDialogBodyLevelButtonSlider{
	background-color:#55AB8A;
}
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonCustomize, #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection, #CybotCookiebotDialogBodyButtonDecline{
	background:none!important;
}
#CybotCookiebotDialog h2{font-weight:500!important;}

#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonCustomize .CybotCookiebotDialogArrow{
	border-color:#55AB8A!important;
}

@media screen and (max-width: 600px) {
	
	body #CybotCookiebotDialog[data-template=overlay], body #CybotCookiebotDialog[data-template=popup]{
		left:5px;
		bottom:5px;
		right:5px;
	}
	body #CybotCookiebotDialog #CybotCookiebotDialogBody .CybotCookiebotScrollContainer {
		max-height:15em;
	}
	body #CybotCookiebotDialogPoweredbyLink{
	
	}
}