<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.ngparaconsent&gt;ul {
    display: block;
    margin: 0 0 20px 0;
    padding: 0;
    list-style: none;
}

.ngparaconsent&gt;ul&gt;li {
    display: block;
    margin: 0;
    padding: 0 0 20px 0;
    list-style: none;
}

.ngparaconsent&gt;ul&gt;li&gt;div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.ngparaconsent&gt;ul&gt;li&gt;div&gt;.ngparaconsenttoggleconsent {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    color: #403838;
    user-select: none;
    padding-left: 20px;
    flex-shrink: 0;
}

.ngparaconsent&gt;ul&gt;li&gt;div&gt;a&gt;span.ngparaconsentlabelactive {
    display: none;
}

.ngparaconsent&gt;ul&gt;li&gt;div&gt;a&gt;span.ngparaconsentlabelnotactive {
    display: block;
}

.ngparaconsent&gt;ul&gt;li&gt;div&gt;a.ngparaconsentactive&gt;span.ngparaconsentlabelactive {
    display: block;
}

.ngparaconsent&gt;ul&gt;li&gt;div&gt;a.ngparaconsentactive&gt;span.ngparaconsentlabelnotactive {
    display: none;
}

.ngparaconsent&gt;ul&gt;li&gt;div&gt;.ngparaconsenttoggleconsent&gt;div {
    height: 24px;
    width: 36px;
    background-color: #a65856;
    border-radius: 12px;
    position: relative;
    margin-left: 20px;

}

.ngparaconsenttoggleconsentanimate&gt;div {
    transition: background-color 0.3s ease;
}

.ngparaconsent&gt;ul&gt;li&gt;div&gt;.ngparaconsenttoggleconsent&gt;div&gt;div {
    height: 20px;
    width: 20px;
    background-color: #ffffff;
    border-radius: 10px;
    position: absolute;
    top: 2px;
    left: 2px;
}

.ngparaconsenttoggleconsentanimate&gt;div&gt;div {
    transition: left 0.3s ease;
}


.ngparaconsent&gt;ul&gt;li&gt;div&gt;a.ngparaconsentactive&gt;div {
    background-color: #8ba15d;
}

.ngparaconsent&gt;ul&gt;li&gt;div&gt;div.ngparaconsenttoggleconsent&gt;div {
    background-color: #9b9b9b;
}

.ngparaconsent&gt;ul&gt;li&gt;div&gt;a.ngparaconsentactive&gt;div&gt;div,
.ngparaconsent&gt;ul&gt;li&gt;div&gt;div.ngparaconsenttoggleconsent&gt;div&gt;div {
    left: 14px;
}

.ngparaconsent&gt;div {
    display: flex;
    justify-content: flex-end;
}

.ngparaconsent button
{
	border-color: #cb8b8c;
	border-width: 3px;
	border-style: solid;
	padding: 15px 20px 15px 20px;
	background: #b25d5f;
	font: 13px 'Noto Sans',Tahoma,Helvetica,sans-serif;
	color: #ffffff;
	letter-spacing: 3px;
	text-transform: uppercase;
	border-radius: 0px;
	display: block;
	cursor: pointer;
    outline: none;
    -webkit-appearance: none;
    margin: 0 0 10px 10px;
}

.ngparaconsent button:hover
{
	border-color: #756e6f;
	background: #756e6f;
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
	color: #ffffff;
}</pre></body></html>