body:not(.logged-in) .sideMenu,
body.home:not(.logged-in) .sidebar-home-wrap {
    display: none;
}
body:not(.logged-in) .elementor-1751 .elementor-element.elementor-element-9b44a8c{
	width: 100%;
	max-width: 750px;
    margin: 0 auto;
}
aside.noBS .search_bar {
    margin-bottom: 20px;
}
aside.noBS ul.sidemenuItems {
    padding: 0;
}
.sideMenu aside{
	position: relative;
}
.ideasBreadcrambs{
	position: relative;
}
.account-menu-hamburger {
    /*position: absolute;
    left: 0;
	top: 0;
    height: 100%;*/
    margin-right: auto;
}
.account-menu-hamburger svg{
	display: flex;
}

.account-menu-hamburger svg.closeMenu{
	display: none;
}

.account-menu-hamburger.active svg.closeMenu{
	display: flex;
}
.account-menu-hamburger.active svg:not(.closeMenu){
	display: none;
}
.sideMenu .account-menu-hamburger,
.home .sidebar-home-wrap .account-menu-hamburger {
	top: -30px;
	height: auto;
	left: auto;
	right: 5px;
}

.helloUserSec{
    height: 215px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    background: url(/wp-content/uploads/2023/11/Frame1.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	margin: 0 -20px;
}
.page-title {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 20px;
    margin-bottom: 100px;
    margin-top: 22px;
	max-width: 1100px;
}
.page-title h1 {
    text-align: center;
}
ul.sidemenuItems {
    list-style: none;
    margin: 0;
    padding: 20px 0;
}
ul.sidemenuItems.withLine {
    padding-right: 15px;
    position: relative;
}
ul.sidemenuItems.withLine:before {
    content: '';
    width: 3px;
    height: 100%;
    background: #1B0448;
    position: absolute;
    right: 0;
    top: 0;
}
ul.sidemenuItems.withLine li:last-child a {
    margin-bottom: 0;
}
ul.sidemenuItems li a {
    margin-bottom: 17px;
    line-height: 1.13;
    text-align: right;
    font-family: "FbCoherenti Hebrew", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.1px;
    color: #1B0448;
    width: 100%;
	display: flex;
	align-items: flex-start;
	column-gap: 5px;
}
ul.sidemenuItems li a:hover{
	font-size: 16px;
	color: #24D0E2;
	opacity:0.8;
}
.search_bar {
    position: relative;
}
.search_bar:before {
    content: '';
    position: absolute;
    background-image: url(/wp-content/uploads/new-dashboard-icons/ic_Plus.svg);
    width: 24px;
    height: 35px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    right: 8px;
	top: 0;
}
input#keyword {
    width: 100%;
    border-radius: 15px;
    background: var(--dark);
    color: #fff;
	font-size: 14px;
	height: 38px;
	border: none;
	font-family: "FbCoherenti Hebrew", Sans-serif;
	padding-right: 36px;
}
input#keyword::placeholder{
	color: #FAFAFB;
	opacity: 1;
}
input#keyword:focus-visible, input#keyword:focus{
	outline-color: var(--green);
}
div.search_result {
    display: none;
    background: var(--dark);
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
}
.search_bar div.search_result ul {
    z-index: 1;
    padding: 10px 7px 0;
    margin: 0;
    list-style: none;
    height: 100%;
    background: var(--dark);
    overflow: auto;
}
.search_bar div.search_result li a {
    color: var(--green);
    line-height: 1.2;
    display: block;
    width: 100%;
    padding: 10px 15px;
    margin-bottom: 10px;
    background: #F5FFFD;
    border-radius: 10px;
	transition: .3s ease;
}
.search_bar div.search_result li a:hover {
    opacity: .5;
}
@media(min-width:769px){
    .sideMenu,
    .home .sidebar-home-wrap{
        width: 33%;
        padding: 12px 10px 10px 60px;
        position: relative;
		max-width: 318px;
    }
	.account-menu-hamburger{
		display: none !important;
	}
    .sideMenu:before,
    .home .sidebar-home-wrap:before {
        content: '';
        position: absolute;
        width: 1px;
        height: 100%;
        background: #f2f2f2;
        opacity: .1;
        left: 0;
        top: 0;
    }
    .elementor-element.elementor-element-34e13d0.elementor-widget.elementor-widget-shortcode{
        position: sticky;
        top: 150px;
    }
    .home div#MMaccountApp {
        padding: 10px 60px 10px 10px;
    }
	.single-course_unit .sideMenu>aside {
        position: sticky;
        top: 140px;
	}
    ul.sidemenuItems.mobilemenu {
        display: none;
    }
	.elementor-widget-container > aside {
        height: 100%;
    }
    section#myAccountMainContainer .elementor-element.elementor-element-d1c56ce.elementor-widget.elementor-widget-shortcode, 
    .sideMenu .elementor-widget-shortcode,
    .ideasContainer .sideMenu aside, 
	.elementor-element.elementor-element-1a9b061.elementor-widget.elementor-widget-shortcode{
        position: sticky;
        top: 170px;
    }
}
@media (max-width:768px){
    .sideMenu,
    .home .sidebar-home-wrap {
        width: 100%;
    }
	body .sideMenu,
    body.home .sidebar-home-wrap{
    position: fixed;
    top: 0;
    right: 0;
    background: #000;
    height: 100vh;
    z-index: 999;
    width: 275px;
    max-width: 100%;
    padding-top: 100px;
    padding-left: 15px;
    transform: translateX(100%);
    transition: .5s ease;
		opacity: 0;
		visibility: hidden;
	}
	body .sideMenu.active,
    body.home .sidebar-home-wrap.active{
		opacity: 1;
		visibility: visible;
    transform: translateX(0%);
	}
	ul.sidemenuItems:not(.mobilemenu){
		display: flex !important;
		flex-direction: column;
	}
	ul.sidemenuItems.mobilemenu{
		display: none !important;
	}
    ul.sidemenuItems:not(.mobilemenu) {
        display: none;
    }
    ul.sidemenuItems {
        display: flex;
        flex-wrap: wrap;
        column-gap: 5%;
    }
    ul.sidemenuItems.mobilemenu li {
        display: flex;
		max-width: 30%;
		width: 100%;
    }
	ul.sidemenuItems.mobilemenu a {
        padding: 20px 5%;
        background: var(--dark);
        display: flex;
        align-items: center;
		justify-content: center;
        text-align: center;
        border-radius: 10px;
    }
}
