.close-sidebar{
	border: 1px solid #ff710f;
	width: 26px;
	height: 26px;
	border-radius: 100%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
	z-index: 1;
}
.sidebar-bar {
	position: fixed;
	top: 0;
	left: 0;
	min-height: 100vh;
	max-width: 350px;
	width: 330px;
	height: 100%;
	background-color: #f8fafc;
}
.sidebar-one .sidebar-content {
	height: 100%;
	overflow-y: scroll;
	border-radius: 0;
	display: flex;
	flex-direction: column;
}
.sidebar-menu {
	flex: 1;
}
.sidebar-user{
	background-color: #5DA9F7;
	padding: 16px;
	color: #fff;
}
.sidebar-user-head>img{
	width: 60px;
	height: 60px;
	border-radius: 100%;
	object-fit: cover;
}
.sidebar-user-head .user-name{
	font-size: 22px;
}
.sidebar-user-head .user-name img{
	width: 25px;
}
.sidebar-user-meta i {
	background-color: #ff710f;
	width: 25px;
	height: 25px;
	border-radius: 100%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-right: 5px;
}
.premium-badge {
	padding: 12px 16px;
	background-color: #ff710f;
	font-size: 16px;
}
/**/
.menu-sidebar {
  margin: 0;
  padding: 0;
  list-style: none;
}
.menu-sidebar li {
  margin-bottom: 0;
}
.menu-sidebar li a {
	display: block;
	padding: 12px 16px;
	font-size: 16px;
	font-weight: 500;
	text-decoration: none;
	border-bottom:1px dashed #14141429;
	font-family: Baloo;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #5DA9F7;
}
.menu-title{
	color: #000;
}
.menu-title i{
	background-color: #5DA9F733;
	border: 1px solid #5DA9F71a;
	width: 36px;
	height: 36px;
	border-radius: 100%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-right: 5px;
}
.menu-sidebar li a .price{
	color: #ff710f;
}
.menu-sidebar li.logout a,
.menu-sidebar li.logout .menu-title{
	color: #ff710f;
}
.menu-sidebar li.logout .menu-title i{
	background-color:  rgba(236, 137, 68, 0.10);
	border-color: rgba(236, 137, 68, 0.40);
}

.last-sidebar {
	background-color: #5DA9F7;
	padding: 20px;
	color: #fff;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
/**/
.open-sidebar .overlay-hvg{
	background-color: #00000070;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 99;
}
/*@media only screen and (max-width: 1024px) {*/
	.sidebar-one {
		position: fixed;
		top: 0;
		height: 100%;
		z-index: 999;
		top:0;
		left: -330px;
		width: 330px !important;
	}
	.sidebar-one .sidebar-content {
		height: 100%;
		overflow-y: scroll;
		border-radius: 0;
	}
/*}*/