/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 08 2025 | 03:41:36 */
/***** USER PROFILES *****/ 
/* Make sure all profile images using Jetengine Dynamic Image widget are perfectly round */
.eq-profile-image img {
	aspect-ratio: 1 / 1;
	object-fit: cover;
}

/***** HEADER *****/
/* Profile Menu Dropdown */
.eq-header__profile-dropdown-menu nav.e-n-menu .e-n-menu-title {
	padding: 20px 25px 20px 80px;
}
.eqwrk-header__profile-dropdown-menu nav.e-n-menu .e-n-menu-title-text {
	cursor: pointer;
}

/* USER PROFILE */
/* Profile menu dropdown links */
.eqwrk-jet-dynamic-link .jet-listing-dynamic-link a {
	display: inline-flex;
    align-items: center;
	text-decoration: none;
}
.eqwrk-jet-dynamic-link .jet-listing-dynamic-link a::before,
.eqwrk-header__profile-dropdown a.eqwrk-jet-dynamic-link::before {
	display: inline-block;
    background-size: contain !important; /* Ensures the SVG scales properly */
    width: 32px; /* Adjust to the actual size of your SVG */
    height: 32px; /* Adjust to the actual size of your SVG */
    margin-right: var(--space-10);
}

/* Logout icon */
.eqwrk-jet-dynamic-link__logout .jet-listing-dynamic-link a::before {
	content: ' ';
    background: url('/wp-content/uploads/2025/11/icon-logout.svg') no-repeat center center;
}
.eqwrk-logout-link {
	font-family: "proxima-nova", Sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    color: var(--color-blue);
}