[data-theme-version="dark"] {
	.nav-header{
		border-color:$d-border;
	}
	&[data-sidebar-position="fixed"][data-layout="vertical"]{
	}	
  

    .nav-control {
		svg{
			rect{
				fill: $white;			
			}
		}
    }

    .brand-logo {
        color: $white;

        &:hover {
            color: $white;
        }
    }
	
	.svg-title-path{
		fill:$white;
	}
}