.nav__profile {
	display: flex;
	align-items: center;
	justify-content: center;
}

.nav__profile .dropdown .dropdown-menu {
	width: 300px;
	background: #fff;
	border: none;
	/* position: relative; */
	transform: translate(0px, 20px) !important;
	overflow: hidden;
	padding-bottom: 16px !important;
}

.nav__profile .profile__name {
	color: #FFF;
	font-size: 16px;
	font-weight: 500;
	/* border-left: 1px solid white; */
}

.nav__profile .dropdown button {
	outline: none !important;
	box-shadow: none;
	display: flex;
	align-items: center;
}

.nav__profile .dropdown .dropdown-menu::before {
	content: "";
	border: 10px solid transparent;
	border-left-color: #F2F2F2;
	border-top-color: #F2F2F2;
	position: absolute;
	border-radius: 3px;
	top: -8px;
	right: 15px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	z-index: 1002
}

.nav__profile .dropdown .dropdown-menu li a {
	display: flex;
	align-items: center;
	gap: 8px;
	font-weight: 400;
	color: #001732;
	margin: 5px 0;
}


.nav__profile .dropdown .dropdown-menu li a:hover svg path {
	fill: #fff;
}

.nav__profile__active {
	background: #001732;
}

.nav__profile__active a {
	color: white !important;
}

/* / 02-02-23 / */
.nav__profile .name {
	border-radius: 100%;
	background: #F2F2F2;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	/* padding: 5px; */
	overflow: hidden;
}

.nav__profile .name img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.nav__profile .profile__name {
	border-left: 0;
	padding: 0 !important;
}

.nav__profile .dropdown .dropdown-menu {
	transform: translate(0px, 32px) !important;
	box-shadow: 4px 4px 10px 0px #00000033;
	border-radius: 8px;
}

.sticky .nav__profile .dropdown .dropdown-menu {
	transform: translate(0px, 20px) !important;
}

.nav__profile .dropdown .dropdown-menu .dropdown-item {
	padding: 12px 16px;
}


.nav__profile .dropdown .dropdown-menu li {
	transition: all 0.3s ease;
}

.nav__profile .dropdown .dropdown-menu li a:hover {
	background-color: #001732;
	color: #FFFFFF;
}

.nav__profile .dropdown .dropdown-menu li:hover svg path {
	fill: #FFFFFF;
}

.nav__profile .business_name {
	font-size: 14px;
	font-weight: 500;
	color: #001732;
}

.nav__profile .profile_top {
	background-color: #F2F2F2;
}

.user_name:hover {
	background-color: #F2F2F2 !important;
	color: #001732 !important;
}