/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 08 2026 | 04:53:45 */
:root {
	--text-main: #111827;
    --text-muted: #4B5563;
    --text-light: #FFFFFF;
}
/**Main Menu**/

.vertical-menu {
    font-family: inter-variable, sans-serif !important;
}

.vertical-menu li a {
    color: var(--text-muted) !important;
}

.vertical-menu li a::after {
    color: var(--text-muted) !important;
}
/*.vertical-menu-right-icon {
	color: #028441 !important;
}*/
.e-font-icon-svg.e-fas-times svg {
    fill: var(--text-muted) !important;
}