/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 27 2025 | 18:34:50 */
.OM-AccountSettings form{
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.OM-AccountSettings form > .um-account-meta{
	display: none !important;
}
.OM-AccountSettings form .um-account-side {
    display: flex;
    justify-content: space-between;
    width: 100%;
	flex-wrap: wrap;
	margin-bottom: 50px;
}
.OM-AccountSettings form .um-account-side .um-account-meta {
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 50px;
}
.OM-AccountSettings form .um-account-side .um-account-meta:after {
    content: "";
    position: absolute;
    height: 1px;
    width: 100%;
    display: block;
    background: #b2b2b2;
    bottom: -20px;
}
.OM-AccountSettings form .um-account-side ul {
    display: flex;
    width: 66%;
    justify-content: space-between;
    flex-wrap: wrap;
	border: unset;
}
@media only screen and (max-width: 950px){
	.OM-AccountSettings form .um-account-side ul {
    flex-direction: column;
		align-items: flex-start;
		width: 100%;
}
}
.OM-AccountSettings form .um-account-side ul li {
    background-color: transparent;
}
.OM-AccountSettings form .um-account-side ul li a {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
	background-color: unset !important;
}
.OM-AccountSettings form .um-account-side ul li a:hover {
    background-color: unset !important;
}
.OM-AccountSettings form .um-account-side ul li a .um-account-arrow {
    position: unset;
}
.OM-AccountSettings form .um-account-side ul li a span{
	display: inline-block;
	padding: 0px 0px 0px 15px !important;
}
.OM-AccountSettings form .um-account-side ul li a span.um-account-title{
	padding: 0px 15px !important;
}
.OM-AccountSettings form .um-account-side ul li a span.um-account-icontip {
	display: none;
}
.OM-AccountSettings form .um-account-side ul li a:hover span {
    color: #CA9A5C;
}
.OM-AccountSettings form .um-account-side ul li a.current span {
    color: #CA9A5C;
}
.OM-AccountSettings form .um-account-side ul li:nth-child(3) a:hover span {
    color: #FF0000;
}
.OM-AccountSettings #um_account_submit_delete{
	background-color: #FF0000 !important;
}
.OM-AccountSettings form .um-account-side ul li:nth-child(3) a.current span {
    color: #FF0000;
}
.OM-AccountSettings form .um-account-main .um-account-nav{
	display: none !important;
}
.OM-AccountSettings form .um-account-side .um-account-name {
    display: flex;
    margin-right: 25px;
    flex-direction: column;
    align-items: flex-start;
}
.OM-AccountSettings form .um-account-side .um-account-meta-img{
	height: 100%;
	width: auto;
	display: block;
}
.OM-AccountSettings form .um-account-side .um-account-meta-img img{
	border-radius: 999px;
	width: 120px;
}
.OM-AccountSettings form .um-account-side .um-account-meta-img-b{
	display: none;
}
.OM-AccountSettings form .um-account-side ul:before {
    content: "الإعدادات";
    font-size: 20px;
    font-weight: 600;
    display: block;
    width: 100%;
    margin-bottom: 25px;
}
.OM-AccountSettings form .um-account-side .um-account-name:before {
    content: "مرحباً،";
    font-weight: 900;
    margin-left: 20px;
    font-size: 20px;
    display: block;
}

.OM-AccountSettings form .um-account-main .um-account-heading{
	display: none;
}
.OM-AccountSettings form .um-account-main{
	width: 100% !important;
	max-width: 100% !important;
	padding: 0 !important;
}
div.uimob800 .um-account-meta a{
	border: unset;
}
