/*//////////////////////////profile////////////////////////////*/
html[lang="iw"] .profile__settings {
	justify-content: start;
}

html[lang="iw"] .profile__svg {
	margin-left: 25px;
}

html[lang="iw"] .profile__position {
	direction: rtl;
}
html[lang="iw"] .profile__work {
	direction: rtl;
}

html[lang="iw"] .profile__card-img {
	border-radius: 10px 0px 0px 10px;
}



/*//////////////////////////end profile////////////////////////////*/


/*//////////////////////////my-dashboard/////////////////////////////*/
html[lang="HE"] 
.dropdown__menu {
	left:0;
	right: auto;
	border-bottom-right-radius: 15px;    
	border-bottom-left-radius: 0px;
}
html[lang="iw"] 
.dropdown__menu {
	left:0;
	right: auto;
	border-bottom-right-radius: 15px;    
	border-bottom-left-radius: 0px;
}
/*//////////////////////////my-dashboard/////////////////////////////*/