<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.collapsed_sidebar {
	display: flex;
	height: 100%;
	width: 40%;
	position: fixed;
	z-index: 10000;
	top: 0;
	right: -105%;
	background-color: #fff;
	overflow-x: hidden;
	transition: 0.75s;
	padding-top: 20px;
	box-shadow: 3px 0px 20px 0px #000000;
}

.cs_background {
	height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
	right: -105%;
	background-color: transparent;
	transition: 0.75s;
	z-index: 9999;
}

/*
.collapsed_sidebar a {
  padding: 8px 32px 8px 8px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}
.collapsed_sidebar a:hover {
  color: #f1f1f1;
}
*/

.collapsed_sidebar .cs_closebtn {
	position: absolute;
	padding-top: 1rem;
	top: 0;
	right: 3%;
	font-size: 2rem;
	font-weight: 900;
	text-transform: uppercase;
	text-decoration: none;
	color: #2b2b2b;
	transition: 0.3s;
}
.collapsed_sidebar .cs_closebtn:hover {
	color: #a6a6a6;
}

/*.cs_openbtn {
	font-size: 20px;
	cursor: pointer;
	background-color: #111;
	color: white;
	padding: 10px 15px;
	border: none;
}

.cs_openbtn:hover {
	background-color: #444;
}*/

/* BOOTSTRAP Large Breakpoint &amp; iPad, iPad Pro 10.5", iPad Pro 11" PORTRAIT */
/*@media only screen and (max-width: 991.98px) {
	
}*/

/* BOOTSTRAP Medium Breakpoint */
@media only screen and (max-width: 767.98px) {
	.collapsed_sidebar { width: 90%; padding-top: 2%; }
	.collapsed_sidebar .cs_closebtn { padding-top: 2%; }
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
	.collapsed_sidebar {padding-top: 15px;}
	.cs_closebtn {font-size: 18px;}
}</pre></body></html>