.vibebp_myprofile.ranok-elegance .profile_menu {
	width: calc(48px + 2rem);
}

.vibebp_myprofile.ranok-elegance .profile_menu > .ranok-cabinet-logo {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1.25rem 1rem .75rem;
	min-height: 88px;
	text-align: center;
}

.vibebp_myprofile.ranok-elegance .profile_menu.active > .ranok-cabinet-logo {
	padding: 1.5rem 1rem 1rem;
}

.vibebp_myprofile.ranok-elegance .profile_menu > .ranok-cabinet-logo .ranok-cabinet-logo__image {
	display: block;
	max-width: 100%;
	max-height: 44px;
	width: auto;
	height: auto;
	object-fit: contain;
}

.vibebp_myprofile.ranok-elegance .profile_menu > .ranok-cabinet-logo .ranok-cabinet-logo__image--header {
	display: none;
}

.vibebp_myprofile.ranok-elegance.dark_theme .profile_menu > .ranok-cabinet-logo .ranok-cabinet-logo__image--footer {
	display: none;
}

.vibebp_myprofile.ranok-elegance.dark_theme .profile_menu > .ranok-cabinet-logo .ranok-cabinet-logo__image--header {
	display: block;
}

.vibebp_myprofile.ranok-elegance .profile_menu.active {
	width: 240px;
    overflow-x: hidden !important;
}

.vicon-angle-double-right {
    opacity: 0 !important;
}

.vibebp_myprofile.ranok-elegance .profile_menu.active .menu_items > div.is_active > span {
	padding: .5rem 1.5rem;
}

.vibebp_myprofile.ranok-elegance .profile_menu .menu_items > div path {
	fill: none;
	stroke: var(--white);
}

.vibebp_myprofile.ranok-elegance .profile_menu .menu_items > div.is_active {
	opacity: 1;
	background: none;
}

.vibebp_myprofile.ranok-elegance .profile_menu .menu_items > div.is_active > span {
	position: relative;
	background: var(--body);
	border-radius: 1.5rem 0 0 1.5rem;
	padding: .5rem 0;
	margin: 0 -1.5rem 0 -.5rem;
	color: var(--bold);
}

.vibebp_myprofile.ranok-elegance .profile_menu .menu_items > div.is_active > span > span {
	margin: 0 0 0 -1rem;
}

.vibebp_myprofile.ranok-elegance .profile_menu .menu_items > div.is_active > span path {
	stroke: var(--bold);
}

.vibebp_myprofile.ranok-elegance .profile_menu .menu_items > div.is_active > span:before {
	position: absolute;
	content: "";
	width: 3rem;
	height: 3rem;
	background: none;
	display: block;
	top: -3rem;
	right: calc(.5rem - 2px);
	border-radius: 0 0 1.5rem 0;
	box-shadow: 1.5rem 0 0 var(--body);
}

.vibebp_myprofile.ranok-elegance .profile_menu .menu_items > div.is_active > span:after {
	position: absolute;
	content: "";
	width: 3rem;
	height: 3rem;
	background: none;
	display: block;
	bottom: -3rem;
	right: calc(.5rem - 2px);
	border-radius: 0 1.5rem 0 0;
	box-shadow: 1.5rem 0 0 var(--body);
}

.withsidebar .vibebp_myprofile.ranok-elegance .profile_menu .menu_items > div.is_active > span {
	background: var(--sidebar);
}

.withsidebar .vibebp_myprofile.ranok-elegance .profile_menu .menu_items > div.is_active > span:before,
.withsidebar .vibebp_myprofile.ranok-elegance .profile_menu .menu_items > div.is_active > span:after {
	box-shadow: 1.5rem 0 0 var(--sidebar);
}

@media (max-width: 480px) {
	.vibebp_myprofile.ranok-elegance .profile_menu > .ranok-cabinet-logo {
		display: none;
	}

	.vibebp_myprofile.ranok-elegance .profile_menu .menu_items > div {
		position: relative;
	}

	.vibebp_myprofile.ranok-elegance .profile_menu .menu_items > div > span > span {
		flex-direction: column;
	}

	.vibebp_myprofile.ranok-elegance .profile_menu .menu_items > div > span > span span + span {
		display: block;
		margin: 0;
		font-size: 11px;
	}

	.vibebp_myprofile.ranok-elegance .profile_menu .menu_items > div.is_active > span > span {
		flex-direction: column-reverse;
	}

	.vibebp_myprofile.ranok-elegance .profile_menu .menu_items > div.is_active > span > span span + span {
		margin-top: -10px;
	}

	.vibebp_myprofile.ranok-elegance .profile_menu .menu_items > div.is_active > span {
		background: var(--dark);
	}

	.vibebp_myprofile.ranok-elegance .profile_menu .menu_items > div.is_active > span:before {
		top: 0;
		left: -3rem;
		z-index: -1;
		box-shadow: 1.5rem 0 0 var(--body);
		transform: rotate(270deg);
	}

	.vibebp_myprofile.ranok-elegance .profile_menu .menu_items > div.is_active > span:after {
		top: 0;
		right: -3rem;
		border-radius: 0 0 1.5rem;
		transform: rotate(180deg);
		z-index: -1;
		box-shadow: 1.5rem 0 0 var(--body);
	}

	.vibebp_myprofile.ranok-elegance .profile_menu .menu_items > div.is_active > span > span {
		margin: -.5rem 0 0;
		padding: 1rem .7rem .5rem;
		background: var(--body);
		border-radius: 0 0 1.5rem 1.5rem;
	}
}

.rtl .vibebp_myprofile.ranok-elegance .profile_menu .menu_items > div.is_active > span:before {
	transform: rotate(90deg);
	left: 4px;
	right: auto;
}

.rtl .vibebp_myprofile.ranok-elegance .profile_menu .menu_items > div.is_active > span:after {
	transform: rotate(-90deg);
	left: 4px;
	right: auto;
}

.rtl .vibebp_myprofile.ranok-elegance .profile_menu .menu_items > div.is_active > span > span {
	margin: 0;
	z-index: 99;
}

.rtl .vibebp_myprofile.ranok-elegance .profile_menu .menu_items > div.is_active > span {
	border-radius: 1.5rem 1.5rem 1.5rem 0;
	margin: 0 -.5rem 0 -1.5rem;
	padding: .75rem;
}

.admin-bar .vibebp_myprofile.ranok-simple .profile_menu {
	top: 0;
	z-index: 999;
}

.vibebp_myprofile.ranok-simple {
	display: flex;
	flex-direction: column;
}

.vibebp_myprofile.ranok-simple .profile_menu {
	display: flex;
	flex-direction: row;
	gap: 0;
	align-items: flex-end;
	flex-wrap: wrap;
	width: 100%;
	position: sticky;
	top: 0;
	z-index: 999;
}

.vibebp_myprofile.ranok-simple .profile_menu .sub_nav_items {
	display: none;
	position: absolute;
	left: 0;
	margin: 0;
	padding: 8px 0;
	top: 100%;
	opacity: 1;
	flex-direction: column;
	background: var(--dark);
	color: var(--white);
	border-radius: 0 0 10px 10px;
	min-width: 100%;
}

.vibebp_myprofile.ranok-simple .profile_menu .sub_nav_items > div {
	padding: 8px 16px;
	font-size: 1rem;
	display: flex;
	gap: 10px;
}

.vibebp_myprofile.ranok-simple .profile_menu .sub_nav_items > div svg {
	height: 24px;
}

.vibebp_myprofile.ranok-simple .profile_menu .sub_nav_items > div > span + span,
.vibebp_myprofile.ranok-simple .profile_menu .sub_nav_items > * {
	margin: 0;
}

.vibebp_myprofile.ranok-simple .profile_menu .menu_items > div:hover > .sub_nav_items {
	display: flex;
}

.vibebp_myprofile.ranok-simple .profile_menu .menu_items,
.vibebp_myprofile.ranok-simple .profile_menu .menu_bottom {
	display: flex;
	flex-direction: row;
	gap: 1rem;
	align-items: flex-end;
	flex-wrap: wrap;
}

.vibebp_myprofile.ranok-simple .profile_menu.active {
	overflow: hidden;
}

.vibebp_myprofile.ranok-simple .profile_menu .menu_bottom svg {
	width: 24px;
	height: 24px;
	fill: var(--white);
}

.vibebp_myprofile.ranok-simple .profile_menu .menu_bottom .menu_item {
	margin: 0;
}

.vibebp_myprofile.ranok-simple .profile_menu .menu_items > div {
	position: relative;
}

.vibebp_myprofile.ranok-simple .profile_menu .menu_items > div span > span + span {
	display: flex;
}

.vibebp_myprofile.ranok-simple .profile_menu .menu_items > div.is_active {
	background: var(--body);
	color: var(--bold);
	opacity: 1;
	border-radius: 10px 10px 0 0;
}

.vibebp_myprofile.ranok-simple .profile_menu .menu_items > div.is_active path {
	fill: var(--bold);
}

.vibebp_myprofile.ranok-simple .profile_menu .menu_items > div.is_active .sub_nav_items path {
	fill: var(--white);
}

.vibebp_myprofile.ranok-simple .profile_menu .menu_items > div.is_active:hover .sub_nav_items {
	background: var(--dark);
}

.vibebp_myprofile.ranok-simple .profile_menu.active .menu_bottom > div span + span {
	display: none;
}

.login_popup.ranok-elegance,
.login_popup.ranok-simple {
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-items: center;
}

.login_popup.ranok-elegance .login_popup_content,
.login_popup.ranok-simple .login_popup_content {
	max-width: 320px;
	display: flex;
	flex-direction: column;
	text-transform: none;
	color: var(--text);
	text-shadow: none;
}

.login_popup.ranok-elegance .login_popup_content h2,
.login_popup.ranok-simple .login_popup_content h2 {
	font-size: 2.8rem;
	font-weight: 600;
	color: var(--bold);
}

.login_popup.ranok-elegance .login_popup_content > * + *,
.login_popup.ranok-simple .login_popup_content > * + * {
	margin-top: 1rem;
	font-weight: 400;
	font-size: 1rem;
}

.login_popup.ranok-elegance .login_popup_content .button,
.login_popup.ranok-simple .login_popup_content .button {
	width: 100%;
	min-width: 200px;
	display: flex;
	height: 48px;
	padding: 0;
	margin: 10px 0;
	align-items: center;
	justify-content: center;
	background: var(--primary);
	color: var(--primarycolor) !important;
	border: none;
	cursor: pointer;
}

.login_popup.ranok-elegance .login_popup_content .button span.vicon,
.login_popup.ranok-simple .login_popup_content .button span.vicon {
	margin: 12px;
	font-size: 18px;
	display: flex;
	align-items: center;
}

.login_popup.ranok-elegance .login_popup_content .button span.vicon + span,
.login_popup.ranok-simple .login_popup_content .button span.vicon + span {
	flex: 1;
	margin-left: -13px;
	color: var(--primarycolor);
	opacity: 1;
	max-width: none;
	font-size: 1rem;
}

.login_popup.ranok-elegance .extra_details,
.login_popup.ranok-simple .extra_details {
	margin-top: 1.5rem;
	font-size: .8rem;
}

.login_popup.ranok-elegance .extra_details > *,
.login_popup.ranok-simple .extra_details > * {
	margin-top: 1.5rem;
	display: flex;
	justify-content: center;
	margin-left: 5px;
	font-size: 1rem;
}