#networm-cookies {
	position: fixed;
	z-index: 9999;
	overflow-y: hidden;
	opacity: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-flow: row wrap;
	        flex-flow: row wrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	color: #333333;
	padding: 1rem;
}

@media screen and (prefers-color-scheme: dark) {
	#networm-cookies {
		color: #fefefe;
	}
}

#networm-cookies .networm-cookies-content {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	padding: 1rem;
	border: 1px solid #cacaca;
	background-color: #fefefe;
	overflow-y: auto;
	width: 100%;
	max-width: 50em;
	max-height: 100%;
}

@media screen and (prefers-color-scheme: dark) {
	#networm-cookies .networm-cookies-content {
		background-color: #333333;
	}
}

#networm-cookies .networm-cookies-content .buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	gap: 1px;
}

#networm-cookies .networm-cookies-content .buttons > * {
	margin: 0;
}

#networm-cookies .networm-cookies-content .buttons > *:first-child {
	margin-right: auto;
}

#networm-cookies .networm-cookies-tabs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-flow: row wrap;
	        flex-flow: row wrap;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	margin-left: -1rem;
	margin-right: -1rem;
}

#networm-cookies .networm-cookies-tabs > * {
	min-height: 0px;
	min-width: 0px;
	width: auto;
	padding: 0 1rem;
}

#networm-cookies .networm-cookies-tabs > ul {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	list-style-type: none;
	margin-left: 0;
	margin-bottom: 1rem;
}

@media screen and (max-width: 640px) {
	#networm-cookies .networm-cookies-tabs > ul {
		width: 100%;
	}
}

#networm-cookies .networm-cookies-tabs > ul li a {
	display: block;
	padding: .25rem .5rem;
}

#networm-cookies .networm-cookies-tabs > ul li a.is-active {
	background-color: #cacaca;
}

#networm-cookies .networm-cookies-tabs > div {
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 0px;
	        flex: 1 1 0px;
	display: none;
}

#networm-cookies .networm-cookies-tabs > div.is-active {
	display: block;
}

#networm-cookies .networm-cookies-tabs > div p {
	text-align: justify;
}

#networm-cookies .networm-cookies-tabs > div .networm-cookies-switch {
	float: right;
	text-align: center;
	margin: 0 0 1rem 1rem;
}

#networm-cookies .networm-cookies-tabs > div .networm-cookies-switch > label {
	font-weight: bold;
	color: #333333;
}

@media screen and (prefers-color-scheme: dark) {
	#networm-cookies .networm-cookies-tabs > div .networm-cookies-switch > label {
		color: #fefefe !important;
	}
}

#networm-cookies .networm-cookies-tabs > div .networm-cookies-switch [type=checkbox] + label {
	margin: 0;
}
