@charset "utf-8";

.member-menu {
	display: block !important;
	position: absolute;
	top: 6px !important;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 10rem;
	padding: 1rem 0;
	margin: 0.125rem 0 0;
	font-size: rem;
	color: #212529;
	text-align: left;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 0.45rem;
	width: 160px;
}

.member-item {
	display: block;
	width: 100%;
	padding: 0.4rem 2.5rem;
	clear: both;
	font-weight: 400;
	color: #212529 !important;
	text-align: inherit;
	white-space: nowrap;
	background: none;
	border: 0;
}

.member-item:hover {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

.member-divider {
	height: 0;
	margin: 0.7rem 0;
	overflow: hidden;
	border-top: 1px solid #e9ecef;
}

@media only screen and (max-width: 992px) {
	.member-area {
		z-index: 9999999999999;
		width: 100%;
		position: relative;
		height: 0px;
		width: 0px;
		right: 80px;
	}
}
@media only screen and (min-width: 992px) {
	.member-area {
		z-index: 9999999999999;
		width: 100%;
		position: absolute;
		height: 0px;
		width: 0px;
	}
}