<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

/*Main Background*/
html,
body {
	background-color: #8e6551;
}

/*Disabling Shadows*/

.responsive-admin-menu #menu li a.active,
.responsive-admin-menu #menu li a.submenu.active {
	box-shadow: none;
}


.content-wrapper {
	box-shadow: none
}

/*User Button at right side of top menu*/
.main-header .btn-user {
	color: #8e6551;
	background-color: #8e6551;
}

/*Ligher color for dropdown menus at responsive vertical menu*/
.responsive-admin-menu #menu ul {
	background-color: #845c48;
}


/*Hover Items in Media Query (Usually the same as Main BG color*/

 @media screen and (max-width: 767px)  {
.responsive-admin-menu #menu li.opened,
.responsive-admin-menu #menu li.opened ul li,
.responsive-admin-menu #menu li.opened + ul {
	background:#8e6551;
}
 }</pre></body></html>