.profile-desktop-menu,
.settings-desktop-menu,
.lessons-menu {
	position: absolute;
	right: -300px;
	top: 120px;
	background: var(--x);
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 20px;
	width: 75%;
	min-height: calc(100VH - 90px);
}

.lessons-menu {
	top: 20px;
	min-height: calc(100VH - 20px);
	width: 90%;
}


.lessons-menu .Menu-Item-Active
{
  margin: 5px 0;
}

.back-to-menu {
    font-family: "Ploni DL 1.1 AAA-Regular", Helvetica;
    font-weight: 400;
    color: #ffffff;
    font-size: 18px;
    letter-spacing: 0.18px;
    line-height: normal;
    direction: rtl;
    cursor: pointer;
    margin-bottom: 20px;
}

.back-to-menu a, .back-menu a:hover {
	color: #ffffff !important;
}

@media only screen and (max-width: 768px) {

	.profile-desktop-menu,
	.settings-desktop-menu {
		position: absolute;
		right: 8px/* !important*/;
		top: 78px;
		width: 310px;
		z-index: 1000;
	}

 }