/* 
    Created on : 3 Jan. 2023, 7:05:11 pm
    Author     : Linko Technology PTY LTD
*/
 :root {  
    --nav_top-background: #eee !important;
    --nav_top-text_color: #5a656a;
    --nav_top-company_active-background: var(--active-color);
    --nav_top-company_active-text_color: var(--white-color);
    --nav_top-company-border_left: 1px solid #e6e6e6;
    --nav_top-item-background-hover: rgba(0, 0, 0, 0.03);
    --nav_top-item-color-hover: #444;;  
 }
