body {
	margin: 0;
	padding: 0;
}

body::-webkit-scrollbar {
	width: 1px;
}

body::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

body::-webkit-scrollbar-thumb {
	background-color: darkgrey;
	outline: 1px solid slategrey;
}

.menu-icon {
	position: relative;
	top: -10px;
	right: 10px;
	width: 50px;
	height: 37px;
	padding: 10px 8px;
	background: #262626;
	cursor: pointer;
	z-index: 10001;
}

.menu-icon span {
	width: 100%;
	height: 4px;
	top: calc(50% - 8px);
	display: block;
	background: #fff;
	margin: 6px 0;
	transition: 0.5s;
}
.menu-icon span:nth-child(2) {
	/* width: 70%; */
}
.menu-icon span:nth-child(1) {
	/* width: 50%; */
}

.menu .fa {
	padding: 0 15px;
}

.sidebar {
	/* position: fixed; */
	/* top: 0; */
	/* right: -300px; */
	/* width: 300px; */
	/* height: 100vh; */
	/* background: #320444b5; */
	/* padding: 20px; */
	/* text-align: center; */
	/* box-sizing: border-box; */
	/* transition: 0.5s; */
	/* z-index: 10000; */
}

.sidebar.active {
	right: 0px;
}

.sidebar .profile {
	font-family: sans-serif;
	padding-top: 45px;
	padding-bottom: 10px;
	border-bottom: 2px solid #0000000f;
}
.sidebar .profile-img {
	width: 150px;
	border-radius: 50%;
}

.sidebar .profile-name {
	color: #fff;
	margin: 0px;
}
.sidebar .edit-profile {
	color: #ffffff4a;
	text-decoration: none;
}

.sidebar .menu {
	margin: 0;
	padding: 40px 0;
	padding-left: 20%;
	text-align: initial;
	height: calc(100% - 150px);
	overflow-y: auto;
}

.sidebar .menu li {
	list-style: none;
	font-family: sans-serif;
}

.sidebar .menu li a {
	display: block;
	padding: 10px 0 10px 40px;
	text-transform: uppercase;
	color: #fff;
	font-size: 18px;
	text-decoration: none;
	border-top-left-radius: 25px;
	border-bottom-left-radius: 25px;
	transition: 0.2s;
	text-align: left;
}

.sidebar .menu li a:hover {
	background: #993dbcd1;
	color: #fff;
}

.menu-icon {
	background: #fff0;
}

.menu-icon.active span {
	position: absolute;
	width: calc(100% - 16px);
	top: calc(50% - 1px);
}

.menu-icon.active span:nth-child(1) {
	transform: rotate(45deg);
}
.menu-icon.active span:nth-child(3) {
	transform: rotate(-45deg);
}
.menu-icon.active span:nth-child(2) {
	display: none;
}

.social-icon {
	margin: 0;
	padding: 0;
	position: relative;
	top: 0px;
	left: 0;
	display: flex;
	width: 100%;
	padding: 0 20px;
	box-sizing: border-box;
}

.social-icon li {
	width: 20%;
	text-align: center;
	list-style: none;
}

.social-icon li a {
	display: block;
	font-size: 18px;
	color: #fff;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
	transition: 0.5s;
}

.social-icon li a:hover {
	background: #fc2827;
}

.sidebar .dropdown-menu {
	background-color: #f28753;
	padding: 10px;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 320px) and (max-width: 425px) {
	.w-xs-50 {
		width: 50%;
	}
	.navbar > .container,
	.navbar > .container-fluid {
		justify-content: flex-start;
	}

	.sidebar {
		width: 250px;
	}
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}

@media (max-width: 991.98px) {
	.navbar-expand-lg > .container,
	.navbar-expand-lg > .container-fluid {
		padding-right: 0;
		padding-left: 0;
		max-width: 100%;
	}
}
