<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* General styles for all menus */
.cbp-spmenu3 {
	background: #F0EDED;
	position: fixed;
	border-right:1px solid #999;
	box-shadow: 0px 0px 20px #333;
}

.cbp-spmenu3 h3, .cbp-spmenu3 h4  {
	color: #fff;
	font-size: 1em;
	padding: 10px;
	margin: 0;
	font-weight: 300;
	background: #01a13a;
	text-transform: uppercase;

}

.cbp-spmenu3 h4  {font-size: 0.875em;}

.cbp-spmenu3 label {
	display: block;
	/*color: #333333;*/
	font-size: 0.875em;
	font-weight: 300;
/*border-bottom:1px solid rgba(42,130,206,0.2);*/
	padding:5px 10px;
	margin:0;
}


.cbp-spmenu3 a {
	display: block;
	color: #fff;
	font-size: 1.1em;
	font-weight: 300;
}

.cbp-spmenu3 a:hover {
	background: #258ecd;
}

.cbp-spmenu3 a:active {
	background: #afdefa;
	color: #47a3da;
}

/* Orientation-dependent styles for the content of the menu */

.cbp-spmenu3-vertical {
	width: 260px;
	height: 100%;
	top: 0;
	z-index: 1000;
}

.cbp-spmenu3-vertical a {
	border-bottom: 1px solid #258ecd;
	padding: 1em;
}

/* Vertical menu that slides from the left or right */

.cbp-spmenu3-left {
	left: -240px;
}

.cbp-spmenu3-right {
	right: -280px;
}

.cbp-spmenu3-left.cbp-spmenu3-open {
	left: 0px;
}

.cbp-spmenu3-right.cbp-spmenu3-open {
	right: 0px;
}

/* Transitions */

.cbp-spmenu3,
.cbp-spmenu3-push {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}</pre></body></html>